blob: 1871c5323085d534b6e706f21cef385cea89c6f2 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head>
<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
<META name="generator" content="HTML Tidy for Linux/x86 (vers 1st November 2003), see www.w3.org">
<style type="text/css">@import url("cvs.css"); </style>
<TITLE>Development digest : Week 48 </TITLE>
</head>
<body><div class="digest"><div class="leadin">
<H1>OpenOffice.org<BR>
Development digest<BR>
30th November 2003</H1>
<H3 align="center">by <A href="mailto:cphennessy@openoffice.org">C.P. Hennessy</A></H3>Welcome to what I hope will become the weekly digest of OpenOffice.org development.
<UL>
<LI>
<A href="#intro">Introduction</A>
<UL>
<LI><A href="#intro_help">So how can I help?</A></LI>
<LI><A href="#intro_branches">So what are all these branches?</A></LI>
<LI><A href="#intro_cvs">Current organization and contents of the CVS log</A></LI>
</UL>
</LI>
<LI><A href="#intro_summary">This weeks summary</A></LI>
<LI><A href='#cvs_stats'>CVS statistics</A></LI>
<LI><A href="#branch_index">Branches with changes this week</A></LI>
<LI><A href="#project_index">Projects which were changed</A></LI>
<LI><A href="#details">Detailed changes on each branch</A></LI>
</UL><A name="intro"></A>
<H2>Introduction</H2>Following what's happening in OpenOffice.org code development is not so easy, not because there is no information, but rather because that there is so much information and it is so spread out. Hopefully this digest will help to summarize all of that information into something reasonably readable and useful.
<P>Most of this digest will be concerned with what code has changed in CVS, and presenting that info in a readable format, but I also hope to include news and information from other OpenOffice.org projects including <A href="http://qa.openoffice.org">QA</A>, <A href="http://native-lang.openoffice.org">native language projects</A>, <A href="http://api.openoffice.org">API</A>, and any other interesting projects.</P>
<P>Obviously I could really use help with all of this so if you have something you would like to contribute, or you see omissions or mistakes please <A href="mailto:cphennessy@openoffice.org?subject=OOo%20Digest%20Suggestion">email me</A> your contribution to the digest.</P>
<P>Some of the areas which are not related to development I do not plan on covering, these include <A href="http://marketing.openoffice.org">marketing</A>, <A href="http://documentation.openoffice.org">documentation</A>, and the <A href="http://website.openoffice.org">website</A>. However, I will obviously include any news sent to me about these projects.</P>
<P><A name="intro_help"></A></P>
<H3>So how can I help?</H3>There are several teams who could do with your help :
<UL>
<LI>for <B>anyone</B> there is the <A href="http://qa.openoffice.org">QA team</A> where you can help to get enough details to reproduce bugs and triage them, help the <A href="http://documentation.openoffice.org">documentation project</A> by contributing templates and clipart, and the <A href="http://native-lang.openoffice.org">localization projects</A> ( e.g. <A href="http://lingucomponent.openoffice.org/servlets/ReadMsg?msgId=965426&amp;listName=dev">help to improve compound word spellchecking</A> );</LI>
<LI>for the <B>script programmer</B> there is the <A href="http://api.openoffice.org">API project</A> where you can develop on top of OpenOffice.org and program in StarBasic ( very similar to VBA ), java, python, C++, and perl. A good project to learn the object model on and improve your OpenOffice.org scripting skills might be the <A href="http://bibliographic.openoffice.org/">bibliographic project</A> where a <A href="http://bibliographic.openoffice.org/servlets/ReadMsg?msgId=965024/&amp;listName=dev">programmer new to python and OpenOffice.org APIs</A> was able to help after only a few days!;</LI>
<LI>for the <B>XML programmer</B>, there are also interesting projects which you could help write using various technologies to transform OpenOffice.orgs based XML based to other formats. Two transforms which come with OpenOffice.org 1.1 are DocBook, and XHTML, have a look at the <A href="http://xml.openoffice.org">XML</A> project for more details. There is infrastructure to use XSLT directly from OpenOffice.org. It is of course possible to generate OpenOffice.org file formats without ever having OpenOffice.org installed. There are several projects already doing this, some of these will be covered in future issues. To help get you started, <A href="http://books.evc-cit.info/">OpenOffice.org XML Essentials - Using OpenOffice.org's XML Data Format</A> is a book in progress written by J. David Eisenberg for <A href="http://www.oreilly.com/">O'Reilly &amp; Associates</A> using the <A href="http://creativecommons.org/licenses/by-nd-nc/1.0">Creative Commons License</A>.</LI>
<LI>for <B>the budding OpenOffice.org developer</B> there are many areas to get involved in including a call for helping to <A href="http://lingucomponent.openoffice.org/servlets/ReadMsg?msgId=965426/&amp;listName=dev">improve the code for the spellchecker ( especially for German)</A>(which is also use in Mozilla.org), and help to <A href="http://sc.openoffice.org/servlets/ReadMsg?msgId=965017/&amp;listName=dev">increase the number of rows Calc can handle</A>.
<P>It is not always necessary to recompile all of OpenOffice.org to work on only one of its components, but if you do then a very good place to start would be the <A href="http://ooo.ximian.com/hackers-guide.html">Unofficial OpenOffice Hacker's guide</A> which explains how to build and work on OpenOffice.org source code. If you have development related questions then please send an email to <A href="mailto:dev@openoffice.apache.org">the development project</A>.</P>
</LI>
</UL>Over the next number of weeks and months I hope to add more information here to help you understand how and where you can contribute, how OpenOffice.org the community works, and how the various components within OpenOffice.org the product work.
<P><A name="intro_branches"></A></P>
<H3>So what are all these branches?</H3>There is alot of OpenOffice.org development happening as can be seen from the details below.
<P>As with many very large projects with many developers, development is going on independently in parallel. To help manage the code in a reasonable way a feature of <A href="http://www.cvshome.org">CVS</A> called branches is used quite extensively. Basically each makor feature is developed on a branch by one developer (or a small team of developers).<BR>
This type of branch is called a "child workspaces"(CWS). Usually when a feature has been completed and some fundamental testing has been performed, the branch is then marked as ready for merging to a master branch.<BR>
Sometime later the developers branch with the feature is then merged to the master branch where further testing happens to make sure that features from different branches do not conflict and cause errors.</P>
<P>At some point a master branch is labelled and a public release of code is made.</P>
<P>An overview of which features will be implement on which branches can be found <A href="http://development.openoffice.org/releases/OOo_2_0_timetable.html">here</A>. There is a <A href="http://tools.openoffice.org/builds/index.html">more complete (and accurate) description of important branches currently used</A>.</P>
<P><A name="intro_cvs"></A></P>
<H2>Current organization and contents of the CVS log</H2>The CVS summary below is organized into what has changed on a particular branch by a each developer. There is currently a color coding on the left side to make it easier to see what type of change has occurred. For each change you should see :
<UL>
<LI>a link to the relevant bug in <A href="http://www.openoffice.org/issues/query.cgi">Issuezilla</A> (except for bugs over 100000 as these are currently Sun internal);</LI>
<LI>a comment the developer made while checking in those changes; and</LI>
<LI>a link to the difference of each change in webcvs.</LI>
</UL>This info is provided for all modifications and additions but not for all merges and resyncs as this information is not very interesting and would add alot more output to this already very large digest.<BR>
There is also two indexes, the first lists all of the development branches and logically groups these branches.<BR>
The second index lists all of the OpenOffice.org components which were worked on and lists those branches which have changes on those components.
<P><A name="intro_summary"></A></P>
<H2>This weeks summary</H2>A developers release (read do not even consider this alpha quality) called <A href="http://www.openoffice.org/dev_docs/source/680/">680_m13</A> is now available and contains many fixes and some new features including the new VCL plug (which will allow native toolkits to be used instead of the OpenOffice.org one), <A href="http://www.openoffice.org/servlets/ReadMsg?msgId=971485&amp;listName=announce">improvements to the scripting framework</A>(you can start to use JavaScript now), lots of compatibility and rtl fixes), improvement in graphics handling and the draw tool, and changes in the installation process. Note the temporary <A href="%20http://graphics.openoffice.org/unbranded-source/browse/~checkout~/graphics/svx/res/Attic/openintro_sun.bmp?rev=1.1.2.1&amp;content-type=image/bmp">splash screen</A>! ( <A href="mailto:dev@openoffice.apache.org">Maybe you can contribute</A>? )<BR>
<B>Note: this IS a developers release so be careful and do not complain if it crashes, burns and/or eats your computer!</B>
<P>As progress to the next major release there should be development snapshots every 2 weeks with more features for you to examine.</P>
<P>Many bugs have been worked on and resolved ( as of Dec 01 2003 ):</P>
<TABLE class="iz_stats" tyle="border-collapse: separate; border : 1px solid black ;">
<TR>
<TH></TH>
<TH>No this week</TH>
<TH>Change from last week</TH>
</TR>
<TR>
<TD>Issues submitted in the week before for all projects</TD>
<TD>267</TD>
<TD>0</TD>
</TR>
<TR>
<TD>Issues which have the status UNCONFIRMED</TD>
<TD>650</TD>
<TD>+3</TD>
</TR>
<TR>
<TD>Issues which have the status NEW</TD>
<TD>686</TD>
<TD>-9</TD>
</TR>
<TR>
<TD>Issues which have the status STARTED</TD>
<TD>873</TD>
<TD>+55</TD>
</TR>
<TR>
<TD>Issues which have the status FIXED</TD>
<TD>7096</TD>
<TD>+60</TD>
</TR>
<TR>
<TD>Issues submitted in last week resolved or closed</TD>
<TD>60</TD>
<TD>+12</TD>
</TR>
</TABLE>Please note that even though the unconfirmed issues remain a bit high, the <A href="http://qa.openoffice.org">QA</A> team is really doing some great work in keeping the bugs triaged ready for developers to dissect.
<P>Some of the interesting developments over the last week include:</P>
<UL>
<LI>the <A href="#cws_srx645_ooo111fix1_ihi">merge of bug fixes in branches for 1.1.1</A> is ongoing</LI>
<LI>working on converting OpenOffice.org's widget set so that it can use the <A href="#cws_srx645_nativewidget1">platforms native widgets</A> is going very well. Most of the work is concentrating on the <a href="so-blue.PNG">Win32</a> and <a href="ooo-gtk.png">GTK</a> widgets ( if you are interested in contributing to this please join the mailing lists of the <A href="http://gsl.openoffice.org">Graphics System Layer</A> project. Some work has started on the <A ref="">Qt/KDE widget integration</A>. Nothing yet has started for the Aqua port, but the work on GTK/Win32 widgets will make it relatively easy and if you are interested please join the dev mailing list of the <A href="http://porting.openoffice.org">porting</A> project</LI>
<LI>more work on <A href="#cws_srx645_layoutmanager">the new layout manager for custom toolbars and menus</A></LI>
<LI><A href="#cws_src680_xmlsec01">xml security</A>, <A href="#cws_src680_so8forms1">xpath</A>, and <A href="#HEAD_lo">dom</A> APIs and features were worked on</LI>
<LI>nice <A href="#cws_srx645_alphaart">alpha artwork and fixes</A> added by <A href="http://ximina.com">Ximian</A></LI>
<LI>continued improvements on compatibility : <A href="#cws_srx645_droghedafilterteam15">drogheda</A>, <A href="#cws_src680_mullingarfilterteam18">mullingar</A>, <A href="#cws_src680_portlaoisefilterteam16">portlaoise</A></LI>
<LI><A href="#cws_srx645_ooo111fix1_pjanik">Catalan, Hungarian, Finnish and Slovenian changes</A> were added</LI>
<LI>the work to <A href="#cws_srx645_cellbreak">split a table row over a page boundary</A> continues</LI>
<LI><A href="#cws_src680_networker2">more reworking of the installation mechanism</A></LI>
<LI>the <A href="http://api.openoffice.org/DevelopersGuide/DevelopersGuide.html">developers guide</A> was also <A href="#HEAD_jsc">updated</A></LI>
<LI>and finally alot of integration of branches : <A href="#mws_fix645_hr">1</A>, <A href="#mws_fix645_obo">2</A> and <A href="#HEAD_rt">3</A>.</LI>
</UL>
</BODY>
</HTML>
<p><a name='cvs_stats'></a><H2>CVS statistics</h2>
2052 commits by 67 developers resulted in
123762 lines added, and 43756 lines removed.<p>
<a name='branch_index'></a><H2>Branches with changes this week</H2>
<small><center>( from 00:00 Thursday January 01 1970 UTC (week 00) <br>to 00:00 Thursday January 01 1970 UTC (week 00) )</center></small><br>
<table class='branch_index' border='1' cellspacing='0'><tr>
<th class='group_col'>Group</th><th class='branch_col'>Branch
</td></tr><tr><td class='group'> cws_src680 </td><td>
<a class='index_branch' href='#cws_src680_aw006'>aw006</a>
<a class='index_branch' href='#cws_src680_cfg04'>cfg04</a>
<a class='index_branch' href='#cws_src680_crashrep12'>crashrep12</a>
<a class='index_branch' href='#cws_src680_dialogdiet'>dialogdiet</a>
<a class='index_branch' href='#cws_src680_dr14'>dr14</a>
<a class='index_branch' href='#cws_src680_draw24'>draw24</a>
<a class='index_branch' href='#cws_src680_frmcontrols01'>frmcontrols01</a>
<a class='index_mergedbranch' href='#cws_src680_geordi2q09'>geordi2q09</a>
<a class='index_mergedbranch' href='#cws_src680_geordi2q10'>geordi2q10</a>
<a class='index_branch' href='#cws_src680_interop12'>interop12</a>
<a class='index_branch' href='#cws_src680_mav07'>mav07</a>
<a class='index_branch' href='#cws_src680_mozab03'>mozab03</a>
<a class='index_branch' href='#cws_src680_mullingarfilterteam18'>mullingarfilterteam18</a>
<a class='index_branch' href='#cws_src680_networker2'>networker2</a>
<a class='index_mergedbranch' href='#cws_src680_ooo20031110'>ooo20031110</a>
<a class='index_branch' href='#cws_src680_os24'>os24</a>
<a class='index_branch' href='#cws_src680_portlaoisefilterteam16'>portlaoisefilterteam16</a>
<a class='index_branch' href='#cws_src680_qadev14'>qadev14</a>
<a class='index_branch' href='#cws_src680_qwizards1'>qwizards1</a>
<a class='index_branch' href='#cws_src680_rowlimit'>rowlimit</a>
<a class='index_branch' href='#cws_src680_sal05'>sal05</a>
<a class='index_branch' href='#cws_src680_sj05'>sj05</a>
<a class='index_branch' href='#cws_src680_sj07'>sj07</a>
<a class='index_branch' href='#cws_src680_so8forms1'>so8forms1</a>
<a class='index_branch' href='#cws_src680_swq01'>swq01</a>
<a class='index_branch' href='#cws_src680_tabstops'>tabstops</a>
<a class='index_branch' href='#cws_src680_tbe9'>tbe9</a>
<a class='index_branch' href='#cws_src680_unopkg1'>unopkg1</a>
<a class='index_branch' href='#cws_src680_vcl17'>vcl17</a>
<a class='index_mergedbranch' href='#cws_src680_vclcleanup01'>vclcleanup01</a>
<a class='index_branch' href='#cws_src680_xmlsec01'>xmlsec01</a>
</td></tr><tr><td class='group'> cws_srx644 </td><td>
<a class='index_branch' href='#cws_srx644_ab02vba'>ab02vba</a>
<a class='index_branch' href='#cws_srx644_calcrtl'>calcrtl</a>
</td></tr><tr><td class='group'> cws_srx645 </td><td>
<a class='index_branch' href='#cws_srx645_alphaart'>alphaart</a>
<a class='index_branch' href='#cws_srx645_brazilianextras1'>brazilianextras1</a>
<a class='index_branch' href='#cws_srx645_c01'>c01</a>
<a class='index_branch' href='#cws_srx645_calc20'>calc20</a>
<a class='index_branch' href='#cws_srx645_canvas01'>canvas01</a>
<a class='index_branch' href='#cws_srx645_cellbreak'>cellbreak</a>
<a class='index_mergedbranch' href='#cws_srx645_corkfilterteam10'>corkfilterteam10</a>
<a class='index_branch' href='#cws_srx645_cups01'>cups01</a>
<a class='index_mergedbranch' href='#cws_srx645_dba01pp1'>dba01pp1</a>
<a class='index_mergedbranch' href='#cws_srx645_dr9'>dr9</a>
<a class='index_mergedbranch' href='#cws_srx645_draw20pp1'>draw20pp1</a>
<a class='index_mergedbranch' href='#cws_srx645_draw21'>draw21</a>
<a class='index_branch' href='#cws_srx645_draw22'>draw22</a>
<a class='index_branch' href='#cws_srx645_droghedafilterteam15'>droghedafilterteam15</a>
<a class='index_branch' href='#cws_srx645_filtercfg'>filtercfg</a>
<a class='index_branch' href='#cws_srx645_formdesign01'>formdesign01</a>
<a class='index_mergedbranch' href='#cws_srx645_fwk01pp1'>fwk01pp1</a>
<a class='index_mergedbranch' href='#cws_srx645_fwk02pp1'>fwk02pp1</a>
<a class='index_branch' href='#cws_srx645_fwk03pp1'>fwk03pp1</a>
<a class='index_branch' href='#cws_srx645_impress1'>impress1</a>
<a class='index_branch' href='#cws_srx645_insight01'>insight01</a>
<a class='index_mergedbranch' href='#cws_srx645_kso8'>kso8</a>
<a class='index_branch' href='#cws_srx645_layoutmanager'>layoutmanager</a>
<a class='index_branch' href='#cws_srx645_mnemonics'>mnemonics</a>
<a class='index_branch' href='#cws_srx645_nativewidget1'>nativewidget1</a>
<a class='index_branch' href='#cws_srx645_oj07'>oj07</a>
<a class='index_branch' href='#cws_srx645_oj5'>oj5</a>
<a class='index_branch' href='#cws_srx645_ooo111fix1'>ooo111fix1</a>
<a class='index_mergedbranch' href='#cws_srx645_os16'>os16</a>
<a class='index_mergedbranch' href='#cws_srx645_os22'>os22</a>
<a class='index_branch' href='#cws_srx645_sal06'>sal06</a>
<a class='index_branch' href='#cws_srx645_sch7pp2'>sch7pp2</a>
<a class='index_branch' href='#cws_srx645_sdk10'>sdk10</a>
<a class='index_mergedbranch' href='#cws_srx645_setuppp01'>setuppp01</a>
<a class='index_branch' href='#cws_srx645_setuppp02'>setuppp02</a>
<a class='index_branch' href='#cws_srx645_sj06'>sj06</a>
<a class='index_mergedbranch' href='#cws_srx645_sw7pp1'>sw7pp1</a>
<a class='index_mergedbranch' href='#cws_srx645_sw7pp1b'>sw7pp1b</a>
<a class='index_branch' href='#cws_srx645_sw7pp2a'>sw7pp2a</a>
<a class='index_branch' href='#cws_srx645_tl01'>tl01</a>
<a class='index_branch' href='#cws_srx645_tracingfilterteam17'>tracingfilterteam17</a>
<a class='index_mergedbranch' href='#cws_srx645_vcl7pp1r1'>vcl7pp1r1</a>
<a class='index_mergedbranch' href='#cws_srx645_vcl7pp1r2'>vcl7pp1r2</a>
<a class='index_branch' href='#cws_srx645_vcl7pp1r4'>vcl7pp1r4</a>
<a class='index_mergedbranch' href='#cws_srx645_waterfordfilterteam12'>waterfordfilterteam12</a>
</td></tr><tr><td class='group'> mws </td><td>
<a class='index_branch' href='#mws_fix645'>fix645</a>
<a class='index_branch' href='#mws_srx645'>srx645</a>
</td></tr><tr><td class='group'> merged branches </td><td>
<a class='index_mergedbranch' href='#merged_'></a>
<a class='index_mergedbranch' href='#merged_aw003'>aw003</a>
<a class='index_mergedbranch' href='#merged_comboboxlink'>comboboxlink</a>
<a class='index_mergedbranch' href='#merged_corkfilterteam10'>corkfilterteam10</a>
<a class='index_mergedbranch' href='#merged_dba01pp1'>dba01pp1</a>
<a class='index_mergedbranch' href='#merged_dr9'>dr9</a>
<a class='index_mergedbranch' href='#merged_draw20pp1'>draw20pp1</a>
<a class='index_mergedbranch' href='#merged_draw21'>draw21</a>
<a class='index_mergedbranch' href='#merged_fwk01pp1'>fwk01pp1</a>
<a class='index_mergedbranch' href='#merged_fwk02pp1'>fwk02pp1</a>
<a class='index_mergedbranch' href='#merged_geordi2q09'>geordi2q09</a>
<a class='index_mergedbranch' href='#merged_geordi2q10'>geordi2q10</a>
<a class='index_mergedbranch' href='#merged_kso8'>kso8</a>
<a class='index_mergedbranch' href='#merged_oj01parser'>oj01parser</a>
<a class='index_mergedbranch' href='#merged_ooo20031110'>ooo20031110</a>
<a class='index_mergedbranch' href='#merged_os16'>os16</a>
<a class='index_mergedbranch' href='#merged_os21'>os21</a>
<a class='index_mergedbranch' href='#merged_os22'>os22</a>
<a class='index_mergedbranch' href='#merged_os23'>os23</a>
<a class='index_mergedbranch' href='#merged_pmselectedfixes2'>pmselectedfixes2</a>
<a class='index_mergedbranch' href='#merged_pp1i18n1'>pp1i18n1</a>
<a class='index_mergedbranch' href='#merged_pp1selectedfixes3'>pp1selectedfixes3</a>
<a class='index_mergedbranch' href='#merged_sab007'>sab007</a>
<a class='index_mergedbranch' href='#merged_sb11'>sb11</a>
<a class='index_mergedbranch' href='#merged_sb7'>sb7</a>
<a class='index_mergedbranch' href='#merged_sch7pp1'>sch7pp1</a>
<a class='index_mergedbranch' href='#merged_setuppp01'>setuppp01</a>
<a class='index_mergedbranch' href='#merged_sw02pp1'>sw02pp1</a>
<a class='index_mergedbranch' href='#merged_sw7pp1'>sw7pp1</a>
<a class='index_mergedbranch' href='#merged_sw7pp1a'>sw7pp1a</a>
<a class='index_mergedbranch' href='#merged_sw7pp1b'>sw7pp1b</a>
<a class='index_mergedbranch' href='#merged_sw7pp1c'>sw7pp1c</a>
<a class='index_mergedbranch' href='#merged_sw7pp1neu'>sw7pp1neu</a>
<a class='index_mergedbranch' href='#merged_thb07'>thb07</a>
<a class='index_mergedbranch' href='#merged_valgrind01'>valgrind01</a>
<a class='index_mergedbranch' href='#merged_vcl7pp1r1'>vcl7pp1r1</a>
<a class='index_mergedbranch' href='#merged_vcl7pp1r2'>vcl7pp1r2</a>
<a class='index_mergedbranch' href='#merged_vclcleanup01'>vclcleanup01</a>
<a class='index_mergedbranch' href='#merged_waterfordfilterteam12'>waterfordfilterteam12</a>
</td></tr><tr><td class='group'> misc </td><td>
<a href='#'></a>
<a href='#HEAD' style='word-spacing: 1em;'>HEAD and other branches</a>
</td></tr></table>
</div><p>
<a name='project_index'></a><H2>Projects which were changed</H2>
<small>(excluding integration and resyncing)</small><br>
<table class='project_index' border='1' cellspacing='0'>
<tr><th class='project_col'>Project<br>(linked to the project page)</th>
<th>Branch Group</th><th class='branch_col'>Branch<br>
(linked to the branch changes below)</th></tr>
<tr><td rowspan='4'><a class='project' href='http://api.openoffice.org'>API (aka api)</a></td>
<td> srx645 </td>
<td>
<a class='index_branch' href='#cws_srx645_filtercfg'>filtercfg</a>
<a class='index_branch' href='#cws_srx645_insight01'>insight01</a>
<a class='index_branch' href='#cws_srx645_layoutmanager'>layoutmanager</a>
</td></tr>
<tr>
<td> srx644 </td>
<td>
<a class='index_branch' href='#cws_srx644_ab02vba'>ab02vba</a>
</td></tr>
<tr>
<td> src680 </td>
<td>
<a class='index_mergedbranch' href='#cws_src680_geordi2q09'>geordi2q09</a>
<a class='index_branch' href='#cws_src680_mav07'>mav07</a>
<a class='index_branch' href='#cws_src680_sj05'>sj05</a>
<a class='index_branch' href='#cws_src680_so8forms1'>so8forms1</a>
<a class='index_branch' href='#cws_src680_unopkg1'>unopkg1</a>
<a class='index_branch' href='#cws_src680_xmlsec01'>xmlsec01</a>
</td></tr>
<tr>
<td>misc<td>
<a class='index_branch' href='#HEAD'>HEAD</a>
</td></tr>
<tr><td rowspan='3'><a class='project' href='http://dba.openoffice.org'>Database Access (aka dba)</a></td>
<td> srx645 </td>
<td>
<a class='index_branch' href='#cws_srx645_insight01'>insight01</a>
<a class='index_branch' href='#cws_srx645_mnemonics'>mnemonics</a>
<a class='index_branch' href='#cws_srx645_ooo111fix1'>ooo111fix1</a>
</td></tr>
<tr>
<td> src680 </td>
<td>
<a class='index_branch' href='#cws_src680_dialogdiet'>dialogdiet</a>
<a class='index_mergedbranch' href='#cws_src680_geordi2q10'>geordi2q10</a>
<a class='index_branch' href='#cws_src680_mozab03'>mozab03</a>
</td></tr>
<tr>
<td>misc<td>
<a class='index_branch' href='#HEAD'>HEAD</a>
</td></tr>
<tr><td rowspan='2'><a class='project' href='http://external.openoffice.org'>External (aka external)</a></td>
<td>master</td><td>
<a class='index_branch' href='#mws_srx645'>srx645</a>
<a class='index_branch' href='#mws_fix645'>fix645</a>
</td></tr>
<tr>
<td>misc<td>
<a class='index_branch' href='#HEAD'>HEAD</a>
</td></tr>
<tr><td rowspan='4'><a class='project' href='http://framework.openoffice.org'>Application Framework (aka framework)</a></td>
<td> srx645 </td>
<td>
<a class='index_branch' href='#cws_srx645_alphaart'>alphaart</a>
<a class='index_branch' href='#cws_srx645_c01'>c01</a>
<a class='index_branch' href='#cws_srx645_filtercfg'>filtercfg</a>
<a class='index_branch' href='#cws_srx645_fwk03pp1'>fwk03pp1</a>
<a class='index_branch' href='#cws_srx645_layoutmanager'>layoutmanager</a>
<a class='index_branch' href='#cws_srx645_ooo111fix1'>ooo111fix1</a>
<a class='index_branch' href='#cws_srx645_vcl7pp1r4'>vcl7pp1r4</a>
</td></tr>
<tr>
<td> src680 </td>
<td>
<a class='index_branch' href='#cws_src680_dialogdiet'>dialogdiet</a>
<a class='index_mergedbranch' href='#cws_src680_geordi2q09'>geordi2q09</a>
<a class='index_mergedbranch' href='#cws_src680_geordi2q10'>geordi2q10</a>
<a class='index_branch' href='#cws_src680_unopkg1'>unopkg1</a>
<a class='index_branch' href='#cws_src680_vcl17'>vcl17</a>
<a class='index_mergedbranch' href='#cws_src680_vclcleanup01'>vclcleanup01</a>
</td></tr>
<tr>
<td>master</td><td>
<a class='index_branch' href='#mws_srx645'>srx645</a>
<a class='index_branch' href='#mws_fix645'>fix645</a>
</td></tr>
<tr>
<td>misc<td>
<a class='index_branch' href='#HEAD'>HEAD</a>
</td></tr>
<tr><td rowspan='3'><a class='project' href='http://graphics.openoffice.org'>Graphic Applications (aka graphics)</a></td>
<td> srx645 </td>
<td>
<a class='index_branch' href='#cws_srx645_alphaart'>alphaart</a>
<a class='index_branch' href='#cws_srx645_canvas01'>canvas01</a>
<a class='index_branch' href='#cws_srx645_draw22'>draw22</a>
<a class='index_branch' href='#cws_srx645_filtercfg'>filtercfg</a>
<a class='index_branch' href='#cws_srx645_formdesign01'>formdesign01</a>
<a class='index_branch' href='#cws_srx645_impress1'>impress1</a>
<a class='index_branch' href='#cws_srx645_insight01'>insight01</a>
<a class='index_branch' href='#cws_srx645_layoutmanager'>layoutmanager</a>
<a class='index_branch' href='#cws_srx645_mnemonics'>mnemonics</a>
<a class='index_branch' href='#cws_srx645_ooo111fix1'>ooo111fix1</a>
<a class='index_branch' href='#cws_srx645_sch7pp2'>sch7pp2</a>
<a class='index_branch' href='#cws_srx645_sw7pp2a'>sw7pp2a</a>
</td></tr>
<tr>
<td> src680 </td>
<td>
<a class='index_branch' href='#cws_src680_dialogdiet'>dialogdiet</a>
<a class='index_branch' href='#cws_src680_dr14'>dr14</a>
<a class='index_branch' href='#cws_src680_draw24'>draw24</a>
<a class='index_branch' href='#cws_src680_frmcontrols01'>frmcontrols01</a>
<a class='index_mergedbranch' href='#cws_src680_geordi2q10'>geordi2q10</a>
<a class='index_branch' href='#cws_src680_interop12'>interop12</a>
<a class='index_branch' href='#cws_src680_mullingarfilterteam18'>mullingarfilterteam18</a>
<a class='index_branch' href='#cws_src680_os24'>os24</a>
<a class='index_branch' href='#cws_src680_sj05'>sj05</a>
<a class='index_branch' href='#cws_src680_sj07'>sj07</a>
</td></tr>
<tr>
<td>misc<td>
<a class='index_branch' href='#HEAD'>HEAD</a>
</td></tr>
<tr><td rowspan='5'><a class='project' href='http://gsl.openoffice.org'>Graphic System Layer (aka gsl)</a></td>
<td> srx645 </td>
<td>
<a class='index_branch' href='#cws_srx645_alphaart'>alphaart</a>
<a class='index_branch' href='#cws_srx645_canvas01'>canvas01</a>
<a class='index_branch' href='#cws_srx645_cups01'>cups01</a>
<a class='index_branch' href='#cws_srx645_layoutmanager'>layoutmanager</a>
<a class='index_branch' href='#cws_srx645_mnemonics'>mnemonics</a>
<a class='index_branch' href='#cws_srx645_nativewidget1'>nativewidget1</a>
<a class='index_branch' href='#cws_srx645_ooo111fix1'>ooo111fix1</a>
<a class='index_branch' href='#cws_srx645_vcl7pp1r4'>vcl7pp1r4</a>
</td></tr>
<tr>
<td> srx644 </td>
<td>
<a class='index_branch' href='#cws_srx644_calcrtl'>calcrtl</a>
</td></tr>
<tr>
<td> src680 </td>
<td>
<a class='index_branch' href='#cws_src680_dialogdiet'>dialogdiet</a>
<a class='index_mergedbranch' href='#cws_src680_geordi2q09'>geordi2q09</a>
<a class='index_mergedbranch' href='#cws_src680_geordi2q10'>geordi2q10</a>
<a class='index_branch' href='#cws_src680_vcl17'>vcl17</a>
<a class='index_mergedbranch' href='#cws_src680_vclcleanup01'>vclcleanup01</a>
</td></tr>
<tr>
<td>master</td><td>
<a class='index_branch' href='#mws_srx645'>srx645</a>
</td></tr>
<tr>
<td>misc<td>
<a class='index_branch' href='#HEAD'>HEAD</a>
</td></tr>
<tr><td rowspan='4'><a class='project' href='http://installation.openoffice.org'>Installation (aka installation)</a></td>
<td> srx645 </td>
<td>
<a class='index_branch' href='#cws_srx645_brazilianextras1'>brazilianextras1</a>
<a class='index_branch' href='#cws_srx645_filtercfg'>filtercfg</a>
<a class='index_branch' href='#cws_srx645_layoutmanager'>layoutmanager</a>
<a class='index_branch' href='#cws_srx645_ooo111fix1'>ooo111fix1</a>
<a class='index_branch' href='#cws_srx645_setuppp02'>setuppp02</a>
</td></tr>
<tr>
<td> src680 </td>
<td>
<a class='index_branch' href='#cws_src680_crashrep12'>crashrep12</a>
<a class='index_mergedbranch' href='#cws_src680_geordi2q09'>geordi2q09</a>
<a class='index_mergedbranch' href='#cws_src680_geordi2q10'>geordi2q10</a>
<a class='index_branch' href='#cws_src680_networker2'>networker2</a>
<a class='index_branch' href='#cws_src680_qwizards1'>qwizards1</a>
<a class='index_branch' href='#cws_src680_xmlsec01'>xmlsec01</a>
</td></tr>
<tr>
<td>master</td><td>
<a class='index_branch' href='#mws_srx645'>srx645</a>
<a class='index_branch' href='#mws_fix645'>fix645</a>
</td></tr>
<tr>
<td>misc<td>
<a class='index_branch' href='#HEAD'>HEAD</a>
</td></tr>
<tr><td rowspan='2'><a class='project' href='http://l10n.openoffice.org'>Localization (aka l10n)</a></td>
<td> src680 </td>
<td>
<a class='index_mergedbranch' href='#cws_src680_geordi2q10'>geordi2q10</a>
</td></tr>
<tr>
<td>misc<td>
<a class='index_branch' href='#HEAD'>HEAD</a>
</td></tr>
<tr><td rowspan='1'><a class='project' href='http://lingucomponent.openoffice.org'>Lingucomponent (aka lingucomponent)</a></td>
<td>misc<td>
<a class='index_branch' href='#HEAD'>HEAD</a>
</td></tr>
<tr><td rowspan='3'><a class='project' href='http://porting.openoffice.org'>Porting (aka porting)</a></td>
<td> srx645 </td>
<td>
<a class='index_branch' href='#cws_srx645_ooo111fix1'>ooo111fix1</a>
</td></tr>
<tr>
<td> src680 </td>
<td>
<a class='index_branch' href='#cws_src680_crashrep12'>crashrep12</a>
<a class='index_branch' href='#cws_src680_qadev14'>qadev14</a>
<a class='index_branch' href='#cws_src680_sal05'>sal05</a>
</td></tr>
<tr>
<td>misc<td>
<a class='index_branch' href='#HEAD'>HEAD</a>
</td></tr>
<tr><td rowspan='4'><a class='project' href='http://sc.openoffice.org'>Spreadsheet (aka sc)</a></td>
<td> srx645 </td>
<td>
<a class='index_branch' href='#cws_srx645_calc20'>calc20</a>
<a class='index_mergedbranch' href='#cws_srx645_dr9'>dr9</a>
<a class='index_branch' href='#cws_srx645_layoutmanager'>layoutmanager</a>
<a class='index_branch' href='#cws_srx645_mnemonics'>mnemonics</a>
<a class='index_branch' href='#cws_srx645_ooo111fix1'>ooo111fix1</a>
<a class='index_branch' href='#cws_srx645_tracingfilterteam17'>tracingfilterteam17</a>
</td></tr>
<tr>
<td> srx644 </td>
<td>
<a class='index_branch' href='#cws_srx644_calcrtl'>calcrtl</a>
</td></tr>
<tr>
<td> src680 </td>
<td>
<a class='index_branch' href='#cws_src680_dialogdiet'>dialogdiet</a>
<a class='index_branch' href='#cws_src680_dr14'>dr14</a>
<a class='index_branch' href='#cws_src680_rowlimit'>rowlimit</a>
</td></tr>
<tr>
<td>misc<td>
<a class='index_branch' href='#HEAD'>HEAD</a>
</td></tr>
<tr><td rowspan='4'><a class='project' href='http://sw.openoffice.org'>Word Processing (aka sw)</a></td>
<td> srx645 </td>
<td>
<a class='index_branch' href='#cws_srx645_cellbreak'>cellbreak</a>
<a class='index_branch' href='#cws_srx645_droghedafilterteam15'>droghedafilterteam15</a>
<a class='index_branch' href='#cws_srx645_layoutmanager'>layoutmanager</a>
<a class='index_branch' href='#cws_srx645_mnemonics'>mnemonics</a>
<a class='index_branch' href='#cws_srx645_ooo111fix1'>ooo111fix1</a>
<a class='index_branch' href='#cws_srx645_sw7pp2a'>sw7pp2a</a>
</td></tr>
<tr>
<td> src680 </td>
<td>
<a class='index_branch' href='#cws_src680_dialogdiet'>dialogdiet</a>
<a class='index_mergedbranch' href='#cws_src680_geordi2q09'>geordi2q09</a>
<a class='index_mergedbranch' href='#cws_src680_geordi2q10'>geordi2q10</a>
<a class='index_branch' href='#cws_src680_mullingarfilterteam18'>mullingarfilterteam18</a>
<a class='index_branch' href='#cws_src680_os24'>os24</a>
<a class='index_branch' href='#cws_src680_portlaoisefilterteam16'>portlaoisefilterteam16</a>
<a class='index_branch' href='#cws_src680_swq01'>swq01</a>
<a class='index_branch' href='#cws_src680_tabstops'>tabstops</a>
</td></tr>
<tr>
<td>master</td><td>
<a class='index_branch' href='#mws_fix645'>fix645</a>
</td></tr>
<tr>
<td>misc<td>
<a class='index_branch' href='#HEAD'>HEAD</a>
</td></tr>
<tr><td rowspan='4'><a class='project' href='http://tools.openoffice.org'>Build Tools and Environment (aka tools)</a></td>
<td> srx645 </td>
<td>
<a class='index_branch' href='#cws_srx645_ooo111fix1'>ooo111fix1</a>
</td></tr>
<tr>
<td> src680 </td>
<td>
<a class='index_mergedbranch' href='#cws_src680_ooo20031110'>ooo20031110</a>
</td></tr>
<tr>
<td>master</td><td>
<a class='index_branch' href='#mws_fix645'>fix645</a>
</td></tr>
<tr>
<td>misc<td>
<a class='index_branch' href='#HEAD'>HEAD</a>
</td></tr>
<tr><td rowspan='3'><a class='project' href='http://ucb.openoffice.org'>Universal Content Broker (aka ucb)</a></td>
<td> srx645 </td>
<td>
<a class='index_branch' href='#cws_srx645_ooo111fix1'>ooo111fix1</a>
<a class='index_branch' href='#cws_srx645_sal06'>sal06</a>
</td></tr>
<tr>
<td> src680 </td>
<td>
<a class='index_mergedbranch' href='#cws_src680_geordi2q10'>geordi2q10</a>
<a class='index_branch' href='#cws_src680_unopkg1'>unopkg1</a>
</td></tr>
<tr>
<td>misc<td>
<a class='index_branch' href='#HEAD'>HEAD</a>
</td></tr>
<tr><td rowspan='3'><a class='project' href='http://udk.openoffice.org'>UNO Development Kit / Component Technology (aka udk)</a></td>
<td> srx645 </td>
<td>
<a class='index_branch' href='#cws_srx645_sdk10'>sdk10</a>
</td></tr>
<tr>
<td> src680 </td>
<td>
<a class='index_branch' href='#cws_src680_xmlsec01'>xmlsec01</a>
</td></tr>
<tr>
<td>misc<td>
<a class='index_branch' href='#HEAD'>HEAD</a>
</td></tr>
<tr><td rowspan='1'><a class='project' href='http://ui.openoffice.org'>User Interface (aka ui)</a></td>
<td>misc<td>
<a class='index_branch' href='#HEAD'>HEAD</a>
</td></tr>
<tr><td rowspan='4'><a class='project' href='http://util.openoffice.org'>Utilities (aka util)</a></td>
<td> srx645 </td>
<td>
<a class='index_branch' href='#cws_srx645_alphaart'>alphaart</a>
<a class='index_branch' href='#cws_srx645_canvas01'>canvas01</a>
<a class='index_branch' href='#cws_srx645_filtercfg'>filtercfg</a>
<a class='index_branch' href='#cws_srx645_formdesign01'>formdesign01</a>
<a class='index_branch' href='#cws_srx645_insight01'>insight01</a>
<a class='index_branch' href='#cws_srx645_layoutmanager'>layoutmanager</a>
<a class='index_branch' href='#cws_srx645_mnemonics'>mnemonics</a>
<a class='index_branch' href='#cws_srx645_ooo111fix1'>ooo111fix1</a>
<a class='index_branch' href='#cws_srx645_tl01'>tl01</a>
<a class='index_branch' href='#cws_srx645_vcl7pp1r4'>vcl7pp1r4</a>
</td></tr>
<tr>
<td> srx644 </td>
<td>
<a class='index_branch' href='#cws_srx644_ab02vba'>ab02vba</a>
</td></tr>
<tr>
<td> src680 </td>
<td>
<a class='index_branch' href='#cws_src680_aw006'>aw006</a>
<a class='index_branch' href='#cws_src680_cfg04'>cfg04</a>
<a class='index_branch' href='#cws_src680_dialogdiet'>dialogdiet</a>
<a class='index_mergedbranch' href='#cws_src680_geordi2q09'>geordi2q09</a>
<a class='index_mergedbranch' href='#cws_src680_geordi2q10'>geordi2q10</a>
<a class='index_branch' href='#cws_src680_tabstops'>tabstops</a>
<a class='index_branch' href='#cws_src680_tbe9'>tbe9</a>
<a class='index_branch' href='#cws_src680_unopkg1'>unopkg1</a>
<a class='index_branch' href='#cws_src680_vcl17'>vcl17</a>
</td></tr>
<tr>
<td>misc<td>
<a class='index_branch' href='#HEAD'>HEAD</a>
</td></tr>
<tr><td rowspan='2'><a class='project' href='http://xml.openoffice.org'>XML File Formats (aka xml)</a></td>
<td> src680 </td>
<td>
<a class='index_mergedbranch' href='#cws_src680_geordi2q09'>geordi2q09</a>
<a class='index_mergedbranch' href='#cws_src680_geordi2q10'>geordi2q10</a>
<a class='index_branch' href='#cws_src680_sj05'>sj05</a>
</td></tr>
<tr>
<td>misc<td>
<a class='index_branch' href='#HEAD'>HEAD</a>
</td></tr>
</table>
<a name='details'></a><H2>Detailed changes on each branch</H2>
<a name='cws_srx645_dba01pp1'></a><a name='cws_srx645_dba01pp1_vg'></a><div class="mergedbranch">cws_srx645_dba01pp1 was changed by Vladimir Glazounov(vg) [ <a href='#merged_dba01pp1'>and it was merged</a> ]</div>
<div class='modified'>modified : <span class='comment'> RESYNC:; FILE MERGED </span>
<div class="file-list">
files from:
dba/dbaccess/source/ui/querydesign/:
<a href='http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/querydesign/QueryDesignView.cxx.diff?r1=1.61.16.1&r2=1.61.16.2'>QueryDesignView.cxx</a>,
<a href='http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx.diff?r1=1.50.16.2&r2=1.50.16.3'>SelectionBrowseBox.cxx</a>,
graphics/svx/source/form/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/form/fmshimp.cxx.diff?r1=1.41.280.1&r2=1.41.280.2'>fmshimp.cxx</a>
dba/connectivity/source/parse/<a href='http://dba.openoffice.org/source/browse/dba/connectivity/source/parse/sqliterator.cxx.diff?r1=1.34.38.1&r2=1.34.38.2'>sqliterator.cxx</a>
gsl/forms/source/component/<a href='http://gsl.openoffice.org/source/browse/gsl/forms/source/component/ComboBox.cxx.diff?r1=1.19.42.1&r2=1.19.42.2'>ComboBox.cxx</a>
</div>
</div>
<p>
<a name='cws_srx645_setuppp02'></a><a name='cws_srx645_setuppp02_dv'></a><div class="branch">cws_srx645_setuppp02 was changed by Dirk Voelzke(dv)</div>
<div class='modified'>modified : <span class='comment'> RESYNC:; FILE MERGED </span>
<div class="file-list">
files from:
installation/setup2/source/agenda/<a href='http://installation.openoffice.org/source/browse/installation/setup2/source/agenda/agenda.cxx.diff?r1=1.82.72.1&r2=1.82.72.2'>agenda.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #114069# Added StarSuite support for logo and vendor bitmap, too </span>
<div class="file-list">
installation/setup2/source/ui/<a href='http://installation.openoffice.org/source/browse/installation/setup2/source/ui/mainwnd.cxx.diff?r1=1.19.106.1&r2=1.19.106.2'>mainwnd.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #112855# Avoid recursive paint in LeftWin::Paint() </span>
<div class="file-list">
installation/setup2/source/ui/<a href='http://installation.openoffice.org/source/browse/installation/setup2/source/ui/mainwnd.cxx.diff?r1=1.19&r2=1.19.106.1'>mainwnd.cxx</a>
</div>
</div>
<p>
<a name='cws_src680_rowlimit'></a><a name='cws_src680_rowlimit_er'></a><div class="branch">cws_src680_rowlimit was changed by Eike Rathke(er)</div>
<div class='removed'>removed : <span class='comment'> remove file that doesn't exist anymore according to it's content ;-) </span>
<div class="file-list">
files from:
sc/source/ui/inc/:
applink.hxx,
objects.hxx,
pivotobj.hxx,
scsbx.hxx,
sumctl.hxx,
template.hxx,
</div>
</div>
<div class='removed'>removed : <span class='comment'> remove legacy file </span>
<div class="file-list">
files from:
sc/inc//scuiks.hxx
</div>
</div>
<div class='removed'>removed : <span class='comment'> remove dead file </span>
<div class="file-list">
files from:
sc/inc//splcfg.hxx
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=1967'> #i1967#</a> move ScAddress, ScRange from global.hxx to address.hxx </span>
<div class="file-list">
sc/sc/source/core/data/<a href='http://sc.openoffice.org/source/browse/sc/sc/source/core/data/documen4.cxx.diff?r1=1.11&r2=1.11.178.1'>documen4.cxx</a>
sc/sc/inc/<a href='http://sc.openoffice.org/source/browse/sc/sc/inc/addincol.hxx.diff?r1=1.4&r2=1.4.302.1'>addincol.hxx</a>
</div>
</div>
<div class='added'>added : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=1967'> #i1967#</a> move ScAddress, ScRange from global.hxx to address.hxx </span>
<div class="file-list">
sc/sc/inc/ : <a href='http://sc.openoffice.org/source/browse/sc/sc/inc/address.hxx.diff?r1=1.1&r2=1.1.2.1'>address.hxx</a>, <a href='http://sc.openoffice.org/source/browse/sc/sc/inc/paramisc.hxx.diff?r1=1.1&r2=1.1.2.1'>paramisc.hxx</a> ;
</div>
</div>
<p>
<a name='cws_srx645_setuppp01'></a><a name='cws_srx645_setuppp01_kz'></a><div class="mergedbranch">cws_srx645_setuppp01 was changed by Kurt Zenker(kz) [ <a href='#merged_setuppp01'>and it was merged</a> ]</div>
<div class='modified'>modified : <span class='comment'> RESYNC:; FILE MERGED </span>
<div class="file-list">
files from:
installation/scp/inc/<a href='http://installation.openoffice.org/source/browse/installation/scp/inc/gcfg.inc.diff?r1=1.66.24.1.24.1&r2=1.66.24.1.24.2'>gcfg.inc</a>
installation/setup2/script/:
<a href='http://installation.openoffice.org/source/browse/installation/setup2/script/setupzip_linux.inf.diff?r1=1.5.114.1.2.1&r2=1.5.114.1.2.2'>setupzip_linux.inf</a>,
<a href='http://installation.openoffice.org/source/browse/installation/setup2/script/setupzip_solsparc.inf.diff?r1=1.5.114.1.2.1&r2=1.5.114.1.2.2'>setupzip_solsparc.inf</a>,
<a href='http://installation.openoffice.org/source/browse/installation/setup2/script/setupzip_windows.inf.diff?r1=1.5.114.1.2.1&r2=1.5.114.1.2.2'>setupzip_windows.inf</a>,
installation/setup2/source/ui/pages/<a href='http://installation.openoffice.org/source/browse/installation/setup2/source/ui/pages/ppatch.src.diff?r1=1.19.48.1&r2=1.19.48.2'>ppatch.src</a>
installation/setup2/mow/source/loader/<a href='http://installation.openoffice.org/source/browse/installation/setup2/mow/source/loader/loader.c.diff?r1=1.49.14.2.2.3&r2=1.49.14.2.2.4'>loader.c</a>
installation/setup2/win/source/loader/<a href='http://installation.openoffice.org/source/browse/installation/setup2/win/source/loader/loader.cxx.diff?r1=1.28.74.1.2.1&r2=1.28.74.1.2.2'>loader.cxx</a>
installation/setup2/source/agenda/<a href='http://installation.openoffice.org/source/browse/installation/setup2/source/agenda/instdb.cxx.diff?r1=1.12.138.1&r2=1.12.138.2'>instdb.cxx</a>
installation/setup2/source/ui/:
<a href='http://installation.openoffice.org/source/browse/installation/setup2/source/ui/main.cxx.diff?r1=1.114.38.1&r2=1.114.38.2'>main.cxx</a>,
<a href='http://installation.openoffice.org/source/browse/installation/setup2/source/ui/mainevt.cxx.diff?r1=1.83.44.1&r2=1.83.44.2'>mainevt.cxx</a>,
</div>
</div>
<p>
<a name='cws_src680_os24'></a><a name='cws_src680_os24_os'></a><div class="branch">cws_src680_os24 was changed by Oliver Specht(os)</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22986'> #i22986#</a> ::Apply: remove deleted bookmarks before inserting a new one </span>
<div class="file-list">
sw/sw/source/ui/misc/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/ui/misc/bookmark.cxx.diff?r1=1.6&r2=1.6.296.1'>bookmark.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #112674# set metric of tab stop position correctly </span>
<div class="file-list">
sw/sw/source/ui/index/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/ui/index/cnttab.cxx.diff?r1=1.52&r2=1.52.296.1'>cnttab.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=21267'> #i21267#</a> ::GetInfo() corrected </span>
<div class="file-list">
sw/sw/source/ui/fldui/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/ui/fldui/fldtdlg.cxx.diff?r1=1.10&r2=1.10.104.1'>fldtdlg.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22199'> #i22199#</a> Liechtenstein now correctly spelled </span>
<div class="file-list">
graphics/svx/source/dialog/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/dialog/langtab.src.diff?r1=1.44&r2=1.44.74.1'>langtab.src</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #114117# help ids for ListBoxes and CheckBoxes in Appearance TabPage </span>
<div class="file-list">
graphics/svx/util/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/util/hidother.src.diff?r1=1.24&r2=1.24.202.1'>hidother.src</a>
graphics/svx/inc/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/helpid.hrc.diff?r1=1.39&r2=1.39.24.1'>helpid.hrc</a>
graphics/svx/source/options/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/options/optcolor.cxx.diff?r1=1.29&r2=1.29.116.1'>optcolor.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #112561# wrong disabling of database merge via Drag and Drop undone </span>
<div class="file-list">
sw/sw/source/ui/docvw/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/ui/docvw/edtdd.cxx.diff?r1=1.16&r2=1.16.212.1'>edtdd.cxx</a>
</div>
</div>
<p>
<a name='cws_src680_sj07'></a><a name='cws_src680_sj07_sj'></a><div class="branch">cws_src680_sj07 was changed by Sven Jacobi(sj)</div>
<div class='modified'>modified : <span class='comment'> fixed bug: start presentation from page is now working correct </span>
<div class="file-list">
graphics/sd/source/filter/<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/filter/pptin.cxx.diff?r1=1.49&r2=1.49.60.1'>pptin.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> not accessing uninitialized memory if bullet indentation is not available </span>
<div class="file-list">
graphics/svx/source/svdraw/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/svdraw/svdfppt.cxx.diff?r1=1.112&r2=1.112.52.1'>svdfppt.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> not creating placeholder object for text instance </span>
<div class="file-list">
graphics/sd/source/filter/<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/filter/pptin.cxx.diff?r1=1.49.60.1&r2=1.49.60.2'>pptin.cxx</a>
</div>
</div>
<p>
<a name='cws_srx645_cups01'></a><a name='cws_srx645_cups01_pl'></a><div class="branch">cws_srx645_cups01 was changed by Philipp Lohmann(pl)</div>
<div class='modified'>modified : <span class='comment'> removed an ambiguity for workshop compiler </span>
<div class="file-list">
gsl/psprint/source/helper/<a href='http://gsl.openoffice.org/source/browse/gsl/psprint/source/helper/strhelper.cxx.diff?r1=1.3.76.1&r2=1.3.76.2'>strhelper.cxx</a>
gsl/vcl/source/gdi/<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/gdi/bitmap4.cxx.diff?r1=1.2.292.1&r2=1.2.292.1.32.1'>bitmap4.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> RESYNC:; FILE MERGED </span>
<div class="file-list">
files from:
gsl/psprint/source/fontmanager/<a href='http://gsl.openoffice.org/source/browse/gsl/psprint/source/fontmanager/fontmanager.cxx.diff?r1=1.39.16.1&r2=1.39.16.2'>fontmanager.cxx</a>
gsl/psprint/source/fontsubset/<a href='http://gsl.openoffice.org/source/browse/gsl/psprint/source/fontsubset/sft.c.diff?r1=1.23.4.2&r2=1.23.4.3'>sft.c</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=23057'> #i23057#</a> fall back to old print stuff if CUPS has no dests </span>
<div class="file-list">
gsl/psprint/inc/<a href='http://gsl.openoffice.org/source/browse/gsl/psprint/inc/cupsmgr.hxx.diff?r1=1.1.2.3&r2=1.1.2.4'>cupsmgr.hxx</a>
</div>
</div>
<p>
<a name='cws_srx645_sw7pp2a'></a><a name='cws_srx645_sw7pp2a_fme'></a><div class="branch">cws_srx645_sw7pp2a was changed by Frank Meies(fme)</div>
<div class='modified'>modified : <span class='comment'> #112929# Catch 0 pointer within FindLastCntnt </span>
<div class="file-list">
sw/sw/source/core/layout/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/layout/tabfrm.cxx.diff?r1=1.41.138.1&r2=1.41.138.2'>tabfrm.cxx</a>
</div>
</div>
<p>
<a name='cws_srx645_sw7pp2a'></a><a name='cws_srx645_sw7pp2a_os'></a><div class="branch">cws_srx645_sw7pp2a was changed by Oliver Specht(os)</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=15268'> #i15268#</a> use URL notation to match existing document </span>
<div class="file-list">
graphics/svx/source/svxlink/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/svxlink/linkmgr.cxx.diff?r1=1.16&r2=1.16.150.1'>linkmgr.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22575'> #i22575#</a> setting of maximum percent value corrected </span>
<div class="file-list">
sw/sw/source/ui/frmdlg/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/ui/frmdlg/frmpage.cxx.diff?r1=1.36&r2=1.36.286.1'>frmpage.cxx</a>
</div>
</div>
<p>
<a name='cws_src680_mav07'></a><a name='cws_src680_mav07_mav'></a><div class="branch">cws_src680_mav07 was changed by Mikhail Voitenko(mav)</div>
<div class='added'>added : <span class='comment'> #112923# separate factory from creator </span>
<div class="file-list">
api/offapi/com/sun/star/embed/ : <a href='http://api.openoffice.org/source/browse/api/offapi/com/sun/star/embed/XEmbedObjectCreator.idl.diff?r1=1.1&r2=1.1.2.1'>XEmbedObjectCreator.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/com/sun/star/embed/XLinkCreator.idl.diff?r1=1.1&r2=1.1.2.1'>XLinkCreator.idl</a> ;
</div>
</div>
<div class='added'>added : <span class='comment'> #112923# allow to create link of specified type </span>
<div class="file-list">
api/offapi/com/sun/star/embed/<a href='http://api.openoffice.org/source/browse/api/offapi/com/sun/star/embed/XLinkFactory.idl.diff?r1=1.1&r2=1.1.2.1'>XLinkFactory.idl</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #112923# links can have a persistent </span>
<div class="file-list">
api/offapi/com/sun/star/embed/<a href='http://api.openoffice.org/source/browse/api/offapi/com/sun/star/embed/XEmbedObjectFactory.idl.diff?r1=1.2.4.3&r2=1.2.4.4'>XEmbedObjectFactory.idl</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #112923# allow to create link of specified type </span>
<div class="file-list">
api/offapi/com/sun/star/embed/<a href='http://api.openoffice.org/source/browse/api/offapi/com/sun/star/embed/makefile.mk.diff?r1=1.2.4.6&r2=1.2.4.7'>makefile.mk</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #112923# separate factory from creator </span>
<div class="file-list">
api/offapi/com/sun/star/embed/ : <a href='http://api.openoffice.org/source/browse/api/offapi/com/sun/star/embed/XEmbedObjectFactory.idl.diff?r1=1.2.4.5&r2=1.2.4.6'>XEmbedObjectFactory.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/com/sun/star/embed/XEmbedObjectCreator.idl.diff?r1=1.1.2.1&r2=1.1.2.2'>XEmbedObjectCreator.idl</a> ;
</div>
</div>
<div class='modified'>modified : <span class='comment'> #112923# temporary change that allows to test OLE objects </span>
<div class="file-list">
api/offapi/com/sun/star/embed/<a href='http://api.openoffice.org/source/browse/api/offapi/com/sun/star/embed/XEmbedObjectFactory.idl.diff?r1=1.2.4.4&r2=1.2.4.5'>XEmbedObjectFactory.idl</a>
</div>
</div>
<p>
<a name='cws_srx645_os16'></a><a name='cws_srx645_os16_kz'></a><div class="mergedbranch">cws_srx645_os16 was changed by Kurt Zenker(kz) [ <a href='#merged_os16'>and it was merged</a> ]</div>
<div class='modified'>modified : <span class='comment'> RESYNC:; FILE MERGED </span>
<div class="file-list">
files from:
installation/scp/source/office/<a href='http://installation.openoffice.org/source/browse/installation/scp/source/office/profile.scp.diff?r1=1.182.8.3&r2=1.182.8.4'>profile.scp</a>
</div>
</div>
<p>
<a name='cws_src680_tbe9'></a><a name='cws_src680_tbe9_tbe'></a><div class="branch">cws_src680_tbe9 was changed by Thomas Behrens(tbe)</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22087'> #i22087#</a> wrong selection and caret position </span>
<div class="file-list">
util/svtools/source/edit/<a href='http://util.openoffice.org/source/browse/util/svtools/source/edit/textwindowaccessibility.cxx.diff?r1=1.20.154.1&r2=1.20.154.2'>textwindowaccessibility.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22088'> #i22088#</a> too many object::text-selection-changed events </span>
<div class="file-list">
util/svtools/source/edit/<a href='http://util.openoffice.org/source/browse/util/svtools/source/edit/textwindowaccessibility.cxx.diff?r1=1.20&r2=1.20.154.1'>textwindowaccessibility.cxx</a>
</div>
</div>
<p>
<a name='cws_srx645_draw20pp1'></a><a name='cws_srx645_draw20pp1_obo'></a><div class="mergedbranch">cws_srx645_draw20pp1 was changed by Oliver Bolte(obo) [ <a href='#merged_draw20pp1'>and it was merged</a> ]</div>
<div class='modified'>modified : <span class='comment'> RESYNC:; FILE MERGED </span>
<div class="file-list">
files from:
graphics/sd/source/ui/app/<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/app/sdmod1.cxx.diff?r1=1.23.48.1&r2=1.23.48.2'>sdmod1.cxx</a>
</div>
</div>
<p>
<a name='cws_srx645_sdk10'></a><a name='cws_srx645_sdk10_sb'></a><div class="branch">cws_srx645_sdk10 was changed by Stephan Bergmann(sb)</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=19974'> #i19974#</a> After destroying a bridge, a newly created bridge with the same from/to pair as the old one will use the same java_environment as the old one, so make sure all proxies from the old bridge get removed from the java_environment when the old bridge is disposed. </span>
<div class="file-list">
udk/jurt/com/sun/star/lib/uno/environments/java/<a href='http://udk.openoffice.org/source/browse/udk/jurt/com/sun/star/lib/uno/environments/java/java_environment.java.diff?r1=1.11&r2=1.11.52.1'>java_environment.java</a>
udk/jurt/prj/<a href='http://udk.openoffice.org/source/browse/udk/jurt/prj/build.lst.diff?r1=1.7&r2=1.7.40.1'>build.lst</a>
udk/jurt/com/sun/star/lib/uno/bridges/java_remote/<a href='http://udk.openoffice.org/source/browse/udk/jurt/com/sun/star/lib/uno/bridges/java_remote/java_remote_bridge.java.diff?r1=1.30&r2=1.30.26.1'>java_remote_bridge.java</a>
</div>
</div>
<p>
<a name='cws_src680_tabstops'></a><a name='cws_src680_tabstops_pb'></a><div class="branch">cws_src680_tabstops was changed by Peter Burow(pb)</div>
<div class='modified'>modified : <span class='comment'> fix: #114144# mkdir pck directory if necessary </span>
<div class="file-list">
util/officecfg/prj/<a href='http://util.openoffice.org/source/browse/util/officecfg/prj/d.lst.diff?r1=1.32&r2=1.32.152.1'>d.lst</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> fix: #114144# instead of one bitfield now several booleans </span>
<div class="file-list">
util/svtools/source/config/<a href='http://util.openoffice.org/source/browse/util/svtools/source/config/compatibility.cxx.diff?r1=1.2&r2=1.2.44.1'>compatibility.cxx</a>
util/officecfg/registry/data/org/openoffice/Office/<a href='http://util.openoffice.org/source/browse/util/officecfg/registry/data/org/openoffice/Office/Compatibility.xcu.diff?r1=1.1&r2=1.1.30.1'>Compatibility.xcu</a>
util/officecfg/registry/schema/org/openoffice/Office/<a href='http://util.openoffice.org/source/browse/util/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs.diff?r1=1.2&r2=1.2.24.1'>Compatibility.xcs</a>
util/svtools/inc/<a href='http://util.openoffice.org/source/browse/util/svtools/inc/compatibility.hxx.diff?r1=1.2&r2=1.2.44.1'>compatibility.hxx</a>
</div>
</div>
<p>
<a name='cws_src680_tabstops'></a><a name='cws_src680_tabstops_fme'></a><div class="branch">cws_src680_tabstops was changed by Frank Meies(fme)</div>
<div class='modified'>modified : <span class='comment'> #114143# Tab stop compatibility </span>
<div class="file-list">
sw/sw/source/core/text/ : <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/text/itrform2.cxx.diff?r1=1.79&r2=1.79.44.1'>itrform2.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/text/inftxt.cxx.diff?r1=1.90&r2=1.90.58.1'>inftxt.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/text/portab.hxx.diff?r1=1.3&r2=1.3.466.1'>portab.hxx</a> ;
</div>
</div>
<p>
<a name='cws_src680_tabstops'></a><a name='cws_src680_tabstops_os'></a><div class="branch">cws_src680_tabstops was changed by Oliver Specht(os)</div>
<div class='modified'>modified : <span class='comment'> #114143# Number recognition switced off by default in Writer and Writer/Web tables </span>
<div class="file-list">
util/officecfg/registry/schema/org/openoffice/Office/<a href='http://util.openoffice.org/source/browse/util/officecfg/registry/schema/org/openoffice/Office/Writer.xcs.diff?r1=1.23&r2=1.23.74.1'>Writer.xcs</a>
</div>
</div>
<p>
<a name='cws_srx645_corkfilterteam10'></a><a name='cws_srx645_corkfilterteam10_obo'></a><div class="mergedbranch">cws_srx645_corkfilterteam10 was changed by Oliver Bolte(obo) [ <a href='#merged_corkfilterteam10'>and it was merged</a> ]</div>
<div class='modified'>modified : <span class='comment'> RESYNC:; FILE MERGED </span>
<div class="file-list">
files from:
sw/sw/source/filter/ww8/:
<a href='http://sw.openoffice.org/source/browse/sw/sw/source/filter/ww8/ww8par.cxx.diff?r1=1.111.32.7&r2=1.111.32.8'>ww8par.cxx</a>,
<a href='http://sw.openoffice.org/source/browse/sw/sw/source/filter/ww8/ww8par.hxx.diff?r1=1.113.32.5&r2=1.113.32.6'>ww8par.hxx</a>,
<a href='http://sw.openoffice.org/source/browse/sw/sw/source/filter/ww8/ww8par2.hxx.diff?r1=1.30.62.1&r2=1.30.62.2'>ww8par2.hxx</a>,
<a href='http://sw.openoffice.org/source/browse/sw/sw/source/filter/ww8/ww8par5.cxx.diff?r1=1.68.32.2&r2=1.68.32.3'>ww8par5.cxx</a>,
</div>
</div>
<p>
<a name='cws_srx645_fwk02pp1'></a><a name='cws_srx645_fwk02pp1_vg'></a><div class="mergedbranch">cws_srx645_fwk02pp1 was changed by Vladimir Glazounov(vg) [ <a href='#merged_fwk02pp1'>and it was merged</a> ]</div>
<div class='modified'>modified : <span class='comment'> RESYNC:; FILE MERGED </span>
<div class="file-list">
files from:
framework/sfx2/source/control/<a href='http://framework.openoffice.org/source/browse/framework/sfx2/source/control/bindings.cxx.diff?r1=1.25.78.1&r2=1.25.78.2'>bindings.cxx</a>
framework/desktop/source/app/<a href='http://framework.openoffice.org/source/browse/framework/desktop/source/app/app.cxx.diff?r1=1.121.10.1.10.1&r2=1.121.10.1.10.2'>app.cxx</a>
framework/sfx2/source/appl/<a href='http://framework.openoffice.org/source/browse/framework/sfx2/source/appl/app.cxx.diff?r1=1.68.102.1&r2=1.68.102.2'>app.cxx</a>
framework/sfx2/source/doc/<a href='http://framework.openoffice.org/source/browse/framework/sfx2/source/doc/objstor.cxx.diff?r1=1.118.34.1&r2=1.118.34.2'>objstor.cxx</a>
</div>
</div>
<p>
<a name='cws_src680_ooo20031110'></a><a name='cws_src680_ooo20031110_mh'></a><div class="mergedbranch">cws_src680_ooo20031110 was changed by Martin Hollmichel(mh) [ <a href='#merged_ooo20031110'>and it was merged</a> ]</div>
<div class='modified'>modified : <span class='comment'> RESYNC:; FILE MERGED </span>
<div class="file-list">
files from:
util/configmgr/source/api2/:
<a href='http://util.openoffice.org/source/browse/util/configmgr/source/api2/apinodeupdate.hxx.diff?r1=1.5.54.1&r2=1.5.54.2'>apinodeupdate.hxx</a>,
<a href='http://util.openoffice.org/source/browse/util/configmgr/source/api2/listenercontainer.hxx.diff?r1=1.11.54.1&r2=1.11.54.2'>listenercontainer.hxx</a>,
gsl/forms/source/component/<a href='http://gsl.openoffice.org/source/browse/gsl/forms/source/component/Columns.hxx.diff?r1=1.5.100.1&r2=1.5.100.2'>Columns.hxx</a>
gsl/forms/source/inc/<a href='http://gsl.openoffice.org/source/browse/gsl/forms/source/inc/strings.hxx.diff?r1=1.3.128.1&r2=1.3.128.2'>strings.hxx</a>
</div>
</div>
<p>
<a name='cws_src680_ooo20031110'></a><a name='cws_src680_ooo20031110_waratah'></a><div class="mergedbranch">cws_src680_ooo20031110 was changed by Ken Foskey(waratah) [ <a href='#merged_ooo20031110'>and it was merged</a> ]</div>
<div class='modified'>modified : <span class='comment'> Deprecated gcc 2.95 from support </span>
<div class="file-list">
tools/config_office/ : <a href='http://tools.openoffice.org/source/browse/tools/config_office/configure.in.diff?r1=1.56.4.5&r2=1.56.4.6'>configure.in</a>, <a href='http://tools.openoffice.org/source/browse/tools/config_office/configure.diff?r1=1.37.4.5&r2=1.37.4.6'>configure</a> ;
</div>
</div>
<p>
<a name='cws_src680_frmcontrols01'></a><a name='cws_src680_frmcontrols01_fs'></a><div class="branch">cws_src680_frmcontrols01 was changed by Frank Schoenheit(fs)</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=21853'> #i21853#</a> </span>
<div class="file-list">
graphics/svx/sdi/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/sdi/svxslots.src.diff?r1=1.95.40.4&r2=1.95.40.5'>svxslots.src</a>
</div>
</div>
<p>
<a name='cws_src680_geordi2q10'></a><a name='cws_src680_geordi2q10_rt'></a><div class="mergedbranch">cws_src680_geordi2q10 was changed by Rüdiger Timm(rt) [ <a href='#merged_geordi2q10'>and it was merged</a> ]</div>
<div class='modified'>modified : <span class='comment'> #111934#: join CWS sw7pp1c </span>
<div class="file-list">
sw/sw/source/core/docnode/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/docnode/ndsect.cxx.diff?r1=1.11&r2=1.11.298.1'>ndsect.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #111934#: join CWS sw7pp1a </span>
<div class="file-list">
sw/sw/inc/<a href='http://sw.openoffice.org/source/browse/sw/sw/inc/ndarr.hxx.diff?r1=1.4&r2=1.4.94.1'>ndarr.hxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #111934#: join CWS dba01pp1 </span>
<div class="file-list">
gsl/vcl/source/control/<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/control/button.cxx.diff?r1=1.22&r2=1.22.48.1'>button.cxx</a>
gsl/forms/source/component/<a href='http://gsl.openoffice.org/source/browse/gsl/forms/source/component/ComboBox.cxx.diff?r1=1.20&r2=1.20.10.1'>ComboBox.cxx</a>
graphics/svx/source/fmcomp/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/fmcomp/fmgridcl.cxx.diff?r1=1.39&r2=1.39.504.1'>fmgridcl.cxx</a>
util/extensions/source/dbimport/<a href='http://util.openoffice.org/source/browse/util/extensions/source/dbimport/sdbimporter.cxx.diff?r1=1.20&r2=1.20.130.1'>sdbimporter.cxx</a>
dba/dbaccess/source/core/api/<a href='http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/CIndex.cxx.diff?r1=1.5&r2=1.5.158.1'>CIndex.cxx</a>
dba/connectivity/source/commontools/<a href='http://dba.openoffice.org/source/browse/dba/connectivity/source/commontools/dbtools2.cxx.diff?r1=1.7&r2=1.7.78.1'>dbtools2.cxx</a>
util/svtools/source/control/<a href='http://util.openoffice.org/source/browse/util/svtools/source/control/calendar.cxx.diff?r1=1.2&r2=1.2.420.1'>calendar.cxx</a>
gsl/toolkit/source/awt/<a href='http://gsl.openoffice.org/source/browse/gsl/toolkit/source/awt/vclxwindows.cxx.diff?r1=1.43&r2=1.43.26.1'>vclxwindows.cxx</a>
framework/offmgr/source/offapp/dialog/<a href='http://framework.openoffice.org/source/browse/framework/offmgr/source/offapp/dialog/connpooloptions.cxx.diff?r1=1.5&r2=1.5.226.1'>connpooloptions.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #111934#: join CWS dr13 </span>
<div class="file-list">
graphics/svx/source/msfilter/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/msfilter/msocximex.cxx.diff?r1=1.13&r2=1.13.88.1'>msocximex.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #111934#: join CWS draw22 </span>
<div class="file-list">
framework/filter/source/xsltdialog/<a href='http://framework.openoffice.org/source/browse/framework/filter/source/xsltdialog/xmlfiltersettingsdialog.cxx.diff?r1=1.6&r2=1.6.104.1'>xmlfiltersettingsdialog.cxx</a>
graphics/sd/inc/<a href='http://graphics.openoffice.org/source/browse/graphics/sd/inc/drawdoc.hxx.diff?r1=1.28&r2=1.28.2.1'>drawdoc.hxx</a>
graphics/svx/source/svdraw/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/svdraw/svdedxv.cxx.diff?r1=1.34&r2=1.34.2.1'>svdedxv.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #111934#: join CWS thb07 </span>
<div class="file-list">
graphics/svx/source/accessibility/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/accessibility/AccessibleEditableTextPara.cxx.diff?r1=1.41&r2=1.41.228.1'>AccessibleEditableTextPara.cxx</a>
graphics/goodies/source/base3d/<a href='http://graphics.openoffice.org/source/browse/graphics/goodies/source/base3d/b3ddeflt.cxx.diff?r1=1.3&r2=1.3.74.1'>b3ddeflt.cxx</a>
gsl/vcl/source/gdi/<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/gdi/print2.cxx.diff?r1=1.17&r2=1.17.174.1'>print2.cxx</a>
framework/filter/source/pdf/<a href='http://framework.openoffice.org/source/browse/framework/filter/source/pdf/pdfexport.cxx.diff?r1=1.25.94.1&r2=1.25.94.2'>pdfexport.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #111934#: join CWS draw20pp1 </span>
<div class="file-list">
graphics/sd/source/ui/app/<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/app/sdmod.cxx.diff?r1=1.20&r2=1.20.42.1'>sdmod.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #111934#: join CWS kso8 </span>
<div class="file-list">
ucb/ucb/source/ucp/webdav/<a href='http://ucb.openoffice.org/source/browse/ucb/ucb/source/ucp/webdav/NeonSession.cxx.diff?r1=1.28&r2=1.28.38.1'>NeonSession.cxx</a>
framework/desktop/source/pkgchk/<a href='http://framework.openoffice.org/source/browse/framework/desktop/source/pkgchk/pkgchk_unorc.cxx.diff?r1=1.7&r2=1.7.26.1'>pkgchk_unorc.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #111934#: join CWS pp1i18n1 </span>
<div class="file-list">
l10n/i18npool/source/localedata/data/<a href='http://l10n.openoffice.org/source/browse/l10n/i18npool/source/localedata/data/he_IL.xml.diff?r1=1.9&r2=1.9.72.1'>he_IL.xml</a>
util/tools/source/intntl/<a href='http://util.openoffice.org/source/browse/util/tools/source/intntl/isolang.cxx.diff?r1=1.12&r2=1.12.94.1'>isolang.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #111934#: join CWS os22 </span>
<div class="file-list">
util/svtools/source/config/<a href='http://util.openoffice.org/source/browse/util/svtools/source/config/pathoptions.cxx.diff?r1=1.62&r2=1.62.236.1'>pathoptions.cxx</a>
sw/starmath/source/<a href='http://sw.openoffice.org/source/browse/sw/starmath/source/parse.cxx.diff?r1=1.24&r2=1.24.112.1'>parse.cxx</a>
graphics/svx/source/dialog/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/dialog/srchdlg.src.diff?r1=1.63&r2=1.63.106.1'>srchdlg.src</a>
sw/sw/source/core/bastyp/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/bastyp/calc.cxx.diff?r1=1.25&r2=1.25.298.1'>calc.cxx</a>
framework/offmgr/source/offapp/dialog/<a href='http://framework.openoffice.org/source/browse/framework/offmgr/source/offapp/dialog/treeopt.cxx.diff?r1=1.25&r2=1.25.36.1'>treeopt.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #111934#: join CWS draw21 </span>
<div class="file-list">
graphics/sd/source/core/<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/core/drawdoc.cxx.diff?r1=1.62&r2=1.62.2.1'>drawdoc.cxx</a>
graphics/svx/source/items/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/items/flditem.cxx.diff?r1=1.11&r2=1.11.504.1'>flditem.cxx</a>
xml/xmloff/source/core/<a href='http://xml.openoffice.org/source/browse/xml/xmloff/source/core/XMLEmbeddedObjectImportContext.cxx.diff?r1=1.4&r2=1.4.194.1'>XMLEmbeddedObjectImportContext.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #111934#: join CWS setuppp01 </span>
<div class="file-list">
installation/setup2/inc/<a href='http://installation.openoffice.org/source/browse/installation/setup2/inc/decltor.hxx.diff?r1=1.63&r2=1.63.6.1'>decltor.hxx</a>
util/unzip/util/<a href='http://util.openoffice.org/source/browse/util/unzip/util/makefile.mk.diff?r1=1.3&r2=1.3.54.1'>makefile.mk</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #111934#: join CWS vcl7pp1r2 </span>
<div class="file-list">
gsl/vcl/inc/<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/inc/cmdevt.hxx.diff?r1=1.10&r2=1.10.338.1'>cmdevt.hxx</a>
sw/sw/source/ui/docvw/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/ui/docvw/edtwin.cxx.diff?r1=1.72&r2=1.72.76.1'>edtwin.cxx</a>
util/svtools/source/dialogs/<a href='http://util.openoffice.org/source/browse/util/svtools/source/dialogs/printdlg.cxx.diff?r1=1.17&r2=1.17.66.1'>printdlg.cxx</a>
gsl/psprint/source/fontsubset/<a href='http://gsl.openoffice.org/source/browse/gsl/psprint/source/fontsubset/sft.c.diff?r1=1.24&r2=1.24.10.1'>sft.c</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #111934#: join CWS sj06 </span>
<div class="file-list">
graphics/svx/source/msfilter/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/msfilter/msdffimp.cxx.diff?r1=1.85&r2=1.85.2.1'>msdffimp.cxx</a>
framework/filter/source/pdf/<a href='http://framework.openoffice.org/source/browse/framework/filter/source/pdf/pdfexport.cxx.diff?r1=1.25&r2=1.25.94.1'>pdfexport.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #111934#: join CWS sw7pp1b </span>
<div class="file-list">
sw/sw/inc/<a href='http://sw.openoffice.org/source/browse/sw/sw/inc/dcontact.hxx.diff?r1=1.7&r2=1.7.2.1'>dcontact.hxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #111934#: join CWS os21 </span>
<div class="file-list">
sw/sw/source/ui/chrdlg/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/ui/chrdlg/drpcps.cxx.diff?r1=1.12.62.1&r2=1.12.62.2'>drpcps.cxx</a>
gsl/vcl/inc/<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/inc/help.hxx.diff?r1=1.3&r2=1.3.372.1'>help.hxx</a>
util/svtools/source/contnr/<a href='http://util.openoffice.org/source/browse/util/svtools/source/contnr/svimpbox.cxx.diff?r1=1.32.166.1&r2=1.32.166.2'>svimpbox.cxx</a>
framework/offmgr/source/offapp/dialog/<a href='http://framework.openoffice.org/source/browse/framework/offmgr/source/offapp/dialog/treeopt.cxx.diff?r1=1.25.36.1&r2=1.25.36.2'>treeopt.cxx</a>
graphics/svx/source/options/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/options/optsave.cxx.diff?r1=1.18&r2=1.18.62.1'>optsave.cxx</a>
sw/sw/inc/<a href='http://sw.openoffice.org/source/browse/sw/sw/inc/crsrsh.hxx.diff?r1=1.17&r2=1.17.260.1'>crsrsh.hxx</a>
</div>
</div>
<p>
<a name='cws_src680_unopkg1'></a><a name='cws_src680_unopkg1_dbo'></a><div class="branch">cws_src680_unopkg1 was changed by Daniel Boelzle(dbo)</div>
<div class='removed'>removed : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=20304'> #i20304#</a> </span>
<div class="file-list">
files from:
desktop/inc/pkgchk.hxx
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=20304'> #i20304#</a> adding support for vnd.sun.star.expand </span>
<div class="file-list">
util/tools/inc/<a href='http://util.openoffice.org/source/browse/util/tools/inc/urlobj.hxx.diff?r1=1.23&r2=1.23.90.1'>urlobj.hxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=20304'> #i20304#</a> new </span>
<div class="file-list">
api/offapi/com/sun/star/deployment/<a href='http://api.openoffice.org/source/browse/api/offapi/com/sun/star/deployment/makefile.mk.diff?r1=1.1.2.1&r2=1.1.2.2'>makefile.mk</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> insertNewcontent(): providing an empty input stream instead of null reference </span>
<div class="file-list">
ucb/ucbhelper/source/client/<a href='http://ucb.openoffice.org/source/browse/ucb/ucbhelper/source/client/content.cxx.diff?r1=1.27&r2=1.27.28.1'>content.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=20304'> #i20304#</a> deployment </span>
<div class="file-list">
framework/desktop/prj/<a href='http://framework.openoffice.org/source/browse/framework/desktop/prj/build.lst.diff?r1=1.11&r2=1.11.2.1'>build.lst</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=20304'> #i20304#</a> adopting pkgchk command line tool using the deployment API </span>
<div class="file-list">
framework/desktop/source/pkgchk/<a href='http://framework.openoffice.org/source/browse/framework/desktop/source/pkgchk/makefile.mk.diff?r1=1.8.16.1&r2=1.8.16.2'>makefile.mk</a>
</div>
</div>
<div class='added'>added : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=20304'> #i20304#</a> new </span>
<div class="file-list">
framework/desktop/source/deployment/xml/<a href='http://framework.openoffice.org/source/browse/framework/desktop/source/deployment/xml/content.dtd.diff?r1=1.1&r2=1.1.2.1'>content.dtd</a>
framework/desktop/source/deployment/handler/ : <a href='http://framework.openoffice.org/source/browse/framework/desktop/source/deployment/handler/dp_component.cxx.diff?r1=1.1&r2=1.1.2.1'>dp_component.cxx</a>, <a href='http://framework.openoffice.org/source/browse/framework/desktop/source/deployment/handler/dp_handler.cxx.diff?r1=1.1&r2=1.1.2.1'>dp_handler.cxx</a>, <a href='http://framework.openoffice.org/source/browse/framework/desktop/source/deployment/handler/dp_handler.h.diff?r1=1.1&r2=1.1.2.1'>dp_handler.h</a>, <a href='http://framework.openoffice.org/source/browse/framework/desktop/source/deployment/handler/makefile.mk.diff?r1=1.1&r2=1.1.2.1'>makefile.mk</a> ;
framework/desktop/source/deployment/manager/ : <a href='http://framework.openoffice.org/source/browse/framework/desktop/source/deployment/manager/dp_manager.cxx.diff?r1=1.1&r2=1.1.2.1'>dp_manager.cxx</a>, <a href='http://framework.openoffice.org/source/browse/framework/desktop/source/deployment/manager/makefile.mk.diff?r1=1.1&r2=1.1.2.1'>makefile.mk</a> ;
framework/desktop/source/deployment/registry/ : <a href='http://framework.openoffice.org/source/browse/framework/desktop/source/deployment/registry/dp_legacy.cxx.diff?r1=1.1&r2=1.1.2.1'>dp_legacy.cxx</a>, <a href='http://framework.openoffice.org/source/browse/framework/desktop/source/deployment/registry/dp_registry.cxx.diff?r1=1.1&r2=1.1.2.1'>dp_registry.cxx</a>, <a href='http://framework.openoffice.org/source/browse/framework/desktop/source/deployment/registry/makefile.mk.diff?r1=1.1&r2=1.1.2.1'>makefile.mk</a> ;
framework/desktop/source/deployment/misc/ : <a href='http://framework.openoffice.org/source/browse/framework/desktop/source/deployment/misc/dp_log.cxx.diff?r1=1.1&r2=1.1.2.1'>dp_log.cxx</a>, <a href='http://framework.openoffice.org/source/browse/framework/desktop/source/deployment/misc/dp_misc.cxx.diff?r1=1.1&r2=1.1.2.1'>dp_misc.cxx</a>, <a href='http://framework.openoffice.org/source/browse/framework/desktop/source/deployment/misc/dp_props.cxx.diff?r1=1.1&r2=1.1.2.1'>dp_props.cxx</a>, <a href='http://framework.openoffice.org/source/browse/framework/desktop/source/deployment/misc/dp_services.cxx.diff?r1=1.1&r2=1.1.2.1'>dp_services.cxx</a>, <a href='http://framework.openoffice.org/source/browse/framework/desktop/source/deployment/misc/dp_ucb.cxx.diff?r1=1.1&r2=1.1.2.1'>dp_ucb.cxx</a>, <a href='http://framework.openoffice.org/source/browse/framework/desktop/source/deployment/misc/dp_xml.cxx.diff?r1=1.1&r2=1.1.2.1'>dp_xml.cxx</a>, <a href='http://framework.openoffice.org/source/browse/framework/desktop/source/deployment/misc/makefile.mk.diff?r1=1.1&r2=1.1.2.1'>makefile.mk</a> ;
framework/desktop/source/deployment/inc/ : <a href='http://framework.openoffice.org/source/browse/framework/desktop/source/deployment/inc/dp_misc.h.diff?r1=1.1&r2=1.1.2.1'>dp_misc.h</a>, <a href='http://framework.openoffice.org/source/browse/framework/desktop/source/deployment/inc/dp_platform.h.diff?r1=1.1&r2=1.1.2.1'>dp_platform.h</a>, <a href='http://framework.openoffice.org/source/browse/framework/desktop/source/deployment/inc/dp_props.h.diff?r1=1.1&r2=1.1.2.1'>dp_props.h</a>, <a href='http://framework.openoffice.org/source/browse/framework/desktop/source/deployment/inc/dp_ucb.h.diff?r1=1.1&r2=1.1.2.1'>dp_ucb.h</a>, <a href='http://framework.openoffice.org/source/browse/framework/desktop/source/deployment/inc/dp_xml.h.diff?r1=1.1&r2=1.1.2.1'>dp_xml.h</a> ;
framework/desktop/source/deployment/ : <a href='http://framework.openoffice.org/source/browse/framework/desktop/source/deployment/deployment.map.diff?r1=1.1&r2=1.1.2.1'>deployment.map</a>, <a href='http://framework.openoffice.org/source/browse/framework/desktop/source/deployment/makefile.mk.diff?r1=1.1&r2=1.1.2.1'>makefile.mk</a>, <a href='http://framework.openoffice.org/source/browse/framework/desktop/source/deployment/target.pmk.diff?r1=1.1&r2=1.1.2.1'>target.pmk</a> ;
</div>
</div>
<p>
<a name='cws_src680_xmlsec01'></a><a name='cws_src680_xmlsec01_mmi'></a><div class="branch">cws_src680_xmlsec01 was changed by Michael Mi(mmi)</div>
<div class='modified'>modified : <span class='comment'> commit </span>
<div class="file-list">
udk/unoil/drafts/com/sun/star/security/<a href='http://udk.openoffice.org/source/browse/udk/unoil/drafts/com/sun/star/security/makefile.mk.diff?r1=1.1&r2=1.1.2.1'>makefile.mk</a>
api/offapi/drafts/com/sun/star/xml/crypto/ : <a href='http://api.openoffice.org/source/browse/api/offapi/drafts/com/sun/star/xml/crypto/SEInitializer.idl.diff?r1=1.1&r2=1.1.2.1'>SEInitializer.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/drafts/com/sun/star/xml/crypto/SecurityEnvironment.idl.diff?r1=1.1&r2=1.1.2.1'>SecurityEnvironment.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/drafts/com/sun/star/xml/crypto/XMLEncryption.idl.diff?r1=1.1&r2=1.1.2.1'>XMLEncryption.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/drafts/com/sun/star/xml/crypto/XMLEncryptionException.idl.diff?r1=1.1&r2=1.1.2.1'>XMLEncryptionException.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/drafts/com/sun/star/xml/crypto/XMLEncryptionTemplate.idl.diff?r1=1.1&r2=1.1.2.1'>XMLEncryptionTemplate.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/drafts/com/sun/star/xml/crypto/XMLSecurityContext.idl.diff?r1=1.1&r2=1.1.2.1'>XMLSecurityContext.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/drafts/com/sun/star/xml/crypto/XMLSignature.idl.diff?r1=1.1&r2=1.1.2.1'>XMLSignature.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/drafts/com/sun/star/xml/crypto/XMLSignatureException.idl.diff?r1=1.1&r2=1.1.2.1'>XMLSignatureException.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/drafts/com/sun/star/xml/crypto/XMLSignatureTemplate.idl.diff?r1=1.1&r2=1.1.2.1'>XMLSignatureTemplate.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/drafts/com/sun/star/xml/crypto/XSEInitializer.idl.diff?r1=1.1&r2=1.1.2.1'>XSEInitializer.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/drafts/com/sun/star/xml/crypto/XSecurityEnvironment.idl.diff?r1=1.1&r2=1.1.2.1'>XSecurityEnvironment.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/drafts/com/sun/star/xml/crypto/XXMLEncryption.idl.diff?r1=1.1&r2=1.1.2.1'>XXMLEncryption.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/drafts/com/sun/star/xml/crypto/XXMLEncryptionTemplate.idl.diff?r1=1.1&r2=1.1.2.1'>XXMLEncryptionTemplate.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/drafts/com/sun/star/xml/crypto/XXMLSecurityContext.idl.diff?r1=1.1&r2=1.1.2.1'>XXMLSecurityContext.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/drafts/com/sun/star/xml/crypto/XXMLSignature.idl.diff?r1=1.1&r2=1.1.2.1'>XXMLSignature.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/drafts/com/sun/star/xml/crypto/XXMLSignatureTemplate.idl.diff?r1=1.1&r2=1.1.2.1'>XXMLSignatureTemplate.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/drafts/com/sun/star/xml/crypto/makefile.mk.diff?r1=1.1&r2=1.1.2.1'>makefile.mk</a> ;
api/offapi/drafts/com/sun/star/security/ : <a href='http://api.openoffice.org/source/browse/api/offapi/drafts/com/sun/star/security/CertificateException.idl.diff?r1=1.1&r2=1.1.2.1'>CertificateException.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/drafts/com/sun/star/security/CryptographyException.idl.diff?r1=1.1&r2=1.1.2.1'>CryptographyException.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/drafts/com/sun/star/security/EncryptionException.idl.diff?r1=1.1&r2=1.1.2.1'>EncryptionException.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/drafts/com/sun/star/security/KeyException.idl.diff?r1=1.1&r2=1.1.2.1'>KeyException.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/drafts/com/sun/star/security/SecurityInfrastructureException.idl.diff?r1=1.1&r2=1.1.2.1'>SecurityInfrastructureException.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/drafts/com/sun/star/security/SignatureException.idl.diff?r1=1.1&r2=1.1.2.1'>SignatureException.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/drafts/com/sun/star/security/makefile.mk.diff?r1=1.1&r2=1.1.2.1'>makefile.mk</a> ;
udk/unoil/drafts/com/sun/star/xml/csax/<a href='http://udk.openoffice.org/source/browse/udk/unoil/drafts/com/sun/star/xml/csax/makefile.mk.diff?r1=1.1&r2=1.1.2.1'>makefile.mk</a>
udk/unoil/drafts/com/sun/star/xml/crypto/sax/<a href='http://udk.openoffice.org/source/browse/udk/unoil/drafts/com/sun/star/xml/crypto/sax/makefile.mk.diff?r1=1.1&r2=1.1.2.1'>makefile.mk</a>
installation/scp/inc/<a href='http://installation.openoffice.org/source/browse/installation/scp/inc/gid.inc.diff?r1=1.362&r2=1.362.28.1'>gid.inc</a>
udk/unoil/prj/<a href='http://udk.openoffice.org/source/browse/udk/unoil/prj/build.lst.diff?r1=1.32&r2=1.32.32.1'>build.lst</a>
api/offapi/drafts/com/sun/star/xml/crypto/sax/ : <a href='http://api.openoffice.org/source/browse/api/offapi/drafts/com/sun/star/xml/crypto/sax/ConstOfElementMarkType.idl.diff?r1=1.1&r2=1.1.2.1'>ConstOfElementMarkType.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/drafts/com/sun/star/xml/crypto/sax/ConstOfPriority.idl.diff?r1=1.1&r2=1.1.2.1'>ConstOfPriority.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/drafts/com/sun/star/xml/crypto/sax/ConstOfSecurityId.idl.diff?r1=1.1&r2=1.1.2.1'>ConstOfSecurityId.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/drafts/com/sun/star/xml/crypto/sax/DecryptionResult.idl.diff?r1=1.1&r2=1.1.2.1'>DecryptionResult.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/drafts/com/sun/star/xml/crypto/sax/Decryptor.idl.diff?r1=1.1&r2=1.1.2.1'>Decryptor.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/drafts/com/sun/star/xml/crypto/sax/Encryptor.idl.diff?r1=1.1&r2=1.1.2.1'>Encryptor.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/drafts/com/sun/star/xml/crypto/sax/SAXEventKeeper.idl.diff?r1=1.1&r2=1.1.2.1'>SAXEventKeeper.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/drafts/com/sun/star/xml/crypto/sax/SignatureCreator.idl.diff?r1=1.1&r2=1.1.2.1'>SignatureCreator.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/drafts/com/sun/star/xml/crypto/sax/SignatureVerifier.idl.diff?r1=1.1&r2=1.1.2.1'>SignatureVerifier.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/drafts/com/sun/star/xml/crypto/sax/SignatureVerifyResult.idl.diff?r1=1.1&r2=1.1.2.1'>SignatureVerifyResult.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/drafts/com/sun/star/xml/crypto/sax/XBlockerMonitor.idl.diff?r1=1.1&r2=1.1.2.1'>XBlockerMonitor.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/drafts/com/sun/star/xml/crypto/sax/XBufferController.idl.diff?r1=1.1&r2=1.1.2.1'>XBufferController.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/drafts/com/sun/star/xml/crypto/sax/XDecryptionResultBroadcaster.idl.diff?r1=1.1&r2=1.1.2.1'>XDecryptionResultBroadcaster.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/drafts/com/sun/star/xml/crypto/sax/XDecryptionResultListener.idl.diff?r1=1.1&r2=1.1.2.1'>XDecryptionResultListener.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/drafts/com/sun/star/xml/crypto/sax/XKeyCollector.idl.diff?r1=1.1&r2=1.1.2.1'>XKeyCollector.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/drafts/com/sun/star/xml/crypto/sax/XMissionTaker.idl.diff?r1=1.1&r2=1.1.2.1'>XMissionTaker.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/drafts/com/sun/star/xml/crypto/sax/XReferenceResolvedBroadcaster.idl.diff?r1=1.1&r2=1.1.2.1'>XReferenceResolvedBroadcaster.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/drafts/com/sun/star/xml/crypto/sax/XReferenceResolvedListener.idl.diff?r1=1.1&r2=1.1.2.1'>XReferenceResolvedListener.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/drafts/com/sun/star/xml/crypto/sax/XSAXEventKeeper.idl.diff?r1=1.1&r2=1.1.2.1'>XSAXEventKeeper.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/drafts/com/sun/star/xml/crypto/sax/XSAXEventKeeperStatusChangeBroadcaster.idl.diff?r1=1.1&r2=1.1.2.1'>XSAXEventKeeperStatusChangeBroadcaster.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/drafts/com/sun/star/xml/crypto/sax/XSAXEventKeeperStatusChangeListener.idl.diff?r1=1.1&r2=1.1.2.1'>XSAXEventKeeperStatusChangeListener.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/drafts/com/sun/star/xml/crypto/sax/XSecuritySAXEventKeeper.idl.diff?r1=1.1&r2=1.1.2.1'>XSecuritySAXEventKeeper.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/drafts/com/sun/star/xml/crypto/sax/XSignatureCollector.idl.diff?r1=1.1&r2=1.1.2.1'>XSignatureCollector.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/drafts/com/sun/star/xml/crypto/sax/XSignatureVerifyResultBroadcaster.idl.diff?r1=1.1&r2=1.1.2.1'>XSignatureVerifyResultBroadcaster.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/drafts/com/sun/star/xml/crypto/sax/XSignatureVerifyResultListener.idl.diff?r1=1.1&r2=1.1.2.1'>XSignatureVerifyResultListener.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/drafts/com/sun/star/xml/crypto/sax/makefile.mk.diff?r1=1.1&r2=1.1.2.1'>makefile.mk</a> ;
udk/unoil/drafts/com/sun/star/xml/wrapper/<a href='http://udk.openoffice.org/source/browse/udk/unoil/drafts/com/sun/star/xml/wrapper/makefile.mk.diff?r1=1.1&r2=1.1.2.1'>makefile.mk</a>
udk/unoil/drafts/com/sun/star/xml/crypto/<a href='http://udk.openoffice.org/source/browse/udk/unoil/drafts/com/sun/star/xml/crypto/makefile.mk.diff?r1=1.1&r2=1.1.2.1'>makefile.mk</a>
api/offapi/drafts/com/sun/star/xml/csax/ : <a href='http://api.openoffice.org/source/browse/api/offapi/drafts/com/sun/star/xml/csax/XCompressedDocumentHandler.idl.diff?r1=1.1&r2=1.1.2.1'>XCompressedDocumentHandler.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/drafts/com/sun/star/xml/csax/makefile.mk.diff?r1=1.1&r2=1.1.2.1'>makefile.mk</a> ;
api/offapi/prj/<a href='http://api.openoffice.org/source/browse/api/offapi/prj/build.lst.diff?r1=1.45&r2=1.45.20.1'>build.lst</a>
installation/instsetoo/prj/<a href='http://installation.openoffice.org/source/browse/installation/instsetoo/prj/build.lst.diff?r1=1.15&r2=1.15.22.1'>build.lst</a>
api/offuh/prj/<a href='http://api.openoffice.org/source/browse/api/offuh/prj/d.lst.diff?r1=1.28&r2=1.28.36.1'>d.lst</a>
api/offapi/drafts/com/sun/star/xml/wrapper/ : <a href='http://api.openoffice.org/source/browse/api/offapi/drafts/com/sun/star/xml/wrapper/XMLDocumentWrapper.idl.diff?r1=1.1&r2=1.1.2.1'>XMLDocumentWrapper.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/drafts/com/sun/star/xml/wrapper/XMLElementWrapper.idl.diff?r1=1.1&r2=1.1.2.1'>XMLElementWrapper.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/drafts/com/sun/star/xml/wrapper/XXMLDocumentWrapper.idl.diff?r1=1.1&r2=1.1.2.1'>XXMLDocumentWrapper.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/drafts/com/sun/star/xml/wrapper/XXMLElementWrapper.idl.diff?r1=1.1&r2=1.1.2.1'>XXMLElementWrapper.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/drafts/com/sun/star/xml/wrapper/makefile.mk.diff?r1=1.1&r2=1.1.2.1'>makefile.mk</a> ;
</div>
</div>
<p>
<a name='cws_srx645_formdesign01'></a><a name='cws_srx645_formdesign01_fs'></a><div class="branch">cws_srx645_formdesign01 was changed by Frank Schoenheit(fs)</div>
<div class='removed'>removed : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22878'> #i22878#</a> outsourced the TabOrder dialog to the pcr lib (extensions/source/propctrlr) </span>
<div class="file-list">
files from:
svx/source/inc/taborder.hxx taborder.hrc
svx/source/form/taborder.cxx taborder.src
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22878'> #i22878#</a> added TabOrder dialog handling </span>
<div class="file-list">
util/extensions/source/propctrlr/<a href='http://util.openoffice.org/source/browse/util/extensions/source/propctrlr/browserview.hxx.diff?r1=1.5&r2=1.5.68.1'>browserview.hxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22878'> #i22878#</a> </span>
<div class="file-list">
util/svtools/prj/<a href='http://util.openoffice.org/source/browse/util/svtools/prj/d.lst.diff?r1=1.107&r2=1.107.42.1'>d.lst</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> during <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22878'> #i22878#</a>: additional ctor with WinBits </span>
<div class="file-list">
util/svtools/inc/<a href='http://util.openoffice.org/source/browse/util/svtools/inc/inettbc.hxx.diff?r1=1.7&r2=1.7.54.1'>inettbc.hxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22878'> #i22878#</a> +filenotation </span>
<div class="file-list">
util/svtools/source/misc/<a href='http://util.openoffice.org/source/browse/util/svtools/source/misc/makefile.mk.diff?r1=1.23&r2=1.23.238.1'>makefile.mk</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22878'> #i22878#</a> moved some classes to svtools for shared usage </span>
<div class="file-list">
util/extensions/source/dbimport/<a href='http://util.openoffice.org/source/browse/util/extensions/source/dbimport/dbidialogs.cxx.diff?r1=1.3&r2=1.3.68.1'>dbidialogs.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22878'> #i22878#</a> implementations for disabling property controls depending on other property's values </span>
<div class="file-list">
util/extensions/source/propctrlr/ : <a href='http://util.openoffice.org/source/browse/util/extensions/source/propctrlr/formcontroller.cxx.diff?r1=1.55.4.1&r2=1.55.4.2'>formcontroller.cxx</a>, <a href='http://util.openoffice.org/source/browse/util/extensions/source/propctrlr/formcontroller.cxx.diff?r1=1.55&r2=1.55.4.1'>formcontroller.cxx</a> ;
util/extensions/util/<a href='http://util.openoffice.org/source/browse/util/extensions/util/hidother.src.diff?r1=1.9&r2=1.9.2.1'>hidother.src</a>
util/extensions/inc/<a href='http://util.openoffice.org/source/browse/util/extensions/inc/extensio.hrc.diff?r1=1.16&r2=1.16.2.1'>extensio.hrc</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> during <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22878'> #22878#</a>: also allow NamedValues for initialization </span>
<div class="file-list">
util/svtools/source/uno/<a href='http://util.openoffice.org/source/browse/util/svtools/source/uno/genericunodialog.cxx.diff?r1=1.4&r2=1.4.238.1'>genericunodialog.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22878'> #i22878#</a> some new help/unique ids </span>
<div class="file-list">
util/extensions/util/<a href='http://util.openoffice.org/source/browse/util/extensions/util/hidother.src.diff?r1=1.9.2.1&r2=1.9.2.2'>hidother.src</a>
util/extensions/inc/<a href='http://util.openoffice.org/source/browse/util/extensions/inc/extensio.hrc.diff?r1=1.16.2.1&r2=1.16.2.2'>extensio.hrc</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> re-removed wrongly re-inserted WORDBREAK </span>
<div class="file-list">
util/extensions/source/propctrlr/<a href='http://util.openoffice.org/source/browse/util/extensions/source/propctrlr/formmetadata.cxx.diff?r1=1.20.2.2&r2=1.20.2.3'>formmetadata.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> during <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22878'> #i22878#</a>: - slightly correct SvtURLBox::GetURL so that it doesn't try an UCBContentHelper::GetProperty on invalid URLs - additional ctor with WinBits - common ctor code in ImplInit - stop the MatchContext in the dtor, if necessary </span>
<div class="file-list">
util/svtools/source/filepicker/<a href='http://util.openoffice.org/source/browse/util/svtools/source/filepicker/inettbc.cxx.diff?r1=1.27&r2=1.27.54.1'>inettbc.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22878'> #i22878#</a> outsourced the TabOrder dialog to the pcr lib (extensions/source/propctrlr) </span>
<div class="file-list">
graphics/svx/source/form/ : <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/form/makefile.mk.diff?r1=1.15&r2=1.15.32.1'>makefile.mk</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/form/fmPropBrw.cxx.diff?r1=1.12.340.1&r2=1.12.340.2'>fmPropBrw.cxx</a> ;
graphics/svx/source/inc/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/inc/fmshimp.hxx.diff?r1=1.16&r2=1.16.488.1'>fmshimp.hxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22878'> #i22878#</a> file URL display and date input </span>
<div class="file-list">
util/extensions/source/propctrlr/<a href='http://util.openoffice.org/source/browse/util/extensions/source/propctrlr/formcontroller.cxx.diff?r1=1.55.4.3&r2=1.55.4.4'>formcontroller.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22878'> #i22878#</a> +fileurlbox </span>
<div class="file-list">
util/svtools/source/control/<a href='http://util.openoffice.org/source/browse/util/svtools/source/control/makefile.mk.diff?r1=1.10&r2=1.10.66.1'>makefile.mk</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> during <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22878'> #22878#</a>: proper service name for the form controller </span>
<div class="file-list">
graphics/svx/source/form/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/form/fmservs.cxx.diff?r1=1.9&r2=1.9.280.1'>fmservs.cxx</a>
util/extensions/source/bibliography/<a href='http://util.openoffice.org/source/browse/util/extensions/source/bibliography/datman.cxx.diff?r1=1.30&r2=1.30.68.1'>datman.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22878'> #i22878#</a> measurement units for Width and RowHeight </span>
<div class="file-list">
util/extensions/source/propctrlr/<a href='http://util.openoffice.org/source/browse/util/extensions/source/propctrlr/browserlistbox.cxx.diff?r1=1.5&r2=1.5.8.1'>browserlistbox.cxx</a>
</div>
</div>
<div class='added'>added : <span class='comment'> during <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22878'> #i22878#</a>: moved herein from extensions/source/dbimport for shared usage </span>
<div class="file-list">
util/svtools/source/control/<a href='http://util.openoffice.org/source/browse/util/svtools/source/control/fileurlbox.cxx.diff?r1=1.1&r2=1.1.2.1'>fileurlbox.cxx</a>
util/svtools/source/misc/<a href='http://util.openoffice.org/source/browse/util/svtools/source/misc/filenotation.cxx.diff?r1=1.1&r2=1.1.2.1'>filenotation.cxx</a>
util/svtools/inc/ : <a href='http://util.openoffice.org/source/browse/util/svtools/inc/fileurlbox.hxx.diff?r1=1.1&r2=1.1.2.1'>fileurlbox.hxx</a>, <a href='http://util.openoffice.org/source/browse/util/svtools/inc/filenotation.hxx.diff?r1=1.1&r2=1.1.2.1'>filenotation.hxx</a> ;
</div>
</div>
<div class='added'>added : <span class='comment'> initial checkin - moved herein from svx/source/[form|inc] </span>
<div class="file-list">
util/extensions/source/propctrlr/ : <a href='http://util.openoffice.org/source/browse/util/extensions/source/propctrlr/taborder.src.diff?r1=1.1&r2=1.1.2.1'>taborder.src</a>, <a href='http://util.openoffice.org/source/browse/util/extensions/source/propctrlr/taborder.hrc.diff?r1=1.1&r2=1.1.2.1'>taborder.hrc</a>, <a href='http://util.openoffice.org/source/browse/util/extensions/source/propctrlr/taborder.hxx.diff?r1=1.1&r2=1.1.2.1'>taborder.hxx</a>, <a href='http://util.openoffice.org/source/browse/util/extensions/source/propctrlr/taborder.cxx.diff?r1=1.1&r2=1.1.2.1'>taborder.cxx</a> ;
</div>
</div>
<div class='added'>added : <span class='comment'> initial checkin - control type classification </span>
<div class="file-list">
util/extensions/source/propctrlr/<a href='http://util.openoffice.org/source/browse/util/extensions/source/propctrlr/controltype.hxx.diff?r1=1.1&r2=1.1.2.1'>controltype.hxx</a>
</div>
</div>
<div class='added'>added : <span class='comment'> initial checkin - UNO wrapper for dialogs provided in this module </span>
<div class="file-list">
util/extensions/source/propctrlr/ : <a href='http://util.openoffice.org/source/browse/util/extensions/source/propctrlr/pcrunodialogs.cxx.diff?r1=1.1&r2=1.1.2.1'>pcrunodialogs.cxx</a>, <a href='http://util.openoffice.org/source/browse/util/extensions/source/propctrlr/pcrunodialogs.hxx.diff?r1=1.1&r2=1.1.2.1'>pcrunodialogs.hxx</a> ;
</div>
</div>
<p>
<a name='cws_srx645_cellbreak'></a><a name='cws_srx645_cellbreak_fme'></a><div class="branch">cws_srx645_cellbreak was changed by Frank Meies(fme)</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=2109'> #i2109#</a> Split table rows - Assertion could be triggered, if default for attribute is changed </span>
<div class="file-list">
sw/sw/source/core/layout/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/layout/wsfrm.cxx.diff?r1=1.45.96.3&r2=1.45.96.4'>wsfrm.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=2109'> #i2109#</a> Split table rows - try to split if distance to bottom of upper equals 0 </span>
<div class="file-list">
sw/sw/source/core/layout/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/layout/tabfrm.cxx.diff?r1=1.41.62.8&r2=1.41.62.9'>tabfrm.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=2109'> #i2109#</a> Tables in frames in tables should be considered in IsInSplitRowFrm </span>
<div class="file-list">
sw/sw/source/core/layout/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/layout/findfrm.cxx.diff?r1=1.18.154.4&r2=1.18.154.5'>findfrm.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=2109'> #2109#</a> Feature table row split - SetRowSplit should be recursive </span>
<div class="file-list">
sw/sw/source/core/docnode/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/docnode/ndtbl1.cxx.diff?r1=1.6.154.2&r2=1.6.154.3'>ndtbl1.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=2109'> #i2109#</a> Feature table row split - lcl_ArrangeLowers should notify frames that do not fit into the cell anymore </span>
<div class="file-list">
sw/sw/source/core/layout/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/layout/tabfrm.cxx.diff?r1=1.41.62.9&r2=1.41.62.10'>tabfrm.cxx</a>
</div>
</div>
<p>
<a name='cws_srx645_filtercfg'></a><a name='cws_srx645_filtercfg_as'></a><div class="branch">cws_srx645_filtercfg was changed by Andreas Schluens(as)</div>
<div class='removed'>removed : <span class='comment'> RESYNC:; FILE REMOVED </span>
<div class="file-list">
files from:
starmath/jobs/:
comp.plc,
depcomp.pld,
depend.plc,
descript.plc,
make.plc,
make_pro.plc,
prjver.btm,
putall.plc,
stampget.plc,
stgetree.pld,
update.btm,
ziehnach.btm,
locked.plc,
stamp.plc,
vd_ver.plc,
</div>
</div>
<div class='added'>added : <span class='comment'> #111770# resolve ambigous service registrations of drawing documents and derived types </span>
<div class="file-list">
api/offapi/com/sun/star/drawing/<a href='http://api.openoffice.org/source/browse/api/offapi/com/sun/star/drawing/GenericDrawingDocument.idl.diff?r1=1.1&r2=1.1.4.1'>GenericDrawingDocument.idl</a>
</div>
</div>
<div class='added'>added : <span class='comment'> #111770# resolve ambigous service registrations of text documents and derived types </span>
<div class="file-list">
api/offapi/com/sun/star/text/ : <a href='http://api.openoffice.org/source/browse/api/offapi/com/sun/star/text/GenericTextDocument.idl.diff?r1=1.1&r2=1.1.4.1'>GenericTextDocument.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/com/sun/star/text/GlobalDocument.idl.diff?r1=1.1&r2=1.1.4.1'>GlobalDocument.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/com/sun/star/text/WebDocument.idl.diff?r1=1.1&r2=1.1.4.1'>WebDocument.idl</a> ;
</div>
</div>
<div class='modified'>modified : <span class='comment'> #102620# add missing include </span>
<div class="file-list">
framework/filter/source/config/cache/<a href='http://framework.openoffice.org/source/browse/framework/filter/source/config/cache/typedetection.cxx.diff?r1=1.1.2.8&r2=1.1.2.9'>typedetection.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #102620# adapt filter config to new package structure </span>
<div class="file-list">
installation/scp/inc/<a href='http://installation.openoffice.org/source/browse/installation/scp/inc/gid.inc.diff?r1=1.367.2.5&r2=1.367.2.6'>gid.inc</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #102620# adapt config of graphic filters to new behaviour </span>
<div class="file-list">
framework/filter/source/config/fragments/internalgraphicfilters/<a href='http://framework.openoffice.org/source/browse/framework/filter/source/config/fragments/internalgraphicfilters/bmp_Export.xcu.diff?r1=1.1.2.1&r2=1.1.2.2'>bmp_Export.xcu</a>
util/svtools/source/filter.vcl/filter/<a href='http://util.openoffice.org/source/browse/util/svtools/source/filter.vcl/filter/FilterConfigCache.cxx.diff?r1=1.16.276.1&r2=1.16.276.2'>FilterConfigCache.cxx</a>
util/officecfg/registry/schema/org/openoffice/TypeDetection/<a href='http://util.openoffice.org/source/browse/util/officecfg/registry/schema/org/openoffice/TypeDetection/GraphicFilter.xcs.diff?r1=1.1.2.1&r2=1.1.2.2'>GraphicFilter.xcs</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #102620# use right namespace </span>
<div class="file-list">
util/comphelper/inc/comphelper/<a href='http://util.openoffice.org/source/browse/util/comphelper/inc/comphelper/sequenceashashmap.hxx.diff?r1=1.1.2.2&r2=1.1.2.3'>sequenceashashmap.hxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> use return value </span>
<div class="file-list">
graphics/svx/source/msfilter/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/msfilter/msoleexp.cxx.diff?r1=1.8.230.1&r2=1.8.230.2'>msoleexp.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> RESYNC:; FILE MERGED </span>
<div class="file-list">
files from:
installation/scp/source/office/:
<a href='http://installation.openoffice.org/source/browse/installation/scp/source/office/basic.scp.diff?r1=1.39.10.4&r2=1.39.10.5'>basic.scp</a>,
<a href='http://installation.openoffice.org/source/browse/installation/scp/source/office/files.scp.diff?r1=1.370.10.6&r2=1.370.10.7'>files.scp</a>,
<a href='http://installation.openoffice.org/source/browse/installation/scp/source/office/profile.scp.diff?r1=1.187.2.1&r2=1.187.2.2'>profile.scp</a>,
<a href='http://installation.openoffice.org/source/browse/installation/scp/source/office/unxbasic.scp.diff?r1=1.50.10.1&r2=1.50.10.2'>unxbasic.scp</a>,
installation/scp/inc/<a href='http://installation.openoffice.org/source/browse/installation/scp/inc/gid.inc.diff?r1=1.367.2.4&r2=1.367.2.5'>gid.inc</a>
api/offapi/com/sun/star/text/<a href='http://api.openoffice.org/source/browse/api/offapi/com/sun/star/text/makefile.mk.diff?r1=1.35.90.1&r2=1.35.90.2'>makefile.mk</a>
util/officecfg/registry/schema/<a href='http://util.openoffice.org/source/browse/util/officecfg/registry/schema/makefile.mk.diff?r1=1.12.52.2&r2=1.12.52.3'>makefile.mk</a>
util/officecfg/registry/data/<a href='http://util.openoffice.org/source/browse/util/officecfg/registry/data/makefile.mk.diff?r1=1.5.52.2&r2=1.5.52.3'>makefile.mk</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #111770# resolve ambigous service registrations of drawing documents and derived types </span>
<div class="file-list">
api/offapi/com/sun/star/drawing/<a href='http://api.openoffice.org/source/browse/api/offapi/com/sun/star/drawing/DrawingDocument.idl.diff?r1=1.8&r2=1.8.110.1'>DrawingDocument.idl</a>
api/offapi/com/sun/star/presentation/<a href='http://api.openoffice.org/source/browse/api/offapi/com/sun/star/presentation/PresentationDocument.idl.diff?r1=1.7&r2=1.7.110.1'>PresentationDocument.idl</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> includes are case sensitive </span>
<div class="file-list">
framework/sfx2/inc/<a href='http://framework.openoffice.org/source/browse/framework/sfx2/inc/fcontnr.hxx.diff?r1=1.7.6.1&r2=1.7.6.2'>fcontnr.hxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #102620# dont handle UNKNOWN_CONTENT as illegal argument </span>
<div class="file-list">
framework/framework/source/loadenv/<a href='http://framework.openoffice.org/source/browse/framework/framework/source/loadenv/loadenv.cxx.diff?r1=1.1.2.14&r2=1.1.2.15'>loadenv.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #111770# resolve ambigous service registrations of text documents and derived types </span>
<div class="file-list">
api/offapi/com/sun/star/text/<a href='http://api.openoffice.org/source/browse/api/offapi/com/sun/star/text/TextDocument.idl.diff?r1=1.14&r2=1.14.90.1'>TextDocument.idl</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #102620# repair package dependencies for graphic filters </span>
<div class="file-list">
installation/scp/inc/<a href='http://installation.openoffice.org/source/browse/installation/scp/inc/gid.inc.diff?r1=1.367.2.6&r2=1.367.2.7'>gid.inc</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #102620# create new config dir for TypeDetection </span>
<div class="file-list">
installation/scp/inc/<a href='http://installation.openoffice.org/source/browse/installation/scp/inc/gid.inc.diff?r1=1.367.2.7&r2=1.367.2.8'>gid.inc</a>
</div>
</div>
<p>
<a name='cws_src680_sj05'></a><a name='cws_src680_sj05_sj'></a><div class="branch">cws_src680_sj05 was changed by Sven Jacobi(sj)</div>
<div class='removed'>removed : <span class='comment'> RESYNC:; FILE REMOVED </span>
<div class="file-list">
files from:
sd/util/:
build.unx,
sd.r,
split_rc.awk,
funcord.txt,
sd.cxx,
verinfo.rc,
offapi/com/sun/star/xml/import/:
Importer.idl,
XAttributes.idl,
XImportContext.idl,
makefile.mk,
XImporter.idl,
svx/inc/sdr/properties/attributeproperties.hxx
svx/os2/res/:
addbookm.bmp,
aliengal.bmp,
basstep.bmp,
bo_sdw.bmp,
bpip.bmp,
find.bmp,
frames.bmp,
fwbotarc.bmp,
fwbuttn1.bmp,
fwbuttn3.bmp,
fwbuttn4.bmp,
fwlftarc.bmp,
fwrgtarc.bmp,
fwrhcirc.bmp,
grfload.bmp,
images.bmp,
images2.bmp,
legtyp2.bmp,
legtyp3.bmp,
link.bmp,
lm05300.bmp,
newdict.bmp,
owngal.bmp,
sc10147.bmp,
sc_lingu.bmp,
soundfil.bmp,
videofil.bmp,
bo_pre.bmp,
deldict.bmp,
fwbhcirc.bmp,
fwbuttn2.bmp,
fwlhcirc.bmp,
fwtoparc.bmp,
legtyp1.bmp,
legtyp4.bmp,
numfmt.bmp,
sc10148.bmp,
sd/workben/:
test.cxx,
xgdidemo.hrc,
xgdidemo.src,
xgpch.cxx,
xgdidemo.cxx,
sc/prj//:
copyenv.bat,
copyloc.bat,
getver.bat,
locked.bat,
postdlv.btm,
predlv.btm,
stree.bat,
w95.btm,
cleanup.bat,
dumpf.btm,
make.bat,
setver.bat,
svx/win/res/:
bpip.bmp,
addbookm.bmp,
aliengal.bmp,
btnos2.bmp,
btnwin.bmp,
control.bmp,
db02.bmp,
db03.bmp,
db05.bmp,
db06.bmp,
db08.bmp,
deldict.bmp,
dist02.bmp,
dist03.bmp,
dist05.bmp,
dist06.bmp,
dist07.bmp,
dist09.bmp,
dist10.bmp,
editdict.bmp,
favorit1.bmp,
favorit3.bmp,
favorit4.bmp,
favorit6.bmp,
favorit7.bmp,
favorit8.bmp,
fixed.bmp,
focal01.bmp,
focal03.bmp,
focal04.bmp,
focal05.bmp,
focal07.bmp,
focal08.bmp,
focal10.bmp,
form.bmp,
fr01_h.bmp,
im02.bmp,
im03.bmp,
im30820.bmp,
im30821.bmp,
im30823.bmp,
im30824.bmp,
im30825.bmp,
im30827.bmp,
im30828.bmp,
im30839.bmp,
im30840.bmp,
im30841.bmp,
lcmakrod.bmp,
li061.bmp,
li062.bmp,
lightsel.bmp,
link.bmp,
lm05300.bmp,
scarb.bmp,
scautoko.bmp,
scmakrod.bmp,
sgaopen.bmp,
sx18029.bmp,
sx18030.bmp,
sxh18029.bmp,
sxh18030.bmp,
thmopen.bmp,
videofil.bmp,
active.bmp,
basstep.bmp,
button.bmp,
check.bmp,
combobox.bmp,
db01.bmp,
db04.bmp,
db07.bmp,
dist04.bmp,
dist08.bmp,
dropdown.bmp,
edit.bmp,
favorit2.bmp,
favorit5.bmp,
favorit9.bmp,
find.bmp,
focal02.bmp,
focal06.bmp,
focal09.bmp,
fr010_h.bmp,
fr011_h.bmp,
fr012_h.bmp,
fr02_h.bmp,
fr03_h.bmp,
fr04_h.bmp,
fr05_h.bmp,
fr06_h.bmp,
fr07_h.bmp,
fr08_h.bmp,
fr09_h.bmp,
group.bmp,
im01.bmp,
im30819.bmp,
im30822.bmp,
im30826.bmp,
im30838.bmp,
lcautoko.bmp,
lg10406.bmp,
li060.bmp,
lightons.bmp,
listbox.bmp,
locked.bmp,
matedit.bmp,
matfavor.bmp,
newdict.bmp,
nu01_h.bmp,
nu02_h.bmp,
nu03_h.bmp,
owngal.bmp,
radio.bmp,
reloadl.bmp,
reloadsl.bmp,
sc_form.bmp,
sg10406.bmp,
soundfil.bmp,
sx18028.bmp,
sxh18028.bmp,
urlbutt.bmp,
sd/workben/testdll/:
test.cxx,
makefile.mk,
svx/inc/ makefile.unx
sd/source/ui/app/sdlib.cxx
sd/jobs/ prjver.btm
svx/source/svdraw/svdedtv3.cxx
svx/workben/basicide/:
basapp.cxx,
basapp.hrc,
basapp.hxx,
basapp2.src,
basappsl.idl,
baspch.cxx,
baspch.hxx,
bmps.txt,
dummy2.bmp,
basapp.src,
basicide.ico,
dummy.bmp,
svheader.hxx,
sc/util/:
funcord.txt,
getall.bat,
makeall2.bat,
makeall.bat,
verinfo.rc,
svx/source/xoutdev/:
xfontmac.hxx,
xfontmac.cxx,
svx/os2/isetbrw/:
ibrwimp.cxx,
makefile.mk,
svx/source/dialog/:
paractrl.hxx,
dialogs.cxx,
paractrl.cxx,
svx/workben/:
about.bmp,
about3.hxx,
arw1cros.cur,
demcirc.bmp,
demedit.bmp,
demfgrad.bmp,
demfilg.bmp,
demfilr.bmp,
demfram.bmp,
demlin2.bmp,
demlin3.bmp,
demling.bmp,
demlinr.bmp,
demlnpt.bmp,
dempoly.bmp,
demrect.bmp,
demshad.bmp,
demshea.bmp,
demtext.bmp,
demtotop.bmp,
demtx2c.bmp,
demtxtgn.bmp,
demtxtmi.bmp,
demtxtpl.bmp,
demtxtsw.bmp,
dlgtest.cxx,
dlgtest.ico,
dlgtest.src,
drawdemo.ico,
edittest.src,
example.cxx,
intro.bmp,
lingtest.hrc,
lingtest.src,
makefile.lgt,
makefile.lin,
makefile.mk,
marknext.svd,
option.cxx,
outltest.cxx,
outltest.hrc,
outltest.src,
sample.hrc,
sample.hxx,
svdbtn.bmp,
svdr_min.cxx,
test.hrc,
about3.cxx,
demcrok.bmp,
demfilb.bmp,
demlin1.bmp,
demlinb.bmp,
demmirr.bmp,
demrota.bmp,
demtobtm.bmp,
demtxtbl.bmp,
demtxtrt.bmp,
dlgtest.hrc,
edittest.cxx,
lingtest.cxx,
makefile.dlg,
makefile.tst,
option.hxx,
sample.cxx,
sample.src,
test.src,
sc/jobs/:
bigupdat.btm,
cleanall.btm,
comp.plc,
ignite.btm,
make.plc,
make_pro.plc,
make_seg.plc,
putall.plc,
seg.plc,
stampget.plc,
vd_ver.plc,
zieh.btm,
comp_seg.plc,
make_cap.plc,
readme.txt,
stgetree.pld,
svx/util/funcord.w16
sd/res//:
cursors.r,
frmtxt2.bmp,
frmtxt3.bmp,
fwthcirc_h.bmp,
kopie_h.bmp,
objekt2_h.bmp,
pen_h.bmp,
text2.bmp,
pencil.cur,
pencil.ptr,
template.cur,
text2_h.bmp,
about.bmp,
chart_h.bmp,
cross1.cur,
extras_h.bmp,
first_h.bmp,
foil2_h.bmp,
frmtxt1.bmp,
frmtxt4.bmp,
image_h.bmp,
intro.bmp,
last_h.bmp,
lc10301.bmp,
link_h.bmp,
next_h.bmp,
object_h.bmp,
objekt2.bmp,
opadd_h.bmp,
opdelete_h.bmp,
opmodify_h.bmp,
opsmsize_h.bmp,
presobjs_h.bmp,
sc05502_h.bmp,
table_h.bmp,
verknpf_h.bmp,
waiticon_h.bmp,
sc/source/ui/miscdlgs/printopt.cxx
sc/source/ui/cctrl/sumctl.cxx
sc/source/ui/app/sclib.cxx
sd/source/ui/inc/makefile.mk
sc/res//:
about.bmp,
anchor_h.bmp,
calc3.ico,
chart.cur,
chart.ptr,
chartcur.r,
detectiv.cur,
detectiv.ptr,
doc.ico,
dropblue.bmp,
dropdown_h.bmp,
ins_fx_h.bmp,
pivotcol.ptr,
pivotfld.cur,
pivotrow.cur,
pivotrow.ptr,
prg_sc4.ico,
sc30doc.ico,
sc30tpl.ico,
sch6305.bmp,
sch6306.bmp,
sum_h.bmp,
tbxdraw.bmp,
watercan.cur,
watercan.ptr,
anchor.bmp,
calctor_h.bmp,
catpag_h.bmp,
doc_sc.ico,
dropdown.bmp,
equal_h.bmp,
field.cur,
ins_fx.bmp,
insrec_h.bmp,
mrgrec_h.bmp,
pivotcol.cur,
pivotfld.ptr,
sc10doc.ico,
scappwnd.ico,
scintro.bmp,
scstlcel_h.bmp,
tbxalign.bmp,
vor_sc.ico,
</div>
</div>
<div class='added'>added : <span class='comment'> initial version </span>
<div class="file-list">
graphics/svx/source/sdr/properties/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/sdr/properties/autoshapeproperties.cxx.diff?r1=1.1&r2=1.1.2.1'>autoshapeproperties.cxx</a>
graphics/svx/inc/svx/sdr/properties/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svx/sdr/properties/autoshapeproperties.hxx.diff?r1=1.1&r2=1.1.2.1'>autoshapeproperties.hxx</a>
</div>
</div>
<div class='added'>added : <span class='comment'> moving autoshape geometry from EnhancedAutoShape2d.cxx into own file, added handle support, not using fixed float adjustment values anymore </span>
<div class="file-list">
graphics/svx/source/autoshapes/ : <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/autoshapes/EnhancedAutoShapeGeometry.cxx.diff?r1=1.1&r2=1.1.2.1'>EnhancedAutoShapeGeometry.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/autoshapes/EnhancedAutoShapeGeometry.hxx.diff?r1=1.1&r2=1.1.2.1'>EnhancedAutoShapeGeometry.hxx</a> ;
</div>
</div>
<div class='added'>added : <span class='comment'> intial version </span>
<div class="file-list">
api/offapi/drafts/com/sun/star/drawing/<a href='http://api.openoffice.org/source/browse/api/offapi/drafts/com/sun/star/drawing/EnhancedAutoShapeAdjustmentValue.idl.diff?r1=1.1&r2=1.1.2.1'>EnhancedAutoShapeAdjustmentValue.idl</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> added some token for autoshape support </span>
<div class="file-list">
xml/xmloff/inc/<a href='http://xml.openoffice.org/source/browse/xml/xmloff/inc/xmltoken.hxx.diff?r1=1.44.2.1&r2=1.44.2.2'>xmltoken.hxx</a>
xml/xmloff/source/draw/<a href='http://xml.openoffice.org/source/browse/xml/xmloff/source/draw/EnhancedAutoShapeToken.cxx.diff?r1=1.1.2.1&r2=1.1.2.2'>EnhancedAutoShapeToken.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> added EnhancedAutoShapeGeometry </span>
<div class="file-list">
graphics/svx/source/autoshapes/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/autoshapes/makefile.mk.diff?r1=1.1.2.2&r2=1.1.2.3'>makefile.mk</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> added some autoshape token </span>
<div class="file-list">
xml/xmloff/inc/<a href='http://xml.openoffice.org/source/browse/xml/xmloff/inc/EnhancedAutoShapeToken.hxx.diff?r1=1.1.2.1&r2=1.1.2.2'>EnhancedAutoShapeToken.hxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> typo </span>
<div class="file-list">
xml/xmloff/inc/<a href='http://xml.openoffice.org/source/browse/xml/xmloff/inc/xmluconv.hxx.diff?r1=1.16.72.2&r2=1.16.72.3'>xmluconv.hxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> RESYNC:; FILE MERGED </span>
<div class="file-list">
files from:
api/offapi/util/<a href='http://api.openoffice.org/source/browse/api/offapi/util/makefile.mk.diff?r1=1.62.50.1&r2=1.62.50.2'>makefile.mk</a>
xml/xmloff/inc/<a href='http://xml.openoffice.org/source/browse/xml/xmloff/inc/xmltoken.hxx.diff?r1=1.44.2.2&r2=1.44.2.3'>xmltoken.hxx</a>
graphics/svx/source/unodraw/:
<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/unodraw/unoctabl.cxx.diff?r1=1.7.410.2&r2=1.7.410.3'>unoctabl.cxx</a>,
<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/unodraw/unopage.cxx.diff?r1=1.23.252.1&r2=1.23.252.2'>unopage.cxx</a>,
<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/unodraw/unoshape.cxx.diff?r1=1.107.148.2&r2=1.107.148.3'>unoshape.cxx</a>,
graphics/svx/prj/:
<a href='http://graphics.openoffice.org/source/browse/graphics/svx/prj/build.lst.diff?r1=1.7.136.1&r2=1.7.136.2'>build.lst</a>,
<a href='http://graphics.openoffice.org/source/browse/graphics/svx/prj/d.lst.diff?r1=1.76.6.1&r2=1.76.6.2'>d.lst</a>,
graphics/svx/source/msfilter/:
<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/msfilter/msashape.cxx.diff?r1=1.33.48.2&r2=1.33.48.3'>msashape.cxx</a>,
<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/msfilter/msdffimp.cxx.diff?r1=1.81.6.12&r2=1.81.6.13'>msdffimp.cxx</a>,
graphics/svx/source/svdraw/:
<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/svdraw/makefile.mk.diff?r1=1.7.216.1&r2=1.7.216.2'>makefile.mk</a>,
<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/svdraw/svdfppt.cxx.diff?r1=1.111.6.4&r2=1.111.6.5'>svdfppt.cxx</a>,
<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/svdraw/svdmrkv.cxx.diff?r1=1.15.110.1&r2=1.15.110.2'>svdmrkv.cxx</a>,
<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/svdraw/svdobj.cxx.diff?r1=1.58.110.1&r2=1.58.110.2'>svdobj.cxx</a>,
xml/xmloff/source/core/:
<a href='http://xml.openoffice.org/source/browse/xml/xmloff/source/core/xmltoken.cxx.diff?r1=1.46.2.2&r2=1.46.2.3'>xmltoken.cxx</a>,
<a href='http://xml.openoffice.org/source/browse/xml/xmloff/source/core/xmluconv.cxx.diff?r1=1.26.72.2&r2=1.26.72.3'>xmluconv.cxx</a>,
graphics/svx/inc/:
<a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/msdffimp.hxx.diff?r1=1.10.50.1&r2=1.10.50.2'>msdffimp.hxx</a>,
<a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svdobj.hxx.diff?r1=1.23.404.1&r2=1.23.404.2'>svdobj.hxx</a>,
<a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svdotext.hxx.diff?r1=1.19.110.1&r2=1.19.110.2'>svdotext.hxx</a>,
sc/sc/source/filter/excel/<a href='http://sc.openoffice.org/source/browse/sc/sc/source/filter/excel/xiescher.cxx.diff?r1=1.5.30.2&r2=1.5.30.3'>xiescher.cxx</a>
api/offapi/prj/<a href='http://api.openoffice.org/source/browse/api/offapi/prj/build.lst.diff?r1=1.45.62.1&r2=1.45.62.2'>build.lst</a>
graphics/svx/util/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/util/makefile.mk.diff?r1=1.25.174.1&r2=1.25.174.2'>makefile.mk</a>
api/offuh/prj/<a href='http://api.openoffice.org/source/browse/api/offuh/prj/d.lst.diff?r1=1.28.32.1&r2=1.28.32.2'>d.lst</a>
graphics/sd/source/filter/<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/filter/pptin.cxx.diff?r1=1.49.22.1&r2=1.49.22.2'>pptin.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> minor changes for autoshape support </span>
<div class="file-list">
graphics/svx/source/autoshapes/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/autoshapes/EnhancedAutoShapeEngine.cxx.diff?r1=1.1.2.5&r2=1.1.2.6'>EnhancedAutoShapeEngine.cxx</a>
graphics/svx/inc/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svdoashp.hxx.diff?r1=1.1.2.3&r2=1.1.2.4'>svdoashp.hxx</a>
graphics/svx/source/svdraw/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/svdraw/svdoashp.cxx.diff?r1=1.1.2.4&r2=1.1.2.5'>svdoashp.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> added autoshapeproperties </span>
<div class="file-list">
graphics/svx/source/sdr/properties/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/sdr/properties/makefile.mk.diff?r1=1.2&r2=1.2.6.1'>makefile.mk</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> now exporting GeometryItem </span>
<div class="file-list">
xml/xmloff/source/draw/ : <a href='http://xml.openoffice.org/source/browse/xml/xmloff/source/draw/shapeexport4.cxx.diff?r1=1.1.2.2&r2=1.1.2.3'>shapeexport4.cxx</a>, <a href='http://xml.openoffice.org/source/browse/xml/xmloff/source/draw/ximpautoshape.cxx.diff?r1=1.1.2.1&r2=1.1.2.2'>ximpautoshape.cxx</a> ;
</div>
</div>
<div class='modified'>modified : <span class='comment'> fixed a out of range access </span>
<div class="file-list">
graphics/svx/source/autoshapes/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/autoshapes/EnhancedAutoShapeTypeNames.cxx.diff?r1=1.1.2.2&r2=1.1.2.3'>EnhancedAutoShapeTypeNames.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> changed SetItem -&gt; SetMergedItem </span>
<div class="file-list">
graphics/svx/source/svdraw/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/svdraw/svdfppt.cxx.diff?r1=1.111.6.5&r2=1.111.6.6'>svdfppt.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> CreateAutoShapeProperties is now requiring the shape type </span>
<div class="file-list">
graphics/svx/source/msfilter/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/msfilter/eschesdo.cxx.diff?r1=1.21.198.2&r2=1.21.198.3'>eschesdo.cxx</a>
graphics/svx/inc/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/escherex.hxx.diff?r1=1.15.404.2&r2=1.15.404.3'>escherex.hxx</a>
graphics/sd/source/filter/eppt/<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/filter/eppt/epptso.cxx.diff?r1=1.71.2.2&r2=1.71.2.3'>epptso.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> solved merge conflicts </span>
<div class="file-list">
graphics/svx/source/autoshapes/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/autoshapes/EnhancedAutoShape2d.cxx.diff?r1=1.1.2.6&r2=1.1.2.7'>EnhancedAutoShape2d.cxx</a>
graphics/svx/inc/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svdoashp.hxx.diff?r1=1.1.2.4&r2=1.1.2.5'>svdoashp.hxx</a>
graphics/svx/source/msfilter/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/msfilter/msdffimp.cxx.diff?r1=1.81.6.13&r2=1.81.6.14'>msdffimp.cxx</a>
graphics/svx/source/svdraw/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/svdraw/svdoashp.cxx.diff?r1=1.1.2.5&r2=1.1.2.6'>svdoashp.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> added EnhancedAutoShapeAdjustmentValue.idl </span>
<div class="file-list">
api/offapi/drafts/com/sun/star/drawing/<a href='http://api.openoffice.org/source/browse/api/offapi/drafts/com/sun/star/drawing/makefile.mk.diff?r1=1.3.2.3&r2=1.3.2.4'>makefile.mk</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> moving autoshape geometry into EnhancedAutoShapeGeometry.cxx, added handle support, not using fixed float adjustment values anymore </span>
<div class="file-list">
graphics/svx/source/autoshapes/ : <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/autoshapes/EnhancedAutoShape2d.cxx.diff?r1=1.1.2.5&r2=1.1.2.6'>EnhancedAutoShape2d.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/autoshapes/EnhancedAutoShape2d.hxx.diff?r1=1.1.2.4&r2=1.1.2.5'>EnhancedAutoShape2d.hxx</a> ;
graphics/svx/source/msfilter/ : <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/msfilter/escherex.cxx.diff?r1=1.39.198.8&r2=1.39.198.9'>escherex.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/msfilter/msdffimp.cxx.diff?r1=1.81.6.11&r2=1.81.6.12'>msdffimp.cxx</a> ;
</div>
</div>
<p>
<a name='cws_srx645_impress1'></a><a name='cws_srx645_impress1_af'></a><div class="branch">cws_srx645_impress1 was changed by Andre Fischer(af)</div>
<div class='modified'>modified : <span class='comment'> #111996# Using new GetDoc() method. </span>
<div class="file-list">
graphics/sd/source/ui/view/<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/view/drviews4.cxx.diff?r1=1.14.128.2&r2=1.14.128.3'>drviews4.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> RESYNC:; FILE MERGED </span>
<div class="file-list">
files from:
graphics/sd/source/ui/app/:
<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/app/optsitem.cxx.diff?r1=1.25.108.1&r2=1.25.108.2'>optsitem.cxx</a>,
<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/app/sdmod2.cxx.diff?r1=1.30.40.1.2.1&r2=1.30.40.1.2.2'>sdmod2.cxx</a>,
graphics/sd/source/filter/html/<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/filter/html/htmlex.cxx.diff?r1=1.10.70.1&r2=1.10.70.2'>htmlex.cxx</a>
graphics/sd/source/ui/dlg/:
<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/dlg/animobjs.cxx.diff?r1=1.12.220.1&r2=1.12.220.2'>animobjs.cxx</a>,
<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/dlg/docprev.cxx.diff?r1=1.7.82.2&r2=1.7.82.3'>docprev.cxx</a>,
<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/dlg/morphdlg.cxx.diff?r1=1.4.218.2&r2=1.4.218.3'>morphdlg.cxx</a>,
graphics/sd/source/ui/func/:
<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/func/fader.cxx.diff?r1=1.10.222.1&r2=1.10.222.2'>fader.cxx</a>,
<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/func/fucon3d.cxx.diff?r1=1.9.226.1&r2=1.9.226.2'>fucon3d.cxx</a>,
<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/func/fuconarc.cxx.diff?r1=1.7.226.1&r2=1.7.226.2'>fuconarc.cxx</a>,
<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/func/fuconbez.cxx.diff?r1=1.6.226.1&r2=1.6.226.2'>fuconbez.cxx</a>,
<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/func/fuconrec.cxx.diff?r1=1.17.128.2&r2=1.17.128.3'>fuconrec.cxx</a>,
<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/func/fuconstr.cxx.diff?r1=1.6.240.1&r2=1.6.240.2'>fuconstr.cxx</a>,
<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/func/fuexpand.cxx.diff?r1=1.7.224.1&r2=1.7.224.2'>fuexpand.cxx</a>,
<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/func/fumorph.cxx.diff?r1=1.3.254.2&r2=1.3.254.3'>fumorph.cxx</a>,
<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/func/fupage.cxx.diff?r1=1.14.128.1&r2=1.14.128.2'>fupage.cxx</a>,
<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/func/fusel.cxx.diff?r1=1.20.108.2&r2=1.20.108.3'>fusel.cxx</a>,
<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/func/fuslsel.cxx.diff?r1=1.10.128.2&r2=1.10.128.3'>fuslsel.cxx</a>,
<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/func/fuslshow.cxx.diff?r1=1.47.70.4&r2=1.47.70.5'>fuslshow.cxx</a>,
<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/func/fuslshw2.cxx.diff?r1=1.22.46.1&r2=1.22.46.2'>fuslshw2.cxx</a>,
<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/func/fuslshw3.cxx.diff?r1=1.20.128.1&r2=1.20.128.2'>fuslshw3.cxx</a>,
<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/func/fuslshw4.cxx.diff?r1=1.13.108.1&r2=1.13.108.2'>fuslshw4.cxx</a>,
<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/func/fuslshw5.cxx.diff?r1=1.8.106.1.4.1&r2=1.8.106.1.4.2'>fuslshw5.cxx</a>,
<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/func/fuslshw6.cxx.diff?r1=1.17.108.1&r2=1.17.108.2'>fuslshw6.cxx</a>,
<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/func/fusumry.cxx.diff?r1=1.3.224.1&r2=1.3.224.2'>fusumry.cxx</a>,
<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/func/futempl.cxx.diff?r1=1.14.128.1&r2=1.14.128.2'>futempl.cxx</a>,
<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/func/futext.cxx.diff?r1=1.39.60.2&r2=1.39.60.3'>futext.cxx</a>,
<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/func/mover.cxx.diff?r1=1.4.222.2&r2=1.4.222.3'>mover.cxx</a>,
<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/func/outlinfo.cxx.diff?r1=1.9.218.1&r2=1.9.218.2'>outlinfo.cxx</a>,
graphics/sd/source/filter/cgm/<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/filter/cgm/sdcgmfilter.cxx.diff?r1=1.2.246.1&r2=1.2.246.2'>sdcgmfilter.cxx</a>
graphics/sd/source/core/:
<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/core/drawdoc.cxx.diff?r1=1.60.62.2&r2=1.60.62.3'>drawdoc.cxx</a>,
<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/core/drawdoc2.cxx.diff?r1=1.17.62.2&r2=1.17.62.3'>drawdoc2.cxx</a>,
<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/core/drawdoc4.cxx.diff?r1=1.31.46.1&r2=1.31.46.2'>drawdoc4.cxx</a>,
<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/core/sdpage.cxx.diff?r1=1.35.108.1&r2=1.35.108.2'>sdpage.cxx</a>,
graphics/sd/source/ui/unoidl/:
<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/unoidl/unomodel.cxx.diff?r1=1.64.90.3&r2=1.64.90.4'>unomodel.cxx</a>,
<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/unoidl/unopage.cxx.diff?r1=1.56.68.1&r2=1.56.68.2'>unopage.cxx</a>,
graphics/sd/source/ui/docshell/:
<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/docshell/docshel2.cxx.diff?r1=1.21.218.1&r2=1.21.218.2'>docshel2.cxx</a>,
<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/docshell/sdclient.cxx.diff?r1=1.4.236.1&r2=1.4.236.2'>sdclient.cxx</a>,
graphics/sd/inc/<a href='http://graphics.openoffice.org/source/browse/graphics/sd/inc/drawdoc.hxx.diff?r1=1.26.62.2&r2=1.26.62.3'>drawdoc.hxx</a>
graphics/sd/source/ui/view/:
<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/view/WindowUpdater.cxx.diff?r1=1.3.56.1&r2=1.3.56.2'>WindowUpdater.cxx</a>,
<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/view/drawview.cxx.diff?r1=1.24.38.1.2.1&r2=1.24.38.1.2.2'>drawview.cxx</a>,
<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/view/drviews2.cxx.diff?r1=1.20.66.1&r2=1.20.66.2'>drviews2.cxx</a>,
<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/view/drviews5.cxx.diff?r1=1.28.60.2&r2=1.28.60.3'>drviews5.cxx</a>,
<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/view/drviewsb.cxx.diff?r1=1.11.108.1&r2=1.11.108.2'>drviewsb.cxx</a>,
<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/view/frmview.cxx.diff?r1=1.16.108.1&r2=1.16.108.2'>frmview.cxx</a>,
<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/view/outlnvsh.cxx.diff?r1=1.46.70.3&r2=1.46.70.4'>outlnvsh.cxx</a>,
<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/view/outlview.cxx.diff?r1=1.25.70.1&r2=1.25.70.2'>outlview.cxx</a>,
<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/view/sdview.cxx.diff?r1=1.23.128.1&r2=1.23.128.2'>sdview.cxx</a>,
<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/view/sdview3.cxx.diff?r1=1.47.108.1&r2=1.47.108.2'>sdview3.cxx</a>,
<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/view/sdview4.cxx.diff?r1=1.13.218.1&r2=1.13.218.2'>sdview4.cxx</a>,
<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/view/sdwindow.cxx.diff?r1=1.25.70.1&r2=1.25.70.2'>sdwindow.cxx</a>,
<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/view/showview.cxx.diff?r1=1.2.238.1&r2=1.2.238.2'>showview.cxx</a>,
<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/view/slidview.cxx.diff?r1=1.32.72.1&r2=1.32.72.2'>slidview.cxx</a>,
<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/view/viewshe3.cxx.diff?r1=1.28.72.2&r2=1.28.72.3'>viewshe3.cxx</a>,
<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/view/viewshel.cxx.diff?r1=1.22.70.7&r2=1.22.70.8'>viewshel.cxx</a>,
graphics/sd/source/filter/<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/filter/pptin.cxx.diff?r1=1.48.54.2&r2=1.48.54.3'>pptin.cxx</a>
</div>
</div>
<p>
<a name='cws_src680_qwizards1'></a><a name='cws_src680_qwizards1_tv'></a><div class="branch">cws_src680_qwizards1 was changed by Tom Verbeek(tv)</div>
<div class='removed'>removed : <span class='comment'> RESYNC:; FILE REMOVED </span>
<div class="file-list">
files from:
extensions/source/addressUI/:
toolbar.src,
toolbar.cxx,
registry.hxx,
privdata.cxx,
plus.bmp,
makefile.mk,
frameset.hxx,
fieldwin.hxx,
fielddsc.cxx,
datman.cxx,
adrview.hxx,
adrresid.hxx,
adrmod.cxx,
adrcont.hxx,
adrbeam.cxx,
Busiphon.hxx,
viewsect.hxx,
viewsect.cxx,
toolbar.hxx,
toolbar.hrc,
sections.src,
sections.hrc,
remcard.bmp,
registry.cxx,
privdata.hxx,
privaddr.hxx,
privaddr.cxx,
newcard.bmp,
modcard.bmp,
menu.src,
general.hxx,
general.cxx,
frameset.cxx,
framectr.hxx,
framectr.cxx,
fieldwin.cxx,
fielddsc.hxx,
exports.dxp,
expander.bmp,
datman.hxx,
basepage.hxx,
basepage.cxx,
adrview.cxx,
adrsect.hxx,
adrsect.cxx,
adrprop.hrc,
adrmod.hxx,
adrload.cxx,
adrexch.hxx,
adrexch.cxx,
adrcont.cxx,
adrbeam.hxx,
adr.src,
adr.hrc,
Phone.bmp,
Busiphon.cxx,
Busiaddr.hxx,
Busiaddr.cxx,
vcl/os2/source/window/:
salobj.cxx,
salframe.cxx,
makefile.mk,
makefile,
extensions/source/addressbook/xml/:
sdb.xml,
ldap.xml,
dbsettings.xml,
extensions/source/controlloader/:
makefile.mk,
exports.dxp,
controlloader.cxx,
vcl/mac/source/window/:
salobj.cxx,
salframe.cxx,
makefile.mk,
makefile.mac,
extensions/source/settings/protdlgs.hrc
vcl/mac/source/app/:
salshl.cxx,
makefile.mk,
macmain2.cxx,
ShrdMain.cxx,
saltimer.cxx,
salsound.cxx,
salmain.cxx,
salinst.cxx,
makefile.mac,
main.cxx,
macsys.cxx,
macmain.cxx,
macframe.cxx,
SALSYS.CXX,
NoShareApp.cxx,
NoSharMain.cxx,
vcl/jobs/:
make_pro.plc,
stgetree.pld,
log2err.awk,
verget.plc,
stampget.plc,
stamp.plc,
putall.plc,
make_cap.plc,
make.plc,
l2e_sv.awk,
descript.plc,
depcomp.pld,
vcl/os2/inc/:
svsys.h,
salsound.hxx,
sallang.hxx,
salgdi.h,
salvd.h,
salsys.h,
salprn.h,
salogl.hxx,
salobj.h,
salinst.h,
salids.hrc,
salframe.h,
saldata.hxx,
salbmp.hxx,
svtools/mac/inc/impflt.hxx
svtools/source/sbx/segmentc.hxx
svtools/util/funcord.w16
extensions/source/addressbook/:
xml.cxx,
services.cxx,
register.cxx,
parser.cxx,
makefile.mk,
address.hxx,
xml.hxx,
stream.hxx,
stream.cxx,
services.hxx,
sdb.hxx,
sdb.cxx,
propset.hxx,
propset.cxx,
parser.y,
merging.hxx,
merging.cxx,
ldap.hxx,
ldap.cxx,
exports.dxp,
address.cxx,
vcl/mac/source/gdi/:
salprn.cxx,
salgdi.cxx,
salbmp.cxx,
salvd.cxx,
salogl.cxx,
salgdi3.cxx,
salfont.hxx,
salgdi2.cxx,
salfont.cxx,
makefile.mk,
makefile.mac,
MyFont.cxx,
svtools/source/urlobj/urlbmk
vcl/os2/source/gdi/:
salprn.cxx,
salgdi2.cxx,
salvd.cxx,
salogl.cxx,
salgdi3.cxx,
salgdi.cxx,
salbmp.cxx,
makefile.mk,
vcl/mac/source/ex/:
makefile.mk,
macexchg.cxx,
macdrag.cxx,
macclip.cxx,
vcl/mac/inc/:
svsys.h,
salsound.hxx,
salframe.h,
macexchg.hxx,
SALOBJ.H,
MyFont.HXX,
svmac.h,
salvd.h,
salogl.hxx,
salinst.h,
salgdi.h,
saldata.hxx,
main.h,
macsysexchange.hxx,
SALSYS.H,
SALPRN.H,
SALIDS.HRC,
SALBMP.HXX,
MemInit.hxx,
MacWin.Hxx,
MacUtil.hxx,
extensions/source/address/content/:
regcnt.cxx,
content.src,
makefile.mk,
exports.dxp,
content.hxx,
content.hrc,
content.cxx,
extensions/source/address/helpers/:
propset.cxx,
makefile.mk,
offapi/com/sun/star/xml/import/:
Importer.idl,
XAttributes.idl,
XImportContext.idl,
makefile.mk,
XImporter.idl,
svtools/os2/source/wps/:
wridoc.ico,
wpswri.ih,
wpsmath.ih,
wpsimpr.ih,
wpshtml.ih,
wpsglob.ih,
wpsexe.ico,
wpsexe.c,
wpsdraw.c,
wpschar.c,
wps_port.h,
drawdoc.ico,
wpswrt3.rc,
wpswrt3.def,
wpswri.h,
wpswri.csc,
wpswri.c,
wpsmath.h,
wpsmath.csc,
wpsmath.c,
wpsimpr.csc,
wpsimpr.h,
wpsimpr.c,
wpsimpl.h,
wpsimpl.c,
wpshtml.h,
wpshtml.csc,
wpshtml.c,
wpsglob.h,
wpsglob.csc,
wpsglob.c,
wpsexe.ih,
wpsexe.h,
wpsexe.csc,
wpsdraw.ih,
wpsdraw.h,
wpsdraw.csc,
wpschar.ih,
wpschar.h,
wpschar.csc,
wpscalc.ih,
wpscalc.h,
wpscalc.csc,
wpscalc.c,
mathdoc.ico,
makefile.mk,
def.sed,
chartdoc.ico,
calcdoc.ico,
vcl/os2/source/app/:
salsys.cxx,
salmain.cxx,
saltimer.cxx,
salsound.cxx,
salshl.cxx,
sallang.cxx,
salinst.cxx,
makefile.mk,
wizards/jobs/:
depcomp.pld,
l2e_sv.awk,
log2err.awk,
stgetree.pld,
stampget.plc,
svtools/mac/source/svdde/:
makefile.mk,
ddedummy.cxx,
extensions/source/installation/system/inetset/defs/:
wntmsci7,
wntmsci3,
vcl/source/src/:
makefile.unx,
makefile,
vcl/os2/source/src/:
vshear.ptr,
sd.ico,
pivotrow.ptr,
nullptr.ptr,
movef2.ptr,
movebw.ptr,
magnify.ptr,
hsizebar.ptr,
hand.ptr,
dpolygon.ptr,
dellipse.ptr,
dbezier.ptr,
cross.ptr,
copyf2.ptr,
chainnot.ptr,
asw.ptr,
ass.ptr,
asns.ptr,
asne.ptr,
vsplit.ptr,
vsizebar.ptr,
timesize.ptr,
timemove.ptr,
salsrc.rc,
rotate.ptr,
refhand.ptr,
pivotfld.ptr,
pivotcol.ptr,
pen.ptr,
movept.ptr,
moveflnk.ptr,
movef.ptr,
movedlnk.ptr,
movedata.ptr,
move.ptr,
mirror.ptr,
makefile.mk,
linkf.ptr,
linkdata.ptr,
hsplit.ptr,
hshear.ptr,
help.ptr,
fill.ptr,
dtext.ptr,
drect.ptr,
dpie.ptr,
dline.ptr,
dfree.ptr,
detectiv.ptr,
dconnect.ptr,
dcirccut.ptr,
dcapt.ptr,
data.ptr,
darc.ptr,
crop.ptr,
crook.ptr,
copyflnk.ptr,
copyf.ptr,
copydlnk.ptr,
copydata.ptr,
chart.ptr,
chain.ptr,
aswe.ptr,
assw.ptr,
asse.ptr,
asnw.ptr,
asnswe.ptr,
ase.ptr,
asn.ptr,
svtools/source/items/:
items.hxx,
items.cxx,
extensions/source/installation/system/inetset/:
sis-data-struct.sdw,
makefile.mk,
cntsupp.hxx,
soffice.cxx,
netscape.cxx,
misc.cxx,
inetset.hxx,
inetset.cxx,
ie_ol.cxx,
entry.cxx,
cntsupp.cxx,
extensions/source/propertyinfo/:
exports.dxp,
makefile.mk,
PropertyInfoReg.cxx,
PropertyInfo.hxx,
PropertyInfo.cxx,
vcl/unx/source/app/salxutil.cxx
svtools/mac/source/misc/:
makefile.mk,
extattr.cxx,
svtools/os2/source/eaimp/:
makefile.mk,
eaimp.cxx,
extensions/source/addressbookconv/:
exports.dxp,
makefile.mk,
addrconv.hxx,
addrconv.cxx,
acvload.cxx,
vcl/unx/source/gdi/:
charnames.cxx,
ansi1252.hxx,
ansi1252.cxx,
extensions/source/address/core/:
stream.cxx,
sdb.hxx,
parser.y,
merging.cxx,
ldap.cxx,
xml.hxx,
xml.cxx,
stream.hxx,
services.hxx,
services.cxx,
sdb.cxx,
register.cxx,
parser.cxx,
merging.hxx,
makefile.mk,
ldap.hxx,
exports.dxp,
address.hxx,
address.cxx,
extensions/source/address/xml/:
adrmerging.xml,
dbsettings.act,
adrsdb.act,
adrmerging.act,
adrmerge.act,
adrldap.act,
vcl/mac/source/src/:
sv.r,
SV_Language.r,
Alerts.r,
svtools/source/search/makefile.mk
extensions/source/address/inc/propset.hxx
</div>
</div>
<div class='removed'>removed : <span class='comment'> no longer needed - text is in general wizard resource now </span>
<div class="file-list">
files from:
wizards/com/sun/star/wizards/letter/letter.src
</div>
</div>
<div class='modified'>modified : <span class='comment'> added Methods to get/set properties </span>
<div class="file-list">
installation/wizards/com/sun/star/wizards/ui/<a href='http://installation.openoffice.org/source/browse/installation/wizards/com/sun/star/wizards/ui/WizardDialog.java.diff?r1=1.1.2.14&r2=1.1.2.15'>WizardDialog.java</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> RESYNC:; FILE MERGED </span>
<div class="file-list">
files from:
installation/wizards/source/tools/<a href='http://installation.openoffice.org/source/browse/installation/wizards/source/tools/Misc.xba.diff?r1=1.30.58.1&r2=1.30.58.2'>Misc.xba</a>
util/svtools/source/control/<a href='http://util.openoffice.org/source/browse/util/svtools/source/control/makefile.mk.diff?r1=1.9.254.1&r2=1.9.254.2'>makefile.mk</a>
installation/wizards/prj/<a href='http://installation.openoffice.org/source/browse/installation/wizards/prj/build.lst.diff?r1=1.19.94.1&r2=1.19.94.2'>build.lst</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> integrated roadmap control </span>
<div class="file-list">
installation/wizards/com/sun/star/wizards/letter/<a href='http://installation.openoffice.org/source/browse/installation/wizards/com/sun/star/wizards/letter/LetterDocument.java.diff?r1=1.1.2.5&r2=1.1.2.6'>LetterDocument.java</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> added LetterWizard-Roadmap-Labels </span>
<div class="file-list">
installation/wizards/source/formwizard/<a href='http://installation.openoffice.org/source/browse/installation/wizards/source/formwizard/dbwizres.src.diff?r1=1.54.14.3&r2=1.54.14.4'>dbwizres.src</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> corrected dependecies between java dirs </span>
<div class="file-list">
installation/wizards/prj/<a href='http://installation.openoffice.org/source/browse/installation/wizards/prj/build.lst.diff?r1=1.19.94.2&r2=1.19.94.3'>build.lst</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> added letter wizard </span>
<div class="file-list">
installation/wizards/prj/<a href='http://installation.openoffice.org/source/browse/installation/wizards/prj/build.lst.diff?r1=1.19.94.4&r2=1.19.94.5'>build.lst</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> dded build dependency wizards after filter </span>
<div class="file-list">
installation/wizards/prj/<a href='http://installation.openoffice.org/source/browse/installation/wizards/prj/build.lst.diff?r1=1.19.94.3&r2=1.19.94.4'>build.lst</a>
</div>
</div>
<div class='added'>added : <span class='comment'> initial revision </span>
<div class="file-list">
installation/wizards/com/sun/star/wizards/letter/<a href='http://installation.openoffice.org/source/browse/installation/wizards/com/sun/star/wizards/letter/makefile.mk.diff?r1=1.1&r2=1.1.2.1'>makefile.mk</a>
</div>
</div>
<p>
<a name='cws_src680_qwizards1'></a><a name='cws_src680_qwizards1_rpiterman'></a><div class="branch">cws_src680_qwizards1 was changed by Ron Piterman(rpiterman)</div>
<div class='modified'>modified : <span class='comment'> Change constructor to recieve a short as dialog-type Added callOpenDialog method Added static methods to create store and open dialogs changed addFilter to public, and changed object to support calls between construction anc callXXXDialog() methods. changed to support multiple callXXXDialog(...) methods without initializing the dialog always again. </span>
<div class="file-list">
installation/wizards/com/sun/star/wizards/common/<a href='http://installation.openoffice.org/source/browse/installation/wizards/com/sun/star/wizards/common/SystemDialog.java.diff?r1=1.1.2.5&r2=1.1.2.6'>SystemDialog.java</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> added gnu agreement comment </span>
<div class="file-list">
installation/wizards/com/sun/star/wizards/common/<a href='http://installation.openoffice.org/source/browse/installation/wizards/com/sun/star/wizards/common/SystemDialog.java.diff?r1=1.1.2.6&r2=1.1.2.7'>SystemDialog.java</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> Changed to support changes in class SystemDialog (using now static method to instanciate) </span>
<div class="file-list">
installation/wizards/com/sun/star/wizards/ui/<a href='http://installation.openoffice.org/source/browse/installation/wizards/com/sun/star/wizards/ui/PathSelection.java.diff?r1=1.1.2.2&r2=1.1.2.3'>PathSelection.java</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> Changed to give better support for filters and enable OpenDialog call. </span>
<div class="file-list">
installation/wizards/com/sun/star/wizards/common/<a href='http://installation.openoffice.org/source/browse/installation/wizards/com/sun/star/wizards/common/SystemDialog.java.diff?r1=1.1.2.4&r2=1.1.2.5'>SystemDialog.java</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> Bugfix : removed dispose in finalize. </span>
<div class="file-list">
installation/wizards/com/sun/star/wizards/common/<a href='http://installation.openoffice.org/source/browse/installation/wizards/com/sun/star/wizards/common/SystemDialog.java.diff?r1=1.1.2.7&r2=1.1.2.8'>SystemDialog.java</a>
</div>
</div>
<p>
<a name='cws_src680_qwizards1'></a><a name='cws_src680_qwizards1_bc'></a><div class="branch">cws_src680_qwizards1 was changed by Behrend Cornelius(bc)</div>
<div class='removed'>removed : <span class='comment'> #111603# removing not needed files </span>
<div class="file-list">
files from:
wizards/com/sun/star/wizards/query/DialogQueryConst.java DialogQuery_res.src DialogQuery_res.txt
</div>
</div>
<div class='modified'>modified : <span class='comment'> #111603# DSFieldSelection no longer needed </span>
<div class="file-list">
installation/wizards/com/sun/star/wizards/ui/<a href='http://installation.openoffice.org/source/browse/installation/wizards/com/sun/star/wizards/ui/FieldSelection.java.diff?r1=1.1.2.6&r2=1.1.2.7'>FieldSelection.java</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #111603# small change </span>
<div class="file-list">
installation/wizards/com/sun/star/wizards/ui/<a href='http://installation.openoffice.org/source/browse/installation/wizards/com/sun/star/wizards/ui/makefile.mk.diff?r1=1.1.2.10&r2=1.1.2.11'>makefile.mk</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #111603# Listener removed due to new db file format </span>
<div class="file-list">
installation/wizards/com/sun/star/wizards/ui/<a href='http://installation.openoffice.org/source/browse/installation/wizards/com/sun/star/wizards/ui/AggregateComponent.java.diff?r1=1.1.2.4&r2=1.1.2.5'>AggregateComponent.java</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #111603# Resource file modified </span>
<div class="file-list">
installation/wizards/com/sun/star/wizards/common/<a href='http://installation.openoffice.org/source/browse/installation/wizards/com/sun/star/wizards/common/FileAccess.java.diff?r1=1.1.2.5&r2=1.1.2.6'>FileAccess.java</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #111603# XDSFieldSelectionListener removed </span>
<div class="file-list">
installation/wizards/com/sun/star/wizards/ui/<a href='http://installation.openoffice.org/source/browse/installation/wizards/com/sun/star/wizards/ui/makefile.mk.diff?r1=1.1.2.8&r2=1.1.2.9'>makefile.mk</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #111603# DSFieldSelection entry removed </span>
<div class="file-list">
installation/wizards/com/sun/star/wizards/ui/<a href='http://installation.openoffice.org/source/browse/installation/wizards/com/sun/star/wizards/ui/makefile.mk.diff?r1=1.1.2.7&r2=1.1.2.8'>makefile.mk</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #111603# several modifications </span>
<div class="file-list">
installation/wizards/com/sun/star/wizards/query/<a href='http://installation.openoffice.org/source/browse/installation/wizards/com/sun/star/wizards/query/DialogQuery.java.diff?r1=1.1.2.1&r2=1.1.2.2'>DialogQuery.java</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #111603# PeerConfig.java added </span>
<div class="file-list">
installation/wizards/com/sun/star/wizards/ui/<a href='http://installation.openoffice.org/source/browse/installation/wizards/com/sun/star/wizards/ui/makefile.mk.diff?r1=1.1.2.9&r2=1.1.2.10'>makefile.mk</a>
</div>
</div>
<p>
<a name='cws_srx645_waterfordfilterteam12'></a><a name='cws_srx645_waterfordfilterteam12_vg'></a><div class="mergedbranch">cws_srx645_waterfordfilterteam12 was changed by Vladimir Glazounov(vg) [ <a href='#merged_waterfordfilterteam12'>and it was merged</a> ]</div>
<div class='modified'>modified : <span class='comment'> RESYNC:; FILE MERGED </span>
<div class="file-list">
files from:
sw/sw/source/filter/ww8/:
<a href='http://sw.openoffice.org/source/browse/sw/sw/source/filter/ww8/ww8par.cxx.diff?r1=1.114.32.2&r2=1.114.32.3'>ww8par.cxx</a>,
<a href='http://sw.openoffice.org/source/browse/sw/sw/source/filter/ww8/ww8par.hxx.diff?r1=1.115.48.5&r2=1.115.48.6'>ww8par.hxx</a>,
<a href='http://sw.openoffice.org/source/browse/sw/sw/source/filter/ww8/ww8par5.cxx.diff?r1=1.68.84.3&r2=1.68.84.4'>ww8par5.cxx</a>,
</div>
</div>
<p>
<a name='cws_src680_portlaoisefilterteam16'></a><a name='cws_src680_portlaoisefilterteam16_cmc'></a><div class="branch">cws_src680_portlaoisefilterteam16 was changed by Caolán McNamara(cmc)</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=3958'> #i3958#</a> This inline escher feature is a pig to get working in all version of word, but this patch adds the extra pieces of magic to make it work in all versions, and then pretties up the load of the inlines ones, a real 50 coffee cup problem </span>
<div class="file-list">
sw/sw/source/filter/ww8/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/filter/ww8/wrtw8esh.cxx.diff?r1=1.66.22.5&r2=1.66.22.6'>wrtw8esh.cxx</a>
</div>
</div>
<p>
<a name='cws_srx644_calcrtl'></a><a name='cws_srx644_calcrtl_pb'></a><div class="branch">cws_srx644_calcrtl was changed by Peter Burow(pb)</div>
<div class='modified'>modified : <span class='comment'> fix: #106948# EnableMirroring() added </span>
<div class="file-list">
gsl/vcl/inc/<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/inc/lstbox.hxx.diff?r1=1.12&r2=1.12.282.1'>lstbox.hxx</a>
gsl/vcl/source/control/<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/control/lstbox.cxx.diff?r1=1.22&r2=1.22.94.1'>lstbox.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> fix: #106948# explicit mirroring </span>
<div class="file-list">
gsl/vcl/source/control/<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/control/ilstbox.cxx.diff?r1=1.41&r2=1.41.142.1'>ilstbox.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> fix: #106948# explicit mirroring of filterbox </span>
<div class="file-list">
sc/sc/source/ui/view/<a href='http://sc.openoffice.org/source/browse/sc/sc/source/ui/view/gridwin.cxx.diff?r1=1.41.26.4&r2=1.41.26.5'>gridwin.cxx</a>
</div>
</div>
<p>
<a name='cws_srx644_calcrtl'></a><a name='cws_srx644_calcrtl_nn'></a><div class="branch">cws_srx644_calcrtl was changed by Niklas Nebel(nn)</div>
<div class='removed'>removed : <span class='comment'> RESYNC:; FILE REMOVED </span>
<div class="file-list">
files from:
vcl/unx/source/app/salmain.cxx
vcl/unx/inc/:
salprn.imp,
salogl.hxx,
salbmp.hxx,
salsound.hxx,
</div>
</div>
<div class='modified'>modified : <span class='comment'> RESYNC:; FILE MERGED </span>
<div class="file-list">
files from:
sc/sc/source/core/data/<a href='http://sc.openoffice.org/source/browse/sc/sc/source/core/data/drwlayer.cxx.diff?r1=1.20.34.3&r2=1.20.34.4'>drwlayer.cxx</a>
sc/sc/source/core/tool/<a href='http://sc.openoffice.org/source/browse/sc/sc/source/core/tool/detfunc.cxx.diff?r1=1.11.34.1&r2=1.11.34.2'>detfunc.cxx</a>
sc/sc/source/ui/inc/<a href='http://sc.openoffice.org/source/browse/sc/sc/source/ui/inc/output.hxx.diff?r1=1.6.2.1.16.4&r2=1.6.2.1.16.5'>output.hxx</a>
sc/sc/source/ui/docshell/<a href='http://sc.openoffice.org/source/browse/sc/sc/source/ui/docshell/docfunc.cxx.diff?r1=1.44.6.3&r2=1.44.6.4'>docfunc.cxx</a>
gsl/vcl/source/window/:
<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/window/winproc.cxx.diff?r1=1.80.100.1&r2=1.80.100.2'>winproc.cxx</a>,
<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/window/window.cxx.diff?r1=1.176.100.2&r2=1.176.100.3'>window.cxx</a>,
sc/sc/source/ui/app/<a href='http://sc.openoffice.org/source/browse/sc/sc/source/ui/app/inputhdl.cxx.diff?r1=1.46.6.2&r2=1.46.6.3'>inputhdl.cxx</a>
sc/sc/source/filter/inc/:
<a href='http://sc.openoffice.org/source/browse/sc/sc/source/filter/inc/xcl97rec.hxx.diff?r1=1.30.22.2&r2=1.30.22.3'>xcl97rec.hxx</a>,
<a href='http://sc.openoffice.org/source/browse/sc/sc/source/filter/inc/xlconst.hxx.diff?r1=1.9.20.1&r2=1.9.20.2'>xlconst.hxx</a>,
<a href='http://sc.openoffice.org/source/browse/sc/sc/source/filter/inc/xlroot.hxx.diff?r1=1.7.56.2&r2=1.7.56.3'>xlroot.hxx</a>,
<a href='http://sc.openoffice.org/source/browse/sc/sc/source/filter/inc/xlstyle.hxx.diff?r1=1.7.20.1&r2=1.7.20.2'>xlstyle.hxx</a>,
<a href='http://sc.openoffice.org/source/browse/sc/sc/source/filter/inc/xltools.hxx.diff?r1=1.9.20.2&r2=1.9.20.3'>xltools.hxx</a>,
sc/sc/source/filter/excel/:
<a href='http://sc.openoffice.org/source/browse/sc/sc/source/filter/excel/impop.cxx.diff?r1=1.55.18.2&r2=1.55.18.3'>impop.cxx</a>,
<a href='http://sc.openoffice.org/source/browse/sc/sc/source/filter/excel/XclExpCharts.cxx.diff?r1=1.11.22.1&r2=1.11.22.2'>XclExpCharts.cxx</a>,
<a href='http://sc.openoffice.org/source/browse/sc/sc/source/filter/excel/excimp8.cxx.diff?r1=1.86.20.1&r2=1.86.20.2'>excimp8.cxx</a>,
<a href='http://sc.openoffice.org/source/browse/sc/sc/source/filter/excel/excobj.cxx.diff?r1=1.27.14.2&r2=1.27.14.3'>excobj.cxx</a>,
<a href='http://sc.openoffice.org/source/browse/sc/sc/source/filter/excel/makefile.mk.diff?r1=1.20.46.2&r2=1.20.46.3'>makefile.mk</a>,
<a href='http://sc.openoffice.org/source/browse/sc/sc/source/filter/excel/xiescher.cxx.diff?r1=1.7.14.3&r2=1.7.14.4'>xiescher.cxx</a>,
<a href='http://sc.openoffice.org/source/browse/sc/sc/source/filter/excel/xlroot.cxx.diff?r1=1.7.56.2&r2=1.7.56.3'>xlroot.cxx</a>,
<a href='http://sc.openoffice.org/source/browse/sc/sc/source/filter/excel/xltools.cxx.diff?r1=1.10.20.2&r2=1.10.20.3'>xltools.cxx</a>,
gsl/vcl/source/gdi/:
<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/gdi/salgdilayout.cxx.diff?r1=1.12.166.1&r2=1.12.166.2'>salgdilayout.cxx</a>,
<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/gdi/outdev3.cxx.diff?r1=1.157.6.1&r2=1.157.6.2'>outdev3.cxx</a>,
<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/gdi/outdev.cxx.diff?r1=1.24.34.1&r2=1.24.34.2'>outdev.cxx</a>,
sc/sc/inc/:
<a href='http://sc.openoffice.org/source/browse/sc/sc/inc/document.hxx.diff?r1=1.67.6.6&r2=1.67.6.7'>document.hxx</a>,
<a href='http://sc.openoffice.org/source/browse/sc/sc/inc/drwlayer.hxx.diff?r1=1.8.84.1&r2=1.8.84.2'>drwlayer.hxx</a>,
sc/sc/source/ui/view/:
<a href='http://sc.openoffice.org/source/browse/sc/sc/source/ui/view/drawview.cxx.diff?r1=1.20.6.3&r2=1.20.6.4'>drawview.cxx</a>,
<a href='http://sc.openoffice.org/source/browse/sc/sc/source/ui/view/gridwin3.cxx.diff?r1=1.6.26.3&r2=1.6.26.4'>gridwin3.cxx</a>,
<a href='http://sc.openoffice.org/source/browse/sc/sc/source/ui/view/gridwin4.cxx.diff?r1=1.17.2.1.56.7&r2=1.17.2.1.56.8'>gridwin4.cxx</a>,
<a href='http://sc.openoffice.org/source/browse/sc/sc/source/ui/view/output3.cxx.diff?r1=1.8.86.1&r2=1.8.86.2'>output3.cxx</a>,
<a href='http://sc.openoffice.org/source/browse/sc/sc/source/ui/view/printfun.cxx.diff?r1=1.29.6.2&r2=1.29.6.3'>printfun.cxx</a>,
<a href='http://sc.openoffice.org/source/browse/sc/sc/source/ui/view/viewfun3.cxx.diff?r1=1.22.82.1&r2=1.22.82.2'>viewfun3.cxx</a>,
sc/sc/source/filter/xcl97/<a href='http://sc.openoffice.org/source/browse/sc/sc/source/filter/xcl97/xcl97rec.cxx.diff?r1=1.58.18.2&r2=1.58.18.3'>xcl97rec.cxx</a>
gsl/vcl/inc/<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/inc/window.hxx.diff?r1=1.47.142.1&r2=1.47.142.2'>window.hxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #100000# GetBoundRect() to GetCurrentBoundRect() again </span>
<div class="file-list">
sc/sc/source/filter/xcl97/<a href='http://sc.openoffice.org/source/browse/sc/sc/source/filter/xcl97/xcl97esc.cxx.diff?r1=1.9.18.1&r2=1.9.18.2'>xcl97esc.cxx</a>
</div>
</div>
<p>
<a name='cws_src680_draw24'></a><a name='cws_src680_draw24_af'></a><div class="branch">cws_src680_draw24 was changed by Andre Fischer(af)</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=96927'> #96927#</a> Quick editing is not active while in water can mode. </span>
<div class="file-list">
graphics/sd/source/ui/func/<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/func/fusel.cxx.diff?r1=1.20&r2=1.20.174.1'>fusel.cxx</a>
</div>
</div>
<p>
<a name='cws_srx645_sal06'></a><a name='cws_srx645_sal06_abi'></a><div class="branch">cws_srx645_sal06 was changed by Andreas Bille(abi)</div>
<div class='modified'>modified : <span class='comment'> #112481# don't pop if empty </span>
<div class="file-list">
ucb/ucb/source/ucp/file/<a href='http://ucb.openoffice.org/source/browse/ucb/ucb/source/ucp/file/filglob.cxx.diff?r1=1.15&r2=1.15.64.1'>filglob.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> m#112815# now synchronizing to file after every write </span>
<div class="file-list">
ucb/ucb/source/ucp/file/<a href='http://ucb.openoffice.org/source/browse/ucb/ucb/source/ucp/file/filglob.cxx.diff?r1=1.15.64.1&r2=1.15.64.2'>filglob.cxx</a>
</div>
</div>
<p>
<a name='cws_srx645_fwk03pp1'></a><a name='cws_srx645_fwk03pp1_lo'></a><div class="branch">cws_srx645_fwk03pp1 was changed by Lars Oppermann(lo)</div>
<div class='modified'>modified : <span class='comment'> #111143# prevent ipc dispatches to be handled by other event loops </span>
<div class="file-list">
framework/desktop/source/app/<a href='http://framework.openoffice.org/source/browse/framework/desktop/source/app/app.cxx.diff?r1=1.121.10.1.20.1&r2=1.121.10.1.20.2'>app.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #112079# don't try to load default resource but throw exception </span>
<div class="file-list">
framework/sfx2/source/appl/<a href='http://framework.openoffice.org/source/browse/framework/sfx2/source/appl/appmain.cxx.diff?r1=1.14&r2=1.14.134.1'>appmain.cxx</a>
</div>
</div>
<p>
<a name='cws_srx645_fwk03pp1'></a><a name='cws_srx645_fwk03pp1_as'></a><div class="branch">cws_srx645_fwk03pp1 was changed by Andreas Schluens(as)</div>
<div class='modified'>modified : <span class='comment'> #113002# ignore disposed exceptions and show message to get more info if bug can be reproduced </span>
<div class="file-list">
framework/framework/source/dispatch/<a href='http://framework.openoffice.org/source/browse/framework/framework/source/dispatch/closedispatcher.cxx.diff?r1=1.4.86.1&r2=1.4.86.2'>closedispatcher.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #112928# new error message </span>
<div class="file-list">
framework/framework/source/classes/<a href='http://framework.openoffice.org/source/browse/framework/framework/source/classes/filtercache.cxx.diff?r1=1.49.80.1&r2=1.49.80.2'>filtercache.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #112928# throw runtime exception for corrupted filter configuration </span>
<div class="file-list">
framework/framework/source/classes/<a href='http://framework.openoffice.org/source/browse/framework/framework/source/classes/filtercache.cxx.diff?r1=1.49&r2=1.49.80.1'>filtercache.cxx</a>
</div>
</div>
<p>
<a name='cws_src680_so8forms1'></a><a name='cws_src680_so8forms1_lo'></a><div class="branch">cws_src680_so8forms1 was changed by Lars Oppermann(lo)</div>
<div class='removed'>removed : <span class='comment'> removed </span>
<div class="file-list">
files from:
offapi/com/sun/star/xml/dom/makefile.mk~
</div>
</div>
<div class='added'>added : <span class='comment'> xpath interfaces </span>
<div class="file-list">
api/offapi/com/sun/star/xml/xpath/ : <a href='http://api.openoffice.org/source/browse/api/offapi/com/sun/star/xml/xpath/XPathObjectType.idl.diff?r1=1.1&r2=1.1.2.1'>XPathObjectType.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/com/sun/star/xml/xpath/XXPathAPI.idl.diff?r1=1.1&r2=1.1.2.1'>XXPathAPI.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/com/sun/star/xml/xpath/XXPathObject.idl.diff?r1=1.1&r2=1.1.2.1'>XXPathObject.idl</a> ;
</div>
</div>
<div class='added'>added : <span class='comment'> dom interfaces </span>
<div class="file-list">
api/offapi/com/sun/star/xml/dom/ : <a href='http://api.openoffice.org/source/browse/api/offapi/com/sun/star/xml/dom/DOMException.idl.diff?r1=1.1&r2=1.1.2.1'>DOMException.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/com/sun/star/xml/dom/NodeType.idl.diff?r1=1.1&r2=1.1.2.1'>NodeType.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/com/sun/star/xml/dom/XAttr.idl.diff?r1=1.1&r2=1.1.2.1'>XAttr.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/com/sun/star/xml/dom/XCDATASection.idl.diff?r1=1.1&r2=1.1.2.1'>XCDATASection.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/com/sun/star/xml/dom/XCharacterData.idl.diff?r1=1.1&r2=1.1.2.1'>XCharacterData.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/com/sun/star/xml/dom/XComment.idl.diff?r1=1.1&r2=1.1.2.1'>XComment.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/com/sun/star/xml/dom/XDOMImplementation.idl.diff?r1=1.1&r2=1.1.2.1'>XDOMImplementation.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/com/sun/star/xml/dom/XDocument.idl.diff?r1=1.1&r2=1.1.2.1'>XDocument.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/com/sun/star/xml/dom/XDocumentBuilder.idl.diff?r1=1.1&r2=1.1.2.1'>XDocumentBuilder.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/com/sun/star/xml/dom/XDocumentFragment.idl.diff?r1=1.1&r2=1.1.2.1'>XDocumentFragment.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/com/sun/star/xml/dom/XDocumentType.idl.diff?r1=1.1&r2=1.1.2.1'>XDocumentType.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/com/sun/star/xml/dom/XElement.idl.diff?r1=1.1&r2=1.1.2.1'>XElement.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/com/sun/star/xml/dom/XEntity.idl.diff?r1=1.1&r2=1.1.2.1'>XEntity.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/com/sun/star/xml/dom/XEntityReference.idl.diff?r1=1.1&r2=1.1.2.1'>XEntityReference.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/com/sun/star/xml/dom/XNamedNodeMap.idl.diff?r1=1.1&r2=1.1.2.1'>XNamedNodeMap.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/com/sun/star/xml/dom/XNode.idl.diff?r1=1.1&r2=1.1.2.1'>XNode.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/com/sun/star/xml/dom/XNodeList.idl.diff?r1=1.1&r2=1.1.2.1'>XNodeList.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/com/sun/star/xml/dom/XNotation.idl.diff?r1=1.1&r2=1.1.2.1'>XNotation.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/com/sun/star/xml/dom/XProcessingInstruction.idl.diff?r1=1.1&r2=1.1.2.1'>XProcessingInstruction.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/com/sun/star/xml/dom/XText.idl.diff?r1=1.1&r2=1.1.2.1'>XText.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/com/sun/star/xml/dom/makefile.mk.diff?r1=1.1&r2=1.1.2.1'>makefile.mk</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/com/sun/star/xml/dom/makefile.mk~.diff?r1=1.1&r2=1.1.2.1'>makefile.mk~</a> ;
</div>
</div>
<div class='modified'>modified : <span class='comment'> xpath </span>
<div class="file-list">
api/offapi/util/<a href='http://api.openoffice.org/source/browse/api/offapi/util/makefile.mk.diff?r1=1.66.2.1&r2=1.66.2.2'>makefile.mk</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> dom/xpath </span>
<div class="file-list">
api/offapi/prj/<a href='http://api.openoffice.org/source/browse/api/offapi/prj/build.lst.diff?r1=1.49&r2=1.49.2.1'>build.lst</a>
</div>
</div>
<p>
<a name='cws_src680_vcl17'></a><a name='cws_src680_vcl17_hdu'></a><div class="branch">cws_src680_vcl17 was changed by Herbert Duerr(hdu)</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22032'> #i22032#</a> reject CMAP (1.0) format 4 tables </span>
<div class="file-list">
gsl/vcl/win/source/gdi/<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/win/source/gdi/salgdi3.cxx.diff?r1=1.50&r2=1.50.2.1'>salgdi3.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22804'> #i22804#</a> improve handling of korean Baekmuk fonts, also glyph fallback list </span>
<div class="file-list">
gsl/vcl/source/gdi/<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/gdi/outdev3.cxx.diff?r1=1.159&r2=1.159.2.1'>outdev3.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=10347'> #i10347#</a> add hebrew Mac and Culmus fonts, some cleanup </span>
<div class="file-list">
util/officecfg/registry/data/org/openoffice/<a href='http://util.openoffice.org/source/browse/util/officecfg/registry/data/org/openoffice/VCL.xcu.diff?r1=1.23&r2=1.23.28.1'>VCL.xcu</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=10347'> #i10347#</a> move hebrew Mac and Culmus fonts before Win fonts </span>
<div class="file-list">
util/officecfg/registry/data/org/openoffice/<a href='http://util.openoffice.org/source/browse/util/officecfg/registry/data/org/openoffice/VCL.xcu.diff?r1=1.23.28.1&r2=1.23.28.2'>VCL.xcu</a>
</div>
</div>
<p>
<a name='cws_src680_vcl17'></a><a name='cws_src680_vcl17_ssa'></a><div class="branch">cws_src680_vcl17 was changed by Stephan Schaefer(ssa)</div>
<div class='modified'>modified : <span class='comment'> #113722# cache queryInterface call to improve IsTopWindow() </span>
<div class="file-list">
gsl/vcl/inc/<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/inc/window.hxx.diff?r1=1.47&r2=1.47.196.1'>window.hxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=16682'> #i16682#</a>,<a href='http://www.openoffice.org/issues/show_bug.cgi?id=21238'> #i21238#</a>,<a href='http://www.openoffice.org/issues/show_bug.cgi?id=22098'> #i22098#</a> allow system font sizes that will not make dialogs exceeding the screen </span>
<div class="file-list">
gsl/vcl/source/window/<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/window/window.cxx.diff?r1=1.177&r2=1.177.2.1'>window.cxx</a>
</div>
</div>
<p>
<a name='cws_src680_vcl17'></a><a name='cws_src680_vcl17_pl'></a><div class="branch">cws_src680_vcl17 was changed by Philipp Lohmann(pl)</div>
<div class='modified'>modified : <span class='comment'> #113035# improve timeout detection for long transfers </span>
<div class="file-list">
gsl/dtrans/source/X11/<a href='http://gsl.openoffice.org/source/browse/gsl/dtrans/source/X11/X11_selection.cxx.diff?r1=1.64&r2=1.64.34.1'>X11_selection.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #114101# removed a deadlock </span>
<div class="file-list">
gsl/dtrans/source/X11/<a href='http://gsl.openoffice.org/source/browse/gsl/dtrans/source/X11/X11_clipboard.cxx.diff?r1=1.9&r2=1.9.52.1'>X11_clipboard.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22598'> #i22598#</a> fixed some memory leaks (thanks to Dan Williams) </span>
<div class="file-list">
gsl/vcl/unx/source/window/<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/unx/source/window/salframe.cxx.diff?r1=1.166&r2=1.166.2.1'>salframe.cxx</a>
gsl/vcl/unx/source/app/<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/unx/source/app/wmadaptor.cxx.diff?r1=1.45&r2=1.45.2.1'>wmadaptor.cxx</a>
framework/framework/inc/threadhelp/<a href='http://framework.openoffice.org/source/browse/framework/framework/inc/threadhelp/lockhelper.hxx.diff?r1=1.2&r2=1.2.188.1'>lockhelper.hxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22981'> #i22981#</a> new dummy plugin for build tools </span>
<div class="file-list">
gsl/vcl/prj/<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/prj/build.lst.diff?r1=1.23&r2=1.23.2.1'>build.lst</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> fixed xinerama linkage </span>
<div class="file-list">
gsl/vcl/util/<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/util/makefile.mk.diff?r1=1.49&r2=1.49.2.1'>makefile.mk</a>
</div>
</div>
<p>
<a name='cws_src680_interop12'></a><a name='cws_src680_interop12_sj'></a><div class="branch">cws_src680_interop12 was changed by Sven Jacobi(sj)</div>
<div class='modified'>modified : <span class='comment'> added header/footer support </span>
<div class="file-list">
graphics/sd/source/filter/eppt/<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/filter/eppt/eppt.cxx.diff?r1=1.39.138.1&r2=1.39.138.2'>eppt.cxx</a>
</div>
</div>
<p>
<a name='cws_src680_interop12'></a><a name='cws_src680_interop12_cl'></a><div class="branch">cws_src680_interop12 was changed by Christian Lippka(cl)</div>
<div class='modified'>modified : <span class='comment'> fixed unix compile issues </span>
<div class="file-list">
graphics/sd/source/ui/dlg/<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/dlg/headerfooterdlg.cxx.diff?r1=1.1.2.4&r2=1.1.2.5'>headerfooterdlg.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> fixed unix compile problems </span>
<div class="file-list">
graphics/sd/source/core/<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/core/sdpage.cxx.diff?r1=1.35.118.7&r2=1.35.118.8'>sdpage.cxx</a>
graphics/svx/inc/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svdfppt.hxx.diff?r1=1.39.56.4&r2=1.39.56.5'>svdfppt.hxx</a>
</div>
</div>
<p>
<a name='cws_srx645_tracingfilterteam17'></a><a name='cws_srx645_tracingfilterteam17_jmarmion'></a><div class="branch">cws_srx645_tracingfilterteam17 was changed by John Marmion(jmarmion)</div>
<div class='modified'>modified : <span class='comment'> #112714# - correct trace context text for previous check-in. </span>
<div class="file-list">
sc/sc/source/filter/excel/<a href='http://sc.openoffice.org/source/browse/sc/sc/source/filter/excel/xltracer.cxx.diff?r1=1.3.4.4&r2=1.3.4.5'>xltracer.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #112714# - add more trace log events. </span>
<div class="file-list">
sc/sc/source/filter/inc/ : <a href='http://sc.openoffice.org/source/browse/sc/sc/source/filter/inc/XclImpCharts.hxx.diff?r1=1.18.136.2&r2=1.18.136.3'>XclImpCharts.hxx</a>, <a href='http://sc.openoffice.org/source/browse/sc/sc/source/filter/inc/xiescher.hxx.diff?r1=1.3&r2=1.3.96.1'>xiescher.hxx</a>, <a href='http://sc.openoffice.org/source/browse/sc/sc/source/filter/inc/xlescher.hxx.diff?r1=1.3&r2=1.3.24.1'>xlescher.hxx</a>, <a href='http://sc.openoffice.org/source/browse/sc/sc/source/filter/inc/xltracer.hxx.diff?r1=1.3.4.2&r2=1.3.4.3'>xltracer.hxx</a> ;
sc/sc/source/filter/excel/ : <a href='http://sc.openoffice.org/source/browse/sc/sc/source/filter/excel/XclImpCharts.cxx.diff?r1=1.11.136.2&r2=1.11.136.3'>XclImpCharts.cxx</a>, <a href='http://sc.openoffice.org/source/browse/sc/sc/source/filter/excel/excform.cxx.diff?r1=1.21&r2=1.21.136.1'>excform.cxx</a>, <a href='http://sc.openoffice.org/source/browse/sc/sc/source/filter/excel/excform8.cxx.diff?r1=1.23.32.1&r2=1.23.32.2'>excform8.cxx</a>, <a href='http://sc.openoffice.org/source/browse/sc/sc/source/filter/excel/read.cxx.diff?r1=1.39.34.2&r2=1.39.34.3'>read.cxx</a>, <a href='http://sc.openoffice.org/source/browse/sc/sc/source/filter/excel/xicontent.cxx.diff?r1=1.4&r2=1.4.34.1'>xicontent.cxx</a>, <a href='http://sc.openoffice.org/source/browse/sc/sc/source/filter/excel/xiescher.cxx.diff?r1=1.4.32.1&r2=1.4.32.2'>xiescher.cxx</a>, <a href='http://sc.openoffice.org/source/browse/sc/sc/source/filter/excel/xltracer.cxx.diff?r1=1.3.4.3&r2=1.3.4.4'>xltracer.cxx</a> ;
</div>
</div>
<p>
<a name='cws_srx645_canvas01'></a><a name='cws_srx645_canvas01_thb'></a><div class="branch">cws_srx645_canvas01 was changed by Thorsten Behrens(thb)</div>
<div class='removed'>removed : <span class='comment'> Renamed to impltools, since we already generate a tools.obj from the wrapper </span>
<div class="file-list">
files from:
canvas/source/workbench/vcl/tools.hxx tools.cxx
</div>
</div>
<div class='added'>added : <span class='comment'> Copied from old tools.c|hxx </span>
<div class="file-list">
gsl/canvas/source/workbench/vcl/ : <a href='http://gsl.openoffice.org/source/browse/gsl/canvas/source/workbench/vcl/impltools.cxx.diff?r1=1.1&r2=1.1.2.1'>impltools.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/canvas/source/workbench/vcl/impltools.hxx.diff?r1=1.1&r2=1.1.2.1'>impltools.hxx</a> ;
</div>
</div>
<div class='added'>added : <span class='comment'> Initial revision </span>
<div class="file-list">
gsl/canvas/source/workbench/vcl/ : <a href='http://gsl.openoffice.org/source/browse/gsl/canvas/source/workbench/vcl/makefile.mk.diff?r1=1.1&r2=1.1.2.1'>makefile.mk</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/canvas/source/workbench/vcl/exports.dxp.diff?r1=1.1&r2=1.1.2.1'>exports.dxp</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/canvas/source/workbench/vcl/canvasbase.cxx.diff?r1=1.1&r2=1.1.2.1'>canvasbase.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/canvas/source/workbench/vcl/canvasbitmap.cxx.diff?r1=1.1&r2=1.1.2.1'>canvasbitmap.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/canvas/source/workbench/vcl/bitmapcanvas.cxx.diff?r1=1.1&r2=1.1.2.1'>bitmapcanvas.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/canvas/source/workbench/vcl/graphicdevice.cxx.diff?r1=1.1&r2=1.1.2.1'>graphicdevice.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/canvas/source/workbench/vcl/canvasfont.cxx.diff?r1=1.1&r2=1.1.2.1'>canvasfont.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/canvas/source/workbench/vcl/linepolypolygon.cxx.diff?r1=1.1&r2=1.1.2.1'>linepolypolygon.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/canvas/source/workbench/vcl/spritecanvas.cxx.diff?r1=1.1&r2=1.1.2.1'>spritecanvas.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/canvas/source/workbench/vcl/tools.cxx.diff?r1=1.1&r2=1.1.2.1'>tools.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/canvas/source/workbench/vcl/canvascustomsprite.cxx.diff?r1=1.1&r2=1.1.2.1'>canvascustomsprite.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/canvas/source/workbench/vcl/bitmapcanvas.hxx.diff?r1=1.1&r2=1.1.2.1'>bitmapcanvas.hxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/canvas/source/workbench/vcl/canvasbase.hxx.diff?r1=1.1&r2=1.1.2.1'>canvasbase.hxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/canvas/source/workbench/vcl/canvasbitmap.hxx.diff?r1=1.1&r2=1.1.2.1'>canvasbitmap.hxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/canvas/source/workbench/vcl/canvasfont.hxx.diff?r1=1.1&r2=1.1.2.1'>canvasfont.hxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/canvas/source/workbench/vcl/outdevprovider.hxx.diff?r1=1.1&r2=1.1.2.1'>outdevprovider.hxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/canvas/source/workbench/vcl/graphicdevice.hxx.diff?r1=1.1&r2=1.1.2.1'>graphicdevice.hxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/canvas/source/workbench/vcl/linepolypolygon.hxx.diff?r1=1.1&r2=1.1.2.1'>linepolypolygon.hxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/canvas/source/workbench/vcl/sprite.hxx.diff?r1=1.1&r2=1.1.2.1'>sprite.hxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/canvas/source/workbench/vcl/spritecanvas.hxx.diff?r1=1.1&r2=1.1.2.1'>spritecanvas.hxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/canvas/source/workbench/vcl/spritesurface.hxx.diff?r1=1.1&r2=1.1.2.1'>spritesurface.hxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/canvas/source/workbench/vcl/tools.hxx.diff?r1=1.1&r2=1.1.2.1'>tools.hxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/canvas/source/workbench/vcl/canvascustomsprite.hxx.diff?r1=1.1&r2=1.1.2.1'>canvascustomsprite.hxx</a> ;
graphics/sd/source/engine/ : <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/engine/effectfactory.cxx.diff?r1=1.1&r2=1.1.2.1'>effectfactory.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/engine/effectfactory.hxx.diff?r1=1.1&r2=1.1.2.1'>effectfactory.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/engine/shapeeffect.hxx.diff?r1=1.1&r2=1.1.2.1'>shapeeffect.hxx</a> ;
</div>
</div>
<div class='modified'>modified : <span class='comment'> #110496# Implemented first version of a VCL-based Canvas, incorporated various performance tips from the Java2D team, adapted everything to new basegfx include/namespace scheme </span>
<div class="file-list">
gsl/canvas/inc/<a href='http://gsl.openoffice.org/source/browse/gsl/canvas/inc/bitmap.hxx.diff?r1=1.1.2.2&r2=1.1.2.3'>bitmap.hxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> Added convenience factory method, to avoid somewhat clumsy use of the AmbiguityResolver. Added default constructor and get() method, to mimick auto_ptr more closely </span>
<div class="file-list">
util/comphelper/inc/comphelper/<a href='http://util.openoffice.org/source/browse/util/comphelper/inc/comphelper/implementationreference.hxx.diff?r1=1.1.2.2&r2=1.1.2.3'>implementationreference.hxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #110496# Adaption to new basegfx include/namespace scheme, partially implemented our old effects (by means of an EffectFactory), added slide transitions </span>
<div class="file-list">
graphics/sd/source/engine/<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/engine/activitiesthread.cxx.diff?r1=1.1.2.2&r2=1.1.2.3'>activitiesthread.cxx</a>
</div>
</div>
<p>
<a name='cws_srx645_os22'></a><a name='cws_srx645_os22_obo'></a><div class="mergedbranch">cws_srx645_os22 was changed by Oliver Bolte(obo) [ <a href='#merged_os22'>and it was merged</a> ]</div>
<div class='modified'>modified : <span class='comment'> RESYNC:; FILE MERGED </span>
<div class="file-list">
files from:
graphics/svx/inc/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/globlmn.hrc.diff?r1=1.123.54.1&r2=1.123.54.2'>globlmn.hrc</a>
</div>
</div>
<p>
<a name='cws_src680_mozab03'></a><a name='cws_src680_mozab03_yl146652'></a><div class="branch">cws_src680_mozab03 was changed by YL146652?(yl146652)</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=21912'> #21912#</a> - mapping mozilla mailing lists as sdbc views </span>
<div class="file-list">
dba/connectivity/source/drivers/mozab/mozillasrc/<a href='http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mozab/mozillasrc/MDatabaseMetaDataHelper.cxx.diff?r1=1.7.74.1&r2=1.7.74.2'>MDatabaseMetaDataHelper.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=21912'> #21912</a> mapping mozilla mailing lists as sdbc views </span>
<div class="file-list">
dba/connectivity/source/drivers/mozab/<a href='http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mozab/MColumnAlias.cxx.diff?r1=1.4&r2=1.4.74.1'>MColumnAlias.cxx</a>
</div>
</div>
<p>
<a name='cws_srx645_dr9'></a><a name='cws_srx645_dr9_dr'></a><div class="mergedbranch">cws_srx645_dr9 was changed by Daniel Rentz(dr) [ <a href='#merged_dr9'>and it was merged</a> ]</div>
<div class='modified'>modified : <span class='comment'> #100000# merge conflict </span>
<div class="file-list">
sc/sc/source/filter/excel/<a href='http://sc.openoffice.org/source/browse/sc/sc/source/filter/excel/impop.cxx.diff?r1=1.53.44.5&r2=1.53.44.6'>impop.cxx</a>
</div>
</div>
<p>
<a name='cws_srx645_sch7pp2'></a><a name='cws_srx645_sch7pp2_bm'></a><div class="branch">cws_srx645_sch7pp2 was changed by Bjoern Mielke(bm)</div>
<div class='modified'>modified : <span class='comment'> #112586# some assertions added </span>
<div class="file-list">
graphics/sch/source/ui/app/<a href='http://graphics.openoffice.org/source/browse/graphics/sch/source/ui/app/schopt.cxx.diff?r1=1.4.180.2&r2=1.4.180.3'>schopt.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22858'> #i22858#</a> do not add an UndoAction for the rotation. It is superfluous and shows in the UI. And finally, calling it via UI can result in a GPF. </span>
<div class="file-list">
graphics/sch/source/ui/func/<a href='http://graphics.openoffice.org/source/browse/graphics/sch/source/ui/func/fu3d.cxx.diff?r1=1.2&r2=1.2.182.1'>fu3d.cxx</a>
</div>
</div>
<p>
<a name='cws_srx645_mnemonics'></a><a name='cws_srx645_mnemonics_ssa'></a><div class="branch">cws_srx645_mnemonics was changed by Stephan Schaefer(ssa)</div>
<div class='modified'>modified : <span class='comment'> #110825# CJK aware mnemonic handling </span>
<div class="file-list">
sw/sw/source/ui/wizard/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/ui/wizard/wizltgo.cxx.diff?r1=1.7&r2=1.7.300.1'>wizltgo.cxx</a>
sc/sc/source/ui/formdlg/<a href='http://sc.openoffice.org/source/browse/sc/sc/source/ui/formdlg/formula.cxx.diff?r1=1.7&r2=1.7.312.1'>formula.cxx</a>
sc/sc/source/ui/miscdlgs/<a href='http://sc.openoffice.org/source/browse/sc/sc/source/ui/miscdlgs/anyrefdg.cxx.diff?r1=1.10&r2=1.10.320.1'>anyrefdg.cxx</a>
graphics/sd/source/ui/dlg/<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/dlg/tpaction.cxx.diff?r1=1.21&r2=1.21.198.1'>tpaction.cxx</a>
gsl/vcl/source/window/<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/window/toolbox.cxx.diff?r1=1.61&r2=1.61.58.1'>toolbox.cxx</a>
gsl/padmin/source/<a href='http://gsl.openoffice.org/source/browse/gsl/padmin/source/newppdlg.cxx.diff?r1=1.8&r2=1.8.52.1'>newppdlg.cxx</a>
util/svtools/source/contnr/<a href='http://util.openoffice.org/source/browse/util/svtools/source/contnr/templwin.cxx.diff?r1=1.52&r2=1.52.240.1'>templwin.cxx</a>
dba/dbaccess/source/ui/dlg/<a href='http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/detailpages.cxx.diff?r1=1.24&r2=1.24.110.1'>detailpages.cxx</a>
sw/sw/source/ui/fldui/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/ui/fldui/fldmgr.cxx.diff?r1=1.27&r2=1.27.114.1'>fldmgr.cxx</a>
util/extensions/source/bibliography/<a href='http://util.openoffice.org/source/browse/util/extensions/source/bibliography/general.cxx.diff?r1=1.15&r2=1.15.132.1'>general.cxx</a>
graphics/svx/source/dialog/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/dialog/hldocntp.cxx.diff?r1=1.25&r2=1.25.274.1'>hldocntp.cxx</a>
sw/sw/source/ui/frmdlg/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/ui/frmdlg/frmpage.cxx.diff?r1=1.36&r2=1.36.300.1'>frmpage.cxx</a>
sc/sc/source/ui/dbgui/<a href='http://sc.openoffice.org/source/browse/sc/sc/source/ui/dbgui/fieldwnd.cxx.diff?r1=1.11&r2=1.11.188.1'>fieldwnd.cxx</a>
sw/sw/source/ui/dbui/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/ui/dbui/dbinsdlg.cxx.diff?r1=1.38&r2=1.38.300.1'>dbinsdlg.cxx</a>
</div>
</div>
<p>
<a name='cws_srx645_oj5'></a><a name='cws_srx645_oj5_oj'></a><div class="branch">cws_srx645_oj5 was changed by Ocke Janssen(oj)</div>
<div class='removed'>removed : <span class='comment'> RESYNC:; FILE REMOVED </span>
<div class="file-list">
files from:
extensions/source/addressUI/:
toolbar.src,
toolbar.cxx,
registry.hxx,
privdata.cxx,
plus.bmp,
makefile.mk,
frameset.hxx,
fieldwin.hxx,
fielddsc.cxx,
datman.cxx,
adrview.hxx,
adrresid.hxx,
adrmod.cxx,
adrcont.hxx,
adrbeam.cxx,
Busiphon.hxx,
viewsect.hxx,
viewsect.cxx,
toolbar.hxx,
toolbar.hrc,
sections.src,
sections.hrc,
remcard.bmp,
registry.cxx,
privdata.hxx,
privaddr.hxx,
privaddr.cxx,
newcard.bmp,
modcard.bmp,
menu.src,
general.hxx,
general.cxx,
frameset.cxx,
framectr.hxx,
framectr.cxx,
fieldwin.cxx,
fielddsc.hxx,
exports.dxp,
expander.bmp,
datman.hxx,
basepage.hxx,
basepage.cxx,
adrview.cxx,
adrsect.hxx,
adrsect.cxx,
adrprop.hrc,
adrmod.hxx,
adrload.cxx,
adrexch.hxx,
adrexch.cxx,
adrcont.cxx,
adrbeam.hxx,
adr.src,
adr.hrc,
Phone.bmp,
Busiaddr.hxx,
Busiphon.cxx,
Busiaddr.cxx,
extensions/source/addressbook/xml/:
sdb.xml,
ldap.xml,
dbsettings.xml,
extensions/source/controlloader/:
makefile.mk,
exports.dxp,
controlloader.cxx,
offapi/com/sun/star/xml/import/:
Importer.idl,
XAttributes.idl,
XImportContext.idl,
makefile.mk,
XImporter.idl,
extensions/source/settings/protdlgs.hrc
extensions/source/addressbook/:
xml.cxx,
services.cxx,
register.cxx,
parser.cxx,
makefile.mk,
address.hxx,
xml.hxx,
stream.hxx,
stream.cxx,
services.hxx,
sdb.hxx,
sdb.cxx,
propset.hxx,
propset.cxx,
parser.y,
merging.hxx,
merging.cxx,
ldap.hxx,
ldap.cxx,
exports.dxp,
address.cxx,
extensions/source/installation/system/inetset/defs/:
wntmsci7,
wntmsci3,
extensions/source/addressbookconv/:
exports.dxp,
makefile.mk,
addrconv.hxx,
addrconv.cxx,
acvload.cxx,
extensions/source/installation/system/inetset/:
sis-data-struct.sdw,
makefile.mk,
cntsupp.hxx,
soffice.cxx,
netscape.cxx,
misc.cxx,
inetset.hxx,
inetset.cxx,
ie_ol.cxx,
entry.cxx,
cntsupp.cxx,
dbaccess/source/ui/control/marktree.src
extensions/source/propertyinfo/:
exports.dxp,
makefile.mk,
PropertyInfoReg.cxx,
PropertyInfo.hxx,
PropertyInfo.cxx,
extensions/source/address/core/:
stream.cxx,
sdb.hxx,
parser.y,
merging.cxx,
ldap.cxx,
xml.hxx,
xml.cxx,
stream.hxx,
services.hxx,
services.cxx,
sdb.cxx,
register.cxx,
parser.cxx,
merging.hxx,
makefile.mk,
ldap.hxx,
exports.dxp,
address.hxx,
address.cxx,
extensions/source/address/content/:
regcnt.cxx,
content.src,
makefile.mk,
exports.dxp,
content.hxx,
content.hrc,
content.cxx,
extensions/source/address/xml/:
adrmerging.xml,
dbsettings.act,
adrsdb.act,
adrmerging.act,
adrmerge.act,
adrldap.act,
extensions/source/address/helpers/:
propset.cxx,
makefile.mk,
extensions/source/address/inc/propset.hxx
</div>
</div>
<div class='modified'>modified : <span class='comment'> RESYNC:; FILE MERGED </span>
<div class="file-list">
files from:
dba/dbaccess/source/ui/inc/<a href='http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/sbagrid.hxx.diff?r1=1.19.60.1&r2=1.19.60.2'>sbagrid.hxx</a>
api/offapi/com/sun/star/sdb/<a href='http://api.openoffice.org/source/browse/api/offapi/com/sun/star/sdb/RowSet.idl.diff?r1=1.14.10.1&r2=1.14.10.2'>RowSet.idl</a>
dba/dbaccess/source/ui/misc/<a href='http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/misc/WCopyTable.cxx.diff?r1=1.32.52.1&r2=1.32.52.2'>WCopyTable.cxx</a>
</div>
</div>
<p>
<a name='cws_srx645_kso8'></a><a name='cws_srx645_kso8_obo'></a><div class="mergedbranch">cws_srx645_kso8 was changed by Oliver Bolte(obo) [ <a href='#merged_kso8'>and it was merged</a> ]</div>
<div class='modified'>modified : <span class='comment'> RESYNC:; FILE MERGED </span>
<div class="file-list">
files from:
util/extensions/source/ole/<a href='http://util.openoffice.org/source/browse/util/extensions/source/ole/servprov.cxx.diff?r1=1.11.96.1&r2=1.11.96.2'>servprov.cxx</a>
</div>
</div>
<p>
<a name='cws_srx645_sw7pp1b'></a><a name='cws_srx645_sw7pp1b_obo'></a><div class="mergedbranch">cws_srx645_sw7pp1b was changed by Oliver Bolte(obo) [ <a href='#merged_sw7pp1b'>and it was merged</a> ]</div>
<div class='modified'>modified : <span class='comment'> RESYNC:; FILE MERGED </span>
<div class="file-list">
files from:
sw/sw/source/ui/uiview/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/ui/uiview/srcview.cxx.diff?r1=1.32.208.1&r2=1.32.208.2'>srcview.cxx</a>
</div>
</div>
<p>
<a name='cws_srx645_brazilianextras1'></a><a name='cws_srx645_brazilianextras1_va'></a><div class="branch">cws_srx645_brazilianextras1 was changed by Volker Ahrend(va)</div>
<div class='modified'>modified : <span class='comment'> #114051# Linguistic corrections. </span>
<div class="file-list">
installation/extras/source/templates/wizard/letter/lang/portuguese_brazilian/ : <a href='http://installation.openoffice.org/source/browse/installation/extras/source/templates/wizard/letter/lang/portuguese_brazilian/wizbrf1.stw?rev=1.1.2.2&content-type=text/x-cvsweb-markup'>wizbrf1.stw</a>, <a href='http://installation.openoffice.org/source/browse/installation/extras/source/templates/wizard/letter/lang/portuguese_brazilian/wizbrf2.stw?rev=1.1.2.2&content-type=text/x-cvsweb-markup'>wizbrf2.stw</a>, <a href='http://installation.openoffice.org/source/browse/installation/extras/source/templates/wizard/letter/lang/portuguese_brazilian/wizbrf3.stw?rev=1.1.2.2&content-type=text/x-cvsweb-markup'>wizbrf3.stw</a> ;
installation/extras/source/templates/layout/lang/portuguese_brazilian/ : <a href='http://installation.openoffice.org/source/browse/installation/extras/source/templates/layout/lang/portuguese_brazilian/lyt-cool.sti?rev=1.1.2.2&content-type=text/x-cvsweb-markup'>lyt-cool.sti</a>, <a href='http://installation.openoffice.org/source/browse/installation/extras/source/templates/layout/lang/portuguese_brazilian/lyt-darkblue.sti?rev=1.1.2.2&content-type=text/x-cvsweb-markup'>lyt-darkblue.sti</a> ;
</div>
</div>
<div class='modified'>modified : <span class='comment'> #114051# Some minor corrections. </span>
<div class="file-list">
installation/wizards/source/schedule/<a href='http://installation.openoffice.org/source/browse/installation/wizards/source/schedule/CalendarMain.xba.diff?r1=1.24&r2=1.24.100.1'>CalendarMain.xba</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #114119# Deleted masterdocument entries for not supported languages. </span>
<div class="file-list">
installation/scp/source/office/<a href='http://installation.openoffice.org/source/browse/installation/scp/source/office/files.scp.diff?r1=1.369.16.2&r2=1.369.16.2.12.1'>files.scp</a>
</div>
</div>
<p>
<a name='cws_src680_crashrep12'></a><a name='cws_src680_crashrep12_hro'></a><div class="branch">cws_src680_crashrep12 was changed by Hennes Rohling(hro)</div>
<div class='modified'>modified : <span class='comment'> #114150# MD5 checksum creation in crashreporter </span>
<div class="file-list">
porting/crashrep/source/unx/<a href='http://porting.openoffice.org/source/browse/porting/crashrep/source/unx/main.cxx.diff?r1=1.12&r2=1.12.26.1'>main.cxx</a>
porting/sal/osl/unx/<a href='http://porting.openoffice.org/source/browse/porting/sal/osl/unx/signal.c.diff?r1=1.17&r2=1.17.54.1'>signal.c</a>
installation/scptools/inc/<a href='http://installation.openoffice.org/source/browse/installation/scptools/inc/protocol.hxx.diff?r1=1.4&r2=1.4.86.1'>protocol.hxx</a>
porting/crashrep/source/win32/<a href='http://porting.openoffice.org/source/browse/porting/crashrep/source/win32/makefile.mk.diff?r1=1.2&r2=1.2.48.1'>makefile.mk</a>
</div>
</div>
<p>
<a name='cws_srx645_sw7pp1'></a><a name='cws_srx645_sw7pp1_obo'></a><div class="mergedbranch">cws_srx645_sw7pp1 was changed by Oliver Bolte(obo) [ <a href='#merged_sw7pp1'>and it was merged</a> ]</div>
<div class='modified'>modified : <span class='comment'> RESYNC:; FILE MERGED </span>
<div class="file-list">
files from:
installation/scp/source/office/<a href='http://installation.openoffice.org/source/browse/installation/scp/source/office/files.scp.diff?r1=1.369.12.3&r2=1.369.12.4'>files.scp</a>
sw/sw/source/core/doc/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/doc/docnum.cxx.diff?r1=1.14.98.2&r2=1.14.98.3'>docnum.cxx</a>
</div>
</div>
<p>
<a name='cws_src680_dr14'></a><a name='cws_src680_dr14_dr'></a><div class="branch">cws_src680_dr14 was changed by Daniel Rentz(dr)</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22640'> #i22640#</a> new slot IDs for Calc cell attributes </span>
<div class="file-list">
graphics/svx/inc/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svxids.hrc.diff?r1=1.63&r2=1.63.100.1'>svxids.hrc</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22640'> #i22640#</a> new cell attribute ' </span>
<div class="file-list">
sc/sc/inc/<a href='http://sc.openoffice.org/source/browse/sc/sc/inc/docpool.hxx.diff?r1=1.7&r2=1.7.308.1'>docpool.hxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22640'> #i22640#</a> new cell attribute 'shrink to fit' </span>
<div class="file-list">
sc/sc/source/core/data/<a href='http://sc.openoffice.org/source/browse/sc/sc/source/core/data/docpool.cxx.diff?r1=1.18&r2=1.18.198.1'>docpool.cxx</a>
sc/sc/source/ui/view/<a href='http://sc.openoffice.org/source/browse/sc/sc/source/ui/view/formatsh.cxx.diff?r1=1.18&r2=1.18.206.1'>formatsh.cxx</a>
sc/sc/source/filter/inc/<a href='http://sc.openoffice.org/source/browse/sc/sc/source/filter/inc/xlstyle.hxx.diff?r1=1.8&r2=1.8.24.1'>xlstyle.hxx</a>
sc/sc/source/filter/excel/<a href='http://sc.openoffice.org/source/browse/sc/sc/source/filter/excel/biffdump.cxx.diff?r1=1.60&r2=1.60.64.1'>biffdump.cxx</a>
</div>
</div>
<p>
<a name='cws_srx645_calc20'></a><a name='cws_srx645_calc20_dr'></a><div class="branch">cws_srx645_calc20 was changed by Daniel Rentz(dr)</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22464'> #i22464#</a> correct export of font family </span>
<div class="file-list">
sc/sc/source/filter/excel/<a href='http://sc.openoffice.org/source/browse/sc/sc/source/filter/excel/xlstyle.cxx.diff?r1=1.6&r2=1.6.22.1'>xlstyle.cxx</a>
</div>
</div>
<p>
<a name='cws_srx645_c01'></a><a name='cws_srx645_c01_as'></a><div class="branch">cws_srx645_c01 was changed by Andreas Schluens(as)</div>
<div class='modified'>modified : <span class='comment'> #112144# use right initialized values </span>
<div class="file-list">
framework/desktop/source/app/<a href='http://framework.openoffice.org/source/browse/framework/desktop/source/app/app.cxx.diff?r1=1.121.10.1.4.3&r2=1.121.10.1.4.4'>app.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #112144# new fallback scenario for productname/version/formatname/version </span>
<div class="file-list">
framework/desktop/source/app/<a href='http://framework.openoffice.org/source/browse/framework/desktop/source/app/app.cxx.diff?r1=1.121.10.1.4.2&r2=1.121.10.1.4.3'>app.cxx</a>
</div>
</div>
<p>
<a name='cws_src680_vclcleanup01'></a><a name='cws_src680_vclcleanup01_mt'></a><div class="mergedbranch">cws_src680_vclcleanup01 was changed by Malte Timmermann(mt) [ <a href='#merged_vclcleanup01'>and it was merged</a> ]</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22952'> #i22952#</a> Removed App Server code </span>
<div class="file-list">
gsl/vcl/inc/<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/inc/bitmap.hxx.diff?r1=1.8&r2=1.8.200.1'>bitmap.hxx</a>
framework/desktop/source/app/<a href='http://framework.openoffice.org/source/browse/framework/desktop/source/app/app.cxx.diff?r1=1.125&r2=1.125.4.1'>app.cxx</a>
</div>
</div>
<p>
<a name='cws_srx645_tl01'></a><a name='cws_srx645_tl01_tl'></a><div class="branch">cws_srx645_tl01 was changed by Thomas Lange(tl)</div>
<div class='modified'>modified : <span class='comment'> #109443# default value for ActiveConversionDictionaries fixed </span>
<div class="file-list">
util/officecfg/registry/schema/org/openoffice/Office/<a href='http://util.openoffice.org/source/browse/util/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs.diff?r1=1.10.16.3&r2=1.10.16.4'>Linguistic.xcs</a>
</div>
</div>
<p>
<a name='cws_srx645_layoutmanager'></a><a name='cws_srx645_layoutmanager_abi'></a><div class="branch">cws_srx645_layoutmanager was changed by Andreas Bille(abi)</div>
<div class='modified'>modified : <span class='comment'> added XSystemDependentWindowPeer to vclxtopwindow in case of creation via createSystemChild </span>
<div class="file-list">
gsl/toolkit/inc/toolkit/awt/<a href='http://gsl.openoffice.org/source/browse/gsl/toolkit/inc/toolkit/awt/vclxtopwindow.hxx.diff?r1=1.2&r2=1.2.164.1'>vclxtopwindow.hxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> changed to interface XSYstemDependentWindowPeer for getting win handle </span>
<div class="file-list">
framework/embedserv/source/embed/<a href='http://framework.openoffice.org/source/browse/framework/embedserv/source/embed/docholder.cxx.diff?r1=1.13.22.11&r2=1.13.22.12'>docholder.cxx</a>
</div>
</div>
<p>
<a name='cws_srx645_layoutmanager'></a><a name='cws_srx645_layoutmanager_cd'></a><div class="branch">cws_srx645_layoutmanager was changed by Carsten Driesner(cd)</div>
<div class='removed'>removed : <span class='comment'> RESYNC:; FILE REMOVED </span>
<div class="file-list">
files from:
sd/util/:
sd.cxx,
sd.r,
split_rc.awk,
vcl/mac/source/app/:
salshl.cxx,
makefile.mk,
macmain2.cxx,
ShrdMain.cxx,
saltimer.cxx,
salsound.cxx,
salmain.cxx,
salinst.cxx,
makefile.mac,
main.cxx,
macsys.cxx,
macmain.cxx,
macframe.cxx,
SALSYS.CXX,
NoShareApp.cxx,
NoSharMain.cxx,
offmgr/workben/:
makefile.mk,
unotest.cxx,
gridctrl.src,
vcl/os2/inc/:
svsys.h,
salsound.hxx,
sallang.hxx,
salgdi.h,
salvd.h,
salsys.h,
salprn.h,
salogl.hxx,
salobj.h,
salinst.h,
salids.hrc,
salframe.h,
saldata.hxx,
salbmp.hxx,
sd/workben/:
test.cxx,
xgdidemo.hrc,
xgdidemo.src,
xgpch.cxx,
xgdidemo.cxx,
sc/source/ui/miscdlgs/printopt.cxx
svx/win/res/:
bpip.bmp,
addbookm.bmp,
aliengal.bmp,
btnos2.bmp,
btnwin.bmp,
control.bmp,
db02.bmp,
db03.bmp,
db05.bmp,
db06.bmp,
db08.bmp,
deldict.bmp,
dist02.bmp,
dist03.bmp,
dist05.bmp,
dist06.bmp,
dist07.bmp,
dist09.bmp,
dist10.bmp,
editdict.bmp,
favorit1.bmp,
favorit3.bmp,
favorit4.bmp,
favorit6.bmp,
favorit7.bmp,
favorit8.bmp,
fixed.bmp,
focal01.bmp,
focal03.bmp,
focal04.bmp,
focal05.bmp,
focal07.bmp,
focal08.bmp,
focal10.bmp,
form.bmp,
fr01_h.bmp,
im02.bmp,
im03.bmp,
im30820.bmp,
im30821.bmp,
im30823.bmp,
im30824.bmp,
im30825.bmp,
im30827.bmp,
im30828.bmp,
im30839.bmp,
im30840.bmp,
im30841.bmp,
lcmakrod.bmp,
li061.bmp,
li062.bmp,
lightsel.bmp,
link.bmp,
lm05300.bmp,
scarb.bmp,
scautoko.bmp,
scmakrod.bmp,
sgaopen.bmp,
sx18029.bmp,
sx18030.bmp,
sxh18029.bmp,
sxh18030.bmp,
thmopen.bmp,
videofil.bmp,
active.bmp,
basstep.bmp,
button.bmp,
check.bmp,
combobox.bmp,
db01.bmp,
db04.bmp,
db07.bmp,
dist01.bmp,
dist04.bmp,
dist08.bmp,
dropdown.bmp,
edit.bmp,
favorit2.bmp,
favorit5.bmp,
favorit9.bmp,
find.bmp,
focal02.bmp,
focal06.bmp,
focal09.bmp,
fr010_h.bmp,
fr011_h.bmp,
fr012_h.bmp,
fr02_h.bmp,
fr03_h.bmp,
fr04_h.bmp,
fr05_h.bmp,
fr06_h.bmp,
fr07_h.bmp,
fr08_h.bmp,
fr09_h.bmp,
group.bmp,
im01.bmp,
im30819.bmp,
im30822.bmp,
im30826.bmp,
im30838.bmp,
lcautoko.bmp,
lg10406.bmp,
li060.bmp,
lightons.bmp,
listbox.bmp,
locked.bmp,
matedit.bmp,
matfavor.bmp,
newdict.bmp,
nu01_h.bmp,
nu02_h.bmp,
nu03_h.bmp,
owngal.bmp,
radio.bmp,
reloadl.bmp,
reloadsl.bmp,
sc_form.bmp,
sg10406.bmp,
soundfil.bmp,
sx18028.bmp,
sxh18028.bmp,
urlbutt.bmp,
sd/workben/testdll/:
test.cxx,
makefile.mk,
tools/os2/inc/:
wpdesktp.h,
wpclient.hxx,
wpsids.hrc,
dll.hxx,
svpm.h,
vcl/os2/source/gdi/:
salprn.cxx,
salgdi2.cxx,
salvd.cxx,
salogl.cxx,
salgdi3.cxx,
salgdi.cxx,
salbmp.cxx,
makefile.mk,
vcl/mac/inc/:
svsys.h,
salsound.hxx,
salframe.h,
macexchg.hxx,
SALOBJ.H,
MyFont.HXX,
svmac.h,
salvd.h,
salogl.hxx,
salinst.h,
salgdi.h,
saldata.hxx,
main.h,
macsysexchange.hxx,
SALSYS.H,
SALPRN.H,
SALIDS.HRC,
SALBMP.HXX,
MemInit.hxx,
MacWin.Hxx,
MacUtil.hxx,
svx/source/svdraw/svdedtv3.cxx
sw/workben/:
makefile.mk,
test.cxx,
wrkdlg.cxx,
wrkdlg.hxx,
svx/source/xoutdev/:
xfontmac.hxx,
xfontmac.cxx,
svx/os2/isetbrw/:
ibrwimp.cxx,
makefile.mk,
vcl/unx/source/app/salmain.cxx
svx/util/funcord.w16
offmgr/source/offapp/intro/:
dbi.src,
for.src,
ptchintr.cmd,
db.src,
oem.src,
sc/source/ui/cctrl/sumctl.cxx
vcl/unx/inc/:
salprn.imp,
salogl.hxx,
salbmp.hxx,
salsound.hxx,
sc/res//:
about.bmp,
anchor_h.bmp,
calc3.ico,
chart.cur,
chart.ptr,
chartcur.r,
detectiv.cur,
detectiv.ptr,
doc.ico,
dropdown_h.bmp,
ins_fx_h.bmp,
pivotcol.ptr,
pivotfld.cur,
pivotrow.cur,
pivotrow.ptr,
prg_sc4.ico,
sc30doc.ico,
sc30tpl.ico,
sch6305.bmp,
sch6306.bmp,
sum_h.bmp,
tbxdraw.bmp,
watercan.cur,
watercan.ptr,
anchor.bmp,
calctor_h.bmp,
catpag_h.bmp,
doc_sc.ico,
dropdown.bmp,
equal_h.bmp,
field.cur,
ins_fx.bmp,
insrec_h.bmp,
mrgrec_h.bmp,
pivotcol.cur,
pivotfld.ptr,
sc10doc.ico,
scappwnd.ico,
scintro.bmp,
scstlcel_h.bmp,
tbxalign.bmp,
vor_sc.ico,
vcl/mac/source/gdi/:
salprn.cxx,
salgdi.cxx,
salbmp.cxx,
salvd.cxx,
salogl.cxx,
salgdi3.cxx,
salgdi2.cxx,
salfont.hxx,
salfont.cxx,
makefile.mk,
makefile.mac,
MyFont.cxx,
vcl/mac/source/src/:
sv.r,
SV_Language.r,
Alerts.r,
offmgr/res/:
agent.bmp,
btnos2.bmp,
btnwin.bmp,
closer-u.bmp,
closer.bmp,
db.ico,
deleted.bmp,
dragbtn.bmp,
editbrw.bmp,
find.bmp,
insrec.bmp,
intbeta1.bmp,
link.bmp,
locked.bmp,
mark.bmp,
mrgrec.bmp,
msgview.ico,
newedit.bmp,
neweditm.bmp,
nuh08.bmp,
numfmt.bmp,
oem.bmp,
prev.bmp,
queries.ico,
so_login_image.bmp,
ssu_login_image.bmp,
table.ico,
tables.ico,
closer-m.bmp,
cpytable.bmp,
edit.bmp,
for.bmp,
joins.bmp,
lcqrytl.bmp,
mailtext.bmp,
newaddr.bmp,
next.bmp,
nuh07.bmp,
pg04.bmp,
scqrytl.bmp,
soffice_p.bmp,
target.bmp,
tr10440.bmp,
trh10440.bmp,
tools/os2/source/dll/:
toolsdll.cxx,
makefile.mk,
sw/win/res/:
abt.bmp,
col_pre.bmp,
db_h.bmp,
ddcopy.cur,
ddcopy.ptr,
ddmove.ptr,
doc_gl.ico,
doc_sch.ico,
doc_sd.ico,
doc_sda.ico,
doc_sim.ico,
doc_sm.ico,
doc_ww.ico,
drchlauf.bmp,
drchlauf_h.bmp,
grfsphor_h.bmp,
grfspver.bmp,
hand.cur,
hand.ptr,
kein.bmp,
kondurch.bmp,
kondurch_h.bmp,
konkein.bmp,
konlinks.bmp,
konlinks_h.bmp,
konopt.bmp,
konparal.bmp,
konparal_h.bmp,
konrchts_h.bmp,
links_h.bmp,
move.cur,
navbook.bmp,
navbook_h.bmp,
navchdn.bmp,
navchlf.bmp,
navchlf_h.bmp,
navchrg.bmp,
navchrg_h.bmp,
navchup_h.bmp,
navdn.bmp,
navdn_h.bmp,
navdoc_h.bmp,
navfoot.bmp,
navfoot_h.bmp,
navhead.bmp,
navhead_h.bmp,
navidx.bmp,
navmrk.bmp,
navmrk_h.bmp,
navnote.bmp,
navstmp.bmp,
navstmp_h.bmp,
navtab.bmp,
navtoc.bmp,
navtoc_h.bmp,
navup.bmp,
rm.bmp,
optimal_h.bmp,
parallel.bmp,
parallel_h.bmp,
prg_sweb.ico,
queries_h.bmp,
query_h.bmp,
rechts.bmp,
rm_h.bmp,
sch20557.bmp,
sch20558.bmp,
scnavili.bmp,
scnavire.bmp,
shorz.cur,
shorz.ptr,
slleft.cur,
slright.cur,
slright.ptr,
svert.ptr,
tab.bmp,
tab_h.bmp,
tables.bmp,
tables_h.bmp,
templ.cur,
templ.ptr,
anchor_h.bmp,
danchor_h.bmp,
ddmove.cur,
doc_sc.ico,
doc_sdd.ico,
doc_sw.ico,
dog_h.bmp,
grfsphor.bmp,
grfspver_h.bmp,
kein_h.bmp,
konkein_h.bmp,
konopt_h.bmp,
konrchts.bmp,
links.bmp,
move.ptr,
navchdn_h.bmp,
navchup.bmp,
navdoc.bmp,
navfram.bmp,
navidx_h.bmp,
navnote_h.bmp,
navtab_h.bmp,
navup_h.bmp,
optimal.bmp,
prg_sw10.ico,
queries.bmp,
rechts_h.bmp,
scnavipi.bmp,
slleft.ptr,
svert.cur,
table_h.bmp,
wizard.ico,
x_h.bmp,
vcl/mac/source/window/:
salobj.cxx,
salframe.cxx,
makefile.mk,
makefile.mac,
svx/workben/:
about.bmp,
about3.hxx,
arw1cros.cur,
demcirc.bmp,
demedit.bmp,
demfgrad.bmp,
demfilg.bmp,
demfilr.bmp,
demfram.bmp,
demlin2.bmp,
demlin3.bmp,
demling.bmp,
demlinr.bmp,
demlnpt.bmp,
dempoly.bmp,
demrect.bmp,
demshad.bmp,
demshea.bmp,
demtext.bmp,
demtotop.bmp,
demtx2c.bmp,
demtxtgn.bmp,
demtxtmi.bmp,
demtxtpl.bmp,
demtxtsw.bmp,
dlgtest.cxx,
dlgtest.ico,
dlgtest.src,
drawdemo.ico,
edittest.src,
example.cxx,
intro.bmp,
lingtest.hrc,
lingtest.src,
makefile.lgt,
makefile.lin,
makefile.mk,
marknext.svd,
option.cxx,
outltest.cxx,
outltest.hrc,
outltest.src,
sample.hrc,
sample.hxx,
svdbtn.bmp,
svdr_min.cxx,
test.hrc,
wysiwyg.cxx,
about3.cxx,
demcrok.bmp,
demfilb.bmp,
demlin1.bmp,
demlinb.bmp,
demmirr.bmp,
demrota.bmp,
demtobtm.bmp,
demtxtbl.bmp,
demtxtrt.bmp,
dlgtest.hrc,
edittest.cxx,
lingtest.cxx,
makefile.dlg,
makefile.tst,
option.hxx,
sample.cxx,
sample.src,
test.src,
svx/source/dialog/:
paractrl.hxx,
dialogs.cxx,
paractrl.cxx,
vcl/mac/source/ex/:
makefile.mk,
macexchg.cxx,
macclip.cxx,
macdrag.cxx,
sw/inc//purge.hxx
svx/workben/basicide/:
basapp.cxx,
basapp.hrc,
basapp.hxx,
basapp2.src,
basappsl.idl,
baspch.cxx,
baspch.hxx,
bmps.txt,
dummy2.bmp,
basapp.src,
basicide.ico,
dummy.bmp,
svheader.hxx,
svx/os2/res/:
addbookm.bmp,
aliengal.bmp,
basstep.bmp,
bo_sdw.bmp,
bpip.bmp,
editdict.bmp,
find.bmp,
frames.bmp,
fwbotarc.bmp,
fwbuttn1.bmp,
fwbuttn3.bmp,
fwbuttn4.bmp,
fwlftarc.bmp,
fwrgtarc.bmp,
fwrhcirc.bmp,
grfload.bmp,
images.bmp,
images2.bmp,
legtyp2.bmp,
legtyp3.bmp,
link.bmp,
lm05300.bmp,
newdict.bmp,
owngal.bmp,
sc10147.bmp,
sc_lingu.bmp,
soundfil.bmp,
videofil.bmp,
bo_pre.bmp,
deldict.bmp,
fwbhcirc.bmp,
fwbuttn2.bmp,
fwlhcirc.bmp,
fwtoparc.bmp,
legtyp1.bmp,
legtyp4.bmp,
numfmt.bmp,
sc10148.bmp,
vcl/os2/source/app/:
salsys.cxx,
salmain.cxx,
saltimer.cxx,
salsound.cxx,
salshl.cxx,
sallang.cxx,
salinst.cxx,
makefile.mk,
svx/inc/ makefile.unx
sw/mac/source/dynlnk/dynlnk.cxx
vcl/os2/source/src/:
vshear.ptr,
sd.ico,
pivotrow.ptr,
nullptr.ptr,
movef2.ptr,
movebw.ptr,
magnify.ptr,
hsizebar.ptr,
hand.ptr,
dpolygon.ptr,
dellipse.ptr,
dbezier.ptr,
cross.ptr,
chainnot.ptr,
copyf2.ptr,
asw.ptr,
ass.ptr,
asns.ptr,
asne.ptr,
vsplit.ptr,
vsizebar.ptr,
timesize.ptr,
timemove.ptr,
salsrc.rc,
refhand.ptr,
rotate.ptr,
pivotfld.ptr,
pivotcol.ptr,
pen.ptr,
moveflnk.ptr,
movept.ptr,
movef.ptr,
movedlnk.ptr,
movedata.ptr,
move.ptr,
mirror.ptr,
makefile.mk,
linkf.ptr,
linkdata.ptr,
hsplit.ptr,
hshear.ptr,
help.ptr,
fill.ptr,
dtext.ptr,
drect.ptr,
dpie.ptr,
dline.ptr,
detectiv.ptr,
dfree.ptr,
dconnect.ptr,
dcirccut.ptr,
dcapt.ptr,
data.ptr,
darc.ptr,
crop.ptr,
crook.ptr,
copyflnk.ptr,
copyf.ptr,
copydlnk.ptr,
copydata.ptr,
chart.ptr,
chain.ptr,
asse.ptr,
aswe.ptr,
assw.ptr,
asnw.ptr,
asnswe.ptr,
ase.ptr,
asn.ptr,
sd/res//:
cursors.r,
frmtxt2.bmp,
frmtxt3.bmp,
fwthcirc_h.bmp,
kopie_h.bmp,
objekt2_h.bmp,
pen_h.bmp,
text2.bmp,
pencil.cur,
pencil.ptr,
template.cur,
text2_h.bmp,
about.bmp,
chart_h.bmp,
cross1.cur,
extras_h.bmp,
first_h.bmp,
foil2_h.bmp,
frmtxt1.bmp,
frmtxt4.bmp,
image_h.bmp,
intro.bmp,
last_h.bmp,
lc10301.bmp,
link_h.bmp,
next_h.bmp,
object_h.bmp,
objekt2.bmp,
opadd_h.bmp,
opdelete_h.bmp,
opmodify_h.bmp,
opsmsize_h.bmp,
presobjs_h.bmp,
sc05502_h.bmp,
table_h.bmp,
verknpf_h.bmp,
waiticon_h.bmp,
sw/oemres/:
bmpdll.cxx,
oemres.src,
tools/os2/source/wps/:
swriterf.cpp,
smathf.idl,
simpresf.ico,
shtmlf.ico,
sglobalf.cpp,
sdrawf.cpp,
schartf.idl,
scalcf.idl,
wpssrc.rc,
swriterf.idl,
swriterf.ico,
soagent.idl,
soagent.cpp,
smathf.ico,
smathf.cpp,
simpresf.idl,
simpresf.cpp,
shtmlf.idl,
shtmlf.cpp,
sglobalf.idl,
sglobalf.ico,
sdrawf.idl,
sdrawf.ico,
sdesktop.cpp,
sdataf.h,
sdataf.cpp,
schartf.ico,
schartf.cpp,
scalcf.ico,
scalcf.cpp,
makefile.mk,
tools/bootstrp/static.mk
vcl/os2/source/window/:
salobj.cxx,
salframe.cxx,
makefile.mk,
makefile,
tools/os2/source/fastfsys/:
shortcut.cxx,
longname.cxx,
folder.cxx,
drives.cxx,
wpfolder.cxx,
wpclient.cxx,
makefile.mk,
longname.hxx,
itempath.hxx,
itempath.cxx,
folder.hxx,
extattr.hxx,
extattr.cxx,
content.hxx,
content.cxx,
cntmenu.cxx,
</div>
</div>
<div class='modified'>modified : <span class='comment'> #111899# Added types to uno command URL </span>
<div class="file-list">
framework/sfx2/source/control/<a href='http://framework.openoffice.org/source/browse/framework/sfx2/source/control/unoctitm.cxx.diff?r1=1.27.18.3&r2=1.27.18.4'>unoctitm.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #111899# Fixed bug with all menu item </span>
<div class="file-list">
framework/framework/source/uielement/<a href='http://framework.openoffice.org/source/browse/framework/framework/source/uielement/footermenucontroller.cxx.diff?r1=1.1.2.2&r2=1.1.2.3'>footermenucontroller.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #111899# Command property must also have protocol part </span>
<div class="file-list">
util/officecfg/registry/data/org/openoffice/Office/<a href='http://util.openoffice.org/source/browse/util/officecfg/registry/data/org/openoffice/Office/UIController.xcu.diff?r1=1.1.2.2&r2=1.1.2.3'>UIController.xcu</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #111899# Added structs to support status updates </span>
<div class="file-list">
api/offapi/drafts/com/sun/star/frame/status/<a href='http://api.openoffice.org/source/browse/api/offapi/drafts/com/sun/star/frame/status/makefile.mk.diff?r1=1.1.2.4&r2=1.1.2.5'>makefile.mk</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #111899# Added structure to transport clipboard format status data </span>
<div class="file-list">
api/offapi/drafts/com/sun/star/frame/status/<a href='http://api.openoffice.org/source/browse/api/offapi/drafts/com/sun/star/frame/status/makefile.mk.diff?r1=1.1.2.2&r2=1.1.2.3'>makefile.mk</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #111899# Added QueryValue/PutValue to support UNO dispatch </span>
<div class="file-list">
framework/sfx2/inc/<a href='http://framework.openoffice.org/source/browse/framework/sfx2/inc/tplpitem.hxx.diff?r1=1.1.1.1&r2=1.1.1.1.298.1'>tplpitem.hxx</a>
framework/sfx2/source/dialog/<a href='http://framework.openoffice.org/source/browse/framework/sfx2/source/dialog/tplpitem.cxx.diff?r1=1.3&r2=1.3.124.1'>tplpitem.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #100000# Fixed merge problem </span>
<div class="file-list">
api/offapi/util/<a href='http://api.openoffice.org/source/browse/api/offapi/util/makefile.mk.diff?r1=1.62.28.5&r2=1.62.28.6'>makefile.mk</a>
api/offapi/prj/<a href='http://api.openoffice.org/source/browse/api/offapi/prj/build.lst.diff?r1=1.45.42.4&r2=1.45.42.5'>build.lst</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #111899# Added new configuration file </span>
<div class="file-list">
installation/scp/inc/<a href='http://installation.openoffice.org/source/browse/installation/scp/inc/gid.inc.diff?r1=1.367&r2=1.367.6.1'>gid.inc</a>
installation/scp/source/office/<a href='http://installation.openoffice.org/source/browse/installation/scp/source/office/files.scp.diff?r1=1.374&r2=1.374.4.1'>files.scp</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> RESYNC:; FILE MERGED #100000# Merge conflict resolved </span>
<div class="file-list">
files from:
api/offapi/util/<a href='http://api.openoffice.org/source/browse/api/offapi/util/makefile.mk.diff?r1=1.62.28.4&r2=1.62.28.5'>makefile.mk</a>
api/offapi/prj/<a href='http://api.openoffice.org/source/browse/api/offapi/prj/build.lst.diff?r1=1.45.42.3&r2=1.45.42.4'>build.lst</a>
installation/scp/inc/<a href='http://installation.openoffice.org/source/browse/installation/scp/inc/gid.inc.diff?r1=1.367.6.1&r2=1.367.6.2'>gid.inc</a>
framework/framework/util/<a href='http://framework.openoffice.org/source/browse/framework/framework/util/makefile.mk.diff?r1=1.73.64.7&r2=1.73.64.8'>makefile.mk</a>
sc/sc/sdi/<a href='http://sc.openoffice.org/source/browse/sc/sc/sdi/docsh.sdi.diff?r1=1.3.248.1&r2=1.3.248.2'>docsh.sdi</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #111899# Correct typo </span>
<div class="file-list">
api/offapi/drafts/com/sun/star/frame/status/<a href='http://api.openoffice.org/source/browse/api/offapi/drafts/com/sun/star/frame/status/ClipboardFormats.idl.diff?r1=1.1.2.1&r2=1.1.2.2'>ClipboardFormats.idl</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #111899# New structs added </span>
<div class="file-list">
api/offapi/drafts/com/sun/star/frame/status/<a href='http://api.openoffice.org/source/browse/api/offapi/drafts/com/sun/star/frame/status/makefile.mk.diff?r1=1.1.2.3&r2=1.1.2.4'>makefile.mk</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #111899# Added new namespace for status structures </span>
<div class="file-list">
api/offapi/prj/<a href='http://api.openoffice.org/source/browse/api/offapi/prj/d.lst.diff?r1=1.49.16.3&r2=1.49.16.4'>d.lst</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #111899# Support QueryValue/PutValue </span>
<div class="file-list">
graphics/svx/source/items/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/items/frmitems.cxx.diff?r1=1.29&r2=1.29.212.1'>frmitems.cxx</a>
graphics/svx/inc/ : <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/clipfmtitem.hxx.diff?r1=1.1.408.1&r2=1.1.408.2'>clipfmtitem.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/rulritem.hxx.diff?r1=1.4&r2=1.4.384.1'>rulritem.hxx</a> ;
</div>
</div>
<div class='modified'>modified : <span class='comment'> #111899# Support QueryValue for Calc items </span>
<div class="file-list">
sc/sc/source/ui/app/<a href='http://sc.openoffice.org/source/browse/sc/sc/source/ui/app/uiitems.cxx.diff?r1=1.2&r2=1.2.144.1'>uiitems.cxx</a>
sc/sc/source/ui/inc/<a href='http://sc.openoffice.org/source/browse/sc/sc/source/ui/inc/uiitems.hxx.diff?r1=1.2&r2=1.2.282.1'>uiitems.hxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #111899# Support new types for uno command URLs </span>
<div class="file-list">
framework/framework/source/uielement/<a href='http://framework.openoffice.org/source/browse/framework/framework/source/uielement/fontmenucontroller.cxx.diff?r1=1.1.2.4&r2=1.1.2.5'>fontmenucontroller.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #111899# Remove old menu controller code </span>
<div class="file-list">
sw/sw/source/ui/misc/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/ui/misc/makefile.mk.diff?r1=1.8&r2=1.8.52.1'>makefile.mk</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #111899# Fixed slot type to support dispatch API </span>
<div class="file-list">
graphics/svx/sdi/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/sdi/svx.sdi.diff?r1=1.38.152.3&r2=1.38.152.4'>svx.sdi</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #111899# Change MIDs to support generic QueryValue/PutValue </span>
<div class="file-list">
graphics/svx/inc/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/unomid.hxx.diff?r1=1.12.378.2&r2=1.12.378.3'>unomid.hxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #111899# Support for QueryValue/PutValue </span>
<div class="file-list">
graphics/svx/source/items/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/items/clipfmtitem.cxx.diff?r1=1.1.406.1&r2=1.1.406.2'>clipfmtitem.cxx</a>
graphics/svx/source/dialog/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/dialog/rulritem.cxx.diff?r1=1.5&r2=1.5.202.1'>rulritem.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #111899# Remove old menu controller registration </span>
<div class="file-list">
sw/sw/source/ui/app/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/ui/app/swmodule.cxx.diff?r1=1.34&r2=1.34.20.1'>swmodule.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #111899# Additional documentation </span>
<div class="file-list">
api/offapi/drafts/com/sun/star/frame/<a href='http://api.openoffice.org/source/browse/api/offapi/drafts/com/sun/star/frame/XUIControllerRegistration.idl.diff?r1=1.1.2.3&r2=1.1.2.4'>XUIControllerRegistration.idl</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #100000# Fixed typo in UIController file definition </span>
<div class="file-list">
installation/scp/source/office/<a href='http://installation.openoffice.org/source/browse/installation/scp/source/office/files.scp.diff?r1=1.374.4.2&r2=1.374.4.3'>files.scp</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> RESYNC:; FILE MERGED </span>
<div class="file-list">
files from:
installation/scp/source/office/<a href='http://installation.openoffice.org/source/browse/installation/scp/source/office/files.scp.diff?r1=1.374.4.1&r2=1.374.4.2'>files.scp</a>
framework/embedserv/util/<a href='http://framework.openoffice.org/source/browse/framework/embedserv/util/makefile.mk.diff?r1=1.6.26.2&r2=1.6.26.3'>makefile.mk</a>
framework/sfx2/source/appl/<a href='http://framework.openoffice.org/source/browse/framework/sfx2/source/appl/appserv.cxx.diff?r1=1.31.10.1&r2=1.31.10.2'>appserv.cxx</a>
framework/sfx2/sdi/<a href='http://framework.openoffice.org/source/browse/framework/sfx2/sdi/sfx.sdi.diff?r1=1.36.98.4&r2=1.36.98.5'>sfx.sdi</a>
util/officecfg/registry/data/<a href='http://util.openoffice.org/source/browse/util/officecfg/registry/data/makefile.mk.diff?r1=1.5.122.1&r2=1.5.122.2'>makefile.mk</a>
framework/sfx2/inc/:
<a href='http://framework.openoffice.org/source/browse/framework/sfx2/inc/objsh.hxx.diff?r1=1.34.10.1&r2=1.34.10.2'>objsh.hxx</a>,
<a href='http://framework.openoffice.org/source/browse/framework/sfx2/inc/sfxsids.hrc.diff?r1=1.50.84.2&r2=1.50.84.3'>sfxsids.hrc</a>,
sc/sc/source/filter/inc/<a href='http://sc.openoffice.org/source/browse/sc/sc/source/filter/inc/xltracer.hxx.diff?r1=1.2.28.2&r2=1.2.28.3'>xltracer.hxx</a>
util/tools/workben/<a href='http://util.openoffice.org/source/browse/util/tools/workben/urltest.cxx.diff?r1=1.18.38.2&r2=1.18.38.3'>urltest.cxx</a>
util/officecfg/registry/schema/<a href='http://util.openoffice.org/source/browse/util/officecfg/registry/schema/makefile.mk.diff?r1=1.12.122.1&r2=1.12.122.2'>makefile.mk</a>
sw/sw/source/ui/inc/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/ui/inc/swmn.hrc.diff?r1=1.133.78.6&r2=1.133.78.7'>swmn.hrc</a>
sc/sc/source/filter/excel/<a href='http://sc.openoffice.org/source/browse/sc/sc/source/filter/excel/xltracer.cxx.diff?r1=1.2.28.2&r2=1.2.28.3'>xltracer.cxx</a>
api/offapi/prj/<a href='http://api.openoffice.org/source/browse/api/offapi/prj/d.lst.diff?r1=1.49.16.4&r2=1.49.16.5'>d.lst</a>
graphics/svx/sdi/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/sdi/svx.sdi.diff?r1=1.38.152.2&r2=1.38.152.3'>svx.sdi</a>
gsl/toolkit/util/defs/<a href='http://gsl.openoffice.org/source/browse/gsl/toolkit/util/defs/wntmsci8.diff?r1=1.48.4.2&r2=1.48.4.3'>wntmsci8</a>
framework/sfx2/source/view/<a href='http://framework.openoffice.org/source/browse/framework/sfx2/source/view/viewfrm.cxx.diff?r1=1.72.54.4&r2=1.72.54.5'>viewfrm.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #111899# Added support for QueryValue </span>
<div class="file-list">
graphics/svx/source/items/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/items/clipfmtitem.cxx.diff?r1=1.1&r2=1.1.406.1'>clipfmtitem.cxx</a>
graphics/svx/inc/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/clipfmtitem.hxx.diff?r1=1.1&r2=1.1.408.1'>clipfmtitem.hxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #111899# Updated documentation for popup menu controller </span>
<div class="file-list">
api/offapi/drafts/com/sun/star/frame/<a href='http://api.openoffice.org/source/browse/api/offapi/drafts/com/sun/star/frame/PopupMenuController.idl.diff?r1=1.1.2.1&r2=1.1.2.2'>PopupMenuController.idl</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #111899# No toolbars for embedded objects </span>
<div class="file-list">
framework/sfx2/source/appl/<a href='http://framework.openoffice.org/source/browse/framework/sfx2/source/appl/workwin.cxx.diff?r1=1.35.124.7&r2=1.35.124.8'>workwin.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #111899# Support listener to get notifications when configuration changes </span>
<div class="file-list">
framework/framework/source/uifactory/<a href='http://framework.openoffice.org/source/browse/framework/framework/source/uifactory/popupmenucontrollerfactory.cxx.diff?r1=1.1.2.4&r2=1.1.2.5'>popupmenucontrollerfactory.cxx</a>
</div>
</div>
<div class='added'>added : <span class='comment'> #111899# Added structure to transport clipboard format status data </span>
<div class="file-list">
api/offapi/drafts/com/sun/star/frame/status/<a href='http://api.openoffice.org/source/browse/api/offapi/drafts/com/sun/star/frame/status/ClipboardFormats.idl.diff?r1=1.1&r2=1.1.2.1'>ClipboardFormats.idl</a>
</div>
</div>
<div class='added'>added : <span class='comment'> #111899# Added structs to support status updates </span>
<div class="file-list">
api/offapi/drafts/com/sun/star/frame/status/ : <a href='http://api.openoffice.org/source/browse/api/offapi/drafts/com/sun/star/frame/status/UpperLowerMargin.idl.diff?r1=1.1&r2=1.1.2.1'>UpperLowerMargin.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/drafts/com/sun/star/frame/status/LeftRightMargin.idl.diff?r1=1.1&r2=1.1.2.1'>LeftRightMargin.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/drafts/com/sun/star/frame/status/UpperLowerMarginScale.idl.diff?r1=1.1&r2=1.1.2.1'>UpperLowerMarginScale.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/drafts/com/sun/star/frame/status/Template.idl.diff?r1=1.1&r2=1.1.2.1'>Template.idl</a> ;
</div>
</div>
<p>
<a name='cws_src680_swq01'></a><a name='cws_src680_swq01_fme'></a><div class="branch">cws_src680_swq01 was changed by Frank Meies(fme)</div>
<div class='modified'>modified : <span class='comment'> #109071# Provide fallback value for footnote line so that GetFtnLine does not have to invalidate in case that the are no paragraph information available </span>
<div class="file-list">
sw/sw/source/core/inc/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/inc/txtfrm.hxx.diff?r1=1.32&r2=1.32.54.1'>txtfrm.hxx</a>
sw/sw/source/core/text/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/text/txtftn.cxx.diff?r1=1.34&r2=1.34.10.1'>txtftn.cxx</a>
</div>
</div>
<p>
<a name='cws_src680_swq01'></a><a name='cws_src680_swq01_od'></a><div class="branch">cws_src680_swq01 was changed by Oliver Düsterhoff(od)</div>
<div class='modified'>modified : <span class='comment'> #112045# &lt;SwFEShell::InsertLabel(..)&gt; - for labeling marked drawing object, copy marked object to local list and work on this list to label each of them. </span>
<div class="file-list">
sw/sw/source/core/frmedt/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/frmedt/fews.cxx.diff?r1=1.17&r2=1.17.202.1'>fews.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #112045# &lt;SwDoc::InsertDrawLabel(..)&gt; - keep layer ID of drawing object before removing its frames. </span>
<div class="file-list">
sw/sw/source/core/doc/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/doc/doclay.cxx.diff?r1=1.13&r2=1.13.184.1'>doclay.cxx</a>
</div>
</div>
<p>
<a name='cws_src680_sal05'></a><a name='cws_src680_sal05_tra'></a><div class="branch">cws_src680_sal05 was changed by Tino Rachui(tra)</div>
<div class='removed'>removed : <span class='comment'> RESYNC:; FILE REMOVED </span>
<div class="file-list">
files from:
sal/systools/win32/comdlg32/:
ConvertOfn.h,
GetOpenFileName.c,
ConvertOfn.c,
GetOpenFileName.h,
GetSaveFileName.c,
comdlgw9X.cxx,
makefile.mk,
GetSaveFileName.h,
sal/systools/win32/advapi32/:
advapi9x.cxx,
crtstart.c,
makefile.mk,
registry.c,
shnotify.cxx,
registry.h,
sal/systools/win32/shell32/:
CommandLineToArgv.c,
CommandLineToArgv.h,
SHBrowseForFolder.c,
SHBrowseForFolder.h,
SHGetPathFromIDList.h,
SetWindowText.h,
ShellExecuteEx.c,
ShellExecuteEx.h,
makefile.mk,
shellw9x.cxx,
SHGetPathFromIDList.c,
sal/osl/os2/:
file2.c,
interlck.c,
conditn.c,
diagnose.c,
dllentry.c,
module.c,
mutex.c,
pipe.c,
procimpl.h,
profile.c,
security.c,
semaphor.c,
signal.c,
socket.c,
socket.icc.c,
sockimpl.h,
system.h,
thread.c,
util.c,
file.c,
makefile.mk,
process.c,
secimpl.h,
socket.gcc.c,
time.c,
sal/osl/mac/:
inetdns.c,
interlck.c,
conditn.c,
diagnose.c,
dllentry.cxx,
module.c,
mutex.c,
mutximpl.c,
process.c,
procimpl.h,
secimpl.h,
security.c,
semaimpl.c,
semaphor.c,
signal.c,
socket.c,
sockimpl.h,
system.h,
thread.c,
time.c,
timerimp.h,
util.c,
file.c,
makefile.mk,
pipe.c,
profile.c,
semaimpl.h,
sockimpl.c,
system.c,
timerimp.c,
sal/qa/osl/file/export.exp
sal/systools/util/:
exports.dxp,
makefile.mk,
sal/osl/w16/:
base.cxx,
base.hxx,
channel.c,
MAKEFILE,
conditn.cxx,
diagnose.c,
dllentry.cxx,
interlck.c,
module.c,
mutex.cxx,
pipe.c,
process.cxx,
profile.c,
schedule.hxx,
sdaemon.c,
security.c,
semaphor.cxx,
signal.c,
socket.hxx,
stack.h,
switch.h,
system.cxx,
system.h,
thread.cxx,
time.c,
tools.c,
w16int64.cxx,
daemon.c,
makefile.mk,
ports.c,
schedule.cxx,
semaphor.hxx,
socket.cxx,
switch.asm,
thread.hxx,
util.c,
sal/systools/win32/tools32/:
KeyValueMap.hxx,
Singleton.hxx,
StrConvert.c,
SyncObjects.cxx,
makefile.mk,
WinObjectBase.hxx,
sal/systools/win32/kernel32/:
CopyFile.h,
CreateDirectory.c,
CreateFile.c,
CreateFile.h,
CreateProcess.c,
CreateProcess.h,
CreateProcessAsUser.c,
DeleteFile.h,
FindFirstFile.c,
GetCanonicalPath.c,
GetCanonicalPathW.c,
GetDriveType.c,
GetEnvironmentVariable.c,
GetDiskFreeSpaceEx.c,
GetDiskFreeSpaceEx.h,
GetDriveType.h,
GetEnvironmentVariable.h,
GetFullPathName.c,
GetLocaleInfo.c,
GetLocaleInfo.h,
GetLogicalDriveStrings.c,
GetLogicalDriveStrings.h,
GetLongPathName.c,
GetModuleFileName.c,
GetModuleFileName.h,
GetVolumeInformation.c,
RegisterServiceProcess.c,
MoveFileEx.c,
MoveFileEx.h,
RemoveDirectory.c,
SetCurrentDirectory.c,
CopyFile.c,
GetVolumeInformation.h,
SetCurrentDirectory.h,
crtstart.c,
kernel9xentry.c,
makefile.mk,
CreateDirectory.h,
CreateProcessAsUser.h,
LoadLibrary.c,
LoadLibrary.h,
MoveFile.c,
GetCurrentDirectory.c,
GetCurrentDirectory.h,
GetFullPathName.h,
GetLongPathName.h,
MoveFile.h,
RemoveDirectory.h,
kernelw9x.cxx,
sal/systools/win32/inc/systsettings.h
sal/systools/win32/mpr/:
WNetGetConnection.c,
WNetGetConnection.h,
makefile.mk,
mprw9x.cxx,
sal/systools/win32/shell32x/:
shell9x.cxx,
shidlist.cxx,
shmalloc.cxx,
shnotify.cxx,
str.cxx,
sal/systools/win32/user32/:
DrawText.h,
CreateWindowEx.c,
CreateWindowEx.h,
DrawState.c,
DrawState.h,
GetClipboardFormatName.c,
GetClipboardFormatName.h,
GetWindowText.c,
InsertMenuItem.c,
InsertMenuItem.h,
RegisterClassEx.c,
RegisterClassEx.h,
SendMessage.c,
Userw9x.cxx,
SendMessage.h,
SetWindowText.c,
SetWindowText.h,
UnregisterClass.c,
makefile.mk,
DrawText.c,
GetWindowText.h,
RegisterClipboardFormat.c,
RegisterClipboardFormat.h,
UnregisterClass.h,
</div>
</div>
<div class='removed'>removed : <span class='comment'> #113772#moved code to file.cxx </span>
<div class="file-list">
files from:
sal/osl/unx/file.c
</div>
</div>
<div class='modified'>modified : <span class='comment'> #104528#adapted createPath test </span>
<div class="file-list">
porting/sal/qa/osl/file/<a href='http://porting.openoffice.org/source/browse/porting/sal/qa/osl/file/osl_File.cxx.diff?r1=1.3.56.2&r2=1.3.56.3'>osl_File.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #104528#removed friendship of onDirectoryCreated </span>
<div class="file-list">
porting/sal/inc/osl/<a href='http://porting.openoffice.org/source/browse/porting/sal/inc/osl/file.hxx.diff?r1=1.30.64.2&r2=1.30.64.3'>file.hxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #104528#onDirectoryCreated now inline function with C linkage, this function is friend of class osl::Directory </span>
<div class="file-list">
porting/sal/inc/osl/<a href='http://porting.openoffice.org/source/browse/porting/sal/inc/osl/file.hxx.diff?r1=1.30.64.1&r2=1.30.64.2'>file.hxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #112918#declared function osl_getCommandArgCount() as os_getCommandArgCount(void) because '()' means parameter not specified here for a C compiler and therefor supresses type checking </span>
<div class="file-list">
porting/sal/inc/osl/<a href='http://porting.openoffice.org/source/browse/porting/sal/inc/osl/process.h.diff?r1=1.15&r2=1.15.6.1'>process.h</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> RESYNC:; FILE MERGED </span>
<div class="file-list">
files from:
porting/sal/qa/osl/file/<a href='http://porting.openoffice.org/source/browse/porting/sal/qa/osl/file/osl_File.cxx.diff?r1=1.3.56.3&r2=1.3.56.4'>osl_File.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #104528#osl_Directory::createPath adapted </span>
<div class="file-list">
porting/sal/qa/osl/file/<a href='http://porting.openoffice.org/source/browse/porting/sal/qa/osl/file/osl_File.cxx.diff?r1=1.3.56.1&r2=1.3.56.2'>osl_File.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #112918#declared function osl_createSocketSet() as osl_createSocketSet(void) because '()' means parameter not specified here for a C compiler and therefor supresses type checking </span>
<div class="file-list">
porting/sal/inc/osl/<a href='http://porting.openoffice.org/source/browse/porting/sal/inc/osl/socket.h.diff?r1=1.6&r2=1.6.166.1'>socket.h</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #104528#added osl_createDirectoryPath </span>
<div class="file-list">
porting/sal/util/<a href='http://porting.openoffice.org/source/browse/porting/sal/util/sal.map.diff?r1=1.42&r2=1.42.86.1'>sal.map</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #104528#added inline function mkdir </span>
<div class="file-list">
porting/sal/osl/unx/<a href='http://porting.openoffice.org/source/browse/porting/sal/osl/unx/uunxapi.hxx.diff?r1=1.2&r2=1.2.88.1'>uunxapi.hxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #112918#declared function osl_getGlobalMutex() as osl_getGlobalMutex(void) because '()' means parameter not specified here for a C compiler and therefor supresses type checking </span>
<div class="file-list">
porting/sal/inc/osl/<a href='http://porting.openoffice.org/source/browse/porting/sal/inc/osl/mutex.h.diff?r1=1.6&r2=1.6.88.1'>mutex.h</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #112918#commented out unused variable in order to avoid warnings in deallocate </span>
<div class="file-list">
porting/sal/inc/internal/<a href='http://porting.openoffice.org/source/browse/porting/sal/inc/internal/allocator.hxx.diff?r1=1.2&r2=1.2.6.1'>allocator.hxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #104528#new tests for Directory::createPath </span>
<div class="file-list">
porting/sal/qa/osl/file/<a href='http://porting.openoffice.org/source/browse/porting/sal/qa/osl/file/osl_File.cxx.diff?r1=1.3&r2=1.3.56.1'>osl_File.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #112918#declared function osl_getThreadTextEncoding() as osl_getThreadTextEncoding(void) because '()' means parameter not specified here for a C compiler and therefor supresses type checking </span>
<div class="file-list">
porting/sal/inc/osl/<a href='http://porting.openoffice.org/source/browse/porting/sal/inc/osl/thread.h.diff?r1=1.8&r2=1.8.178.1'>thread.h</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #112918#declared function osl_getGlobalTimer() as osl_getGlobalTimer(void) because '()' means parameter not specified here for a C compiler and therefor supresses type checking </span>
<div class="file-list">
porting/sal/inc/osl/<a href='http://porting.openoffice.org/source/browse/porting/sal/inc/osl/time.h.diff?r1=1.8&r2=1.8.88.1'>time.h</a>
</div>
</div>
<div class='added'>added : <span class='comment'> #113772# #104528# moved code from file.c to this file, added osl_createDirectoryPath; FOR OLD CVS COMMENTS see file.c </span>
<div class="file-list">
porting/sal/osl/unx/<a href='http://porting.openoffice.org/source/browse/porting/sal/osl/unx/file.cxx.diff?r1=1.1&r2=1.1.2.1'>file.cxx</a>
</div>
</div>
<p>
<a name='cws_srx645_droghedafilterteam15'></a><a name='cws_srx645_droghedafilterteam15_cmc'></a><div class="branch">cws_srx645_droghedafilterteam15 was changed by Caolán McNamara(cmc)</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=18515'> #i18515#</a> Still problems, lets special case the no tab insert/delete option </span>
<div class="file-list">
sw/sw/source/filter/ww8/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/filter/ww8/ww8par.cxx.diff?r1=1.114.38.8&r2=1.114.38.9'>ww8par.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #113240# workaround being asked for pagesize in document which (somehow) has no section segments </span>
<div class="file-list">
sw/sw/source/filter/rtf/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/filter/rtf/rtffly.cxx.diff?r1=1.11&r2=1.11.68.1'>rtffly.cxx</a>
</div>
</div>
<p>
<a name='cws_src680_aw006'></a><a name='cws_src680_aw006_aw'></a><div class="branch">cws_src680_aw006 was changed by Armin Weiss(aw)</div>
<div class='removed'>removed : <span class='comment'> RESYNC:; FILE REMOVED </span>
<div class="file-list">
files from:
sw/win/res/:
abt.bmp,
col_pre.bmp,
db_h.bmp,
ddcopy.cur,
ddcopy.ptr,
ddmove.ptr,
doc_gl.ico,
doc_sch.ico,
doc_sd.ico,
doc_sda.ico,
doc_sim.ico,
doc_sm.ico,
doc_ww.ico,
drchlauf.bmp,
drchlauf_h.bmp,
grfsphor_h.bmp,
grfspver.bmp,
hand.cur,
hand.ptr,
kein.bmp,
kondurch.bmp,
kondurch_h.bmp,
konkein.bmp,
konlinks.bmp,
konlinks_h.bmp,
konopt.bmp,
konparal.bmp,
konparal_h.bmp,
konrchts_h.bmp,
links_h.bmp,
move.cur,
navbook.bmp,
navbook_h.bmp,
navchdn.bmp,
navchlf.bmp,
navchlf_h.bmp,
navchrg.bmp,
navchrg_h.bmp,
navchup_h.bmp,
navdn.bmp,
navdn_h.bmp,
navdoc_h.bmp,
navfoot.bmp,
navfoot_h.bmp,
navhead.bmp,
navhead_h.bmp,
navidx.bmp,
navmrk.bmp,
navmrk_h.bmp,
navnote.bmp,
navstmp.bmp,
navstmp_h.bmp,
navtab.bmp,
navtoc.bmp,
navtoc_h.bmp,
navup.bmp,
rm.bmp,
optimal_h.bmp,
parallel.bmp,
parallel_h.bmp,
prg_sweb.ico,
queries_h.bmp,
query_h.bmp,
rechts.bmp,
rm_h.bmp,
sch20557.bmp,
sch20558.bmp,
scnavili.bmp,
scnavire.bmp,
shorz.cur,
shorz.ptr,
slleft.cur,
slright.cur,
slright.ptr,
svert.ptr,
tab.bmp,
tab_h.bmp,
tables.bmp,
tables_h.bmp,
templ.cur,
templ.ptr,
anchor_h.bmp,
danchor_h.bmp,
ddmove.cur,
doc_sc.ico,
doc_sdd.ico,
doc_sw.ico,
dog_h.bmp,
grfsphor.bmp,
grfspver_h.bmp,
kein_h.bmp,
konkein_h.bmp,
konopt_h.bmp,
konrchts.bmp,
links.bmp,
move.ptr,
navchdn_h.bmp,
navchup.bmp,
navdoc.bmp,
navfram.bmp,
navidx_h.bmp,
navnote_h.bmp,
navtab_h.bmp,
navup_h.bmp,
optimal.bmp,
prg_sw10.ico,
queries.bmp,
rechts_h.bmp,
scnavipi.bmp,
slleft.ptr,
svert.cur,
table_h.bmp,
wizard.ico,
x_h.bmp,
sd/util/:
sd.cxx,
sd.r,
split_rc.awk,
svx/inc/sdr/properties/attributeproperties.hxx
svx/os2/res/:
addbookm.bmp,
aliengal.bmp,
basstep.bmp,
bo_sdw.bmp,
bpip.bmp,
editdict.bmp,
find.bmp,
frames.bmp,
fwbotarc.bmp,
fwbuttn1.bmp,
fwbuttn3.bmp,
fwbuttn4.bmp,
fwlftarc.bmp,
fwrgtarc.bmp,
fwrhcirc.bmp,
grfload.bmp,
images.bmp,
images2.bmp,
legtyp2.bmp,
legtyp3.bmp,
link.bmp,
lm05300.bmp,
newdict.bmp,
owngal.bmp,
sc10147.bmp,
sc_lingu.bmp,
soundfil.bmp,
videofil.bmp,
deldict.bmp,
fwbhcirc.bmp,
fwbuttn2.bmp,
fwlhcirc.bmp,
legtyp4.bmp,
numfmt.bmp,
sc10148.bmp,
svx/os2/isetbrw/:
ibrwimp.cxx,
makefile.mk,
sd/workben/:
test.cxx,
xgdidemo.hrc,
xgdidemo.src,
xgpch.cxx,
xgdidemo.cxx,
sc/source/ui/miscdlgs/printopt.cxx
svx/win/res/:
bpip.bmp,
addbookm.bmp,
aliengal.bmp,
btnos2.bmp,
btnwin.bmp,
control.bmp,
db02.bmp,
db03.bmp,
db05.bmp,
db06.bmp,
db08.bmp,
deldict.bmp,
dist02.bmp,
dist03.bmp,
dist05.bmp,
dist06.bmp,
dist07.bmp,
dist09.bmp,
dist10.bmp,
editdict.bmp,
favorit1.bmp,
favorit3.bmp,
favorit4.bmp,
favorit6.bmp,
favorit7.bmp,
favorit8.bmp,
fixed.bmp,
focal01.bmp,
focal03.bmp,
focal04.bmp,
focal05.bmp,
focal07.bmp,
focal08.bmp,
focal10.bmp,
form.bmp,
fr01_h.bmp,
im02.bmp,
im03.bmp,
im30820.bmp,
im30821.bmp,
im30823.bmp,
im30824.bmp,
im30825.bmp,
im30827.bmp,
im30828.bmp,
im30839.bmp,
im30840.bmp,
im30841.bmp,
lcmakrod.bmp,
li061.bmp,
li062.bmp,
lightsel.bmp,
link.bmp,
lm05300.bmp,
scarb.bmp,
scautoko.bmp,
scmakrod.bmp,
sgaopen.bmp,
sx18029.bmp,
sx18030.bmp,
sxh18029.bmp,
sxh18030.bmp,
thmopen.bmp,
videofil.bmp,
active.bmp,
basstep.bmp,
button.bmp,
check.bmp,
combobox.bmp,
db01.bmp,
db04.bmp,
db07.bmp,
dist01.bmp,
dist04.bmp,
dist08.bmp,
dropdown.bmp,
edit.bmp,
favorit2.bmp,
favorit5.bmp,
favorit9.bmp,
find.bmp,
focal02.bmp,
focal06.bmp,
focal09.bmp,
fr010_h.bmp,
fr011_h.bmp,
fr012_h.bmp,
fr02_h.bmp,
fr03_h.bmp,
fr04_h.bmp,
fr05_h.bmp,
fr06_h.bmp,
fr07_h.bmp,
fr08_h.bmp,
fr09_h.bmp,
group.bmp,
im01.bmp,
im30819.bmp,
im30822.bmp,
im30826.bmp,
im30838.bmp,
lcautoko.bmp,
lg10406.bmp,
li060.bmp,
lightons.bmp,
listbox.bmp,
locked.bmp,
matedit.bmp,
matfavor.bmp,
newdict.bmp,
nu01_h.bmp,
nu02_h.bmp,
nu03_h.bmp,
owngal.bmp,
radio.bmp,
reloadl.bmp,
reloadsl.bmp,
sc_form.bmp,
sg10406.bmp,
soundfil.bmp,
sx18028.bmp,
sxh18028.bmp,
urlbutt.bmp,
svx/workben/:
about.bmp,
about3.hxx,
arw1cros.cur,
demcirc.bmp,
demedit.bmp,
demfgrad.bmp,
demfilg.bmp,
demfilr.bmp,
demfram.bmp,
demlin2.bmp,
demlin3.bmp,
demling.bmp,
demlinr.bmp,
demlnpt.bmp,
dempoly.bmp,
demrect.bmp,
demshad.bmp,
demshea.bmp,
demtext.bmp,
demtotop.bmp,
demtx2c.bmp,
demtxtgn.bmp,
demtxtmi.bmp,
demtxtpl.bmp,
demtxtsw.bmp,
dlgtest.cxx,
dlgtest.ico,
dlgtest.src,
drawdemo.ico,
edittest.src,
example.cxx,
intro.bmp,
lingtest.hrc,
lingtest.src,
makefile.lgt,
makefile.lin,
makefile.mk,
marknext.svd,
option.cxx,
outltest.cxx,
outltest.hrc,
outltest.src,
sample.hrc,
sample.hxx,
svdbtn.bmp,
svdr_min.cxx,
test.hrc,
wysiwyg.cxx,
about3.cxx,
demcrok.bmp,
demfilb.bmp,
demlin1.bmp,
demlinb.bmp,
demmirr.bmp,
demrota.bmp,
demtobtm.bmp,
demtxtbl.bmp,
demtxtrt.bmp,
dlgtest.hrc,
edittest.cxx,
lingtest.cxx,
makefile.dlg,
makefile.tst,
option.hxx,
sample.cxx,
sample.src,
test.src,
tools/os2/inc/:
wpdesktp.h,
wpclient.hxx,
wpsids.hrc,
dll.hxx,
svpm.h,
svx/inc/ makefile.unx
tools/os2/source/fastfsys/:
longname.cxx,
shortcut.cxx,
folder.cxx,
drives.cxx,
wpfolder.cxx,
wpclient.cxx,
makefile.mk,
longname.hxx,
itempath.hxx,
itempath.cxx,
folder.hxx,
extattr.hxx,
extattr.cxx,
content.hxx,
content.cxx,
cntmenu.cxx,
sw/inc//purge.hxx
goodies/workben/agent/:
agent.cxx,
makefile,
svx/source/svdraw/svdedtv3.cxx
svx/workben/basicide/:
basapp.cxx,
basapp.hrc,
basapp.hxx,
basapp2.src,
basappsl.idl,
baspch.cxx,
baspch.hxx,
bmps.txt,
dummy2.bmp,
basapp.src,
basicide.ico,
dummy.bmp,
svheader.hxx,
sw/workben/:
makefile.mk,
test.cxx,
wrkdlg.cxx,
wrkdlg.hxx,
svx/source/xoutdev/:
xfontmac.hxx,
xfontmac.cxx,
goodies/workben/:
about.bmp,
about3.hxx,
example.cxx,
makefile.mac,
makefile.unx,
sample.src,
about3.cxx,
makefile.mk,
svx/source/dialog/:
paractrl.hxx,
dialogs.cxx,
paractrl.cxx,
goodies/workben/channel/svch.cxx
sw/mac/source/dynlnk/dynlnk.cxx
tools/bootstrp/static.mk
sd/res//:
cursors.r,
frmtxt2.bmp,
frmtxt3.bmp,
fwthcirc_h.bmp,
kopie_h.bmp,
objekt2_h.bmp,
pen_h.bmp,
text2.bmp,
pencil.cur,
pencil.ptr,
template.cur,
text2_h.bmp,
about.bmp,
chart_h.bmp,
cross1.cur,
extras_h.bmp,
first_h.bmp,
foil2_h.bmp,
frmtxt1.bmp,
frmtxt4.bmp,
image_h.bmp,
intro.bmp,
last_h.bmp,
lc10301.bmp,
link_h.bmp,
next_h.bmp,
object_h.bmp,
objekt2.bmp,
opadd_h.bmp,
opdelete_h.bmp,
opmodify_h.bmp,
opsmsize_h.bmp,
presobjs_h.bmp,
sc05502_h.bmp,
table_h.bmp,
verknpf_h.bmp,
waiticon_h.bmp,
sw/oemres/:
bmpdll.cxx,
oemres.src,
sc/source/ui/cctrl/sumctl.cxx
tools/os2/source/wps/:
swriterf.cpp,
smathf.idl,
simpresf.ico,
shtmlf.ico,
sglobalf.cpp,
sdrawf.cpp,
schartf.idl,
scalcf.idl,
wpssrc.rc,
swriterf.idl,
swriterf.ico,
soagent.idl,
soagent.cpp,
smathf.ico,
smathf.cpp,
simpresf.idl,
simpresf.cpp,
shtmlf.idl,
shtmlf.cpp,
sglobalf.idl,
sglobalf.ico,
sdrawf.idl,
sdrawf.ico,
sdesktop.cpp,
sdataf.h,
sdataf.cpp,
schartf.ico,
schartf.cpp,
scalcf.ico,
scalcf.cpp,
makefile.mk,
sd/workben/testdll/:
test.cxx,
makefile.mk,
sc/res//:
about.bmp,
anchor_h.bmp,
calc3.ico,
chart.cur,
chart.ptr,
chartcur.r,
detectiv.cur,
detectiv.ptr,
doc.ico,
dropblue.bmp,
dropdown_h.bmp,
ins_fx_h.bmp,
pivotcol.ptr,
pivotfld.cur,
pivotrow.cur,
pivotrow.ptr,
prg_sc4.ico,
sc30doc.ico,
sc30tpl.ico,
sch6305.bmp,
sch6306.bmp,
sum_h.bmp,
tbxdraw.bmp,
watercan.cur,
watercan.ptr,
anchor.bmp,
calctor_h.bmp,
catpag_h.bmp,
doc_sc.ico,
dropdown.bmp,
equal_h.bmp,
field.cur,
ins_fx.bmp,
insrec_h.bmp,
mrgrec_h.bmp,
pivotcol.cur,
pivotfld.ptr,
sc10doc.ico,
scappwnd.ico,
scintro.bmp,
scstlcel_h.bmp,
tbxalign.bmp,
vor_sc.ico,
goodies/util/:
bmptools.hdb,
build.unx,
makefile.mac,
gomisc.hdb,
goodies/test/help/:
absatz2.htm,
bullet.htm,
clock.bmp,
html1.htm,
html2.htm,
html3.htm,
makefile.mk,
schmett.bmp,
search.hcf,
search2.htm,
smoney.htm,
test.htm,
test1.htm,
test2.htm,
test3.htm,
testpi.cxx,
testshg.bmp,
html.hcf,
pac.bmp,
search1.htm,
test.hcf,
testhtml.cxx,
goodies/source/crpt/dll/:
crypt.cxx,
makefile.mk,
goodies/source/crpt/:
makefile.mk,
test.cxx,
tools/os2/source/dll/:
toolsdll.cxx,
makefile.mk,
</div>
</div>
<div class='modified'>modified : <span class='comment'> #114179# Glue methods for data exchange between Polygon, PolyPolygon and new classes in BaseGFX. </span>
<div class="file-list">
util/tools/inc/<a href='http://util.openoffice.org/source/browse/util/tools/inc/poly.hxx.diff?r1=1.3&r2=1.3.62.1'>poly.hxx</a>
</div>
</div>
<p>
<a name='cws_src680_qadev14'></a><a name='cws_src680_qadev14_mindyliu'></a><div class="branch">cws_src680_qadev14 was changed by Mindy Liu(mindyliu)</div>
<div class='modified'>modified : <span class='comment'> #114060# bug fix in getAddr, getHostname, getLocalHostname, setPort </span>
<div class="file-list">
porting/sal/qa/osl/socket/<a href='http://porting.openoffice.org/source/browse/porting/sal/qa/osl/socket/osl_Socket.cxx.diff?r1=1.4&r2=1.4.2.1'>osl_Socket.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #114060# add host6 </span>
<div class="file-list">
porting/sal/qa/osl/socket/<a href='http://porting.openoffice.org/source/browse/porting/sal/qa/osl/socket/osl_Socket_Const.h.diff?r1=1.3&r2=1.3.2.1'>osl_Socket_Const.h</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #114060# setOption( osl_Socket_OptionReuseAddr, 1 ): sal_True--&gt;1 </span>
<div class="file-list">
porting/sal/qa/osl/socket/<a href='http://porting.openoffice.org/source/browse/porting/sal/qa/osl/socket/makefile.mk.diff?r1=1.3&r2=1.3.2.1'>makefile.mk</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #114060# cvs operation wrong </span>
<div class="file-list">
porting/sal/qa/osl/socket/<a href='http://porting.openoffice.org/source/browse/porting/sal/qa/osl/socket/makefile.mk.diff?r1=1.3.2.1&r2=1.3.2.2'>makefile.mk</a>
</div>
</div>
<p>
<a name='cws_src680_qadev14'></a><a name='cws_src680_qadev14_lla'></a><div class="branch">cws_src680_qadev14 was changed by Lars Langhans(lla)</div>
<div class='modified'>modified : <span class='comment'> #114060# linux floppy??? </span>
<div class="file-list">
porting/sal/qa/osl/file/<a href='http://porting.openoffice.org/source/browse/porting/sal/qa/osl/file/osl_File_Const.h.diff?r1=1.5&r2=1.5.2.1'>osl_File_Const.h</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #114060# view values, maybe a problem </span>
<div class="file-list">
porting/sal/qa/osl/process/<a href='http://porting.openoffice.org/source/browse/porting/sal/qa/osl/process/osl_Thread.cxx.diff?r1=1.4&r2=1.4.2.1'>osl_Thread.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #114060# ctor_003 bug removed, cleanups </span>
<div class="file-list">
porting/sal/qa/OStringBuffer/<a href='http://porting.openoffice.org/source/browse/porting/sal/qa/OStringBuffer/rtl_OStringBuffer.cxx.diff?r1=1.7&r2=1.7.2.1'>rtl_OStringBuffer.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #114060# wrong header </span>
<div class="file-list">
porting/sal/qa/osl/security/<a href='http://porting.openoffice.org/source/browse/porting/sal/qa/osl/security/osl_Security_Const.h.diff?r1=1.2&r2=1.2.12.1'>osl_Security_Const.h</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #114060# remove gpf in getHostname_002 </span>
<div class="file-list">
porting/sal/qa/osl/socket/<a href='http://porting.openoffice.org/source/browse/porting/sal/qa/osl/socket/osl_Socket.cxx.diff?r1=1.4.2.2&r2=1.4.2.3'>osl_Socket.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #114060# type problems solved. </span>
<div class="file-list">
porting/sal/qa/osl/semaphore/<a href='http://porting.openoffice.org/source/browse/porting/sal/qa/osl/semaphore/osl_Semaphore.cxx.diff?r1=1.2&r2=1.2.26.1'>osl_Semaphore.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #114060# remove unknown char </span>
<div class="file-list">
porting/sal/qa/osl/socket/<a href='http://porting.openoffice.org/source/browse/porting/sal/qa/osl/socket/osl_Socket_Const.h.diff?r1=1.3.2.1&r2=1.3.2.2'>osl_Socket_Const.h</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #114060# lot cleanups </span>
<div class="file-list">
porting/sal/qa/osl/file/<a href='http://porting.openoffice.org/source/browse/porting/sal/qa/osl/file/osl_File.cxx.diff?r1=1.5&r2=1.5.2.1'>osl_File.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #114060# cleanups </span>
<div class="file-list">
porting/sal/qa/inc/<a href='http://porting.openoffice.org/source/browse/porting/sal/qa/inc/stringhelper.hxx.diff?r1=1.2&r2=1.2.2.1'>stringhelper.hxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #114060# much code cleanups and warnings removed </span>
<div class="file-list">
porting/sal/qa/rtl_strings/<a href='http://porting.openoffice.org/source/browse/porting/sal/qa/rtl_strings/rtl_OString.cxx.diff?r1=1.3&r2=1.3.2.1'>rtl_OString.cxx</a>
</div>
</div>
<p>
<a name='cws_src680_dialogdiet'></a><a name='cws_src680_dialogdiet_mba'></a><div class="branch">cws_src680_dialogdiet was changed by Mathias Bauer(mba)</div>
<div class='removed'>removed : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22969'> #i22969#</a>: use dialog factory for SvxTextTabDialog, SvxTextAnimationPage </span>
<div class="file-list">
files from:
svx/inc/ textanim.hxx
</div>
</div>
<div class='removed'>removed : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: obsolete </span>
<div class="file-list">
files from:
svx/inc/ itemdata.hxx
</div>
</div>
<div class='removed'>removed : <span class='comment'> RESYNC:; FILE REMOVED </span>
<div class="file-list">
files from:
vcl/unx/source/app/salmain.cxx
vcl/unx/inc/:
salprn.imp,
salogl.hxx,
salbmp.hxx,
salsound.hxx,
</div>
</div>
<div class='removed'>removed : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: misccfg moved to svtools </span>
<div class="file-list">
files from:
sfx2/inc/misccfg.hxx
</div>
</div>
<div class='removed'>removed : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: Wrapper now obsolete </span>
<div class="file-list">
files from:
desktop/source/offwrp/exports.map makefile.mk wrapper.cxx wrapper.hxx
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22969'> #i22969#</a>: use DialogFactory for SvxTextTabDialog </span>
<div class="file-list">
graphics/sd/source/ui/func/<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/func/futxtatt.cxx.diff?r1=1.1.1.1&r2=1.1.1.1.316.1'>futxtatt.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: make factory aware of multiple inits </span>
<div class="file-list">
graphics/svx/source/form/ : <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/form/fmobjfac.cxx.diff?r1=1.8&r2=1.8.480.1'>fmobjfac.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/form/siimport.cxx.diff?r1=1.1&r2=1.1.510.1'>siimport.cxx</a> ;
graphics/svx/source/svdraw/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/svdraw/svdotxfl.cxx.diff?r1=1.1.1.1&r2=1.1.1.1.526.1'>svdotxfl.cxx</a>
graphics/svx/source/engine3d/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/engine3d/objfac3d.cxx.diff?r1=1.1.1.1&r2=1.1.1.1.526.1'>objfac3d.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: OfaItem moved </span>
<div class="file-list">
graphics/svx/source/items/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/items/makefile.mk.diff?r1=1.11&r2=1.11.84.1'>makefile.mk</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22969'> #i22969#</a>: use DialogFactory for SvtTextTabDialog </span>
<div class="file-list">
sc/sc/source/ui/drawfunc/ : <a href='http://sc.openoffice.org/source/browse/sc/sc/source/ui/drawfunc/drawsh.cxx.diff?r1=1.2&r2=1.2.340.1'>drawsh.cxx</a>, <a href='http://sc.openoffice.org/source/browse/sc/sc/source/ui/drawfunc/drtxtob.cxx.diff?r1=1.18&r2=1.18.194.1'>drtxtob.cxx</a> ;
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: Moved some inits from offmgr </span>
<div class="file-list">
framework/sfx2/source/appl/<a href='http://framework.openoffice.org/source/browse/framework/sfx2/source/appl/app.cxx.diff?r1=1.69&r2=1.69.28.1'>app.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: defines for moved dialogs and pages from offmgr </span>
<div class="file-list">
graphics/svx/inc/ : <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/dialogs.hrc.diff?r1=1.48&r2=1.48.302.1'>dialogs.hrc</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/helpid.hrc.diff?r1=1.38&r2=1.38.296.1'>helpid.hrc</a> ;
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: make SfxResId available without SfxApp </span>
<div class="file-list">
framework/sfx2/inc/<a href='http://framework.openoffice.org/source/browse/framework/sfx2/inc/sfxresid.hxx.diff?r1=1.1.1.1&r2=1.1.1.1.354.1'>sfxresid.hxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22969'> #i22969#</a>: obsolete implementation removed </span>
<div class="file-list">
sc/sc/source/ui/view/<a href='http://sc.openoffice.org/source/browse/sc/sc/source/ui/view/cellsh2.cxx.diff?r1=1.15&r2=1.15.70.1'>cellsh2.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: new resources; <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22969'> #i22969#</a>: new dll for dialogs </span>
<div class="file-list">
graphics/svx/util/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/util/makefile.mk.diff?r1=1.25&r2=1.25.254.1'>makefile.mk</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: include svx instead of offmgr </span>
<div class="file-list">
sc/sc/source/ui/src/<a href='http://sc.openoffice.org/source/browse/sc/sc/source/ui/src/menue.src.diff?r1=1.106&r2=1.106.42.1'>menue.src</a>
sc/sc/sdi/<a href='http://sc.openoffice.org/source/browse/sc/sc/sdi/scslots.hrc.diff?r1=1.2&r2=1.2.326.1'>scslots.hrc</a>
graphics/sd/sdi/<a href='http://graphics.openoffice.org/source/browse/graphics/sd/sdi/sdslots.hrc.diff?r1=1.2&r2=1.2.302.1'>sdslots.hrc</a>
dba/dbaccess/util/<a href='http://dba.openoffice.org/source/browse/dba/dbaccess/util/hidother.src.diff?r1=1.46&r2=1.46.110.1'>hidother.src</a>
sc/sc/source/ui/drawfunc/ : <a href='http://sc.openoffice.org/source/browse/sc/sc/source/ui/drawfunc/drformsh.src.diff?r1=1.19&r2=1.19.118.1'>drformsh.src</a>, <a href='http://sc.openoffice.org/source/browse/sc/sc/source/ui/drawfunc/objdraw.src.diff?r1=1.58&r2=1.58.118.1'>objdraw.src</a> ;
sw/sw/sdi/<a href='http://sw.openoffice.org/source/browse/sw/sw/sdi/swslots.hrc.diff?r1=1.2&r2=1.2.472.1'>swslots.hrc</a>
sw/sw/source/ui/app/ : <a href='http://sw.openoffice.org/source/browse/sw/sw/source/ui/app/app.src.diff?r1=1.93&r2=1.93.166.1'>app.src</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/ui/app/appenv.cxx.diff?r1=1.18&r2=1.18.164.1'>appenv.cxx</a> ;
util/extensions/source/bibliography/<a href='http://util.openoffice.org/source/browse/util/extensions/source/bibliography/menu.src.diff?r1=1.41&r2=1.41.68.1'>menu.src</a>
graphics/sd/source/ui/app/<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/app/tbx_ww.src.diff?r1=1.26&r2=1.26.100.1'>tbx_ww.src</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22969'> #i22969#</a>: use factory for AutoCorrDlg </span>
<div class="file-list">
graphics/svx/source/dialog/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/dialog/autocdlg.hxx.diff?r1=1.1.2.1&r2=1.1.2.2'>autocdlg.hxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: ChooseMacro moved to SFX </span>
<div class="file-list">
sc/sc/source/ui/dbgui/<a href='http://sc.openoffice.org/source/browse/sc/sc/source/ui/dbgui/validate.cxx.diff?r1=1.8&r2=1.8.4.1'>validate.cxx</a>
graphics/sd/source/ui/dlg/<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/dlg/tpaction.cxx.diff?r1=1.21&r2=1.21.178.1'>tpaction.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: some ids moved from offmgr </span>
<div class="file-list">
graphics/svx/inc/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svxids.hrc.diff?r1=1.63&r2=1.63.92.1'>svxids.hrc</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: Register HyperlinlDlg </span>
<div class="file-list">
graphics/sd/source/ui/docshell/<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/docshell/docshell.cxx.diff?r1=1.20&r2=1.20.28.1'>docshell.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: new moved classes; no ItemData; new resource; <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22969'> #i22969#</a>: new files for dialog factory </span>
<div class="file-list">
graphics/svx/prj/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/prj/d.lst.diff?r1=1.76&r2=1.76.68.1'>d.lst</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: moved static access method from svx to svtools </span>
<div class="file-list">
util/svtools/source/filter.vcl/filter/<a href='http://util.openoffice.org/source/browse/util/svtools/source/filter.vcl/filter/filter.cxx.diff?r1=1.46&r2=1.46.208.1'>filter.cxx</a>
util/svtools/inc/<a href='http://util.openoffice.org/source/browse/util/svtools/inc/filter.hxx.diff?r1=1.19&r2=1.19.214.1'>filter.hxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: ofa removed </span>
<div class="file-list">
sc/sc/source/ui/docshell/<a href='http://sc.openoffice.org/source/browse/sc/sc/source/ui/docshell/docsh3.cxx.diff?r1=1.16&r2=1.16.194.1'>docsh3.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: SfxApp now must delete itself when desktop terminates </span>
<div class="file-list">
framework/sfx2/source/appl/<a href='http://framework.openoffice.org/source/browse/framework/sfx2/source/appl/appinit.cxx.diff?r1=1.34&r2=1.34.28.1'>appinit.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: new intro folder </span>
<div class="file-list">
graphics/svx/prj/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/prj/build.lst.diff?r1=1.8&r2=1.8.52.1'>build.lst</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: Init removed from Offmgr </span>
<div class="file-list">
graphics/svx/source/editeng/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/editeng/eerdll.cxx.diff?r1=1.20&r2=1.20.486.1'>eerdll.cxx</a>
graphics/svx/inc/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/eerdll.hxx.diff?r1=1.1.1.1&r2=1.1.1.1.528.1'>eerdll.hxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: ClassManager now static </span>
<div class="file-list">
graphics/svx/inc/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/flditem.hxx.diff?r1=1.3&r2=1.3.482.1'>flditem.hxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: moved some options from offmgr and sfx2 </span>
<div class="file-list">
util/svtools/source/config/<a href='http://util.openoffice.org/source/browse/util/svtools/source/config/makefile.mk.diff?r1=1.43&r2=1.43.16.1'>makefile.mk</a>
util/svtools/prj/<a href='http://util.openoffice.org/source/browse/util/svtools/prj/d.lst.diff?r1=1.107&r2=1.107.16.1'>d.lst</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: OfaPtrItem moved to svx </span>
<div class="file-list">
sc/sc/source/ui/docshell/<a href='http://sc.openoffice.org/source/browse/sc/sc/source/ui/docshell/docsh4.cxx.diff?r1=1.26&r2=1.26.48.1'>docsh4.cxx</a>
graphics/sd/source/ui/docshell/<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/docshell/docshel3.cxx.diff?r1=1.5&r2=1.5.280.1'>docshel3.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: SfxLink removed </span>
<div class="file-list">
graphics/svx/source/items/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/items/frmitems.cxx.diff?r1=1.29&r2=1.29.320.1'>frmitems.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: some code moved from Offmgr </span>
<div class="file-list">
framework/desktop/source/app/<a href='http://framework.openoffice.org/source/browse/framework/desktop/source/app/app.cxx.diff?r1=1.123&r2=1.123.8.1'>app.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: Moved HyperLinkDlg to svx </span>
<div class="file-list">
graphics/sd/source/ui/app/<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/app/sddll2.cxx.diff?r1=1.10&r2=1.10.274.1'>sddll2.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: ofalib obsolete </span>
<div class="file-list">
util/extensions/source/propctrlr/<a href='http://util.openoffice.org/source/browse/util/extensions/source/propctrlr/makefile.mk.diff?r1=1.8&r2=1.8.10.1'>makefile.mk</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: Moved some initialisations from Offapp to DLL::Init </span>
<div class="file-list">
sc/sc/source/ui/app/<a href='http://sc.openoffice.org/source/browse/sc/sc/source/ui/app/scdll.cxx.diff?r1=1.15&r2=1.15.50.1'>scdll.cxx</a>
graphics/sd/source/ui/app/<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/app/sddll.cxx.diff?r1=1.5&r2=1.5.30.1'>sddll.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: AutoCorrCfg moved from offmgr </span>
<div class="file-list">
graphics/svx/source/editeng/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/editeng/makefile.mk.diff?r1=1.11&r2=1.11.82.1'>makefile.mk</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: static access </span>
<div class="file-list">
graphics/svx/source/xoutdev/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/xoutdev/xpool.cxx.diff?r1=1.5&r2=1.5.332.1'>xpool.cxx</a>
graphics/svx/inc/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/xpool.hxx.diff?r1=1.1.1.1&r2=1.1.1.1.528.1'>xpool.hxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: ofalib removed </span>
<div class="file-list">
graphics/sd/util/<a href='http://graphics.openoffice.org/source/browse/graphics/sd/util/makefile.mk.diff?r1=1.24&r2=1.24.12.1'>makefile.mk</a>
sc/sc/util/<a href='http://sc.openoffice.org/source/browse/sc/sc/util/makefile.mk.diff?r1=1.21&r2=1.21.50.1'>makefile.mk</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: AutoCorrCfg moved to svx </span>
<div class="file-list">
sw/sw/source/core/edit/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/edit/acorrect.cxx.diff?r1=1.9&r2=1.9.276.1'>acorrect.cxx</a>
sw/sw/source/core/bastyp/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/bastyp/init.cxx.diff?r1=1.38&r2=1.38.238.1'>init.cxx</a>
sw/sw/source/core/doc/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/doc/acmplwrd.cxx.diff?r1=1.8&r2=1.8.68.1'>acmplwrd.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: let class manager init svx fields itself </span>
<div class="file-list">
graphics/svx/source/items/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/items/flditem.cxx.diff?r1=1.11&r2=1.11.480.1'>flditem.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: HyperlinkDlg moved to SVX </span>
<div class="file-list">
graphics/sd/source/ui/func/<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/func/fuslshow.cxx.diff?r1=1.49&r2=1.49.26.1'>fuslshow.cxx</a>
graphics/sd/source/ui/view/ : <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/view/drviewsb.cxx.diff?r1=1.12&r2=1.12.18.1'>drviewsb.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/view/drvwshrg.cxx.diff?r1=1.6&r2=1.6.182.1'>drvwshrg.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/view/outlnvsh.cxx.diff?r1=1.46&r2=1.46.124.1'>outlnvsh.cxx</a> ;
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: moved static filter access method from svx to svtools </span>
<div class="file-list">
graphics/svx/inc/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/impgrf.hxx.diff?r1=1.2&r2=1.2.512.1'>impgrf.hxx</a>
graphics/svx/source/dialog/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/dialog/impgrf.cxx.diff?r1=1.18&r2=1.18.302.1'>impgrf.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22969'> #i22969#</a>: add new methods for adding TabPages that use the new dialog factory </span>
<div class="file-list">
framework/sfx2/inc/<a href='http://framework.openoffice.org/source/browse/framework/sfx2/inc/tabdlg.hxx.diff?r1=1.8&r2=1.8.338.1'>tabdlg.hxx</a>
framework/sfx2/source/dialog/<a href='http://framework.openoffice.org/source/browse/framework/sfx2/source/dialog/tabdlg.cxx.diff?r1=1.20&r2=1.20.148.1'>tabdlg.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: obsolete method removed </span>
<div class="file-list">
graphics/svx/inc/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/brshitem.hxx.diff?r1=1.5&r2=1.5.488.1'>brshitem.hxx</a>
framework/sfx2/source/appl/<a href='http://framework.openoffice.org/source/browse/framework/sfx2/source/appl/appmain.cxx.diff?r1=1.15&r2=1.15.26.1'>appmain.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: Ids moved from offmgr </span>
<div class="file-list">
dba/dbaccess/source/ui/inc/<a href='http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/browserids.hxx.diff?r1=1.30&r2=1.30.62.1'>browserids.hxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22969'> #i22969#</a>: obsolete include </span>
<div class="file-list">
sc/sc/source/ui/view/ : <a href='http://sc.openoffice.org/source/browse/sc/sc/source/ui/view/cellsh.cxx.diff?r1=1.21&r2=1.21.70.1'>cellsh.cxx</a>, <a href='http://sc.openoffice.org/source/browse/sc/sc/source/ui/view/gridwin.cxx.diff?r1=1.44&r2=1.44.66.1'>gridwin.cxx</a>, <a href='http://sc.openoffice.org/source/browse/sc/sc/source/ui/view/tabvwsh.cxx.diff?r1=1.5&r2=1.5.336.1'>tabvwsh.cxx</a>, <a href='http://sc.openoffice.org/source/browse/sc/sc/source/ui/view/viewfun3.cxx.diff?r1=1.23&r2=1.23.4.1'>viewfun3.cxx</a> ;
sc/sc/source/ui/drawfunc/ : <a href='http://sc.openoffice.org/source/browse/sc/sc/source/ui/drawfunc/chartsh.cxx.diff?r1=1.2&r2=1.2.318.1'>chartsh.cxx</a>, <a href='http://sc.openoffice.org/source/browse/sc/sc/source/ui/drawfunc/drformsh.cxx.diff?r1=1.3&r2=1.3.318.1'>drformsh.cxx</a>, <a href='http://sc.openoffice.org/source/browse/sc/sc/source/ui/drawfunc/oleobjsh.cxx.diff?r1=1.2&r2=1.2.336.1'>oleobjsh.cxx</a> ;
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22969'> #i22969#</a>: new dialog factory </span>
<div class="file-list">
framework/sfx2/source/dialog/<a href='http://framework.openoffice.org/source/browse/framework/sfx2/source/dialog/makefile.mk.diff?r1=1.14&r2=1.14.40.1'>makefile.mk</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: SfxApplication::CreateResManager now static </span>
<div class="file-list">
graphics/sd/source/ui/app/<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/app/sdmod.cxx.diff?r1=1.20&r2=1.20.30.1'>sdmod.cxx</a>
sw/starmath/source/<a href='http://sw.openoffice.org/source/browse/sw/starmath/source/smmod.cxx.diff?r1=1.12&r2=1.12.34.1'>smmod.cxx</a>
graphics/sch/source/ui/app/<a href='http://graphics.openoffice.org/source/browse/graphics/sch/source/ui/app/schmod.cxx.diff?r1=1.5&r2=1.5.16.1'>schmod.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: Moved some code from Offmgr </span>
<div class="file-list">
framework/sfx2/inc/<a href='http://framework.openoffice.org/source/browse/framework/sfx2/inc/app.hxx.diff?r1=1.27&r2=1.27.28.1'>app.hxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22969'> #i22969#</a>: add Ids for dialogs created via factory </span>
<div class="file-list">
framework/sfx2/inc/<a href='http://framework.openoffice.org/source/browse/framework/sfx2/inc/sfxsids.hrc.diff?r1=1.54&r2=1.54.20.1'>sfxsids.hrc</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: ResMgr now static </span>
<div class="file-list">
framework/sfx2/source/bastyp/<a href='http://framework.openoffice.org/source/browse/framework/sfx2/source/bastyp/sfxresid.cxx.diff?r1=1.1.1.1&r2=1.1.1.1.354.1'>sfxresid.cxx</a>
framework/sfx2/source/appl/<a href='http://framework.openoffice.org/source/browse/framework/sfx2/source/appl/shutdownicon.cxx.diff?r1=1.35&r2=1.35.28.1'>shutdownicon.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: SfxApp might be destroyed in execution of slot </span>
<div class="file-list">
framework/sfx2/source/control/<a href='http://framework.openoffice.org/source/browse/framework/sfx2/source/control/dispatch.cxx.diff?r1=1.23&r2=1.23.180.1'>dispatch.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: wrong include </span>
<div class="file-list">
util/svtools/source/config/<a href='http://util.openoffice.org/source/browse/util/svtools/source/config/misccfg.cxx.diff?r1=1.1.2.1&r2=1.1.2.2'>misccfg.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: Standard ColorTable static access </span>
<div class="file-list">
graphics/svx/source/xoutdev/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/xoutdev/xtabcolr.cxx.diff?r1=1.10&r2=1.10.504.1'>xtabcolr.cxx</a>
graphics/svx/inc/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/xtable.hxx.diff?r1=1.2&r2=1.2.506.1'>xtable.hxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: FilterOptions moved to svtools </span>
<div class="file-list">
sc/sc/source/ui/docshell/<a href='http://sc.openoffice.org/source/browse/sc/sc/source/ui/docshell/docsh.cxx.diff?r1=1.63&r2=1.63.48.1'>docsh.cxx</a>
sc/sc/source/filter/excel/<a href='http://sc.openoffice.org/source/browse/sc/sc/source/filter/excel/excimp8.cxx.diff?r1=1.87&r2=1.87.2.1'>excimp8.cxx</a>
sc/sc/source/filter/xcl97/<a href='http://sc.openoffice.org/source/browse/sc/sc/source/filter/xcl97/xcl97rec.cxx.diff?r1=1.60&r2=1.60.2.1'>xcl97rec.cxx</a>
graphics/sd/source/ui/docshell/<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/docshell/docshel4.cxx.diff?r1=1.53&r2=1.53.144.1'>docshel4.cxx</a>
sc/sc/source/filter/html/<a href='http://sc.openoffice.org/source/browse/sc/sc/source/filter/html/htmlexp.cxx.diff?r1=1.23&r2=1.23.186.1'>htmlexp.cxx</a>
graphics/sd/source/filter/<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/filter/pptin.cxx.diff?r1=1.49&r2=1.49.54.1'>pptin.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: new src folder </span>
<div class="file-list">
graphics/svx/prj/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/prj/build.lst.diff?r1=1.8.52.1&r2=1.8.52.2'>build.lst</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: StandardColorTable in svx </span>
<div class="file-list">
sw/sw/source/core/draw/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/draw/drawdoc.cxx.diff?r1=1.13&r2=1.13.276.1'>drawdoc.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: AutoCorrCfg moved to SVX </span>
<div class="file-list">
sc/sc/source/ui/app/<a href='http://sc.openoffice.org/source/browse/sc/sc/source/ui/app/inputhdl.cxx.diff?r1=1.49&r2=1.49.4.1'>inputhdl.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: moved code to initialize VCL from offmgr </span>
<div class="file-list">
util/svtools/source/config/<a href='http://util.openoffice.org/source/browse/util/svtools/source/config/accessibilityoptions.cxx.diff?r1=1.5&r2=1.5.356.1'>accessibilityoptions.cxx</a>
util/svtools/inc/<a href='http://util.openoffice.org/source/browse/util/svtools/inc/accessibilityoptions.hxx.diff?r1=1.6&r2=1.6.356.1'>accessibilityoptions.hxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: no inline factory </span>
<div class="file-list">
graphics/svx/inc/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svdobj.hxx.diff?r1=1.23&r2=1.23.484.1'>svdobj.hxx</a>
graphics/svx/source/svdraw/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/svdraw/svdobj.cxx.diff?r1=1.58&r2=1.58.188.1'>svdobj.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: obsolete </span>
<div class="file-list">
graphics/svx/source/svdraw/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/svdraw/dialdll.cxx.diff?r1=1.3&r2=1.3.500.1'>dialdll.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22969'> #i22969#</a>: use DialogFactory for SvxTextAnimationTabPage </span>
<div class="file-list">
graphics/sd/source/ui/dlg/<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/dlg/tabtempl.cxx.diff?r1=1.5&r2=1.5.276.1'>tabtempl.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22969'> #i22969#</a>: use DialogFactory for Internationalisation TabPage </span>
<div class="file-list">
sc/sc/source/ui/app/<a href='http://sc.openoffice.org/source/browse/sc/sc/source/ui/app/scmod.cxx.diff?r1=1.36&r2=1.36.48.1'>scmod.cxx</a>
graphics/sd/source/ui/app/<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/app/sdmod2.cxx.diff?r1=1.31&r2=1.31.36.1'>sdmod2.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: access to StandardColorTable moved to svx </span>
<div class="file-list">
sc/sc/source/core/data/<a href='http://sc.openoffice.org/source/browse/sc/sc/source/core/data/drwlayer.cxx.diff?r1=1.21&r2=1.21.46.1'>drwlayer.cxx</a>
sc/sc/source/ui/docshell/<a href='http://sc.openoffice.org/source/browse/sc/sc/source/ui/docshell/docsh2.cxx.diff?r1=1.13&r2=1.13.318.1'>docsh2.cxx</a>
util/extensions/source/propctrlr/<a href='http://util.openoffice.org/source/browse/util/extensions/source/propctrlr/standardcontrol.cxx.diff?r1=1.10&r2=1.10.36.1'>standardcontrol.cxx</a>
sc/sc/source/ui/optdlg/ : <a href='http://sc.openoffice.org/source/browse/sc/sc/source/ui/optdlg/opredlin.cxx.diff?r1=1.2&r2=1.2.194.1'>opredlin.cxx</a>, <a href='http://sc.openoffice.org/source/browse/sc/sc/source/ui/optdlg/tpview.cxx.diff?r1=1.9&r2=1.9.302.1'>tpview.cxx</a> ;
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: SbxSelectionList moved to sc </span>
<div class="file-list">
sc/sc/source/ui/inc/<a href='http://sc.openoffice.org/source/browse/sc/sc/source/ui/inc/dbdocfun.hxx.diff?r1=1.4&r2=1.4.300.1'>dbdocfun.hxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: obsolete include </span>
<div class="file-list">
sw/sw/source/core/bastyp/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/bastyp/swtypes.cxx.diff?r1=1.8&r2=1.8.276.1'>swtypes.cxx</a>
sw/sw/source/core/doc/ : <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/doc/docbasic.cxx.diff?r1=1.4&r2=1.4.276.1'>docbasic.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/doc/docdraw.cxx.diff?r1=1.20&r2=1.20.34.1'>docdraw.cxx</a> ;
graphics/sd/source/ui/func/ : <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/func/futext.cxx.diff?r1=1.39&r2=1.39.114.1'>futext.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/func/futext2.cxx.diff?r1=1.2&r2=1.2.306.1'>futext2.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/func/futhes.cxx.diff?r1=1.7&r2=1.7.280.1'>futhes.cxx</a> ;
graphics/sd/source/core/ : <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/core/drawdoc.cxx.diff?r1=1.61&r2=1.61.8.1'>drawdoc.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/core/drawdoc4.cxx.diff?r1=1.31&r2=1.31.102.1'>drawdoc4.cxx</a> ;
sc/sc/source/ui/docshell/<a href='http://sc.openoffice.org/source/browse/sc/sc/source/ui/docshell/dbdocimp.cxx.diff?r1=1.13&r2=1.13.194.1'>dbdocimp.cxx</a>
sc/sc/source/ui/app/<a href='http://sc.openoffice.org/source/browse/sc/sc/source/ui/app/inputwin.cxx.diff?r1=1.34&r2=1.34.4.1'>inputwin.cxx</a>
sw/sw/source/ui/app/ : <a href='http://sw.openoffice.org/source/browse/sw/sw/source/ui/app/apphdl.cxx.diff?r1=1.35&r2=1.35.90.1'>apphdl.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/ui/app/applab.cxx.diff?r1=1.19&r2=1.19.164.1'>applab.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/ui/app/appopt.cxx.diff?r1=1.22&r2=1.22.36.1'>appopt.cxx</a> ;
sw/sw/source/core/attr/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/attr/swatrset.cxx.diff?r1=1.3&r2=1.3.276.1'>swatrset.cxx</a>
sw/sw/source/core/edit/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/edit/edlingu.cxx.diff?r1=1.9&r2=1.9.58.1'>edlingu.cxx</a>
graphics/sd/source/ui/view/ : <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/view/drviews1.cxx.diff?r1=1.33&r2=1.33.122.1'>drviews1.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/view/sdoutl.cxx.diff?r1=1.29&r2=1.29.116.1'>sdoutl.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/view/viewshe3.cxx.diff?r1=1.28&r2=1.28.126.1'>viewshe3.cxx</a> ;
graphics/sd/source/ui/app/ : <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/app/app.src.diff?r1=1.20&r2=1.20.136.1'>app.src</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/app/sdmod1.cxx.diff?r1=1.25&r2=1.25.4.1'>sdmod1.cxx</a> ;
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22969'> #i22969#</a>: header files for new dialog factory </span>
<div class="file-list">
framework/sfx2/prj/<a href='http://framework.openoffice.org/source/browse/framework/sfx2/prj/d.lst.diff?r1=1.20&r2=1.20.28.1'>d.lst</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22969'> #i22969#</a>: DialogResMgr decoupled </span>
<div class="file-list">
graphics/svx/util/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/util/svx.flt.diff?r1=1.1&r2=1.1.490.1'>svx.flt</a>
graphics/svx/inc/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/dialmgr.hxx.diff?r1=1.3&r2=1.3.520.1'>dialmgr.hxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: moved slots from OFA; <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22969'> #22969#</a>: use new dialog factory for some dialogs </span>
<div class="file-list">
framework/sfx2/source/appl/<a href='http://framework.openoffice.org/source/browse/framework/sfx2/source/appl/appserv.cxx.diff?r1=1.31&r2=1.31.28.1'>appserv.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: some slots moved from offmgr </span>
<div class="file-list">
graphics/svx/sdi/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/sdi/svx.sdi.diff?r1=1.41&r2=1.41.26.1'>svx.sdi</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: misccfg moved to svtools </span>
<div class="file-list">
framework/sfx2/source/appl/<a href='http://framework.openoffice.org/source/browse/framework/sfx2/source/appl/appcfg.cxx.diff?r1=1.47&r2=1.47.82.1'>appcfg.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: FilterOptions moved to svtools; htmloptions moved to svx </span>
<div class="file-list">
sw/sw/source/filter/html/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/filter/html/htmlfly.cxx.diff?r1=1.14&r2=1.14.276.1'>htmlfly.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: misccfg moved to svtools; ResMgr now static </span>
<div class="file-list">
framework/sfx2/source/appl/<a href='http://framework.openoffice.org/source/browse/framework/sfx2/source/appl/appquit.cxx.diff?r1=1.23&r2=1.23.28.1'>appquit.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: HTMLOptions moved </span>
<div class="file-list">
graphics/svx/source/options/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/options/makefile.mk.diff?r1=1.24&r2=1.24.82.1'>makefile.mk</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: moved slots from ofa </span>
<div class="file-list">
framework/sfx2/sdi/<a href='http://framework.openoffice.org/source/browse/framework/sfx2/sdi/appslots.sdi.diff?r1=1.11&r2=1.11.28.1'>appslots.sdi</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22969'> #i22969#</a>: new abstract dialog factory </span>
<div class="file-list">
gsl/vcl/prj/<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/prj/d.lst.diff?r1=1.30&r2=1.30.46.1'>d.lst</a>
gsl/vcl/source/window/<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/window/makefile.mk.diff?r1=1.10&r2=1.10.212.1'>makefile.mk</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: include missing </span>
<div class="file-list">
graphics/svx/inc/ : <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svdfield.hxx.diff?r1=1.1.1.1&r2=1.1.1.1.528.1'>svdfield.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svdfppt.hxx.diff?r1=1.39&r2=1.39.100.1'>svdfppt.hxx</a> ;
</div>
</div>
<div class='modified'>modified : <span class='comment'> RESYNC:; FILE MERGED </span>
<div class="file-list">
files from:
gsl/vcl/prj/<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/prj/d.lst.diff?r1=1.30.46.1&r2=1.30.46.2'>d.lst</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: offmgr removed </span>
<div class="file-list">
sw/sw/source/ui/app/ : <a href='http://sw.openoffice.org/source/browse/sw/sw/source/ui/app/docsh.cxx.diff?r1=1.32&r2=1.32.62.1'>docsh.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/ui/app/docsh2.cxx.diff?r1=1.56&r2=1.56.64.1'>docsh2.cxx</a> ;
util/extensions/prj/<a href='http://util.openoffice.org/source/browse/util/extensions/prj/build.lst.diff?r1=1.21&r2=1.21.110.1'>build.lst</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: dialogs and tabpages moved from offmgr </span>
<div class="file-list">
graphics/svx/source/dialog/ : <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/dialog/hyprlink.hrc.diff?r1=1.1.1.1&r2=1.1.1.1.528.1'>hyprlink.hrc</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/dialog/makefile.mk.diff?r1=1.18&r2=1.18.28.1'>makefile.mk</a> ;
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: FilterHdl for Graphics moved to desktop </span>
<div class="file-list">
framework/desktop/inc/<a href='http://framework.openoffice.org/source/browse/framework/desktop/inc/app.hxx.diff?r1=1.20&r2=1.20.70.1'>app.hxx</a>
</div>
</div>
<div class='added'>added : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22969'> #i22969#</a>: export file for new dialog lib </span>
<div class="file-list">
graphics/svx/util/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/util/cui.map.diff?r1=1.1&r2=1.1.2.1'>cui.map</a>
</div>
</div>
<div class='added'>added : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22969'> #i22969#</a>: implementation of new dialog factory </span>
<div class="file-list">
graphics/svx/source/dialog/ : <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/dialog/dlgfact.hxx.diff?r1=1.1&r2=1.1.2.1'>dlgfact.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/dialog/dlgfact.cxx.diff?r1=1.1&r2=1.1.2.1'>dlgfact.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/dialog/cuiexp.cxx.diff?r1=1.1&r2=1.1.2.1'>cuiexp.cxx</a> ;
</div>
</div>
<div class='added'>added : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: Intro completely moved from offmgr </span>
<div class="file-list">
graphics/svx/source/intro/ : <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/intro/cjk.src.diff?r1=1.1&r2=1.1.2.1'>cjk.src</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/intro/intro.hrc.diff?r1=1.1&r2=1.1.2.1'>intro.hrc</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/intro/iso.src.diff?r1=1.1&r2=1.1.2.1'>iso.src</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/intro/makefile.mk.diff?r1=1.1&r2=1.1.2.1'>makefile.mk</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/intro/ooo.src.diff?r1=1.1&r2=1.1.2.1'>ooo.src</a> ;
</div>
</div>
<div class='added'>added : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22969'> #i22969#</a>: helper for new dialog factory </span>
<div class="file-list">
framework/sfx2/inc/<a href='http://framework.openoffice.org/source/browse/framework/sfx2/inc/sfxdlg.hxx.diff?r1=1.1&r2=1.1.2.1'>sfxdlg.hxx</a>
graphics/svx/source/dialog/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/dialog/svxdlg.cxx.diff?r1=1.1&r2=1.1.2.1'>svxdlg.cxx</a>
graphics/svx/inc/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svxdlg.hxx.diff?r1=1.1&r2=1.1.2.1'>svxdlg.hxx</a>
framework/sfx2/source/dialog/<a href='http://framework.openoffice.org/source/browse/framework/sfx2/source/dialog/sfxdlg.cxx.diff?r1=1.1&r2=1.1.2.1'>sfxdlg.cxx</a>
</div>
</div>
<div class='added'>added : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: HTMLConfig moved to svx </span>
<div class="file-list">
graphics/svx/inc/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/htmlcfg.hxx.diff?r1=1.1&r2=1.1.2.1'>htmlcfg.hxx</a>
</div>
</div>
<div class='added'>added : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: FilterOptions moved to svt </span>
<div class="file-list">
util/svtools/source/config/<a href='http://util.openoffice.org/source/browse/util/svtools/source/config/fltrcfg.cxx.diff?r1=1.1&r2=1.1.2.1'>fltrcfg.cxx</a>
util/svtools/inc/<a href='http://util.openoffice.org/source/browse/util/svtools/inc/fltrcfg.hxx.diff?r1=1.1&r2=1.1.2.1'>fltrcfg.hxx</a>
</div>
</div>
<div class='added'>added : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: OfaPtrItem moved from offmgr </span>
<div class="file-list">
graphics/svx/source/items/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/items/ofaitem.cxx.diff?r1=1.1&r2=1.1.2.1'>ofaitem.cxx</a>
</div>
</div>
<div class='added'>added : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22969'> #i22969#</a>: Dialog ResMgr decoupled </span>
<div class="file-list">
graphics/svx/source/dialog/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/dialog/dialmgr.cxx.diff?r1=1.1&r2=1.1.2.1'>dialmgr.cxx</a>
</div>
</div>
<div class='added'>added : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: AppearanceConfig moved to svt </span>
<div class="file-list">
util/svtools/source/config/<a href='http://util.openoffice.org/source/browse/util/svtools/source/config/apearcfg.cxx.diff?r1=1.1&r2=1.1.2.1'>apearcfg.cxx</a>
util/svtools/inc/<a href='http://util.openoffice.org/source/browse/util/svtools/inc/apearcfg.hxx.diff?r1=1.1&r2=1.1.2.1'>apearcfg.hxx</a>
</div>
</div>
<div class='added'>added : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22969'> #i22969#</a>: use new Dialog Factory for SvxTextTabDialog, SvxTextAnimationTabpage </span>
<div class="file-list">
graphics/svx/source/dialog/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/dialog/textanim.hxx.diff?r1=1.1&r2=1.1.2.1'>textanim.hxx</a>
</div>
</div>
<div class='added'>added : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: OfaPtrItem moved to svx </span>
<div class="file-list">
graphics/svx/inc/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/ofaitem.hxx.diff?r1=1.1&r2=1.1.2.1'>ofaitem.hxx</a>
</div>
</div>
<div class='added'>added : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22969'> #i22969#</a>: defines for dialogs used with new factory </span>
<div class="file-list">
framework/sfx2/inc/<a href='http://framework.openoffice.org/source/browse/framework/sfx2/inc/dialogs.hrc.diff?r1=1.1&r2=1.1.2.1'>dialogs.hrc</a>
</div>
</div>
<div class='added'>added : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: AutoCorrCfg moved from offmgr </span>
<div class="file-list">
graphics/svx/source/editeng/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/editeng/acorrcfg.cxx.diff?r1=1.1&r2=1.1.2.1'>acorrcfg.cxx</a>
</div>
</div>
<div class='added'>added : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22969'> #i22969#</a>: dialogs and tabpages moved from offmgr </span>
<div class="file-list">
graphics/svx/source/dialog/ : <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/dialog/treeopt.hxx.diff?r1=1.1&r2=1.1.2.1'>treeopt.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/dialog/treeopt.src.diff?r1=1.1&r2=1.1.2.1'>treeopt.src</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/dialog/treeopt.hrc.diff?r1=1.1&r2=1.1.2.1'>treeopt.hrc</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/dialog/treeopt.cxx.diff?r1=1.1&r2=1.1.2.1'>treeopt.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/dialog/connpoolconfig.hxx.diff?r1=1.1&r2=1.1.2.1'>connpoolconfig.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/dialog/connpooloptions.src.diff?r1=1.1&r2=1.1.2.1'>connpooloptions.src</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/dialog/connpooloptions.hrc.diff?r1=1.1&r2=1.1.2.1'>connpooloptions.hrc</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/dialog/connpoolsettings.hxx.diff?r1=1.1&r2=1.1.2.1'>connpoolsettings.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/dialog/connpooloptions.hxx.diff?r1=1.1&r2=1.1.2.1'>connpooloptions.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/dialog/connpooloptions.cxx.diff?r1=1.1&r2=1.1.2.1'>connpooloptions.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/dialog/connpoolconfig.cxx.diff?r1=1.1&r2=1.1.2.1'>connpoolconfig.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/dialog/connpoolsettings.cxx.diff?r1=1.1&r2=1.1.2.1'>connpoolsettings.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/dialog/opthtml.src.diff?r1=1.1&r2=1.1.2.1'>opthtml.src</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/dialog/opthtml.hrc.diff?r1=1.1&r2=1.1.2.1'>opthtml.hrc</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/dialog/opthtml.hxx.diff?r1=1.1&r2=1.1.2.1'>opthtml.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/dialog/opthtml.cxx.diff?r1=1.1&r2=1.1.2.1'>opthtml.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/dialog/optfltr.src.diff?r1=1.1&r2=1.1.2.1'>optfltr.src</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/dialog/optfltr.hrc.diff?r1=1.1&r2=1.1.2.1'>optfltr.hrc</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/dialog/optfltr.hxx.diff?r1=1.1&r2=1.1.2.1'>optfltr.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/dialog/optfltr.cxx.diff?r1=1.1&r2=1.1.2.1'>optfltr.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/dialog/internationaloptions.src.diff?r1=1.1&r2=1.1.2.1'>internationaloptions.src</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/dialog/internationaloptions.hrc.diff?r1=1.1&r2=1.1.2.1'>internationaloptions.hrc</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/dialog/internationaloptions.hxx.diff?r1=1.1&r2=1.1.2.1'>internationaloptions.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/dialog/internationaloptions.cxx.diff?r1=1.1&r2=1.1.2.1'>internationaloptions.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/dialog/optmemory.src.diff?r1=1.1&r2=1.1.2.1'>optmemory.src</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/dialog/optmemory.hrc.diff?r1=1.1&r2=1.1.2.1'>optmemory.hrc</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/dialog/optmemory.hxx.diff?r1=1.1&r2=1.1.2.1'>optmemory.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/dialog/optmemory.cxx.diff?r1=1.1&r2=1.1.2.1'>optmemory.cxx</a> ;
</div>
</div>
<div class='added'>added : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22969'> #i22969#</a>: new abstract dialog factory </span>
<div class="file-list">
gsl/vcl/source/window/<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/window/abstdlg.cxx.diff?r1=1.1&r2=1.1.2.1'>abstdlg.cxx</a>
gsl/vcl/inc/<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/inc/abstdlg.hxx.diff?r1=1.1&r2=1.1.2.1'>abstdlg.hxx</a>
</div>
</div>
<div class='added'>added : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: HTMLOptions moved from offmgr </span>
<div class="file-list">
graphics/svx/source/options/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/options/htmlcfg.cxx.diff?r1=1.1&r2=1.1.2.1'>htmlcfg.cxx</a>
</div>
</div>
<div class='added'>added : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: MiscOptions moved to svt </span>
<div class="file-list">
util/svtools/source/config/<a href='http://util.openoffice.org/source/browse/util/svtools/source/config/misccfg.cxx.diff?r1=1.1&r2=1.1.2.1'>misccfg.cxx</a>
util/svtools/inc/<a href='http://util.openoffice.org/source/browse/util/svtools/inc/misccfg.hxx.diff?r1=1.1&r2=1.1.2.1'>misccfg.hxx</a>
</div>
</div>
<div class='added'>added : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: resources moved from ofa </span>
<div class="file-list">
graphics/svx/res/ : <a href='http://graphics.openoffice.org/source/browse/graphics/svx/res/tr10416.bmp?rev=1.1.2.1&content-type=text/x-cvsweb-markup'>tr10416.bmp</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/res/tr10432.bmp?rev=1.1.2.1&content-type=text/x-cvsweb-markup'>tr10432.bmp</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/res/tr10433.bmp?rev=1.1.2.1&content-type=text/x-cvsweb-markup'>tr10433.bmp</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/res/tr10434.bmp?rev=1.1.2.1&content-type=text/x-cvsweb-markup'>tr10434.bmp</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/res/tr10435.bmp?rev=1.1.2.1&content-type=text/x-cvsweb-markup'>tr10435.bmp</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/res/tr10436.bmp?rev=1.1.2.1&content-type=text/x-cvsweb-markup'>tr10436.bmp</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/res/tr10437.bmp?rev=1.1.2.1&content-type=text/x-cvsweb-markup'>tr10437.bmp</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/res/tr10439.bmp?rev=1.1.2.1&content-type=text/x-cvsweb-markup'>tr10439.bmp</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/res/tr10447.bmp?rev=1.1.2.1&content-type=text/x-cvsweb-markup'>tr10447.bmp</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/res/tr10450.bmp?rev=1.1.2.1&content-type=text/x-cvsweb-markup'>tr10450.bmp</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/res/tr10452.bmp?rev=1.1.2.1&content-type=text/x-cvsweb-markup'>tr10452.bmp</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/res/tr10921.bmp?rev=1.1.2.1&content-type=text/x-cvsweb-markup'>tr10921.bmp</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/res/trh10416.bmp?rev=1.1.2.1&content-type=text/x-cvsweb-markup'>trh10416.bmp</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/res/trh10432.bmp?rev=1.1.2.1&content-type=text/x-cvsweb-markup'>trh10432.bmp</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/res/trh10433.bmp?rev=1.1.2.1&content-type=text/x-cvsweb-markup'>trh10433.bmp</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/res/trh10434.bmp?rev=1.1.2.1&content-type=text/x-cvsweb-markup'>trh10434.bmp</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/res/trh10435.bmp?rev=1.1.2.1&content-type=text/x-cvsweb-markup'>trh10435.bmp</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/res/trh10436.bmp?rev=1.1.2.1&content-type=text/x-cvsweb-markup'>trh10436.bmp</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/res/trh10437.bmp?rev=1.1.2.1&content-type=text/x-cvsweb-markup'>trh10437.bmp</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/res/trh10439.bmp?rev=1.1.2.1&content-type=text/x-cvsweb-markup'>trh10439.bmp</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/res/trh10447.bmp?rev=1.1.2.1&content-type=text/x-cvsweb-markup'>trh10447.bmp</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/res/trh10450.bmp?rev=1.1.2.1&content-type=text/x-cvsweb-markup'>trh10450.bmp</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/res/trh10452.bmp?rev=1.1.2.1&content-type=text/x-cvsweb-markup'>trh10452.bmp</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/res/trh10921.bmp?rev=1.1.2.1&content-type=text/x-cvsweb-markup'>trh10921.bmp</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/res/oo10416.bmp?rev=1.1.2.1&content-type=text/x-cvsweb-markup'>oo10416.bmp</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/res/oo10432.bmp?rev=1.1.2.1&content-type=text/x-cvsweb-markup'>oo10432.bmp</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/res/oo10433.bmp?rev=1.1.2.1&content-type=text/x-cvsweb-markup'>oo10433.bmp</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/res/oo10434.bmp?rev=1.1.2.1&content-type=text/x-cvsweb-markup'>oo10434.bmp</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/res/oo10435.bmp?rev=1.1.2.1&content-type=text/x-cvsweb-markup'>oo10435.bmp</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/res/oo10436.bmp?rev=1.1.2.1&content-type=text/x-cvsweb-markup'>oo10436.bmp</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/res/oo10437.bmp?rev=1.1.2.1&content-type=text/x-cvsweb-markup'>oo10437.bmp</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/res/oo10439.bmp?rev=1.1.2.1&content-type=text/x-cvsweb-markup'>oo10439.bmp</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/res/oo10447.bmp?rev=1.1.2.1&content-type=text/x-cvsweb-markup'>oo10447.bmp</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/res/oo10450.bmp?rev=1.1.2.1&content-type=text/x-cvsweb-markup'>oo10450.bmp</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/res/oo10452.bmp?rev=1.1.2.1&content-type=text/x-cvsweb-markup'>oo10452.bmp</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/res/oo10921.bmp?rev=1.1.2.1&content-type=text/x-cvsweb-markup'>oo10921.bmp</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/res/cjkabout.bmp?rev=1.1.2.1&content-type=text/x-cvsweb-markup'>cjkabout.bmp</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/res/cjkintro.bmp?rev=1.1.2.1&content-type=text/x-cvsweb-markup'>cjkintro.bmp</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/res/openabout.bmp?rev=1.1.2.1&content-type=text/x-cvsweb-markup'>openabout.bmp</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/res/openintro.bmp?rev=1.1.2.1&content-type=text/x-cvsweb-markup'>openintro.bmp</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/res/openintro_sun.bmp?rev=1.1.2.1&content-type=text/x-cvsweb-markup'>openintro_sun.bmp</a> ;
</div>
</div>
<div class='added'>added : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: AutoCorrCfg moved to svx </span>
<div class="file-list">
graphics/svx/inc/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/acorrcfg.hxx.diff?r1=1.1&r2=1.1.2.1'>acorrcfg.hxx</a>
</div>
</div>
<div class='added'>added : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: dialogs and tabpages moved from offmgr </span>
<div class="file-list">
graphics/svx/source/dialog/ : <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/dialog/fontsubs.src.diff?r1=1.1&r2=1.1.2.1'>fontsubs.src</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/dialog/fontsubs.hrc.diff?r1=1.1&r2=1.1.2.1'>fontsubs.hrc</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/dialog/fontsubs.cxx.diff?r1=1.1&r2=1.1.2.1'>fontsubs.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/dialog/fontsubs.hxx.diff?r1=1.1&r2=1.1.2.1'>fontsubs.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/dialog/optgdlg.src.diff?r1=1.1&r2=1.1.2.1'>optgdlg.src</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/dialog/optgdlg.hrc.diff?r1=1.1&r2=1.1.2.1'>optgdlg.hrc</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/dialog/optgdlg.hxx.diff?r1=1.1&r2=1.1.2.1'>optgdlg.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/dialog/optgdlg.cxx.diff?r1=1.1&r2=1.1.2.1'>optgdlg.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/dialog/autocdlg.hrc.diff?r1=1.1&r2=1.1.2.1'>autocdlg.hrc</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/dialog/autocdlg.cxx.diff?r1=1.1&r2=1.1.2.1'>autocdlg.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/dialog/autocdlg.src.diff?r1=1.1&r2=1.1.2.1'>autocdlg.src</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/dialog/autocdlg.hxx.diff?r1=1.1&r2=1.1.2.1'>autocdlg.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/dialog/hyprdlg.hxx.diff?r1=1.1&r2=1.1.2.1'>hyprdlg.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/dialog/sdbcdriverenum.cxx.diff?r1=1.1&r2=1.1.2.1'>sdbcdriverenum.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/dialog/sdbcdriverenum.hxx.diff?r1=1.1&r2=1.1.2.1'>sdbcdriverenum.hxx</a> ;
</div>
</div>
<div class='added'>added : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: FontSubstConfig moved to svt </span>
<div class="file-list">
util/svtools/source/config/<a href='http://util.openoffice.org/source/browse/util/svtools/source/config/fontsubstconfig.cxx.diff?r1=1.1&r2=1.1.2.1'>fontsubstconfig.cxx</a>
util/svtools/inc/<a href='http://util.openoffice.org/source/browse/util/svtools/inc/fontsubstconfig.hxx.diff?r1=1.1&r2=1.1.2.1'>fontsubstconfig.hxx</a>
</div>
</div>
<div class='added'>added : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22972'> #i22972#</a>: global resource completely moved from offmgr </span>
<div class="file-list">
graphics/svx/source/src/ : <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/src/app.src.diff?r1=1.1&r2=1.1.2.1'>app.src</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/src/app.hrc.diff?r1=1.1&r2=1.1.2.1'>app.hrc</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/src/hidgen.hrc.diff?r1=1.1&r2=1.1.2.1'>hidgen.hrc</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/src/makefile.mk.diff?r1=1.1&r2=1.1.2.1'>makefile.mk</a> ;
</div>
</div>
<p>
<a name='cws_srx645_fwk01pp1'></a><a name='cws_srx645_fwk01pp1_kz'></a><div class="mergedbranch">cws_srx645_fwk01pp1 was changed by Kurt Zenker(kz) [ <a href='#merged_fwk01pp1'>and it was merged</a> ]</div>
<div class='modified'>modified : <span class='comment'> RESYNC:; FILE MERGED </span>
<div class="file-list">
files from:
framework/desktop/source/app/:
<a href='http://framework.openoffice.org/source/browse/framework/desktop/source/app/app.cxx.diff?r1=1.121.8.2&r2=1.121.8.3'>app.cxx</a>,
<a href='http://framework.openoffice.org/source/browse/framework/desktop/source/app/lockfile.cxx.diff?r1=1.5.106.1&r2=1.5.106.2'>lockfile.cxx</a>,
<a href='http://framework.openoffice.org/source/browse/framework/desktop/source/app/officeipcthread.cxx.diff?r1=1.36.24.2&r2=1.36.24.3'>officeipcthread.cxx</a>,
framework/sfx2/source/appl/<a href='http://framework.openoffice.org/source/browse/framework/sfx2/source/appl/appopen.cxx.diff?r1=1.72.48.1&r2=1.72.48.2'>appopen.cxx</a>
</div>
</div>
<p>
<a name='cws_src680_mullingarfilterteam18'></a><a name='cws_src680_mullingarfilterteam18_cmc'></a><div class="branch">cws_src680_mullingarfilterteam18 was changed by Caolán McNamara(cmc)</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=9055'> #i9055#</a> unused variable </span>
<div class="file-list">
graphics/svx/source/msfilter/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/msfilter/svxmsbas.cxx.diff?r1=1.4&r2=1.4.314.1'>svxmsbas.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=9055'> #i9055#</a> member init order different </span>
<div class="file-list">
graphics/svx/inc/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/outliner.hxx.diff?r1=1.43&r2=1.43.32.1'>outliner.hxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=18515'> #i18515#</a> Still problems, lets special case the no tab insert/delete option </span>
<div class="file-list">
sw/sw/source/filter/ww8/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/filter/ww8/ww8par.cxx.diff?r1=1.120.16.2&r2=1.120.16.3'>ww8par.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=9055'> #i9055#</a> delete anachronism unnecessary </span>
<div class="file-list">
sw/sw/source/core/txtnode/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/txtnode/thints.cxx.diff?r1=1.32&r2=1.32.56.1'>thints.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=9055'> #i9055#</a> member init order different, need virtual destructor </span>
<div class="file-list">
graphics/svx/source/msfilter/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/msfilter/msvbasic.cxx.diff?r1=1.12&r2=1.12.76.1'>msvbasic.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=9055'> #i9055#</a> need some extra {} </span>
<div class="file-list">
sw/sw/inc/<a href='http://sw.openoffice.org/source/browse/sw/sw/inc/iodetect.cxx.diff?r1=1.3&r2=1.3.68.1'>iodetect.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22635'> #i22635#</a> fix page follow for nonstandard page descriptor import mapping </span>
<div class="file-list">
sw/sw/source/filter/ww8/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/filter/ww8/ww8par.cxx.diff?r1=1.120.16.3&r2=1.120.16.4'>ww8par.cxx</a>
</div>
</div>
<p>
<a name='cws_src680_geordi2q09'></a><a name='cws_src680_geordi2q09_obo'></a><div class="mergedbranch">cws_src680_geordi2q09 was changed by Oliver Bolte(obo) [ <a href='#merged_geordi2q09'>and it was merged</a> ]</div>
<div class='modified'>modified : <span class='comment'> undo last change </span>
<div class="file-list">
api/offapi/prj/<a href='http://api.openoffice.org/source/browse/api/offapi/prj/d.lst.diff?r1=1.52.40.1&r2=1.52.40.2'>d.lst</a>
xml/xmloff/source/core/<a href='http://xml.openoffice.org/source/browse/xml/xmloff/source/core/xmltoken.cxx.diff?r1=1.47.18.1&r2=1.47.18.2'>xmltoken.cxx</a>
util/extensions/source/propctrlr/ : <a href='http://util.openoffice.org/source/browse/util/extensions/source/propctrlr/formstrings.hxx.diff?r1=1.18.8.1&r2=1.18.8.2'>formstrings.hxx</a>, <a href='http://util.openoffice.org/source/browse/util/extensions/source/propctrlr/formresid.hrc.diff?r1=1.17.8.1&r2=1.17.8.2'>formresid.hrc</a>, <a href='http://util.openoffice.org/source/browse/util/extensions/source/propctrlr/formmetadata.cxx.diff?r1=1.20.8.1&r2=1.20.8.2'>formmetadata.cxx</a>, <a href='http://util.openoffice.org/source/browse/util/extensions/source/propctrlr/formhelpid.hrc.diff?r1=1.8.12.1&r2=1.8.12.2'>formhelpid.hrc</a>, <a href='http://util.openoffice.org/source/browse/util/extensions/source/propctrlr/formcontroller.cxx.diff?r1=1.55.10.1&r2=1.55.10.2'>formcontroller.cxx</a>, <a href='http://util.openoffice.org/source/browse/util/extensions/source/propctrlr/browserlistbox.hxx.diff?r1=1.4.14.1&r2=1.4.14.2'>browserlistbox.hxx</a>, <a href='http://util.openoffice.org/source/browse/util/extensions/source/propctrlr/browserline.cxx.diff?r1=1.5.14.1&r2=1.5.14.2'>browserline.cxx</a> ;
xml/xmloff/source/forms/ : <a href='http://xml.openoffice.org/source/browse/xml/xmloff/source/forms/callbacks.hxx.diff?r1=1.10.24.1&r2=1.10.24.2'>callbacks.hxx</a>, <a href='http://xml.openoffice.org/source/browse/xml/xmloff/source/forms/elementexport.hxx.diff?r1=1.8.24.1&r2=1.8.24.2'>elementexport.hxx</a>, <a href='http://xml.openoffice.org/source/browse/xml/xmloff/source/forms/formattributes.cxx.diff?r1=1.11.22.1&r2=1.11.22.2'>formattributes.cxx</a>, <a href='http://xml.openoffice.org/source/browse/xml/xmloff/source/forms/formattributes.hxx.diff?r1=1.7.22.1&r2=1.7.22.2'>formattributes.hxx</a>, <a href='http://xml.openoffice.org/source/browse/xml/xmloff/source/forms/formenums.cxx.diff?r1=1.9.24.1&r2=1.9.24.2'>formenums.cxx</a>, <a href='http://xml.openoffice.org/source/browse/xml/xmloff/source/forms/formenums.hxx.diff?r1=1.7.24.1&r2=1.7.24.2'>formenums.hxx</a>, <a href='http://xml.openoffice.org/source/browse/xml/xmloff/source/forms/formlayerimport.cxx.diff?r1=1.10.24.1&r2=1.10.24.2'>formlayerimport.cxx</a>, <a href='http://xml.openoffice.org/source/browse/xml/xmloff/source/forms/layerimport.hxx.diff?r1=1.11.24.1&r2=1.11.24.2'>layerimport.hxx</a> ;
</div>
</div>
<div class='modified'>modified : <span class='comment'> #111934# join CWS pmselectedfixes4 </span>
<div class="file-list">
installation/scp/inc/<a href='http://installation.openoffice.org/source/browse/installation/scp/inc/gcfg.inc.diff?r1=1.67.58.1&r2=1.67.58.2'>gcfg.inc</a>
installation/setup2/script/<a href='http://installation.openoffice.org/source/browse/installation/setup2/script/setupzip_windows.inf.diff?r1=1.6.6.3&r2=1.6.6.4'>setupzip_windows.inf</a>
installation/scp/source/cde/<a href='http://installation.openoffice.org/source/browse/installation/scp/source/cde/module_cde.scp.diff?r1=1.3&r2=1.3.206.1'>module_cde.scp</a>
installation/setup2/source/ui/<a href='http://installation.openoffice.org/source/browse/installation/setup2/source/ui/main.cxx.diff?r1=1.116.2.1&r2=1.116.2.2'>main.cxx</a>
installation/setup2/win/source/loader/<a href='http://installation.openoffice.org/source/browse/installation/setup2/win/source/loader/loader.cxx.diff?r1=1.30.4.2&r2=1.30.4.3'>loader.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #111934# join CWS pp1selectedfixes3 </span>
<div class="file-list">
installation/scp/source/office/<a href='http://installation.openoffice.org/source/browse/installation/scp/source/office/unxbasic.scp.diff?r1=1.51&r2=1.51.8.1'>unxbasic.scp</a>
framework/sfx2/source/inc/<a href='http://framework.openoffice.org/source/browse/framework/sfx2/source/inc/objshimp.hxx.diff?r1=1.18&r2=1.18.44.1'>objshimp.hxx</a>
gsl/vcl/win/source/gdi/ : <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/win/source/gdi/salgdi3.cxx.diff?r1=1.49&r2=1.49.24.1'>salgdi3.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/win/source/gdi/salgdi.cxx.diff?r1=1.13&r2=1.13.192.1'>salgdi.cxx</a> ;
installation/setup2/source/agenda/<a href='http://installation.openoffice.org/source/browse/installation/setup2/source/agenda/action.cxx.diff?r1=1.85.2.1&r2=1.85.2.2'>action.cxx</a>
gsl/vcl/source/gdi/<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/gdi/outdev3.cxx.diff?r1=1.158&r2=1.158.2.1'>outdev3.cxx</a>
installation/setup2/source/basic/<a href='http://installation.openoffice.org/source/browse/installation/setup2/source/basic/sibasic.cxx.diff?r1=1.38&r2=1.38.84.1'>sibasic.cxx</a>
framework/desktop/util/<a href='http://framework.openoffice.org/source/browse/framework/desktop/util/makefile.mk.diff?r1=1.34&r2=1.34.6.1'>makefile.mk</a>
installation/setup2/script/<a href='http://installation.openoffice.org/source/browse/installation/setup2/script/setupzip_linux.inf.diff?r1=1.6.6.2&r2=1.6.6.3'>setupzip_linux.inf</a>
sw/sw/source/ui/uiview/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/ui/uiview/srcview.cxx.diff?r1=1.33&r2=1.33.72.1'>srcview.cxx</a>
framework/desktop/prj/<a href='http://framework.openoffice.org/source/browse/framework/desktop/prj/d.lst.diff?r1=1.23&r2=1.23.30.1'>d.lst</a>
util/extensions/source/ole/<a href='http://util.openoffice.org/source/browse/util/extensions/source/ole/servprov.cxx.diff?r1=1.11&r2=1.11.114.1'>servprov.cxx</a>
framework/sfx2/source/view/<a href='http://framework.openoffice.org/source/browse/framework/sfx2/source/view/prnmon.cxx.diff?r1=1.9&r2=1.9.44.1'>prnmon.cxx</a>
</div>
</div>
<p>
<a name='cws_srx645_draw22'></a><a name='cws_srx645_draw22_cl'></a><div class="branch">cws_srx645_draw22 was changed by Christian Lippka(cl)</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22184'> #i22184#</a> do not delete presentation objcets on masterpage when no autolayout is available anymore </span>
<div class="file-list">
graphics/sd/source/core/<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/core/sdpage.cxx.diff?r1=1.35.148.1&r2=1.35.148.2'>sdpage.cxx</a>
</div>
</div>
<p>
<a name='cws_srx645_vcl7pp1r1'></a><a name='cws_srx645_vcl7pp1r1_kz'></a><div class="mergedbranch">cws_srx645_vcl7pp1r1 was changed by Kurt Zenker(kz) [ <a href='#merged_vcl7pp1r1'>and it was merged</a> ]</div>
<div class='modified'>modified : <span class='comment'> RESYNC:; FILE MERGED </span>
<div class="file-list">
files from:
gsl/vcl/source/gdi/<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/gdi/outdev3.cxx.diff?r1=1.155.12.2&r2=1.155.12.3'>outdev3.cxx</a>
</div>
</div>
<p>
<a name='cws_srx645_vcl7pp1r2'></a><a name='cws_srx645_vcl7pp1r2_obo'></a><div class="mergedbranch">cws_srx645_vcl7pp1r2 was changed by Oliver Bolte(obo) [ <a href='#merged_vcl7pp1r2'>and it was merged</a> ]</div>
<div class='modified'>modified : <span class='comment'> RESYNC:; FILE MERGED </span>
<div class="file-list">
files from:
gsl/vcl/win/source/gdi/<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/win/source/gdi/salgdi3.cxx.diff?r1=1.48.40.1&r2=1.48.40.2'>salgdi3.cxx</a>
gsl/vcl/source/gdi/<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/gdi/outdev3.cxx.diff?r1=1.155.16.3&r2=1.155.16.4'>outdev3.cxx</a>
</div>
</div>
<p>
<a name='cws_srx645_alphaart'></a><a name='cws_srx645_alphaart_mmeeks'></a><div class="branch">cws_srx645_alphaart was changed by Michael Meeks(mmeeks)</div>
<div class='modified'>modified : <span class='comment'> A great swathe of alpha artwork: <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22149'> #22149</a> </span>
<div class="file-list">
framework/res/chinsim/ : <a href='http://framework.openoffice.org/source/browse/framework/res/chinsim/lc10008.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1397</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/chinsim/lc10009.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1398</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/chinsim/lc10014.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1399</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/chinsim/lc26648.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1400</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/chinsim/sc10008.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1401</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/chinsim/sc10009.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1402</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/chinsim/sc10014.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1403</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/chinsim/sc26648.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1404</a> ;
framework/res/span/ : <a href='http://framework.openoffice.org/source/browse/framework/res/span/lc10008.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1551</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/span/lc10009.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1552</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/span/lc10014.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1553</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/span/lc26648.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1554</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/span/sc10008.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1555</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/span/sc10009.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>1556</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/span/sc10014.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1557</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/span/sc26648.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1558</a> ;
framework/res/turk/ : <a href='http://framework.openoffice.org/source/browse/framework/res/turk/lc10008.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1559</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/turk/lc10009.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1560</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/turk/lc10014.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1561</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/turk/lc26648.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1562</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/turk/sc10008.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1563</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/turk/sc10009.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1564</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/turk/sc10014.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1565</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/turk/sc26648.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1566</a> ;
framework/res/slovak/ : <a href='http://framework.openoffice.org/source/browse/framework/res/slovak/lc10008.bmp?rev=1.2.20.1&content-type=text/x-cvsweb-markup'>1543</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/slovak/lc10009.bmp?rev=1.2.20.1&content-type=text/x-cvsweb-markup'>1544</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/slovak/lc10014.bmp?rev=1.2.20.1&content-type=text/x-cvsweb-markup'>1545</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/slovak/lc26648.bmp?rev=1.2.20.1&content-type=text/x-cvsweb-markup'>1546</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/slovak/sc10008.bmp?rev=1.2.20.1&content-type=text/x-cvsweb-markup'>1547</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/slovak/sc10009.bmp?rev=1.2.20.1&content-type=text/x-cvsweb-markup'>1548</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/slovak/sc10014.bmp?rev=1.2.20.1&content-type=text/x-cvsweb-markup'>1549</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/slovak/sc26648.bmp?rev=1.2.20.1&content-type=text/x-cvsweb-markup'>1550</a> ;
framework/res/japn/ : <a href='http://framework.openoffice.org/source/browse/framework/res/japn/lc10008.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1453</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/japn/lc10009.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1454</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/japn/lc10014.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1455</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/japn/lc26648.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1456</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/japn/sc10008.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1457</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/japn/sc10009.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1458</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/japn/sc10014.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1459</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/japn/sc26648.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1460</a> ;
framework/res/ : <a href='http://framework.openoffice.org/source/browse/framework/res/adrbook.bmp?rev=1.2.52.1&content-type=text/x-cvsweb-markup'>1</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/baswatr.bmp?rev=1.2.52.1&content-type=text/x-cvsweb-markup'>2</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/browse.bmp?rev=1.2.52.1&content-type=text/x-cvsweb-markup'>3</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/check.bmp?rev=1.1.1.1.96.1&content-type=text/x-cvsweb-markup'>4</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/cross.bmp?rev=1.1.1.1.96.1&content-type=text/x-cvsweb-markup'>5</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/fileopen.bmp?rev=1.2.52.1&content-type=text/x-cvsweb-markup'>6</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/foldercl.bmp?rev=1.2.58.1&content-type=text/x-cvsweb-markup'>7</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/folderop.bmp?rev=1.2.58.1&content-type=text/x-cvsweb-markup'>8</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/ftautosz.bmp?rev=1.2.52.1&content-type=text/x-cvsweb-markup'>9</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/ftdist.bmp?rev=1.2.52.1&content-type=text/x-cvsweb-markup'>10</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/ftmirror.bmp?rev=1.2.52.1&content-type=text/x-cvsweb-markup'>11</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/ftoff.bmp?rev=1.2.52.1&content-type=text/x-cvsweb-markup'>12</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/ftoutlin.bmp?rev=1.2.52.1&content-type=text/x-cvsweb-markup'>13</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/ftrotate.bmp?rev=1.2.52.1&content-type=text/x-cvsweb-markup'>14</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/ftshdang.bmp?rev=1.2.52.1&content-type=text/x-cvsweb-markup'>15</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/ftshdoff.bmp?rev=1.2.52.1&content-type=text/x-cvsweb-markup'>16</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/ftshdsiz.bmp?rev=1.2.52.1&content-type=text/x-cvsweb-markup'>17</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/ftshdwnm.bmp?rev=1.2.52.1&content-type=text/x-cvsweb-markup'>18</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/ftshdwsl.bmp?rev=1.2.52.1&content-type=text/x-cvsweb-markup'>19</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/ftshdwx.bmp?rev=1.2.52.1&content-type=text/x-cvsweb-markup'>20</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/ftshdwy.bmp?rev=1.2.52.1&content-type=text/x-cvsweb-markup'>21</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/ftshowfm.bmp?rev=1.2.52.1&content-type=text/x-cvsweb-markup'>22</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/ftslantx.bmp?rev=1.2.52.1&content-type=text/x-cvsweb-markup'>23</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/ftslanty.bmp?rev=1.2.52.1&content-type=text/x-cvsweb-markup'>24</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/ftstart.bmp?rev=1.2.52.1&content-type=text/x-cvsweb-markup'>25</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/ftuprght.bmp?rev=1.2.52.1&content-type=text/x-cvsweb-markup'>26</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/hldocntp.bmp?rev=1.1.1.1.96.1&content-type=text/x-cvsweb-markup'>27</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/hldoctp.bmp?rev=1.1.1.1.96.1&content-type=text/x-cvsweb-markup'>28</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/hlinettp.bmp?rev=1.1.1.1.96.1&content-type=text/x-cvsweb-markup'>29</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/hlmailtp.bmp?rev=1.1.1.1.96.1&content-type=text/x-cvsweb-markup'>30</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/im30819.bmp?rev=1.6.18.1&content-type=text/x-cvsweb-markup'>31</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/im30820.bmp?rev=1.2.58.1&content-type=text/x-cvsweb-markup'>32</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/im30821.bmp?rev=1.2.58.1&content-type=text/x-cvsweb-markup'>33</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/im30822.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>34</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/im30823.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>35</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/im30824.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>36</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/im30825.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>37</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/im30826.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>38</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/im30827.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>39</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/im30828.bmp?rev=1.1.1.1.96.1&content-type=text/x-cvsweb-markup'>40</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/im30838.bmp?rev=1.1.1.1.96.1&content-type=text/x-cvsweb-markup'>41</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/im30839.bmp?rev=1.1.1.1.96.1&content-type=text/x-cvsweb-markup'>42</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/im30840.bmp?rev=1.1.1.1.96.1&content-type=text/x-cvsweb-markup'>43</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/im30841.bmp?rev=1.1.1.1.96.1&content-type=text/x-cvsweb-markup'>44</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc00000.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>45</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05300.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>46</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05302.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>47</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05303.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>48</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05325.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>49</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05331.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>50</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05338.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>51</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05339.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>52</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05360.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>53</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05361.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>54</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05362.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>55</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05363.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>56</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05364.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>57</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05365.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>58</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05366.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>59</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05367.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>60</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05368.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>61</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05369.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>62</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05370.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>63</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05371.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>64</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05373.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>65</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05374.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>66</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05375.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>67</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05377.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>68</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05381.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>69</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05382.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>70</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05383.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>71</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05384.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>72</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05386.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>73</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05387.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>74</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05401.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>75</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05402.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>76</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05410.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>77</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05411.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>78</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05412.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>79</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05413.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>80</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05414.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>81</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05415.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>82</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05417.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>83</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05418.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>84</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05500.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>85</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05501.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>86</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05502.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>87</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05503.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>88</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05504.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>89</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05505.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>90</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05508.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>91</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05509.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>92</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05532.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>93</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05533.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>94</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05535.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>95</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05537.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>96</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05538.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>97</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05539.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>98</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05552.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>99</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05554.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>100</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05555.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>101</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05556.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>102</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05561.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>103</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05563.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>104</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05595.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>105</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05596.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>106</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05624.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>107</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05627.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>108</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05646.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>109</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05647.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>110</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05648.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>111</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05649.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>112</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05650.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>113</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05651.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>114</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05672.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>115</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05673.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>116</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05675.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>117</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05676.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>118</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05677.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>119</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05678.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>120</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05694.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>121</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05700.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>122</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05701.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>123</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05702.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>124</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05710.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>125</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05711.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>126</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05712.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>127</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05713.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>128</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05723.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>129</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05800.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>130</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05801.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>131</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05802.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>132</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05829.bmp?rev=1.2.54.1&content-type=text/x-cvsweb-markup'>133</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05905.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>134</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05906.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>135</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05951.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>136</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05953.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>137</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05954.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>138</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05955.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>139</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05956.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>140</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05957.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>141</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05958.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>142</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05960.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>143</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05961.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>144</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05962.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>145</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc05963.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>146</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc06300.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>147</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc06301.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>148</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc06302.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>149</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc06303.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>150</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc06304.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>151</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc06305.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>152</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc06306.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>153</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc06308.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>154</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc06309.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>155</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc06312.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>156</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc06313.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>157</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc06314.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>158</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc06315.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>159</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc06318.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>160</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc06331.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>161</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc06332.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>162</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc06333.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>163</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc06334.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>164</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc06335.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>165</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc06336.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>166</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc06337.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>167</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc06338.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>168</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc06339.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>169</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc06350.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>170</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc06351.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>171</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc06352.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>172</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc06353.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>173</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc06354.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>174</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc06355.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>175</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc06356.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>176</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc06357.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>177</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc06358.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>178</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc06362.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>179</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc06363.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>180</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc06364.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>181</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc06370.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>182</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc06377.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>183</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc06379.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>184</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc06384.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>185</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc06522.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>186</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc06553.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>187</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc06578.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>188</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc06579.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>189</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc06580.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>190</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc06581.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>191</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc06594.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>192</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc06595.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>193</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc06596.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>194</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc06626.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>195</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc06635.bmp?rev=1.3.30.1&content-type=text/x-cvsweb-markup'>196</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc06644.bmp?rev=1.3.30.1&content-type=text/x-cvsweb-markup'>197</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc06647.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>198</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc06660.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>199</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc06669.bmp?rev=1.2.54.1&content-type=text/x-cvsweb-markup'>200</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc06674.bmp?rev=1.3.56.1&content-type=text/x-cvsweb-markup'>201</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc06678.bmp?rev=1.1.54.1&content-type=text/x-cvsweb-markup'>202</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc09168.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>203</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc09169.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>204</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc09170.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>205</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc09171.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>206</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc09173.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>207</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc09177.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>208</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10000.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>209</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10006.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>210</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10007.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>211</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10008.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>212</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10009.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>213</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10010.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>214</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10012.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>215</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10013.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>216</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10014.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>217</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10015.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>218</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10017.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>219</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10028.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>220</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10029.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>221</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10030.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>222</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10031.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>223</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10034.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>224</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10035.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>225</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10036.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>226</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10045.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>227</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10050.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>228</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10055.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>229</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10087.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>230</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10096.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>231</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10097.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>232</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10098.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>233</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10099.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>234</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10100.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>235</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10101.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>236</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10102.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>237</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10103.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>238</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10104.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>239</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10105.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>240</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10106.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>241</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10107.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>242</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10108.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>243</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10109.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>244</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10110.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>245</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10111.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>246</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10112.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>247</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10113.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>248</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10114.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>249</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10115.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>250</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10116.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>251</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10117.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>252</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10118.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>253</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10119.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>254</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10120.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>255</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10121.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>256</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10122.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>257</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10123.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>258</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10124.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>259</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10125.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>260</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10126.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>261</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10127.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>262</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10128.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>263</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10129.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>264</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10130.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>265</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10131.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>266</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10132.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>267</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10133.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>268</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10134.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>269</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10135.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>270</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10136.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>271</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10137.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>272</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10138.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>273</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10139.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>274</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10140.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>275</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10141.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>276</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10142.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>277</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10143.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>278</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10144.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>279</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10145.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>280</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10146.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>281</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10147.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>282</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10148.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>283</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10150.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>284</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10151.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>285</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10152.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>286</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10153.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>287</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10154.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>288</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10155.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>289</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10156.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>290</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10157.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>291</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10158.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>292</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10159.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>293</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10160.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>294</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10161.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>295</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10162.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>296</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10163.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>297</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10164.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>298</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10169.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>299</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10171.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>300</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10172.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>301</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10185.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>302</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10186.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>303</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10187.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>304</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10188.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>305</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10189.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>306</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10190.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>307</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10191.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>308</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10192.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>309</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10193.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>310</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10194.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>311</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10195.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>312</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10196.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>313</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10197.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>314</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10198.bmp?rev=1.2.54.1&content-type=text/x-cvsweb-markup'>315</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10199.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>316</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10200.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>317</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10201.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>318</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10217.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>319</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10231.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>320</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10232.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>321</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10233.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>322</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10241.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>323</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10242.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>324</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10243.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>325</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10244.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>326</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10253.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>327</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10254.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>328</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10255.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>329</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10256.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>330</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10282.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>331</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10283.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>332</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10286.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>333</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10287.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>334</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10294.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>335</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10295.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>336</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10296.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>337</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10297.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>338</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10301.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>339</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10334.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>340</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10350.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>341</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10360.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>342</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10366.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>343</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10371.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>344</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10375.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>345</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10376.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>346</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10378.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>347</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10379.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>348</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10380.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>349</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10381.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>350</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10382.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>351</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10383.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>352</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10384.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>353</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10385.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>354</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10386.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>355</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10387.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>356</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10388.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>357</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10389.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>358</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10390.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>359</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10391.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>360</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10392.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>361</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10393.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>362</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10394.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>363</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10395.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>364</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10396.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>365</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10397.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>366</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10398.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>367</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10399.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>368</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10400.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>369</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10401.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>370</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10402.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>371</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10403.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>372</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10434.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>373</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10454.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>374</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10455.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>375</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10458.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>376</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10461.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>377</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10462.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>378</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10463.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>379</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10464.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>380</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10465.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>381</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10469.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>382</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10470.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>383</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10471.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>384</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10472.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>385</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10473.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>386</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10474.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>387</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10475.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>388</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10476.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>389</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10477.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>390</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10478.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>391</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10479.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>392</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10480.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>393</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10489.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>394</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10503.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>395</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10537.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>396</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10593.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>397</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10594.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>398</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10595.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>399</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10596.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>400</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10597.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>401</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10598.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>402</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10599.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>403</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10600.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>404</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10601.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>405</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10602.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>406</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10603.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>407</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10604.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>408</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10605.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>409</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10613.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>410</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10614.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>411</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10615.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>412</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10616.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>413</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10617.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>414</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10618.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>415</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10619.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>416</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10620.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>417</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10621.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>418</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10623.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>419</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10627.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>420</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10629.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>421</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10630.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>422</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10633.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>423</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10644.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>424</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10648.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>425</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10649.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>426</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10704.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>427</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10705.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>428</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10706.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>429</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10707.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>430</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10708.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>431</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10710.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>432</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10711.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>433</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10712.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>434</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10713.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>435</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10714.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>436</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10715.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>437</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10716.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>438</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10717.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>439</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10720.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>440</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10721.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>441</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10722.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>442</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10723.bmp?rev=1.5.52.1&content-type=text/x-cvsweb-markup'>443</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10724.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>444</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10725.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>445</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10728.bmp?rev=1.5.52.1&content-type=text/x-cvsweb-markup'>446</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10729.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>447</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10731.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>448</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10732.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>449</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10742.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>450</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10743.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>451</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10744.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>452</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10745.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>453</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10746.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>454</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10748.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>455</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10761.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>456</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10762.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>457</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10763.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>458</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10764.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>459</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10851.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>460</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10852.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>461</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10853.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>462</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10854.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>463</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10863.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>464</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10864.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>465</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10865.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>466</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10866.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>467</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10867.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>468</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10868.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>469</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10869.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>470</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10870.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>471</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10871.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>472</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10883.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>473</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10905.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>474</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10906.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>475</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10907.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>476</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10908.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>477</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10926.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>478</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10927.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>479</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10928.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>480</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10929.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>481</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10936.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>482</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10937.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>483</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10938.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>484</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10939.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>485</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10940.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>486</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10941.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>487</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10942.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>488</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10943.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>489</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10950.bmp?rev=1.2.54.1&content-type=text/x-cvsweb-markup'>490</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc10951.bmp?rev=1.2.54.1&content-type=text/x-cvsweb-markup'>491</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc12021.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>492</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc12201.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>493</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc12202.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>494</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc12203.bmp?rev=1.5.52.1&content-type=text/x-cvsweb-markup'>495</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc12204.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>496</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc12212.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>497</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc12221.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>498</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc12222.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>499</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc12223.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>500</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc12224.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>501</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc12225.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>502</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc12226.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>503</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc12227.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>504</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc12228.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>505</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc12229.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>506</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc12230.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>507</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc12231.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>508</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc12232.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>509</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc12234.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>510</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc12235.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>511</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc12236.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>512</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc12237.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>513</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc12238.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>514</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc12242.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>515</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc14780.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>516</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc14781.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>517</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc14785.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>518</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc14786.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>519</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc20028.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>520</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc20138.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>521</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc20144.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>522</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc26648.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>523</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc27030.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>524</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc27065.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>525</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc27066.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>526</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc27067.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>527</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc27096.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>528</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc27097.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>529</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc27100.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>530</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc27101.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>531</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc27153.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>532</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc27154.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>533</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc27322.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>534</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc30000.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>535</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc30768.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>536</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc30769.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>537</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc30770.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>538</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc30773.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>539</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc30774.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>540</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc30782.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>541</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc30810.bmp?rev=1.2.28.1&content-type=text/x-cvsweb-markup'>542</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lc6377.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>543</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lo03123.bmp?rev=1.2.30.1&content-type=text/x-cvsweb-markup'>544</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lo03126.bmp?rev=1.2.30.1&content-type=text/x-cvsweb-markup'>545</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lo03127.bmp?rev=1.2.30.1&content-type=text/x-cvsweb-markup'>546</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lo03130.bmp?rev=1.2.30.1&content-type=text/x-cvsweb-markup'>547</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lo03139.bmp?rev=1.2.30.1&content-type=text/x-cvsweb-markup'>548</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lo03144.bmp?rev=1.2.30.1&content-type=text/x-cvsweb-markup'>549</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lo03162.bmp?rev=1.2.30.1&content-type=text/x-cvsweb-markup'>550</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lo03163.bmp?rev=1.2.30.1&content-type=text/x-cvsweb-markup'>551</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lo03216.bmp?rev=1.2.30.1&content-type=text/x-cvsweb-markup'>552</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lo03226.bmp?rev=1.2.30.1&content-type=text/x-cvsweb-markup'>553</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lo03227.bmp?rev=1.2.30.1&content-type=text/x-cvsweb-markup'>554</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lo03228.bmp?rev=1.2.30.1&content-type=text/x-cvsweb-markup'>555</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lo03242.bmp?rev=1.2.30.1&content-type=text/x-cvsweb-markup'>556</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lx03125.bmp?rev=1.1.1.1.96.1&content-type=text/x-cvsweb-markup'>557</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lx03129.bmp?rev=1.2.80.1&content-type=text/x-cvsweb-markup'>558</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lx03131.bmp?rev=1.1.1.1.96.1&content-type=text/x-cvsweb-markup'>559</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lx03132.bmp?rev=1.1.1.1.96.1&content-type=text/x-cvsweb-markup'>560</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lx03137.bmp?rev=1.1.1.1.96.1&content-type=text/x-cvsweb-markup'>561</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lx03140.bmp?rev=1.1.1.1.96.1&content-type=text/x-cvsweb-markup'>562</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lx03145.bmp?rev=1.1.1.1.96.1&content-type=text/x-cvsweb-markup'>563</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lx03150.bmp?rev=1.1.1.1.96.1&content-type=text/x-cvsweb-markup'>564</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lx03158.bmp?rev=1.1.1.1.96.1&content-type=text/x-cvsweb-markup'>565</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lx03160.bmp?rev=1.1.1.1.96.1&content-type=text/x-cvsweb-markup'>566</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lx03161.bmp?rev=1.1.1.1.96.1&content-type=text/x-cvsweb-markup'>567</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lx03189.bmp?rev=1.1.1.1.96.1&content-type=text/x-cvsweb-markup'>568</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lx03219.bmp?rev=1.1.1.1.96.1&content-type=text/x-cvsweb-markup'>569</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lx03241.bmp?rev=1.2.80.1&content-type=text/x-cvsweb-markup'>570</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lx03243.bmp?rev=1.1.70.1&content-type=text/x-cvsweb-markup'>571</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/lx03244.bmp?rev=1.1.70.1&content-type=text/x-cvsweb-markup'>572</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/newdoc.bmp?rev=1.2.52.1&content-type=text/x-cvsweb-markup'>573</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc00000.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>574</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05300.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>575</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05302.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>576</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05303.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>577</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05325.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>578</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05331.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>579</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05338.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>580</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05339.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>581</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05360.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>582</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05361.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>583</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05362.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>584</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05363.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>585</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05364.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>586</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05365.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>587</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05366.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>588</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05367.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>589</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05368.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>590</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05369.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>591</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05370.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>592</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05371.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>593</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05373.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>594</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05374.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>595</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05375.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>596</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05377.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>597</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05381.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>598</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05382.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>599</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05383.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>600</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05384.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>601</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05386.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>602</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05387.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>603</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05401.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>604</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05402.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>605</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05410.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>606</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05411.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>607</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05412.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>608</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05413.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>609</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05414.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>610</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05415.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>611</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05417.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>612</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05418.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>613</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05500.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>614</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05501.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>615</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05502.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>616</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05503.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>617</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05504.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>618</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05505.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>619</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05508.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>620</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05509.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>621</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05532.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>622</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05533.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>623</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05535.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>624</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05537.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>625</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05538.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>626</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05539.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>627</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05552.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>628</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05554.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>629</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05555.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>630</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05556.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>631</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05561.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>632</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05563.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>633</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05595.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>634</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05596.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>635</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05624.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>636</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05627.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>637</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05646.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>638</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05647.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>639</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05648.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>640</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05649.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>641</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05650.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>642</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05651.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>643</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05672.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>644</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05673.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>645</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05675.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>646</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05676.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>647</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05677.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>648</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05678.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>649</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05694.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>650</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05700.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>651</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05701.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>652</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05702.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>653</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05710.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>654</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05711.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>655</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05712.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>656</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05713.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>657</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05723.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>658</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05800.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>659</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05801.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>660</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05802.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>661</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05829.bmp?rev=1.2.54.1&content-type=text/x-cvsweb-markup'>662</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05904.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>663</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05905.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>664</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05906.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>665</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05951.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>666</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05952.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>667</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05953.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>668</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05954.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>669</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05955.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>670</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05956.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>671</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05957.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>672</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05958.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>673</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05960.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>674</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05961.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>675</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05962.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>676</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc05963.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>677</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc06300.bmp?rev=1.5.52.1&content-type=text/x-cvsweb-markup'>678</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc06301.bmp?rev=1.5.52.1&content-type=text/x-cvsweb-markup'>679</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc06302.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>680</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc06303.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>681</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc06304.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>682</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc06305.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>683</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc06306.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>684</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc06308.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>685</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc06309.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>686</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc06312.bmp?rev=1.5.52.1&content-type=text/x-cvsweb-markup'>687</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc06313.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>688</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc06314.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>689</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc06315.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>690</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc06318.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>691</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc06330.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>692</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc06331.bmp?rev=1.5.52.1&content-type=text/x-cvsweb-markup'>693</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc06332.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>694</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc06333.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>695</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc06334.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>696</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc06335.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>697</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc06336.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>698</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc06337.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>699</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc06338.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>700</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc06339.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>701</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc06350.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>702</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc06351.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>703</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc06352.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>704</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc06353.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>705</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc06354.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>706</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc06355.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>707</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc06356.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>708</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc06357.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>709</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc06358.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>710</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc06362.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>711</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc06363.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>712</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc06364.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>713</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc06370.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>714</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc06377.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>715</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc06379.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>716</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc06384.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>717</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc06522.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>718</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc06553.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>719</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc06578.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>720</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc06579.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>721</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc06580.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>722</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc06581.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>723</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc06594.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>724</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc06595.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>725</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc06596.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>726</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc06626.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>727</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc06635.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>728</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc06644.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>729</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc06647.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>730</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc06660.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>731</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc06669.bmp?rev=1.2.54.1&content-type=text/x-cvsweb-markup'>732</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc06674.bmp?rev=1.3.56.1&content-type=text/x-cvsweb-markup'>733</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc06678.bmp?rev=1.1.54.1&content-type=text/x-cvsweb-markup'>734</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc09168.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>735</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc09169.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>736</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc09170.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>737</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc09171.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>738</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc09173.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>739</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc09177.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>740</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10000.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>741</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10006.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>742</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10007.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>743</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10008.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>744</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10009.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>745</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10010.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>746</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10012.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>747</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10013.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>748</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10014.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>749</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10015.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>750</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10016.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>751</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10017.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>752</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10028.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>753</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10029.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>754</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10030.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>755</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10031.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>756</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10034.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>757</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10035.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>758</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10036.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>759</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10045.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>760</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10050.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>761</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10055.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>762</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10087.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>763</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10096.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>764</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10097.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>765</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10098.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>766</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10099.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>767</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10100.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>768</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10101.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>769</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10102.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>770</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10103.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>771</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10104.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>772</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10105.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>773</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10106.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>774</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10107.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>775</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10108.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>776</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10109.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>777</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10110.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>778</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10111.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>779</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10112.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>780</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10113.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>781</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10114.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>782</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10115.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>783</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10116.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>784</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10117.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>785</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10118.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>786</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10119.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>787</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10120.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>788</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10121.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>789</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10122.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>790</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10123.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>791</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10124.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>792</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10125.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>793</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10126.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>794</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10127.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>795</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10128.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>796</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10129.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>797</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10130.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>798</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10131.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>799</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10132.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>800</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10133.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>801</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10134.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>802</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10135.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>803</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10136.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>804</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10137.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>805</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10138.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>806</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10139.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>807</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10140.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>808</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10141.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>809</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10142.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>810</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10143.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>811</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10144.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>812</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10145.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>813</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10146.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>814</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10147.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>815</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10148.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>816</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10150.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>817</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10151.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>818</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10152.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>819</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10153.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>820</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10154.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>821</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10155.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>822</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10156.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>823</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10157.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>824</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10158.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>825</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10159.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>826</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10160.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>827</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10161.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>828</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10162.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>829</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10163.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>830</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10164.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>831</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10169.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>832</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10171.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>833</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10172.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>834</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10185.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>835</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10186.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>836</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10187.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>837</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10188.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>838</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10189.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>839</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10190.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>840</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10191.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>841</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10192.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>842</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10193.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>843</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10194.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>844</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10195.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>845</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10196.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>846</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10197.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>847</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10198.bmp?rev=1.2.54.1&content-type=text/x-cvsweb-markup'>848</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10199.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>849</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10200.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>850</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10201.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>851</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10217.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>852</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10223.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>853</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10224.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>854</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10231.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>855</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10232.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>856</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10233.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>857</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10240.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>858</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10241.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>859</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10242.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>860</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10243.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>861</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10244.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>862</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10253.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>863</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10254.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>864</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10255.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>865</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10256.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>866</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10282.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>867</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10283.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>868</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10286.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>869</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10287.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>870</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10294.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>871</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10295.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>872</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10296.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>873</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10297.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>874</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10301.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>875</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10334.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>876</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10350.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>877</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10360.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>878</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10366.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>879</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10371.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>880</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10375.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>881</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10376.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>882</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10378.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>883</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10379.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>884</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10380.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>885</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10381.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>886</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10382.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>887</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10383.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>888</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10384.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>889</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10385.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>890</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10386.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>891</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10387.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>892</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10388.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>893</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10389.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>894</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10390.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>895</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10391.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>896</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10392.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>897</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10393.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>898</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10394.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>899</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10395.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>900</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10396.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>901</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10397.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>902</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10398.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>903</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10399.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>904</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10400.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>905</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10401.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>906</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10402.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>907</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10403.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>908</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10434.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>909</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10454.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>910</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10455.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>911</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10458.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>912</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10461.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>913</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10462.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>914</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10463.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>915</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10464.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>916</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10465.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>917</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10469.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>918</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10470.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>919</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10471.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>920</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10472.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>921</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10473.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>922</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10474.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>923</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10475.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>924</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10476.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>925</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10477.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>926</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10478.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>927</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10479.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>928</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10480.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>929</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10489.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>930</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10503.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>931</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10537.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>932</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10593.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>933</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10594.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>934</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10595.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>935</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10596.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>936</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10597.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>937</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10598.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>938</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10599.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>939</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10600.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>940</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10601.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>941</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10602.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>942</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10603.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>943</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10604.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>944</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10605.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>945</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10613.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>946</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10614.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>947</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10615.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>948</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10616.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>949</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10617.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>950</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10618.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>951</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10619.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>952</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10620.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>953</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10621.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>954</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10623.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>955</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10627.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>956</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10629.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>957</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10630.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>958</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10633.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>959</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10644.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>960</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10648.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>961</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10649.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>962</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10704.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>963</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10705.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>964</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10706.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>965</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10707.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>966</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10708.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>967</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10710.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>968</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10711.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>969</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10712.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>970</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10713.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>971</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10714.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>972</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10715.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>973</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10716.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>974</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10717.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>975</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10720.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>976</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10721.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>977</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10722.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>978</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10723.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>979</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10724.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>980</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10725.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>981</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10728.bmp?rev=1.5.52.1&content-type=text/x-cvsweb-markup'>982</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10729.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>983</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10731.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>984</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10732.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>985</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10742.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>986</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10743.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>987</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10744.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>988</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10745.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>989</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10746.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>990</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10748.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>991</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10761.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>992</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10762.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>993</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10763.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>994</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10764.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>995</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10851.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>996</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10852.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>997</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10853.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>998</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10854.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>999</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10863.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1000</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10864.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1001</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10865.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1002</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10866.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1003</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10867.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1004</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10868.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1005</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10869.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1006</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10870.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1007</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10871.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1008</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10883.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1009</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10905.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1010</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10906.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>1011</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10907.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1012</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10908.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1013</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10926.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1014</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10927.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1015</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10928.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1016</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10929.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1017</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10936.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1018</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10937.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1019</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10938.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1020</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10939.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1021</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10940.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1022</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10941.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1023</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10942.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1024</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10943.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1025</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10950.bmp?rev=1.2.54.1&content-type=text/x-cvsweb-markup'>1026</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc10951.bmp?rev=1.2.54.1&content-type=text/x-cvsweb-markup'>1027</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc12021.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1028</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc12201.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1029</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc12202.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1030</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc12203.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>1031</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc12204.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1032</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc12212.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1033</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc12221.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1034</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc12222.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1035</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc12223.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1036</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc12224.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1037</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc12225.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1038</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc12226.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1039</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc12227.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1040</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc12228.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1041</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc12229.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1042</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc12230.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1043</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc12231.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1044</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc12232.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1045</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc12234.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1046</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc12235.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1047</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc12236.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1048</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc12237.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1049</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc12238.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1050</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc12242.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1051</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc14780.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1052</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc14781.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1053</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc14785.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1054</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc14786.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1055</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc18002.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1056</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc18003.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1057</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc18013.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1058</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc18022.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1059</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc20028.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1060</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc20138.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1061</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc20144.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1062</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc21050.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1063</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc21051.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1064</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc21060.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1065</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc21061.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1066</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc21062.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1067</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc21070.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1068</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc21080.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1069</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc21100.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1070</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc21101.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1071</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc21102.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1072</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc21103.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1073</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc21104.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1074</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc21105.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1075</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc21110.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1076</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc21111.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1077</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc21120.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1078</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc21121.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1079</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc21130.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1080</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc21140.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1081</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc21141.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1082</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc21142.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1083</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc21150.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1084</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc21160.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1085</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc21170.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1086</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc21180.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1087</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc21190.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1088</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc21200.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1089</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc21210.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1090</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc21220.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1091</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc21230.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1092</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc21240.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1093</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc21250.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1094</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc26648.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1095</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc27030.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1096</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc27065.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1097</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc27066.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1098</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc27067.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1099</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc27096.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1100</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc27097.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1101</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc27100.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1102</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc27101.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1103</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc27153.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1104</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc27154.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1105</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc27322.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1106</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc30000.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1107</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc30001.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1108</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc30002.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1109</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc30003.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1110</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc30004.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1111</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc30005.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1112</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc30006.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1113</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc30007.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1114</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc30008.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1115</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc30009.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1116</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc30010.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1117</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc30011.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1118</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc30012.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1119</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc30768.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1120</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc30769.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1121</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc30770.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1122</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc30773.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1123</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc30774.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1124</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc30782.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1125</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc30810.bmp?rev=1.2.28.1&content-type=text/x-cvsweb-markup'>1126</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sc6377.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1127</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sco206.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1128</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/script.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1129</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm00000.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1130</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm05300.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1131</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm05302.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1132</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm05303.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1133</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm05401.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1134</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm05402.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1135</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm05410.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1136</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm05500.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1137</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm05501.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1138</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm05502.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1139</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm05503.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1140</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm05504.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1141</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm05505.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1142</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm05508.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1143</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm05509.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1144</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm05537.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1145</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm05539.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1146</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm05552.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1147</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm05554.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1148</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm05555.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1149</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm05556.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1150</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm05561.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1151</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm05624.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1152</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm05700.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1153</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm05701.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1154</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm05702.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1155</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm05710.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1156</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm05711.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1157</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm05712.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1158</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm05713.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1159</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm05723.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1160</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm05800.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1161</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm05801.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1162</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm05802.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1163</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm05904.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1164</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm05905.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1165</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm05906.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1166</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm05951.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1167</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm05952.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1168</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm05953.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1169</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm05954.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1170</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm05955.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1171</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm05956.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1172</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm05957.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1173</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm05958.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1174</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm05960.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1175</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm05963.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1176</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10000.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1177</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10006.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1178</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10007.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1179</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10008.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1180</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10009.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1181</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10012.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1182</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10014.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1183</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10015.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1184</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10016.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1185</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10017.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1186</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10028.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1187</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10029.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1188</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10030.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1189</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10031.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1190</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10034.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1191</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10035.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1192</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10036.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1193</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10045.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1194</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10050.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1195</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10055.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1196</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10087.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1197</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10096.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1198</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10097.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1199</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10098.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1200</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10099.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1201</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10100.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1202</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10101.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1203</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10102.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1204</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10103.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1205</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10104.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1206</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10105.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1207</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10106.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1208</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10107.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1209</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10108.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1210</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10109.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1211</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10110.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1212</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10111.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1213</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10112.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1214</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10113.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1215</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10114.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1216</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10115.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1217</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10116.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1218</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10117.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1219</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10118.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1220</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10119.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1221</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10120.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1222</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10121.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1223</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10122.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1224</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10123.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1225</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10124.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1226</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10125.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1227</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10126.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1228</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10127.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1229</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10128.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1230</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10129.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1231</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10130.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1232</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10131.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1233</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10132.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1234</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10133.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1235</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10134.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1236</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10135.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1237</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10136.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1238</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10137.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1239</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10138.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1240</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10139.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1241</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10140.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1242</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10141.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1243</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10142.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1244</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10143.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1245</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10144.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1246</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10145.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1247</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10146.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1248</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10147.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1249</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10148.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1250</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10150.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1251</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10151.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1252</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10152.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1253</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10153.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1254</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10154.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1255</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10155.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1256</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10156.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1257</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10157.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1258</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10158.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1259</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10159.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1260</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10160.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1261</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10161.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1262</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10162.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1263</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10163.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1264</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10164.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1265</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10169.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1266</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10171.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1267</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10172.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1268</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10185.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1269</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10186.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1270</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10187.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1271</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10188.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1272</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10189.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1273</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10190.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1274</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10191.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1275</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10192.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1276</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10198.bmp?rev=1.1.62.1&content-type=text/x-cvsweb-markup'>1277</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10199.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1278</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10200.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1279</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10201.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1280</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10217.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1281</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10223.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1282</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10224.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1283</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10231.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1284</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10232.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1285</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10233.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1286</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10240.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1287</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10241.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1288</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10242.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1289</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10243.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1290</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10244.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1291</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10253.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1292</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10254.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1293</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10255.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1294</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10282.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1295</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10283.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1296</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10286.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1297</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10287.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1298</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10294.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1299</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10295.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1300</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10296.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1301</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm10297.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1302</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm14780.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1303</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm14781.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1304</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm14785.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1305</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm14786.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1306</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm21050.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1307</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm21051.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1308</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm21060.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1309</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm21061.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1310</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm21062.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1311</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm21070.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1312</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm21080.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1313</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm21100.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1314</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm21101.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1315</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm21102.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1316</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm21103.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1317</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm21104.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1318</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm21105.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1319</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm21110.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1320</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm21111.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1321</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm21120.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1322</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm21121.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1323</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm21140.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1324</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm21141.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1325</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm21142.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1326</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm21150.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1327</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm21170.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1328</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm21180.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1329</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm21190.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1330</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm21200.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1331</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm21210.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1332</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm21230.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1333</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm21240.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1334</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm21250.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1335</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm30000.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1336</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm30001.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1337</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm30002.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1338</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm30003.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1339</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm30004.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1340</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm30005.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1341</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm30006.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1342</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm30007.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1343</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm30008.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1344</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm30009.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1345</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm30010.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1346</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm30011.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1347</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sm30012.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1348</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/so03123.bmp?rev=1.2.30.1&content-type=text/x-cvsweb-markup'>1349</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/so03126.bmp?rev=1.2.30.1&content-type=text/x-cvsweb-markup'>1350</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/so03127.bmp?rev=1.2.30.1&content-type=text/x-cvsweb-markup'>1351</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/so03130.bmp?rev=1.2.30.1&content-type=text/x-cvsweb-markup'>1352</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/so03139.bmp?rev=1.2.30.1&content-type=text/x-cvsweb-markup'>1353</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/so03144.bmp?rev=1.2.30.1&content-type=text/x-cvsweb-markup'>1354</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/so03162.bmp?rev=1.2.30.1&content-type=text/x-cvsweb-markup'>1355</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/so03163.bmp?rev=1.2.30.1&content-type=text/x-cvsweb-markup'>1356</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/so03216.bmp?rev=1.2.30.1&content-type=text/x-cvsweb-markup'>1357</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/so03226.bmp?rev=1.2.30.1&content-type=text/x-cvsweb-markup'>1358</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/so03227.bmp?rev=1.2.30.1&content-type=text/x-cvsweb-markup'>1359</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/so03228.bmp?rev=1.2.30.1&content-type=text/x-cvsweb-markup'>1360</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/so03242.bmp?rev=1.2.30.1&content-type=text/x-cvsweb-markup'>1361</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sx03125.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1362</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sx03129.bmp?rev=1.3.60.1&content-type=text/x-cvsweb-markup'>1363</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sx03131.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1364</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sx03132.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1365</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sx03137.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1366</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sx03140.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1367</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sx03145.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1368</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sx03150.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1369</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sx03158.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1370</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sx03160.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1371</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sx03161.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1372</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sx03187.bmp?rev=1.3.60.1&content-type=text/x-cvsweb-markup'>1373</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sx03188.bmp?rev=1.3.60.1&content-type=text/x-cvsweb-markup'>1374</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sx03189.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1375</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sx03201.bmp?rev=1.3.60.1&content-type=text/x-cvsweb-markup'>1376</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sx03202.bmp?rev=1.3.60.1&content-type=text/x-cvsweb-markup'>1377</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sx03219.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1378</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sx03241.bmp?rev=1.3.60.1&content-type=text/x-cvsweb-markup'>1379</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sx03243.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1380</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/sx03244.bmp?rev=1.2.60.1&content-type=text/x-cvsweb-markup'>1381</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/target.bmp?rev=1.2.52.1&content-type=text/x-cvsweb-markup'>1382</a> ;
framework/res/catalan/ : <a href='http://framework.openoffice.org/source/browse/framework/res/catalan/lc10008.bmp?rev=1.1.4.1.4.1&content-type=text/x-cvsweb-markup'>1389</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/catalan/lc10009.bmp?rev=1.1.4.1.4.1&content-type=text/x-cvsweb-markup'>1390</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/catalan/lc10014.bmp?rev=1.1.4.1.4.1&content-type=text/x-cvsweb-markup'>1391</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/catalan/lc26648.bmp?rev=1.1.4.1.4.1&content-type=text/x-cvsweb-markup'>1392</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/catalan/sc10008.bmp?rev=1.1.4.1.4.1&content-type=text/x-cvsweb-markup'>1393</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/catalan/sc10009.bmp?rev=1.1.4.1.4.1&content-type=text/x-cvsweb-markup'>1394</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/catalan/sc10014.bmp?rev=1.1.4.1.4.1&content-type=text/x-cvsweb-markup'>1395</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/catalan/sc26648.bmp?rev=1.1.4.1.4.1&content-type=text/x-cvsweb-markup'>1396</a> ;
framework/res/portbr/ : <a href='http://framework.openoffice.org/source/browse/framework/res/portbr/lc10008.bmp?rev=1.2.18.1&content-type=text/x-cvsweb-markup'>1527</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/portbr/lc10009.bmp?rev=1.2.18.1&content-type=text/x-cvsweb-markup'>1528</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/portbr/lc10014.bmp?rev=1.2.18.1&content-type=text/x-cvsweb-markup'>1529</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/portbr/lc26648.bmp?rev=1.2.18.1&content-type=text/x-cvsweb-markup'>1530</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/portbr/sc10008.bmp?rev=1.2.18.1&content-type=text/x-cvsweb-markup'>1531</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/portbr/sc10009.bmp?rev=1.2.18.1&content-type=text/x-cvsweb-markup'>1532</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/portbr/sc10014.bmp?rev=1.2.18.1&content-type=text/x-cvsweb-markup'>1533</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/portbr/sc26648.bmp?rev=1.2.18.1&content-type=text/x-cvsweb-markup'>1534</a> ;
framework/res/chintrad/ : <a href='http://framework.openoffice.org/source/browse/framework/res/chintrad/lc10008.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1405</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/chintrad/lc10009.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1406</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/chintrad/lc10014.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1407</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/chintrad/lc26648.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1408</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/chintrad/sc10008.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1409</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/chintrad/sc10009.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1410</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/chintrad/sc10014.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1411</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/chintrad/sc26648.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1412</a> ;
framework/res/ital/ : <a href='http://framework.openoffice.org/source/browse/framework/res/ital/lc10008.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1445</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/ital/lc10009.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1446</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/ital/lc10014.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1447</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/ital/lc26648.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1448</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/ital/sc10008.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1449</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/ital/sc10009.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1450</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/ital/sc10014.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1451</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/ital/sc26648.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1452</a> ;
framework/res/poln/ : <a href='http://framework.openoffice.org/source/browse/framework/res/poln/lc10008.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>1511</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/poln/lc10009.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>1512</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/poln/lc10014.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>1513</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/poln/lc26648.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1514</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/poln/sc10008.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>1515</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/poln/sc10009.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>1516</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/poln/sc10014.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>1517</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/poln/sc26648.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1518</a> ;
framework/res/enus/ : <a href='http://framework.openoffice.org/source/browse/framework/res/enus/lc10008.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1429</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/enus/lc10009.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1430</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/enus/lc10014.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1431</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/enus/lc26648.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1432</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/enus/sc10008.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1433</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/enus/sc10009.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1434</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/enus/sc10014.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1435</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/enus/sc26648.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1436</a> ;
framework/res/czech/ : <a href='http://framework.openoffice.org/source/browse/framework/res/czech/lc10008.bmp?rev=1.2.20.1&content-type=text/x-cvsweb-markup'>1413</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/czech/lc10009.bmp?rev=1.2.20.1&content-type=text/x-cvsweb-markup'>1414</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/czech/lc10014.bmp?rev=1.2.20.1&content-type=text/x-cvsweb-markup'>1415</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/czech/lc26648.bmp?rev=1.2.20.1&content-type=text/x-cvsweb-markup'>1416</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/czech/sc10008.bmp?rev=1.2.20.1&content-type=text/x-cvsweb-markup'>1417</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/czech/sc10009.bmp?rev=1.2.20.1&content-type=text/x-cvsweb-markup'>1418</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/czech/sc10014.bmp?rev=1.2.20.1&content-type=text/x-cvsweb-markup'>1419</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/czech/sc26648.bmp?rev=1.2.20.1&content-type=text/x-cvsweb-markup'>1420</a> ;
framework/res/korean/ : <a href='http://framework.openoffice.org/source/browse/framework/res/korean/lc10006.bmp?rev=1.2.30.1&content-type=text/x-cvsweb-markup'>1461</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/korean/lc10007.bmp?rev=1.2.30.1&content-type=text/x-cvsweb-markup'>1462</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/korean/lc10008.bmp?rev=1.4.30.1&content-type=text/x-cvsweb-markup'>1463</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/korean/lc10009.bmp?rev=1.4.30.1&content-type=text/x-cvsweb-markup'>1464</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/korean/lc10010.bmp?rev=1.2.30.1&content-type=text/x-cvsweb-markup'>1465</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/korean/lc10012.bmp?rev=1.2.30.1&content-type=text/x-cvsweb-markup'>1466</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/korean/lc10013.bmp?rev=1.2.30.1&content-type=text/x-cvsweb-markup'>1467</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/korean/lc10014.bmp?rev=1.4.30.1&content-type=text/x-cvsweb-markup'>1468</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/korean/lc10015.bmp?rev=1.2.30.1&content-type=text/x-cvsweb-markup'>1469</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/korean/lc10017.bmp?rev=1.2.30.1&content-type=text/x-cvsweb-markup'>1470</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/korean/lc10253.bmp?rev=1.2.30.1&content-type=text/x-cvsweb-markup'>1471</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/korean/lc10398.bmp?rev=1.2.30.1&content-type=text/x-cvsweb-markup'>1472</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/korean/lc10465.bmp?rev=1.2.30.1&content-type=text/x-cvsweb-markup'>1473</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/korean/lc10537.bmp?rev=1.2.30.1&content-type=text/x-cvsweb-markup'>1474</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/korean/lc10712.bmp?rev=1.2.30.1&content-type=text/x-cvsweb-markup'>1475</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/korean/lc10713.bmp?rev=1.2.30.1&content-type=text/x-cvsweb-markup'>1476</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/korean/lc10714.bmp?rev=1.2.30.1&content-type=text/x-cvsweb-markup'>1477</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/korean/lc10905.bmp?rev=1.2.30.1&content-type=text/x-cvsweb-markup'>1478</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/korean/lc10907.bmp?rev=1.2.30.1&content-type=text/x-cvsweb-markup'>1479</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/korean/lc10908.bmp?rev=1.2.30.1&content-type=text/x-cvsweb-markup'>1480</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/korean/lc26648.bmp?rev=1.4.30.1&content-type=text/x-cvsweb-markup'>1481</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/korean/sc10006.bmp?rev=1.2.30.1&content-type=text/x-cvsweb-markup'>1482</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/korean/sc10007.bmp?rev=1.2.30.1&content-type=text/x-cvsweb-markup'>1483</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/korean/sc10008.bmp?rev=1.4.30.1&content-type=text/x-cvsweb-markup'>1484</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/korean/sc10009.bmp?rev=1.4.30.1&content-type=text/x-cvsweb-markup'>1485</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/korean/sc10010.bmp?rev=1.2.30.1&content-type=text/x-cvsweb-markup'>1486</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/korean/sc10012.bmp?rev=1.2.30.1&content-type=text/x-cvsweb-markup'>1487</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/korean/sc10013.bmp?rev=1.2.30.1&content-type=text/x-cvsweb-markup'>1488</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/korean/sc10014.bmp?rev=1.4.30.1&content-type=text/x-cvsweb-markup'>1489</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/korean/sc10015.bmp?rev=1.2.30.1&content-type=text/x-cvsweb-markup'>1490</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/korean/sc10017.bmp?rev=1.2.30.1&content-type=text/x-cvsweb-markup'>1491</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/korean/sc10253.bmp?rev=1.2.30.1&content-type=text/x-cvsweb-markup'>1492</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/korean/sc10398.bmp?rev=1.2.30.1&content-type=text/x-cvsweb-markup'>1493</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/korean/sc10465.bmp?rev=1.2.30.1&content-type=text/x-cvsweb-markup'>1494</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/korean/sc10537.bmp?rev=1.2.28.1&content-type=text/x-cvsweb-markup'>1495</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/korean/sc10712.bmp?rev=1.2.30.1&content-type=text/x-cvsweb-markup'>1496</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/korean/sc10713.bmp?rev=1.2.30.1&content-type=text/x-cvsweb-markup'>1497</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/korean/sc10714.bmp?rev=1.2.30.1&content-type=text/x-cvsweb-markup'>1498</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/korean/sc10905.bmp?rev=1.2.30.1&content-type=text/x-cvsweb-markup'>1499</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/korean/sc10907.bmp?rev=1.2.30.1&content-type=text/x-cvsweb-markup'>1500</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/korean/sc10908.bmp?rev=1.2.30.1&content-type=text/x-cvsweb-markup'>1501</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/korean/sc26648.bmp?rev=1.4.30.1&content-type=text/x-cvsweb-markup'>1502</a> ;
framework/res/fren/ : <a href='http://framework.openoffice.org/source/browse/framework/res/fren/lc10008.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1437</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/fren/lc10009.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1438</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/fren/lc10014.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1439</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/fren/lc26648.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1440</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/fren/sc10008.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1441</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/fren/sc10009.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1442</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/fren/sc10014.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1443</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/fren/sc26648.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1444</a> ;
framework/res/port/ : <a href='http://framework.openoffice.org/source/browse/framework/res/port/lc10008.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1519</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/port/lc10009.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1520</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/port/lc10014.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1521</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/port/lc26648.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1522</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/port/sc10008.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1523</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/port/sc10009.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>1524</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/port/sc10014.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1525</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/port/sc26648.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1526</a> ;
framework/res/pol/ : <a href='http://framework.openoffice.org/source/browse/framework/res/pol/lc10008.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1503</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/pol/lc10009.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1504</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/pol/lc10014.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1505</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/pol/lc26648.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1506</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/pol/sc10008.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1507</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/pol/sc10009.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1508</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/pol/sc10014.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1509</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/pol/sc26648.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1510</a> ;
framework/res/russ/ : <a href='http://framework.openoffice.org/source/browse/framework/res/russ/lc10008.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1535</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/russ/lc10009.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1536</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/russ/lc10014.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1537</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/russ/lc26648.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1538</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/russ/sc10008.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1539</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/russ/sc10009.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1540</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/russ/sc10014.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>1541</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/russ/sc26648.bmp?rev=1.4.52.1&content-type=text/x-cvsweb-markup'>1542</a> ;
framework/res/arab/ : <a href='http://framework.openoffice.org/source/browse/framework/res/arab/lc10008.bmp?rev=1.2.22.1&content-type=text/x-cvsweb-markup'>1383</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/arab/lc10009.bmp?rev=1.2.22.1&content-type=text/x-cvsweb-markup'>1384</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/arab/lc10014.bmp?rev=1.2.22.1&content-type=text/x-cvsweb-markup'>1385</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/arab/sc10008.bmp?rev=1.2.22.1&content-type=text/x-cvsweb-markup'>1386</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/arab/sc10009.bmp?rev=1.2.22.1&content-type=text/x-cvsweb-markup'>1387</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/arab/sc10014.bmp?rev=1.2.22.1&content-type=text/x-cvsweb-markup'>1388</a> ;
framework/res/dtch/ : <a href='http://framework.openoffice.org/source/browse/framework/res/dtch/lc10008.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1421</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/dtch/lc10009.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1422</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/dtch/lc10014.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1423</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/dtch/lc26648.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1424</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/dtch/sc10008.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1425</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/dtch/sc10009.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1426</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/dtch/sc10014.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1427</a>, <a href='http://framework.openoffice.org/source/browse/framework/res/dtch/sc26648.bmp?rev=1.3.52.1&content-type=text/x-cvsweb-markup'>1428</a> ;
</div>
</div>
<div class='modified'>modified : <span class='comment'> first part of the alpha rework - needs more icons <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22149'> #22149</a> </span>
<div class="file-list">
util/svtools/bmpmaker/<a href='http://util.openoffice.org/source/browse/util/svtools/bmpmaker/bmpcore.cxx.diff?r1=1.12&r2=1.12.182.1'>bmpcore.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> New alpha icons & transparency fix <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22149'> #22149</a> </span>
<div class="file-list">
graphics/sd/res/imagelst/korean/ : <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/korean/lc27285.bmp?rev=1.2.178.1&content-type=text/x-cvsweb-markup'>349</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/korean/lc27286.bmp?rev=1.2.178.1&content-type=text/x-cvsweb-markup'>350</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/korean/sc27285.bmp?rev=1.2.178.1&content-type=text/x-cvsweb-markup'>351</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/korean/sc27286.bmp?rev=1.2.178.1&content-type=text/x-cvsweb-markup'>352</a> ;
graphics/sd/res/ : <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/apply.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>1</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/dlgass1.bmp?rev=1.1.1.1.312.1&content-type=text/x-cvsweb-markup'>2</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/dlgass2.bmp?rev=1.1.1.1.312.1&content-type=text/x-cvsweb-markup'>3</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/dlgass3.bmp?rev=1.1.1.1.312.1&content-type=text/x-cvsweb-markup'>4</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/dlgass4.bmp?rev=1.1.1.1.312.1&content-type=text/x-cvsweb-markup'>5</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/dlgass5.bmp?rev=1.1.1.1.312.1&content-type=text/x-cvsweb-markup'>6</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/extras.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>7</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/fadeout.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>8</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/first.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>9</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/graphic.bmp?rev=1.1.1.1.312.1&content-type=text/x-cvsweb-markup'>10</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/invisibl.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>11</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/kopie.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>12</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/last.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>13</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/lc10301.bmp?rev=1.1.1.1.308.1&content-type=text/x-cvsweb-markup'>14</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/link.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>15</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/live.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>16</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/next.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>17</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/objekt.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>18</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/ole.bmp?rev=1.1.1.1.312.1&content-type=text/x-cvsweb-markup'>19</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/page.bmp?rev=1.1.1.1.312.1&content-type=text/x-cvsweb-markup'>20</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/pageobjs.bmp?rev=1.1.1.1.312.1&content-type=text/x-cvsweb-markup'>21</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/pen.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>22</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/pipette.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>23</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/playfull.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>24</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/prev.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>25</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/preview.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>26</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/reihe.bmp?rev=1.1.1.1.312.1&content-type=text/x-cvsweb-markup'>27</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/sc10150.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>28</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/sc10151.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>29</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/sc10152.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>30</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/sc10153.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>31</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/sc10301.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>32</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/sc20000.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>33</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/sc20001.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>34</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/sc20002.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>35</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/sc20003.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>36</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/sc20004.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>37</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/sc20005.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>38</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/sc20006.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>39</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/sc20007.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>40</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/sc20008.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>41</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/sc20009.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>42</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/sc20010.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>43</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/sc20011.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>44</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/sc20012.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>45</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/sc20013.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>46</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/sc20016.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>47</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/sc20020.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>48</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/sc20094.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>49</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/sc20170.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>50</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/sound.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>51</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/text.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>52</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/verknpf.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>53</a> ;
graphics/sd/source/ui/view/<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/view/drviewsa.cxx.diff?r1=1.17&r2=1.17.136.1'>drviewsa.cxx</a>
graphics/sd/res/imagelst/ : <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc05928.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>54</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc10245.bmp?rev=1.1.268.1&content-type=text/x-cvsweb-markup'>55</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc10299.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>56</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27008.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>57</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27014.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>58</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27015.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>59</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27017.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>60</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27019.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>61</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27022.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>62</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27028.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>63</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27031.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>64</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27032.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>65</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27036.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>66</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27037.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>67</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27041.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>68</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27046.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>69</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27051.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>70</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27054.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>71</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27055.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>72</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27056.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>73</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27057.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>74</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27058.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>75</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27059.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>76</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27060.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>77</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27062.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>78</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27063.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>79</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27064.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>80</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27085.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>81</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27090.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>82</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27091.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>83</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27095.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>84</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27098.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>85</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27099.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>86</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27105.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>87</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27106.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>88</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27107.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>89</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27116.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>90</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27117.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>91</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27119.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>92</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27120.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>93</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27121.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>94</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27122.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>95</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27123.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>96</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27124.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>97</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27125.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>98</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27126.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>99</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27127.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>100</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27128.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>101</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27129.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>102</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27130.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>103</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27131.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>104</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27132.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>105</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27133.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>106</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27134.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>107</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27135.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>108</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27136.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>109</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27137.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>110</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27138.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>111</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27139.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>112</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27140.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>113</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27141.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>114</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27142.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>115</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27143.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>116</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27144.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>117</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27145.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>118</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27146.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>119</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27147.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>120</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27148.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>121</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27149.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>122</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27150.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>123</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27151.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>124</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27152.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>125</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27153.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>126</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27154.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>127</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27155.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>128</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27156.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>129</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27157.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>130</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27158.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>131</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27159.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>132</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27168.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>133</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27169.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>134</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27170.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>135</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27171.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>136</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27172.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>137</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27173.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>138</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27174.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>139</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27175.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>140</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27176.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>141</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27177.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>142</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27178.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>143</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27257.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>144</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27258.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>145</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27283.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>146</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27285.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>147</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27286.bmp?rev=1.4.270.1&content-type=text/x-cvsweb-markup'>148</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27295.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>149</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27296.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>150</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27297.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>151</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27298.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>152</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27299.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>153</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27300.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>154</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27301.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>155</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27302.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>156</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27303.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>157</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27304.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>158</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27305.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>159</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27306.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>160</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27307.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>161</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27308.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>162</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27309.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>163</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27310.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>164</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27311.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>165</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27312.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>166</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27313.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>167</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27314.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>168</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27315.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>169</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27316.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>170</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27317.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>171</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27318.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>172</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27322.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>173</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27324.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>174</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27326.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>175</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27328.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>176</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27340.bmp?rev=1.1.268.1&content-type=text/x-cvsweb-markup'>177</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27342.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>178</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27343.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>179</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27345.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>180</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27346.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>181</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27347.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>182</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27353.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>183</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27373.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>184</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27374.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>185</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27375.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>186</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27376.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>187</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27377.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>188</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27390.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>189</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27391.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>190</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27392.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>191</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27393.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>192</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27394.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>193</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27395.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>194</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/lc27396.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>195</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/nv01.bmp?rev=1.2.272.1&content-type=text/x-cvsweb-markup'>196</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/nv010.bmp?rev=1.2.272.1&content-type=text/x-cvsweb-markup'>197</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/nv02.bmp?rev=1.2.272.1&content-type=text/x-cvsweb-markup'>198</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/nv03.bmp?rev=1.2.272.1&content-type=text/x-cvsweb-markup'>199</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/nv04.bmp?rev=1.2.272.1&content-type=text/x-cvsweb-markup'>200</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/nv05.bmp?rev=1.2.272.1&content-type=text/x-cvsweb-markup'>201</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/nv06.bmp?rev=1.2.272.1&content-type=text/x-cvsweb-markup'>202</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/nv08.bmp?rev=1.2.272.1&content-type=text/x-cvsweb-markup'>203</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/nv09.bmp?rev=1.2.272.1&content-type=text/x-cvsweb-markup'>204</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc05928.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>205</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc10245.bmp?rev=1.1.268.1&content-type=text/x-cvsweb-markup'>206</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc10299.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>207</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc20002.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>208</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27008.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>209</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27014.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>210</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27015.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>211</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27017.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>212</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27019.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>213</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27022.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>214</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27028.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>215</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27031.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>216</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27032.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>217</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27036.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>218</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27037.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>219</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27041.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>220</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27046.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>221</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27051.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>222</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27054.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>223</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27055.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>224</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27056.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>225</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27057.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>226</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27058.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>227</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27059.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>228</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27060.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>229</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27062.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>230</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27063.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>231</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27064.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>232</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27085.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>233</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27090.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>234</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27091.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>235</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27095.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>236</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27098.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>237</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27099.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>238</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27105.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>239</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27106.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>240</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27107.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>241</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27116.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>242</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27117.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>243</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27119.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>244</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27120.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>245</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27121.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>246</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27122.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>247</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27123.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>248</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27124.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>249</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27125.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>250</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27126.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>251</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27127.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>252</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27128.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>253</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27129.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>254</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27130.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>255</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27131.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>256</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27132.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>257</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27133.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>258</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27134.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>259</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27135.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>260</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27136.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>261</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27137.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>262</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27138.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>263</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27139.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>264</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27140.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>265</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27141.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>266</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27142.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>267</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27143.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>268</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27144.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>269</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27145.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>270</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27146.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>271</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27147.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>272</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27148.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>273</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27149.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>274</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27150.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>275</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27151.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>276</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27152.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>277</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27153.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>278</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27154.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>279</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27155.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>280</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27156.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>281</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27157.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>282</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27158.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>283</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27159.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>284</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27168.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>285</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27169.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>286</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27170.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>287</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27171.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>288</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27172.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>289</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27173.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>290</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27174.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>291</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27175.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>292</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27176.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>293</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27177.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>294</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27178.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>295</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27257.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>296</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27258.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>297</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27283.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>298</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27285.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>299</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27286.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>300</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27295.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>301</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27296.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>302</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27297.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>303</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27298.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>304</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27299.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>305</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27300.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>306</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27301.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>307</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27302.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>308</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27303.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>309</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27305.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>310</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27306.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>311</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27307.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>312</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27308.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>313</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27309.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>314</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27310.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>315</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27311.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>316</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27312.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>317</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27313.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>318</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27314.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>319</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27315.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>320</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27316.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>321</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27317.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>322</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27318.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>323</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27322.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>324</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27324.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>325</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27326.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>326</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27328.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>327</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27340.bmp?rev=1.1.268.1&content-type=text/x-cvsweb-markup'>328</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27342.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>329</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27343.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>330</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27345.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>331</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27346.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>332</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27347.bmp?rev=1.3.270.1&content-type=text/x-cvsweb-markup'>333</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27353.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>334</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27373.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>335</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27374.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>336</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27375.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>337</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27376.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>338</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27377.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>339</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27390.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>340</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27391.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>341</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27392.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>342</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27393.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>343</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27394.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>344</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27395.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>345</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sc27396.bmp?rev=1.2.270.1&content-type=text/x-cvsweb-markup'>346</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sf01.bmp?rev=1.2.272.1&content-type=text/x-cvsweb-markup'>347</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/res/imagelst/sf02.bmp?rev=1.2.272.1&content-type=text/x-cvsweb-markup'>348</a> ;
</div>
</div>
<div class='modified'>modified : <span class='comment'> Yet more alpha fixes / icons <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22149'> #22149</a> </span>
<div class="file-list">
framework/offmgr/source/offapp/dialog/<a href='http://framework.openoffice.org/source/browse/framework/offmgr/source/offapp/dialog/hyprlink.cxx.diff?r1=1.18&r2=1.18.118.1'>hyprlink.cxx</a>
framework/offmgr/res/ : <a href='http://framework.openoffice.org/source/browse/framework/offmgr/res/lc10622.bmp?rev=1.3.218.1&content-type=text/x-cvsweb-markup'>1</a>, <a href='http://framework.openoffice.org/source/browse/framework/offmgr/res/lc10629.bmp?rev=1.3.218.1&content-type=text/x-cvsweb-markup'>2</a>, <a href='http://framework.openoffice.org/source/browse/framework/offmgr/res/lc10709.bmp?rev=1.3.218.1&content-type=text/x-cvsweb-markup'>3</a>, <a href='http://framework.openoffice.org/source/browse/framework/offmgr/res/lc10727.bmp?rev=1.3.218.1&content-type=text/x-cvsweb-markup'>4</a>, <a href='http://framework.openoffice.org/source/browse/framework/offmgr/res/oo10416.bmp?rev=1.2.220.1&content-type=text/x-cvsweb-markup'>5</a>, <a href='http://framework.openoffice.org/source/browse/framework/offmgr/res/oo10432.bmp?rev=1.2.220.1&content-type=text/x-cvsweb-markup'>6</a>, <a href='http://framework.openoffice.org/source/browse/framework/offmgr/res/oo10433.bmp?rev=1.2.220.1&content-type=text/x-cvsweb-markup'>7</a>, <a href='http://framework.openoffice.org/source/browse/framework/offmgr/res/oo10434.bmp?rev=1.2.220.1&content-type=text/x-cvsweb-markup'>8</a>, <a href='http://framework.openoffice.org/source/browse/framework/offmgr/res/oo10435.bmp?rev=1.2.220.1&content-type=text/x-cvsweb-markup'>9</a>, <a href='http://framework.openoffice.org/source/browse/framework/offmgr/res/oo10436.bmp?rev=1.2.220.1&content-type=text/x-cvsweb-markup'>10</a>, <a href='http://framework.openoffice.org/source/browse/framework/offmgr/res/oo10437.bmp?rev=1.2.220.1&content-type=text/x-cvsweb-markup'>11</a>, <a href='http://framework.openoffice.org/source/browse/framework/offmgr/res/oo10439.bmp?rev=1.2.220.1&content-type=text/x-cvsweb-markup'>12</a>, <a href='http://framework.openoffice.org/source/browse/framework/offmgr/res/oo10447.bmp?rev=1.2.220.1&content-type=text/x-cvsweb-markup'>13</a>, <a href='http://framework.openoffice.org/source/browse/framework/offmgr/res/oo10450.bmp?rev=1.2.220.1&content-type=text/x-cvsweb-markup'>14</a>, <a href='http://framework.openoffice.org/source/browse/framework/offmgr/res/oo10452.bmp?rev=1.2.220.1&content-type=text/x-cvsweb-markup'>15</a>, <a href='http://framework.openoffice.org/source/browse/framework/offmgr/res/oo10921.bmp?rev=1.2.220.1&content-type=text/x-cvsweb-markup'>16</a>, <a href='http://framework.openoffice.org/source/browse/framework/offmgr/res/sc10622.bmp?rev=1.3.218.1&content-type=text/x-cvsweb-markup'>17</a>, <a href='http://framework.openoffice.org/source/browse/framework/offmgr/res/sc10629.bmp?rev=1.3.218.1&content-type=text/x-cvsweb-markup'>18</a>, <a href='http://framework.openoffice.org/source/browse/framework/offmgr/res/sc10709.bmp?rev=1.3.218.1&content-type=text/x-cvsweb-markup'>19</a>, <a href='http://framework.openoffice.org/source/browse/framework/offmgr/res/sc10727.bmp?rev=1.3.218.1&content-type=text/x-cvsweb-markup'>20</a>, <a href='http://framework.openoffice.org/source/browse/framework/offmgr/res/sc12232.bmp?rev=1.3.218.1&content-type=text/x-cvsweb-markup'>21</a>, <a href='http://framework.openoffice.org/source/browse/framework/offmgr/res/tr10416.bmp?rev=1.2.248.1&content-type=text/x-cvsweb-markup'>22</a>, <a href='http://framework.openoffice.org/source/browse/framework/offmgr/res/tr10432.bmp?rev=1.3.214.1&content-type=text/x-cvsweb-markup'>23</a>, <a href='http://framework.openoffice.org/source/browse/framework/offmgr/res/tr10433.bmp?rev=1.3.214.1&content-type=text/x-cvsweb-markup'>24</a>, <a href='http://framework.openoffice.org/source/browse/framework/offmgr/res/tr10434.bmp?rev=1.3.214.1&content-type=text/x-cvsweb-markup'>25</a>, <a href='http://framework.openoffice.org/source/browse/framework/offmgr/res/tr10435.bmp?rev=1.3.214.1&content-type=text/x-cvsweb-markup'>26</a>, <a href='http://framework.openoffice.org/source/browse/framework/offmgr/res/tr10436.bmp?rev=1.3.214.1&content-type=text/x-cvsweb-markup'>27</a>, <a href='http://framework.openoffice.org/source/browse/framework/offmgr/res/tr10437.bmp?rev=1.2.214.1&content-type=text/x-cvsweb-markup'>28</a>, <a href='http://framework.openoffice.org/source/browse/framework/offmgr/res/tr10439.bmp?rev=1.3.214.1&content-type=text/x-cvsweb-markup'>29</a>, <a href='http://framework.openoffice.org/source/browse/framework/offmgr/res/tr10447.bmp?rev=1.3.214.1&content-type=text/x-cvsweb-markup'>30</a>, <a href='http://framework.openoffice.org/source/browse/framework/offmgr/res/tr10450.bmp?rev=1.3.214.1&content-type=text/x-cvsweb-markup'>31</a>, <a href='http://framework.openoffice.org/source/browse/framework/offmgr/res/tr10452.bmp?rev=1.2.248.1&content-type=text/x-cvsweb-markup'>32</a>, <a href='http://framework.openoffice.org/source/browse/framework/offmgr/res/tr10921.bmp?rev=1.1.248.1&content-type=text/x-cvsweb-markup'>33</a> ;
</div>
</div>
<div class='modified'>modified : <span class='comment'> First chunk of the alpha stuff; pointless without the new artwork though; <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22149'> #22149</a> </span>
<div class="file-list">
gsl/vcl/inc/<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/inc/bitmap.hxx.diff?r1=1.8&r2=1.8.178.1'>bitmap.hxx</a>
</div>
</div>
<p>
<a name='cws_srx645_vcl7pp1r4'></a><a name='cws_srx645_vcl7pp1r4_hdu'></a><div class="branch">cws_srx645_vcl7pp1r4 was changed by Herbert Duerr(hdu)</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=19591'> #i19591#</a> make SCREENONLY font substitution work </span>
<div class="file-list">
gsl/vcl/source/gdi/<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/gdi/outdev3.cxx.diff?r1=1.155.20.1&r2=1.155.20.1.40.1'>outdev3.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22804'> #i22804#</a> improve handling of korean Baekmuk fonts, also glyph fallback list </span>
<div class="file-list">
gsl/vcl/source/gdi/<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/gdi/outdev3.cxx.diff?r1=1.155.20.1.40.1&r2=1.155.20.1.40.2'>outdev3.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22804'> #i22804#</a> add Baekmuk fonts for Korean </span>
<div class="file-list">
util/officecfg/registry/data/org/openoffice/<a href='http://util.openoffice.org/source/browse/util/officecfg/registry/data/org/openoffice/VCL.xcu.diff?r1=1.20.14.3&r2=1.20.14.3.20.1'>VCL.xcu</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22804'> #i22804#</a> improve handling of Baekmuk fonts for Korean </span>
<div class="file-list">
gsl/vcl/source/gdi/<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/gdi/fontcfg.cxx.diff?r1=1.18.20.2&r2=1.18.20.2.28.1'>fontcfg.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22032'> #i22032#</a> reject CMAP (1.0) format 4 tables </span>
<div class="file-list">
gsl/vcl/win/source/gdi/<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/win/source/gdi/salgdi3.cxx.diff?r1=1.48&r2=1.48.74.1'>salgdi3.cxx</a>
</div>
</div>
<p>
<a name='cws_srx645_vcl7pp1r4'></a><a name='cws_srx645_vcl7pp1r4_ssa'></a><div class="branch">cws_srx645_vcl7pp1r4 was changed by Stephan Schaefer(ssa)</div>
<div class='modified'>modified : <span class='comment'> #113722# cache queryInterface call to improve IsTopWindow() </span>
<div class="file-list">
gsl/vcl/inc/<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/inc/window.hxx.diff?r1=1.47&r2=1.47.190.1'>window.hxx</a>
</div>
</div>
<p>
<a name='cws_srx645_vcl7pp1r4'></a><a name='cws_srx645_vcl7pp1r4_pl'></a><div class="branch">cws_srx645_vcl7pp1r4 was changed by Philipp Lohmann(pl)</div>
<div class='modified'>modified : <span class='comment'> #113035# improve timeout detection for long transfers </span>
<div class="file-list">
gsl/dtrans/source/X11/<a href='http://gsl.openoffice.org/source/browse/gsl/dtrans/source/X11/X11_selection.cxx.diff?r1=1.64.6.1&r2=1.64.6.1.4.1'>X11_selection.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22598'> #i22598#</a> fixed a leak (thanks to Dan Williams) </span>
<div class="file-list">
framework/framework/source/threadhelp/ : <a href='http://framework.openoffice.org/source/browse/framework/framework/source/threadhelp/lockhelper.cxx.diff?r1=1.2&r2=1.2.186.1'>lockhelper.cxx</a>, <a href='http://framework.openoffice.org/source/browse/framework/framework/source/threadhelp/lockhelper.cxx.diff?r1=1.2.186.1&r2=1.2.186.2'>lockhelper.cxx</a> ;
framework/framework/inc/threadhelp/<a href='http://framework.openoffice.org/source/browse/framework/framework/inc/threadhelp/lockhelper.hxx.diff?r1=1.2&r2=1.2.186.1'>lockhelper.hxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #114101# removed a deadlock </span>
<div class="file-list">
gsl/dtrans/source/X11/<a href='http://gsl.openoffice.org/source/browse/gsl/dtrans/source/X11/X11_clipboard.cxx.diff?r1=1.9.26.1&r2=1.9.26.1.4.1'>X11_clipboard.cxx</a>
</div>
</div>
<p>
<a name='cws_src680_networker2'></a><a name='cws_src680_networker2_dv'></a><div class="branch">cws_src680_networker2 was changed by Dirk Voelzke(dv)</div>
<div class='added'>added : <span class='comment'> </span>
<div class="file-list">
installation/setup2/source/ui/pages/<a href='http://installation.openoffice.org/source/browse/installation/setup2/source/ui/pages/pstationmode.cxx.diff?r1=1.7&r2=1.7.2.1'>pstationmode.cxx</a>
</div>
</div>
<div class='added'>added : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22555'> #i22555#</a> Added dialog for choosing the installation mode </span>
<div class="file-list">
installation/setup2/source/ui/pages/ : <a href='http://installation.openoffice.org/source/browse/installation/setup2/source/ui/pages/pstationmode.src.diff?r1=1.3&r2=1.3.2.1'>pstationmode.src</a>, <a href='http://installation.openoffice.org/source/browse/installation/setup2/source/ui/pages/pstationmode.hrc.diff?r1=1.3&r2=1.3.2.1'>pstationmode.hrc</a>, <a href='http://installation.openoffice.org/source/browse/installation/setup2/source/ui/pages/pstationmode.hxx.diff?r1=1.4&r2=1.4.2.1'>pstationmode.hxx</a> ;
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22715'> #i22715#</a> removed custom/deinst from build list </span>
<div class="file-list">
installation/setup2/prj/<a href='http://installation.openoffice.org/source/browse/installation/setup2/prj/build.lst.diff?r1=1.24&r2=1.24.116.1'>build.lst</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22555'> #i22555#</a> Fixed SMALL_PAGE / LARGE_PAGE defines to match usage </span>
<div class="file-list">
installation/setup2/inc/<a href='http://installation.openoffice.org/source/browse/installation/setup2/inc/agentdlg.hxx.diff?r1=1.12&r2=1.12.178.1'>agentdlg.hxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22701'> #i22701#</a> from now on, there will only be a network installation </span>
<div class="file-list">
installation/setup2/source/ui/<a href='http://installation.openoffice.org/source/browse/installation/setup2/source/ui/main.cxx.diff?r1=1.116&r2=1.116.4.1'>main.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22555'> #i22555#</a> Added dialog for choosing the installation mode </span>
<div class="file-list">
installation/setup2/source/ui/pages/<a href='http://installation.openoffice.org/source/browse/installation/setup2/source/ui/pages/maindlg.cxx.diff?r1=1.34&r2=1.34.4.1'>maindlg.cxx</a>
installation/setup2/inc/<a href='http://installation.openoffice.org/source/browse/installation/setup2/inc/pages.hrc.diff?r1=1.7&r2=1.7.178.1'>pages.hrc</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22555'> #i22555#</a> Don't use NetDirectory when doing system integration </span>
<div class="file-list">
installation/setup2/source/agenda/ : <a href='http://installation.openoffice.org/source/browse/installation/setup2/source/agenda/agenda.cxx.diff?r1=1.83&r2=1.83.4.1'>agenda.cxx</a>, <a href='http://installation.openoffice.org/source/browse/installation/setup2/source/agenda/agenda.cxx.diff?r1=1.83.4.1&r2=1.83.4.2'>agenda.cxx</a> ;
</div>
</div>
<p>
<a name='cws_src680_networker2'></a><a name='cws_src680_networker2_is'></a><div class="branch">cws_src680_networker2 was changed by Ingo Schmidt(is)</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22715'> #i22715#</a> removing del library and CustomAction </span>
<div class="file-list">
installation/scp/source/office/<a href='http://installation.openoffice.org/source/browse/installation/scp/source/office/files.scp.diff?r1=1.378.6.1&r2=1.378.6.2'>files.scp</a>
</div>
</div>
<p>
<a name='cws_src680_cfg04'></a><a name='cws_src680_cfg04_ssmith'></a><div class="branch">cws_src680_cfg04 was changed by Sarah Smith(ssmith)</div>
<div class='modified'>modified : <span class='comment'> merge from apoco2 </span>
<div class="file-list">
util/configmgr/source/misc/<a href='http://util.openoffice.org/source/browse/util/configmgr/source/misc/configunoreg.cxx.diff?r1=1.25&r2=1.25.52.1'>configunoreg.cxx</a>
util/configmgr/source/backend/<a href='http://util.openoffice.org/source/browse/util/configmgr/source/backend/backendaccess.cxx.diff?r1=1.15&r2=1.15.2.1'>backendaccess.cxx</a>
util/configmgr/source/cppugen/<a href='http://util.openoffice.org/source/browse/util/configmgr/source/cppugen/makefile.mk.diff?r1=1.19&r2=1.19.36.1'>makefile.mk</a>
util/configmgr/source/treecache/<a href='http://util.openoffice.org/source/browse/util/configmgr/source/treecache/cachecontroller.cxx.diff?r1=1.10&r2=1.10.52.1'>cachecontroller.cxx</a>
util/configmgr/source/localbe/<a href='http://util.openoffice.org/source/browse/util/configmgr/source/localbe/localsinglebackend.cxx.diff?r1=1.16&r2=1.16.30.1'>localsinglebackend.cxx</a>
util/configmgr/source/inc/<a href='http://util.openoffice.org/source/browse/util/configmgr/source/inc/confapifactory.hxx.diff?r1=1.14&r2=1.14.52.1'>confapifactory.hxx</a>
util/configmgr/source/tree/<a href='http://util.openoffice.org/source/browse/util/configmgr/source/tree/updatehelper.cxx.diff?r1=1.5&r2=1.5.62.1'>updatehelper.cxx</a>
</div>
</div>
<p>
<a name='cws_srx645_ooo111fix1'></a><a name='cws_srx645_ooo111fix1_hr'></a><div class="branch">cws_srx645_ooo111fix1 was changed by Jens-Heiner Rechtien(hr)</div>
<div class='modified'>modified : <span class='comment'> RESYNC:; FILE MERGED </span>
<div class="file-list">
files from:
util/tools/source/rc/<a href='http://util.openoffice.org/source/browse/util/tools/source/rc/resmgr.cxx.diff?r1=1.24.8.2&r2=1.24.8.3'>resmgr.cxx</a>
util/svtools/source/dialogs/<a href='http://util.openoffice.org/source/browse/util/svtools/source/dialogs/addresstemplate.src.diff?r1=1.47.82.1&r2=1.47.82.2'>addresstemplate.src</a>
util/extensions/source/propctrlr/<a href='http://util.openoffice.org/source/browse/util/extensions/source/propctrlr/formres.src.diff?r1=1.52.46.1&r2=1.52.46.2'>formres.src</a>
util/officecfg/registry/schema/org/openoffice/Office/<a href='http://util.openoffice.org/source/browse/util/officecfg/registry/schema/org/openoffice/Office/Writer.xcs.diff?r1=1.23.50.1&r2=1.23.50.2'>Writer.xcs</a>
</div>
</div>
<p>
<a name='cws_srx645_ooo111fix1'></a><a name='cws_srx645_ooo111fix1_mhu'></a><div class="branch">cws_srx645_ooo111fix1 was changed by Matthias Huetsch(mhu)</div>
<div class='modified'>modified : <span class='comment'> #114120# Fixed 'pagein' invocation to handle spaces in sd_prog (needs quoting). </span>
<div class="file-list">
framework/desktop/scripts/<a href='http://framework.openoffice.org/source/browse/framework/desktop/scripts/soffice.sh.diff?r1=1.8.52.1&r2=1.8.52.2'>soffice.sh</a>
</div>
</div>
<p>
<a name='cws_srx645_ooo111fix1'></a><a name='cws_srx645_ooo111fix1_ihi'></a><div class="branch">cws_srx645_ooo111fix1 was changed by Ivo Hinkelmann(ihi)</div>
<div class='modified'>modified : <span class='comment'> OOo 1.1.1 merge </span>
<div class="file-list">
installation/readlicense/docs/readme/<a href='http://installation.openoffice.org/source/browse/installation/readlicense/docs/readme/makefile.mk.diff?r1=1.2&r2=1.2.40.1'>makefile.mk</a>
installation/setup2/aqua/source/system/<a href='http://installation.openoffice.org/source/browse/installation/setup2/aqua/source/system/aquaos.src.diff?r1=1.22&r2=1.22.42.1'>aquaos.src</a>
framework/offmgr/sdi/<a href='http://framework.openoffice.org/source/browse/framework/offmgr/sdi/ofaslots.src.diff?r1=1.54&r2=1.54.38.1'>ofaslots.src</a>
ucb/uui/source/<a href='http://ucb.openoffice.org/source/browse/ucb/uui/source/cookiedg.src.diff?r1=1.27&r2=1.27.20.1'>cookiedg.src</a>
sw/sw/sdi/<a href='http://sw.openoffice.org/source/browse/sw/sw/sdi/swslots.src.diff?r1=1.109&r2=1.109.78.1'>swslots.src</a>
graphics/sd/sdi/<a href='http://graphics.openoffice.org/source/browse/graphics/sd/sdi/sdslots.src.diff?r1=1.51&r2=1.51.70.1'>sdslots.src</a>
graphics/svx/inc/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/globlmn.hrc.diff?r1=1.123&r2=1.123.32.1'>globlmn.hrc</a>
util/extensions/source/abpilot/<a href='http://util.openoffice.org/source/browse/util/extensions/source/abpilot/abspilot.src.diff?r1=1.43&r2=1.43.44.1'>abspilot.src</a>
graphics/goodies/source/filter.vcl/egif/<a href='http://graphics.openoffice.org/source/browse/graphics/goodies/source/filter.vcl/egif/dlgegif.src.diff?r1=1.25&r2=1.25.22.1'>dlgegif.src</a>
dba/dbaccess/source/core/resource/<a href='http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/resource/strings.src.diff?r1=1.40&r2=1.40.34.1'>strings.src</a>
framework/framework/source/classes/<a href='http://framework.openoffice.org/source/browse/framework/framework/source/classes/fltdlg.src.diff?r1=1.31&r2=1.31.32.1'>fltdlg.src</a>
installation/scp/source/calc/<a href='http://installation.openoffice.org/source/browse/installation/scp/source/calc/module_calc.lng.diff?r1=1.36&r2=1.36.76.1'>module_calc.lng</a>
gsl/vcl/source/src/<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/src/btntext.src.diff?r1=1.33&r2=1.33.80.1'>btntext.src</a>
graphics/sch/sdi/<a href='http://graphics.openoffice.org/source/browse/graphics/sch/sdi/schslots.src.diff?r1=1.38&r2=1.38.32.1'>schslots.src</a>
installation/wizards/source/euro/<a href='http://installation.openoffice.org/source/browse/installation/wizards/source/euro/euro.src.diff?r1=1.55&r2=1.55.32.1'>euro.src</a>
gsl/forms/source/resource/<a href='http://gsl.openoffice.org/source/browse/gsl/forms/source/resource/strings.src.diff?r1=1.40&r2=1.40.26.1'>strings.src</a>
framework/sfx2/sdi/<a href='http://framework.openoffice.org/source/browse/framework/sfx2/sdi/sfxslots.src.diff?r1=1.80&r2=1.80.12.1'>sfxslots.src</a>
gsl/padmin/source/<a href='http://gsl.openoffice.org/source/browse/gsl/padmin/source/padialog.src.diff?r1=1.49&r2=1.49.24.1'>padialog.src</a>
util/officecfg/registry/data/org/openoffice/Office/<a href='http://util.openoffice.org/source/browse/util/officecfg/registry/data/org/openoffice/Office/DataAccess.xcu.diff?r1=1.14&r2=1.14.50.1'>DataAccess.xcu</a>
porting/crashrep/source/all/<a href='http://porting.openoffice.org/source/browse/porting/crashrep/source/all/crashrep.lng.diff?r1=1.6&r2=1.6.14.1'>crashrep.lng</a>
sw/starmath/sdi/<a href='http://sw.openoffice.org/source/browse/sw/starmath/sdi/smslots.src.diff?r1=1.19&r2=1.19.46.1'>smslots.src</a>
gsl/toolkit/source/awt/<a href='http://gsl.openoffice.org/source/browse/gsl/toolkit/source/awt/accessiblestrings.src.diff?r1=1.12&r2=1.12.32.1'>accessiblestrings.src</a>
sc/scaddins/source/analysis/<a href='http://sc.openoffice.org/source/browse/sc/scaddins/source/analysis/analysis.src.diff?r1=1.60&r2=1.60.20.1'>analysis.src</a>
framework/filter/source/flash/<a href='http://framework.openoffice.org/source/browse/framework/filter/source/flash/impswfdialog.src.diff?r1=1.10&r2=1.10.34.1'>impswfdialog.src</a>
framework/desktop/source/app/<a href='http://framework.openoffice.org/source/browse/framework/desktop/source/app/desktop.src.diff?r1=1.50&r2=1.50.50.1'>desktop.src</a>
util/svtools/source/Accessibility/<a href='http://util.openoffice.org/source/browse/util/svtools/source/Accessibility/accessiblelistboxentry.src.diff?r1=1.11&r2=1.11.82.1'>accessiblelistboxentry.src</a>
gsl/shell/source/win32/shlxthandler/<a href='http://gsl.openoffice.org/source/browse/gsl/shell/source/win32/shlxthandler/shlxthdl.lng.diff?r1=1.11&r2=1.11.24.1'>shlxthdl.lng</a>
sc/sc/addin/datefunc/<a href='http://sc.openoffice.org/source/browse/sc/sc/addin/datefunc/dfa.src.diff?r1=1.27&r2=1.27.86.1'>dfa.src</a>
gsl/sysui/desktop/share/<a href='http://gsl.openoffice.org/source/browse/gsl/sysui/desktop/share/documents.ulf.diff?r1=1.7&r2=1.7.24.1'>documents.ulf</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=21276'> #i21276#</a> Catalan support added </span>
<div class="file-list">
sc/sc/source/ui/src/<a href='http://sc.openoffice.org/source/browse/sc/sc/source/ui/src/toolbox.src.diff?r1=1.57.86.2&r2=1.57.86.3'>toolbox.src</a>
framework/offmgr/source/offapp/app/<a href='http://framework.openoffice.org/source/browse/framework/offmgr/source/offapp/app/app.src.diff?r1=1.92.52.2&r2=1.92.52.3'>app.src</a>
util/svtools/bmpmaker/<a href='http://util.openoffice.org/source/browse/util/svtools/bmpmaker/bmpgui.cxx.diff?r1=1.5.176.2&r2=1.5.176.3'>bmpgui.cxx</a>
</div>
</div>
<p>
<a name='cws_srx645_ooo111fix1'></a><a name='cws_srx645_ooo111fix1_waratah'></a><div class="branch">cws_srx645_ooo111fix1 was changed by Ken Foskey(waratah)</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22955'> #i22955#</a> Implement setting CC if cl-home defined </span>
<div class="file-list">
tools/config_office/ : <a href='http://tools.openoffice.org/source/browse/tools/config_office/configure.in.diff?r1=1.55.6.4.2.10&r2=1.55.6.4.2.11'>configure.in</a>, <a href='http://tools.openoffice.org/source/browse/tools/config_office/configure.diff?r1=1.36.6.3.2.9&r2=1.36.6.3.2.10'>configure</a> ;
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22989'> #i22989#</a> correct -eq used incorrectly </span>
<div class="file-list">
tools/config_office/ : <a href='http://tools.openoffice.org/source/browse/tools/config_office/configure.in.diff?r1=1.55.6.4.2.11&r2=1.55.6.4.2.12'>configure.in</a>, <a href='http://tools.openoffice.org/source/browse/tools/config_office/configure.diff?r1=1.36.6.3.2.10&r2=1.36.6.3.2.11'>configure</a> ;
</div>
</div>
<div class='modified'>modified : <span class='comment'> deprecate gcc 2.95 from support </span>
<div class="file-list">
tools/config_office/ : <a href='http://tools.openoffice.org/source/browse/tools/config_office/configure.in.diff?r1=1.55.6.4.2.9&r2=1.55.6.4.2.10'>configure.in</a>, <a href='http://tools.openoffice.org/source/browse/tools/config_office/aclocal.m4.diff?r1=1.2&r2=1.2.16.1'>aclocal.m4</a> ;
</div>
</div>
<p>
<a name='cws_srx645_ooo111fix1'></a><a name='cws_srx645_ooo111fix1_pjanik'></a><div class="branch">cws_srx645_ooo111fix1 was changed by Pavel Janík(pjanik)</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22855'> #i22855#</a>: Use gcc for linking apps, not g++ </span>
<div class="file-list">
tools/solenv/inc/<a href='http://tools.openoffice.org/source/browse/tools/solenv/inc/unxfbsdi.mk.diff?r1=1.7.50.2&r2=1.7.50.3'>unxfbsdi.mk</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=22815'> #i22815#</a>: Fix typo (personlaize -&gt; personalize). </span>
<div class="file-list">
sw/sw/source/ui/envelp/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/ui/envelp/mailmrge.src.diff?r1=1.35.78.1&r2=1.35.78.2'>mailmrge.src</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> Add Hungarian, Finnish and Slovenian translations. </span>
<div class="file-list">
graphics/sd/source/ui/app/<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/app/res_bmp.src.diff?r1=1.43.70.1&r2=1.43.70.2'>res_bmp.src</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> Add Hungarian, Finnish and Slovenian translation. </span>
<div class="file-list">
graphics/sch/source/ui/app/<a href='http://graphics.openoffice.org/source/browse/graphics/sch/source/ui/app/res_bmp.src.diff?r1=1.19.34.1&r2=1.19.34.2'>res_bmp.src</a>
</div>
</div>
<p>
<a name='cws_srx645_oj07'></a><a name='cws_srx645_oj07_oj'></a><div class="branch">cws_srx645_oj07 was changed by Ocke Janssen(oj)</div>
<div class='removed'>removed : <span class='comment'> RESYNC:; FILE REMOVED </span>
<div class="file-list">
files from:
svx/source/xoutdev/:
xfontmac.cxx,
xfontmac.hxx,
svx/os2/isetbrw/:
ibrwimp.cxx,
makefile.mk,
svx/source/dialog/:
paractrl.cxx,
paractrl.hxx,
dialogs.cxx,
svx/inc/sdr/properties/attributeproperties.hxx
svx/util/funcord.w16
svx/win/res/:
li061.bmp,
focal01.bmp,
db06.bmp,
fr012_h.bmp,
favorit8.bmp,
sg10406.bmp,
lightons.bmp,
dist02.bmp,
im30824.bmp,
matfavor.bmp,
dist10.bmp,
im30840.bmp,
fr09_h.bmp,
lcmakrod.bmp,
li062.bmp,
bpip.bmp,
focal02.bmp,
db07.bmp,
favorit9.bmp,
fr05_h.bmp,
lm05300.bmp,
scmakrod.bmp,
dist03.bmp,
locked.bmp,
im30825.bmp,
fr01_h.bmp,
dropdown.bmp,
owngal.bmp,
find.bmp,
im30841.bmp,
combobox.bmp,
favorit1.bmp,
db08.bmp,
dist04.bmp,
fr011_h.bmp,
im30826.bmp,
lcautoko.bmp,
sx18028.bmp,
btnos2.bmp,
lightsel.bmp,
scautoko.bmp,
favorit2.bmp,
radio.bmp,
aliengal.bmp,
focal04.bmp,
edit.bmp,
fr08_h.bmp,
im30819.bmp,
dist05.bmp,
im30827.bmp,
fr04_h.bmp,
nu03_h.bmp,
editdict.bmp,
sx18029.bmp,
im01.bmp,
db01.bmp,
favorit3.bmp,
focal05.bmp,
dist06.bmp,
im30828.bmp,
im02.bmp,
button.bmp,
fr010_h.bmp,
sxh18028.bmp,
control.bmp,
check.bmp,
db02.bmp,
favorit4.bmp,
form.bmp,
videofil.bmp,
fixed.bmp,
focal06.bmp,
im30820.bmp,
dist07.bmp,
fr07_h.bmp,
sx18030.bmp,
listbox.bmp,
im03.bmp,
fr03_h.bmp,
nu02_h.bmp,
newdict.bmp,
sxh18029.bmp,
lg10406.bmp,
db03.bmp,
basstep.bmp,
favorit5.bmp,
matedit.bmp,
focal07.bmp,
im30821.bmp,
dist08.bmp,
group.bmp,
thmopen.bmp,
im30838.bmp,
reloadsl.bmp,
db04.bmp,
btnwin.bmp,
favorit6.bmp,
focal08.bmp,
im30822.bmp,
dist09.bmp,
urlbutt.bmp,
scarb.bmp,
reloadl.bmp,
im30839.bmp,
soundfil.bmp,
fr06_h.bmp,
sxh18030.bmp,
li060.bmp,
db05.bmp,
sc_form.bmp,
favorit7.bmp,
fr02_h.bmp,
nu01_h.bmp,
focal09.bmp,
active.bmp,
deldict.bmp,
dist01.bmp,
im30823.bmp,
link.bmp,
sgaopen.bmp,
addbookm.bmp,
svx/workben/:
demshea.bmp,
edittest.cxx,
edittest.src,
demfilr.bmp,
test.src,
demtobtm.bmp,
sample.cxx,
outltest.cxx,
intro.bmp,
sample.src,
outltest.src,
demtxtrt.bmp,
dlgtest.hrc,
demtext.bmp,
about3.cxx,
makefile.lin,
svdbtn.bmp,
option.cxx,
test.hrc,
demlinb.bmp,
sample.hrc,
outltest.hrc,
arw1cros.cur,
demtxtpl.bmp,
demtxtmi.bmp,
sample.hxx,
demlin1.bmp,
demfilg.bmp,
makefile.mk,
demshad.bmp,
about.bmp,
demtxtgn.bmp,
about3.hxx,
demlin2.bmp,
option.hxx,
demlinr.bmp,
marknext.svd,
demcrok.bmp,
demmirr.bmp,
demlin3.bmp,
dempoly.bmp,
demedit.bmp,
svdr_min.cxx,
demrota.bmp,
demtx2c.bmp,
lingtest.cxx,
lingtest.src,
demtxtsw.bmp,
makefile.tst,
demrect.bmp,
makefile.dlg,
makefile.lgt,
demfram.bmp,
demfilb.bmp,
example.cxx,
wysiwyg.cxx,
demcirc.bmp,
demling.bmp,
demlnpt.bmp,
drawdemo.ico,
demtotop.bmp,
demfgrad.bmp,
lingtest.hrc,
demtxtbl.bmp,
dlgtest.ico,
dlgtest.cxx,
dlgtest.src,
svx/inc/ makefile.unx
svx/source/svdraw/svdedtv3.cxx
svx/os2/res/:
bpip.bmp,
legtyp1.bmp,
lm05300.bmp,
owngal.bmp,
find.bmp,
legtyp2.bmp,
images2.bmp,
frames.bmp,
fwrgtarc.bmp,
fwbuttn1.bmp,
fwtoparc.bmp,
aliengal.bmp,
legtyp3.bmp,
editdict.bmp,
bo_pre.bmp,
fwbuttn2.bmp,
fwbotarc.bmp,
legtyp4.bmp,
sc_lingu.bmp,
fwrhcirc.bmp,
fwbuttn3.bmp,
grfload.bmp,
videofil.bmp,
images.bmp,
fwbhcirc.bmp,
fwbuttn4.bmp,
newdict.bmp,
sc10147.bmp,
basstep.bmp,
fwlhcirc.bmp,
fwlftarc.bmp,
bo_sdw.bmp,
sc10148.bmp,
numfmt.bmp,
soundfil.bmp,
deldict.bmp,
link.bmp,
addbookm.bmp,
svx/workben/basicide/:
basapp.cxx,
basapp.src,
svheader.hxx,
basapp2.src,
bmps.txt,
basapp.hrc,
basapp.hxx,
basappsl.idl,
basicide.ico,
dummy2.bmp,
dummy.bmp,
baspch.cxx,
baspch.hxx,
</div>
</div>
<div class='modified'>modified : <span class='comment'> RESYNC:; FILE MERGED </span>
<div class="file-list">
files from:
graphics/svx/source/form/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/form/fmctrler.cxx.diff?r1=1.35.136.1&r2=1.35.136.2'>fmctrler.cxx</a>
</div>
</div>
<p>
<a name='cws_srx645_insight01'></a><a name='cws_srx645_insight01_oj'></a><div class="branch">cws_srx645_insight01 was changed by Ocke Janssen(oj)</div>
<div class='added'>added : <span class='comment'> #111075# changes for general xcontent handling </span>
<div class="file-list">
util/svtools/inc/<a href='http://util.openoffice.org/source/browse/util/svtools/inc/QueryFolderName.hxx.diff?r1=1.1&r2=1.1.2.1'>QueryFolderName.hxx</a>
</div>
</div>
<div class='added'>added : <span class='comment'> #111075# new save request </span>
<div class="file-list">
api/offapi/com/sun/star/sdb/ : <a href='http://api.openoffice.org/source/browse/api/offapi/com/sun/star/sdb/XInteractionDocumentSave.idl.diff?r1=1.1&r2=1.1.2.1'>XInteractionDocumentSave.idl</a>, <a href='http://api.openoffice.org/source/browse/api/offapi/com/sun/star/sdb/DocumentSaveRequest.idl.diff?r1=1.1&r2=1.1.2.1'>DocumentSaveRequest.idl</a> ;
</div>
</div>
<div class='added'>added : <span class='comment'> #111075# ongoing work </span>
<div class="file-list">
dba/dbaccess/source/ui/app/ : <a href='http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppTitleWindow.cxx.diff?r1=1.1&r2=1.1.2.1'>AppTitleWindow.cxx</a>, <a href='http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppTitleWindow.hxx.diff?r1=1.1&r2=1.1.2.1'>AppTitleWindow.hxx</a> ;
dba/dbaccess/source/ui/inc/<a href='http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/CollectionView.hxx.diff?r1=1.1&r2=1.1.2.1'>CollectionView.hxx</a>
dba/dbaccess/source/ui/dlg/ : <a href='http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/CollectionView.src.diff?r1=1.1&r2=1.1.2.1'>CollectionView.src</a>, <a href='http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/CollectionView.cxx.diff?r1=1.1&r2=1.1.2.1'>CollectionView.cxx</a>, <a href='http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/CollectionView.hrc.diff?r1=1.1&r2=1.1.2.1'>CollectionView.hrc</a> ;
</div>
</div>
<div class='modified'>modified : <span class='comment'> #111075# change column in hide only when it is the current one </span>
<div class="file-list">
graphics/svx/source/fmcomp/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/fmcomp/gridctrl.cxx.diff?r1=1.62&r2=1.62.176.1'>gridctrl.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #109867# performance changes for the dbtreelist box </span>
<div class="file-list">
dba/dbaccess/source/ui/control/<a href='http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/control/dbtreelistbox.cxx.diff?r1=1.1.2.3&r2=1.1.2.4'>dbtreelistbox.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #111075# new save request </span>
<div class="file-list">
api/offapi/com/sun/star/sdb/<a href='http://api.openoffice.org/source/browse/api/offapi/com/sun/star/sdb/makefile.mk.diff?r1=1.10&r2=1.10.196.1'>makefile.mk</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #111075# changes for general xcontent handling </span>
<div class="file-list">
util/svtools/source/contnr/<a href='http://util.openoffice.org/source/browse/util/svtools/source/contnr/fileview.cxx.diff?r1=1.55.22.1&r2=1.55.22.2'>fileview.cxx</a>
util/svtools/inc/<a href='http://util.openoffice.org/source/browse/util/svtools/inc/fileview.hxx.diff?r1=1.14&r2=1.14.22.1'>fileview.hxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #111075# ongoing work </span>
<div class="file-list">
dba/dbaccess/source/ui/app/ : <a href='http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/makefile.mk.diff?r1=1.1.2.4&r2=1.1.2.5'>makefile.mk</a>, <a href='http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppView.cxx.diff?r1=1.1.2.5&r2=1.1.2.6'>AppView.cxx</a>, <a href='http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/app.src.diff?r1=1.1.2.6&r2=1.1.2.7'>app.src</a> ;
dba/dbaccess/source/ui/uno/<a href='http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/uno/dbinteraction.hxx.diff?r1=1.3&r2=1.3.64.1'>dbinteraction.hxx</a>
dba/dbaccess/source/core/dataaccess/<a href='http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/datasource.cxx.diff?r1=1.48.106.4&r2=1.48.106.5'>datasource.cxx</a>
dba/dbaccess/util/<a href='http://dba.openoffice.org/source/browse/dba/dbaccess/util/hidother.src.diff?r1=1.46.64.7&r2=1.46.64.8'>hidother.src</a>
dba/dbaccess/source/ui/dlg/<a href='http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/DbAdminImpl.cxx.diff?r1=1.1.2.3&r2=1.1.2.4'>DbAdminImpl.cxx</a>
dba/dbaccess/source/core/api/<a href='http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/RowSet.cxx.diff?r1=1.121.8.2&r2=1.121.8.3'>RowSet.cxx</a>
dba/dbaccess/inc/ : <a href='http://dba.openoffice.org/source/browse/dba/dbaccess/inc/dbaccess_helpid.hrc.diff?r1=1.52.64.6&r2=1.52.64.7'>dbaccess_helpid.hrc</a>, <a href='http://dba.openoffice.org/source/browse/dba/dbaccess/inc/dbaccess_helpid.hrc.diff?r1=1.52.64.7&r2=1.52.64.8'>dbaccess_helpid.hrc</a> ;
</div>
</div>
<p>
<a name='cws_srx644_ab02vba'></a><a name='cws_srx644_ab02vba_jl'></a><div class="branch">cws_srx644_ab02vba was changed by Joachim Lingner(jl)</div>
<div class='modified'>modified : <span class='comment'> #112978# mapping for hyper </span>
<div class="file-list">
util/extensions/test/ole/VisualBasic/<a href='http://util.openoffice.org/source/browse/util/extensions/test/ole/VisualBasic/Module1.bas.diff?r1=1.6.6.3&r2=1.6.6.4'>Module1.bas</a>
util/extensions/source/ole/<a href='http://util.openoffice.org/source/browse/util/extensions/source/ole/unoconversionutilities.hxx.diff?r1=1.14.16.15&r2=1.14.16.16'>unoconversionutilities.hxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #112439# removed contributor </span>
<div class="file-list">
api/udkapi/com/sun/star/bridge/oleautomation/<a href='http://api.openoffice.org/source/browse/api/udkapi/com/sun/star/bridge/oleautomation/ApplicationRegistration.idl.diff?r1=1.1.2.1&r2=1.1.2.2'>ApplicationRegistration.idl</a>
</div>
</div>
<p>
<a name='cws_srx645_nativewidget1'></a><a name='cws_srx645_nativewidget1_fa'></a><div class="branch">cws_srx645_nativewidget1 was changed by Dan Williams(fa)</div>
<div class='modified'>modified : <span class='comment'> tabpage.cxx/brdwin.cxx: gcc 3.3 has a small issue with having Point() in the Rectangle() inside the constructor call for the Region object. Splitting Point out makes it OK. salnativewidgets-gtk.cxx: implement preliminary support for Edit Boxes and clean up a few error messages. Unfortunatly, creating a GTK+ "entry" object requires initialization of Pango, which calls fontconfig, which calls freetype to read fonts. This reads gzipped fonts too, and has a conflict with the OOo-included zlib. Therefore, when using GTK+ Native Widgets, you must use the system zlib and cannot use the one included in OOo. Dan </span>
<div class="file-list">
gsl/vcl/source/window/<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/window/brdwin.cxx.diff?r1=1.9.118.3&r2=1.9.118.4'>brdwin.cxx</a>
</div>
</div>
<p>
<a name='cws_srx645_draw21'></a><a name='cws_srx645_draw21_obo'></a><div class="mergedbranch">cws_srx645_draw21 was changed by Oliver Bolte(obo) [ <a href='#merged_draw21'>and it was merged</a> ]</div>
<div class='modified'>modified : <span class='comment'> RESYNC:; FILE MERGED </span>
<div class="file-list">
files from:
xml/xmloff/source/style/<a href='http://xml.openoffice.org/source/browse/xml/xmloff/source/style/xmlnumi.cxx.diff?r1=1.29.156.1&r2=1.29.156.2'>xmlnumi.cxx</a>
graphics/svx/source/svdraw/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/svdraw/svdoole2.cxx.diff?r1=1.37.156.1&r2=1.37.156.2'>svdoole2.cxx</a>
</div>
</div>
<p>
<a name='cws_srx645_sj06'></a><a name='cws_srx645_sj06_vg'></a><div class="branch">cws_srx645_sj06 was changed by Vladimir Glazounov(vg)</div>
<div class='modified'>modified : <span class='comment'> RESYNC:; FILE MERGED </span>
<div class="file-list">
files from:
graphics/svx/source/svdraw/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/svdraw/svdfppt.cxx.diff?r1=1.109.62.2&r2=1.109.62.3'>svdfppt.cxx</a>
</div>
</div>
<p>
<a name='mws_srx645'></a><a name='mws_srx645_rt'></a><div class="branch">mws_srx645 was changed by Rüdiger Timm(rt)</div>
<div class='modified'>modified : <span class='comment'> #114095# Fix french dialog: procent character was missing in 3 places </span>
<div class="file-list">
installation/setup2/source/ui/pages/<a href='http://installation.openoffice.org/source/browse/installation/setup2/source/ui/pages/preadygo.src.diff?r1=1.35.14.1&r2=1.35.14.2'>preadygo.src</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #114063# Fix endless loop in SiAgenda::RegisterExplicitUnoComponets </span>
<div class="file-list">
installation/setup2/source/agenda/<a href='http://installation.openoffice.org/source/browse/installation/setup2/source/agenda/agenda.cxx.diff?r1=1.82&r2=1.82.36.1'>agenda.cxx</a>
</div>
</div>
<p>
<a name='mws_srx645'></a><a name='mws_srx645_hr'></a><div class="branch">mws_srx645 was changed by Jens-Heiner Rechtien(hr)</div>
<div class='modified'>modified : <span class='comment'> #100000#: remove NOOPTFILES for Solaris Intel </span>
<div class="file-list">
external/regexp/source/<a href='http://external.openoffice.org/source/browse/external/regexp/source/makefile.mk.diff?r1=1.2&r2=1.2.24.1'>makefile.mk</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #100000#: broken rule </span>
<div class="file-list">
framework/desktop/util/<a href='http://framework.openoffice.org/source/browse/framework/desktop/util/makefile.mk.diff?r1=1.33.52.1&r2=1.33.52.2'>makefile.mk</a>
</div>
</div>
<p>
<a name='mws_srx645'></a><a name='mws_srx645_hjs'></a><div class="branch">mws_srx645 was changed by Hans-Joachim Lankenau(hjs)</div>
<div class='modified'>modified : <span class='comment'> #100000# removed workben as it would introduce an additional dependency on i18n </span>
<div class="file-list">
gsl/vcl/prj/<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/prj/build.lst.diff?r1=1.20&r2=1.20.60.1'>build.lst</a>
</div>
</div>
<p>
<a name='mws_fix645'></a><a name='mws_fix645_hr'></a><div class="branch">mws_fix645 was changed by Jens-Heiner Rechtien(hr)</div>
<div class='integrated'>integrated : <a name='merged_oj01parser'></a><span class='comment'>oj01parser</span>[ <a href='http://development.openoffice.org/releases/OOo_2_0_timetable.html#oj01parser'>description</a>]
<div class="file-list">
dba/connectivity/inc/connectivity/sdbcx/<a href='http://dba.openoffice.org/source/browse/dba/connectivity/inc/connectivity/sdbcx/VCollection.hxx.diff?r1=1.17&r2=1.17.114.1'>VCollection.hxx</a>
graphics/svx/source/form/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/form/ParseContext.cxx.diff?r1=1.2&r2=1.2.400.1'>ParseContext.cxx</a>
dba/dbaccess/source/ui/querydesign/ : <a href='http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/querydesign/QueryDesignView.cxx.diff?r1=1.61&r2=1.61.50.1'>QueryDesignView.cxx</a>, <a href='http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx.diff?r1=1.50&r2=1.50.48.1'>SelectionBrowseBox.cxx</a>, <a href='http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/querydesign/querycontroller.cxx.diff?r1=1.90&r2=1.90.76.1'>querycontroller.cxx</a> ;
dba/connectivity/source/sdbcx/<a href='http://dba.openoffice.org/source/browse/dba/connectivity/source/sdbcx/VCollection.cxx.diff?r1=1.30&r2=1.30.70.1'>VCollection.cxx</a>
dba/connectivity/source/parse/ : <a href='http://dba.openoffice.org/source/browse/dba/connectivity/source/parse/sqlNoException.cxx.diff?r1=1.11&r2=1.11.62.1'>sqlNoException.cxx</a>, <a href='http://dba.openoffice.org/source/browse/dba/connectivity/source/parse/sqlflex.l.diff?r1=1.21&r2=1.21.40.1'>sqlflex.l</a>, <a href='http://dba.openoffice.org/source/browse/dba/connectivity/source/parse/sqliterator.cxx.diff?r1=1.34&r2=1.34.58.1'>sqliterator.cxx</a> ;
</div>
</div>
<div class='integrated'>integrated : <a name='merged_draw20pp1'></a><span class='comment'>draw20pp1</span>[ <a href='http://development.openoffice.org/releases/OOo_2_0_timetable.html#draw20pp1'>description</a>]
<div class="file-list">
graphics/sd/source/ui/docshell/<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/docshell/docshel4.cxx.diff?r1=1.53&r2=1.53.158.1'>docshel4.cxx</a>
graphics/sd/source/ui/view/<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/view/sdoutl.cxx.diff?r1=1.29&r2=1.29.130.1'>sdoutl.cxx</a>
graphics/sd/source/ui/app/ : <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/app/sdmod.cxx.diff?r1=1.19&r2=1.19.120.1'>sdmod.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/app/sdmod1.cxx.diff?r1=1.23.40.2&r2=1.23.40.2.14.1'>sdmod1.cxx</a> ;
</div>
</div>
<div class='integrated'>integrated : <a name='merged_kso8'></a><span class='comment'>kso8</span>[ <a href='http://development.openoffice.org/releases/OOo_2_0_timetable.html#kso8'>description</a>]
<div class="file-list">
framework/desktop/source/pkgchk/ : <a href='http://framework.openoffice.org/source/browse/framework/desktop/source/pkgchk/pkgchk_packages.cxx.diff?r1=1.11&r2=1.11.98.1'>pkgchk_packages.cxx</a>, <a href='http://framework.openoffice.org/source/browse/framework/desktop/source/pkgchk/pkgchk_unorc.cxx.diff?r1=1.6&r2=1.6.100.1'>pkgchk_unorc.cxx</a> ;
util/extensions/source/ole/<a href='http://util.openoffice.org/source/browse/util/extensions/source/ole/servprov.cxx.diff?r1=1.11.60.1&r2=1.11.60.1.2.1'>servprov.cxx</a>
ucb/ucb/source/ucp/webdav/ : <a href='http://ucb.openoffice.org/source/browse/ucb/ucb/source/ucp/webdav/NeonSession.cxx.diff?r1=1.28&r2=1.28.34.1'>NeonSession.cxx</a>, <a href='http://ucb.openoffice.org/source/browse/ucb/ucb/source/ucp/webdav/NeonSession.hxx.diff?r1=1.19&r2=1.19.34.1'>NeonSession.hxx</a> ;
</div>
</div>
<div class='integrated'>integrated : <a name='merged_sab007'></a><span class='comment'>sab007</span>[ <a href='http://development.openoffice.org/releases/OOo_2_0_timetable.html#sab007'>description</a>]
<div class="file-list">
sc/sc/source/filter/xml/<a href='http://sc.openoffice.org/source/browse/sc/sc/source/filter/xml/XMLStylesImportHelper.cxx.diff?r1=1.14&r2=1.14.208.1'>XMLStylesImportHelper.cxx</a>
</div>
</div>
<div class='integrated'>integrated : <a name='merged_vcl7pp1r2'></a><span class='comment'>vcl7pp1r2</span>[ <a href='http://development.openoffice.org/releases/OOo_2_0_timetable.html#vcl7pp1r2'>description</a>]
<div class="file-list">
gsl/vcl/win/source/gdi/ : <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/win/source/gdi/winlayout.cxx.diff?r1=1.71.12.1&r2=1.71.12.1.44.1'>winlayout.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/win/source/gdi/salgdi3.cxx.diff?r1=1.48.46.1&r2=1.48.46.1.2.1'>salgdi3.cxx</a> ;
util/svtools/source/dialogs/<a href='http://util.openoffice.org/source/browse/util/svtools/source/dialogs/printdlg.cxx.diff?r1=1.16.118.1&r2=1.16.118.1.36.1'>printdlg.cxx</a>
gsl/vcl/unx/source/gdi/ : <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/unx/source/gdi/xlfd_extd.hxx.diff?r1=1.9&r2=1.9.204.1'>xlfd_extd.hxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/unx/source/gdi/xlfd_extd.cxx.diff?r1=1.16&r2=1.16.142.1'>xlfd_extd.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/unx/source/gdi/xfont.cxx.diff?r1=1.29&r2=1.29.92.1'>xfont.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/unx/source/gdi/salgdi3.cxx.diff?r1=1.105.46.1&r2=1.105.46.1.34.1'>salgdi3.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/unx/source/gdi/salgdi.cxx.diff?r1=1.24&r2=1.24.138.1'>salgdi.cxx</a> ;
gsl/vcl/source/window/ : <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/window/winproc.cxx.diff?r1=1.80&r2=1.80.138.1'>winproc.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/window/window.cxx.diff?r1=1.176&r2=1.176.138.1'>window.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/window/brdwin.cxx.diff?r1=1.9&r2=1.9.170.1'>brdwin.cxx</a> ;
gsl/vcl/unx/source/app/<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/unx/source/app/saldisp.cxx.diff?r1=1.44.10.1&r2=1.44.10.1.46.1'>saldisp.cxx</a>
gsl/vcl/source/glyphs/<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/glyphs/gcach_layout.cxx.diff?r1=1.23&r2=1.23.112.1'>gcach_layout.cxx</a>
tools/solenv/inc/<a href='http://tools.openoffice.org/source/browse/tools/solenv/inc/rules.mk.diff?r1=1.50&r2=1.50.62.1'>rules.mk</a>
gsl/vcl/unx/source/window/<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/unx/source/window/salframe.cxx.diff?r1=1.163&r2=1.163.76.1'>salframe.cxx</a>
gsl/vcl/source/gdi/ : <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/gdi/sallayout.cxx.diff?r1=1.46.10.2.44.1&r2=1.46.10.2.44.2'>sallayout.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/gdi/pdfwriter_impl.hxx.diff?r1=1.25&r2=1.25.120.1'>pdfwriter_impl.hxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/gdi/pdfwriter_impl.cxx.diff?r1=1.55.10.1&r2=1.55.10.1.46.1'>pdfwriter_impl.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/gdi/outdev4.cxx.diff?r1=1.13&r2=1.13.158.1'>outdev4.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/gdi/outdev3.cxx.diff?r1=1.155.20.2&r2=1.155.20.2.2.1'>outdev3.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/gdi/metaact.cxx.diff?r1=1.11&r2=1.11.198.1'>metaact.cxx</a> ;
sw/sw/source/ui/docvw/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/ui/docvw/edtwin.cxx.diff?r1=1.70&r2=1.70.120.1'>edtwin.cxx</a>
gsl/vcl/unx/inc/ : <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/unx/inc/xfont.hxx.diff?r1=1.12&r2=1.12.208.1'>xfont.hxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/unx/inc/salgdi.h.diff?r1=1.22&r2=1.22.220.1'>salgdi.h</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/unx/inc/saldisp.hxx.diff?r1=1.16.122.1&r2=1.16.122.1.46.1'>saldisp.hxx</a> ;
gsl/vcl/inc/ : <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/inc/window.h.diff?r1=1.11&r2=1.11.222.1'>window.h</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/inc/sallayout.hxx.diff?r1=1.31&r2=1.31.150.1'>sallayout.hxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/inc/salgdi.hxx.diff?r1=1.20&r2=1.20.200.1'>salgdi.hxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/inc/metaact.hxx.diff?r1=1.4&r2=1.4.336.1'>metaact.hxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/inc/keycodes.hxx.diff?r1=1.2&r2=1.2.334.1'>keycodes.hxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/inc/cmdevt.hxx.diff?r1=1.10&r2=1.10.334.1'>cmdevt.hxx</a> ;
gsl/vcl/win/source/window/<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/win/source/window/salframe.cxx.diff?r1=1.94.112.1&r2=1.94.112.1.40.1'>salframe.cxx</a>
gsl/psprint/source/fontsubset/<a href='http://gsl.openoffice.org/source/browse/gsl/psprint/source/fontsubset/sft.c.diff?r1=1.23.22.1&r2=1.23.22.2'>sft.c</a>
</div>
</div>
<div class='integrated'>integrated : <a name='merged_vcl7pp1r1'></a><span class='comment'>vcl7pp1r1</span>[ <a href='http://development.openoffice.org/releases/OOo_2_0_timetable.html#vcl7pp1r1'>description</a>]
<div class="file-list">
util/tools/source/rc/<a href='http://util.openoffice.org/source/browse/util/tools/source/rc/resmgr.cxx.diff?r1=1.24&r2=1.24.40.1'>resmgr.cxx</a>
util/officecfg/registry/data/org/openoffice/<a href='http://util.openoffice.org/source/browse/util/officecfg/registry/data/org/openoffice/VCL.xcu.diff?r1=1.20.14.3&r2=1.20.14.3.18.1'>VCL.xcu</a>
gsl/psprint/source/fontmanager/<a href='http://gsl.openoffice.org/source/browse/gsl/psprint/source/fontmanager/fontmanager.cxx.diff?r1=1.39&r2=1.39.32.1'>fontmanager.cxx</a>
gsl/vcl/unx/source/app/<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/unx/source/app/keysymnames.cxx.diff?r1=1.7.120.1&r2=1.7.120.1.46.1'>keysymnames.cxx</a>
gsl/vcl/unx/source/gdi/ : <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/unx/source/gdi/salprnpsp.cxx.diff?r1=1.27&r2=1.27.70.1'>salprnpsp.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/unx/source/gdi/gcach_xpeer.cxx.diff?r1=1.32&r2=1.32.56.1'>gcach_xpeer.cxx</a> ;
gsl/vcl/source/gdi/<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/gdi/sallayout.cxx.diff?r1=1.46.10.2&r2=1.46.10.2.44.1'>sallayout.cxx</a>
gsl/psprint/source/fontsubset/<a href='http://gsl.openoffice.org/source/browse/gsl/psprint/source/fontsubset/sft.c.diff?r1=1.23&r2=1.23.22.1'>sft.c</a>
</div>
</div>
<div class='integrated'>integrated : <a name='merged_corkfilterteam10'></a><span class='comment'>corkfilterteam10</span>[ <a href='http://development.openoffice.org/releases/OOo_2_0_timetable.html#corkfilterteam10'>description</a>]
<div class="file-list">
sw/sw/source/filter/ww8/ : <a href='http://sw.openoffice.org/source/browse/sw/sw/source/filter/ww8/CREDITS.diff?r1=1.2&r2=1.2.106.1'>CREDITS</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/filter/ww8/wrtw8esh.cxx.diff?r1=1.63&r2=1.63.108.1'>wrtw8esh.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/filter/ww8/wrtww8.hxx.diff?r1=1.49&r2=1.49.108.1'>wrtww8.hxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/filter/ww8/ww8atr.cxx.diff?r1=1.65&r2=1.65.112.1'>ww8atr.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/filter/ww8/ww8graf.cxx.diff?r1=1.103&r2=1.103.78.1'>ww8graf.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/filter/ww8/ww8graf2.cxx.diff?r1=1.48&r2=1.48.170.1'>ww8graf2.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/filter/ww8/ww8par.cxx.diff?r1=1.114.50.2&r2=1.114.50.2.2.1'>ww8par.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/filter/ww8/ww8par.hxx.diff?r1=1.115.68.1&r2=1.115.68.1.2.1'>ww8par.hxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/filter/ww8/ww8par2.cxx.diff?r1=1.87&r2=1.87.108.1'>ww8par2.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/filter/ww8/ww8par2.hxx.diff?r1=1.30.132.1&r2=1.30.132.1.2.1'>ww8par2.hxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/filter/ww8/ww8par5.cxx.diff?r1=1.68.102.1&r2=1.68.102.1.2.1'>ww8par5.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/filter/ww8/ww8par6.cxx.diff?r1=1.139&r2=1.139.70.1'>ww8par6.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/filter/ww8/ww8scan.cxx.diff?r1=1.99&r2=1.99.142.1'>ww8scan.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/filter/ww8/ww8scan.hxx.diff?r1=1.61&r2=1.61.140.1'>ww8scan.hxx</a> ;
sw/sw/source/filter/rtf/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/filter/rtf/rtftbl.cxx.diff?r1=1.15&r2=1.15.168.1'>rtftbl.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #100000#: remove NOOPTFILES for Solaris Intel </span>
<div class="file-list">
external/regexp/source/<a href='http://external.openoffice.org/source/browse/external/regexp/source/makefile.mk.diff?r1=1.2&r2=1.2.36.1'>makefile.mk</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #100000#: broken rule </span>
<div class="file-list">
framework/desktop/util/<a href='http://framework.openoffice.org/source/browse/framework/desktop/util/makefile.mk.diff?r1=1.33.52.1&r2=1.33.52.1.2.1'>makefile.mk</a>
</div>
</div>
<p>
<a name='mws_fix645'></a><a name='mws_fix645_rt'></a><div class="branch">mws_fix645 was changed by Rüdiger Timm(rt)</div>
<div class='modified'>modified : <span class='comment'> #114095# Merge from SRX645 into FIX645: Fix french dialog: procent character was missing in 3 places (DV). </span>
<div class="file-list">
installation/setup2/source/ui/pages/<a href='http://installation.openoffice.org/source/browse/installation/setup2/source/ui/pages/preadygo.src.diff?r1=1.35.14.1&r2=1.35.14.1.16.1'>preadygo.src</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> FIX645 </span>
<div class="file-list">
tools/solenv/inc/<a href='http://tools.openoffice.org/source/browse/tools/solenv/inc/minor.mk.diff?r1=1.402.4.15&r2=1.402.4.15.2.1'>minor.mk</a>
</div>
</div>
<p>
<a name='mws_fix645'></a><a name='mws_fix645_obo'></a><div class="branch">mws_fix645 was changed by Oliver Bolte(obo)</div>
<div class='integrated'>integrated : <a name='merged_sw7pp1'></a><span class='comment'>sw7pp1</span>[ <a href='http://development.openoffice.org/releases/OOo_2_0_timetable.html#sw7pp1'>description</a>]
<div class="file-list">
installation/scp/source/office/<a href='http://installation.openoffice.org/source/browse/installation/scp/source/office/files.scp.diff?r1=1.369.16.3&r2=1.369.16.3.12.1'>files.scp</a>
sw/sw/source/core/layout/ : <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/layout/flylay.cxx.diff?r1=1.22&r2=1.22.114.1'>flylay.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/layout/frmtool.cxx.diff?r1=1.50.70.1&r2=1.50.70.1.56.1'>frmtool.cxx</a> ;
installation/scp/source/lingu/<a href='http://installation.openoffice.org/source/browse/installation/scp/source/lingu/files_lingu.scp.diff?r1=1.8&r2=1.8.112.1'>files_lingu.scp</a>
sw/starmath/source/ : <a href='http://sw.openoffice.org/source/browse/sw/starmath/source/accessibility.cxx.diff?r1=1.24&r2=1.24.58.1'>accessibility.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/starmath/source/accessibility.hxx.diff?r1=1.16&r2=1.16.58.1'>accessibility.hxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/starmath/source/document.cxx.diff?r1=1.61&r2=1.61.58.1'>document.cxx</a> ;
sw/sw/source/core/doc/ : <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/doc/docnum.cxx.diff?r1=1.14.108.1&r2=1.14.108.1.2.1'>docnum.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/doc/poolfmt.cxx.diff?r1=1.25&r2=1.25.150.1'>poolfmt.cxx</a> ;
sw/starmath/inc/<a href='http://sw.openoffice.org/source/browse/sw/starmath/inc/edit.hxx.diff?r1=1.10&r2=1.10.68.1'>edit.hxx</a>
sw/sw/source/core/inc/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/inc/flyfrms.hxx.diff?r1=1.3&r2=1.3.388.1'>flyfrms.hxx</a>
sw/sw/source/ui/uno/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/ui/uno/unotxvw.cxx.diff?r1=1.45&r2=1.45.200.1'>unotxvw.cxx</a>
graphics/svx/source/options/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/options/optlingu.cxx.diff?r1=1.45&r2=1.45.254.1'>optlingu.cxx</a>
installation/scp/inc/<a href='http://installation.openoffice.org/source/browse/installation/scp/inc/gid.inc.diff?r1=1.362.16.2&r2=1.362.16.2.32.1'>gid.inc</a>
sw/sw/source/core/docnode/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/docnode/ndtbl.cxx.diff?r1=1.14&r2=1.14.162.1'>ndtbl.cxx</a>
sw/sw/source/core/unocore/ : <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/unocore/unoobj.cxx.diff?r1=1.68&r2=1.68.200.1'>unoobj.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/unocore/unoobj2.cxx.diff?r1=1.37&r2=1.37.200.1'>unoobj2.cxx</a> ;
sw/sw/inc/<a href='http://sw.openoffice.org/source/browse/sw/sw/inc/unoobj.hxx.diff?r1=1.28&r2=1.28.200.1'>unoobj.hxx</a>
sw/sw/source/core/fields/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/fields/cellfml.cxx.diff?r1=1.2&r2=1.2.200.1'>cellfml.cxx</a>
sw/sw/source/core/text/ : <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/text/itrcrsr.cxx.diff?r1=1.58&r2=1.58.200.1'>itrcrsr.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/text/porfld.cxx.diff?r1=1.37&r2=1.37.200.1'>porfld.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/text/porfly.cxx.diff?r1=1.21&r2=1.21.114.1'>porfly.cxx</a> ;
</div>
</div>
<p>
<a name='mws_fix645'></a><a name='mws_fix645_vg'></a><div class="branch">mws_fix645 was changed by Vladimir Glazounov(vg)</div>
<div class='integrated'>integrated : <a name='merged_os16'></a><span class='comment'>os16</span>[ <a href='http://development.openoffice.org/releases/OOo_2_0_timetable.html#os16'>description</a>]
<div class="file-list">
installation/scp/inc/<a href='http://installation.openoffice.org/source/browse/installation/scp/inc/gid.inc.diff?r1=1.362.16.2.32.1&r2=1.362.16.2.32.2'>gid.inc</a>
installation/scp/source/office/<a href='http://installation.openoffice.org/source/browse/installation/scp/source/office/profile.scp.diff?r1=1.182.10.3&r2=1.182.10.3.10.1'>profile.scp</a>
graphics/svx/source/inc/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/inc/hltpbase.hxx.diff?r1=1.10&r2=1.10.422.1'>hltpbase.hxx</a>
graphics/svx/source/dialog/ : <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/dialog/hltpbase.cxx.diff?r1=1.19&r2=1.19.242.1'>hltpbase.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/dialog/paragrph.cxx.diff?r1=1.37&r2=1.37.240.1'>paragrph.cxx</a> ;
sw/sw/source/ui/shells/ : <a href='http://sw.openoffice.org/source/browse/sw/sw/source/ui/shells/drwtxtsh.cxx.diff?r1=1.18&r2=1.18.194.1'>drwtxtsh.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/ui/shells/textfld.cxx.diff?r1=1.18&r2=1.18.156.1'>textfld.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/ui/shells/textsh.cxx.diff?r1=1.27&r2=1.27.190.1'>textsh.cxx</a> ;
sw/sw/source/core/doc/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/doc/doctxm.cxx.diff?r1=1.24&r2=1.24.194.1'>doctxm.cxx</a>
sw/sw/source/ui/docvw/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/ui/docvw/edtwin.cxx.diff?r1=1.70.120.1&r2=1.70.120.2'>edtwin.cxx</a>
sw/sw/source/ui/dialog/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/ui/dialog/docstdlg.cxx.diff?r1=1.6&r2=1.6.200.1'>docstdlg.cxx</a>
sw/sw/source/core/edit/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/edit/editsh.cxx.diff?r1=1.23&r2=1.23.200.1'>editsh.cxx</a>
framework/offmgr/source/offapp/dialog/<a href='http://framework.openoffice.org/source/browse/framework/offmgr/source/offapp/dialog/optgdlg.cxx.diff?r1=1.74&r2=1.74.72.1'>optgdlg.cxx</a>
</div>
</div>
<div class='integrated'>integrated : <a name='merged_sw7pp1b'></a><span class='comment'>sw7pp1b</span>[ <a href='http://development.openoffice.org/releases/OOo_2_0_timetable.html#sw7pp1b'>description</a>]
<div class="file-list">
sw/sw/source/ui/dochdl/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/ui/dochdl/swdtflvr.cxx.diff?r1=1.70.236.1&r2=1.70.236.2'>swdtflvr.cxx</a>
sw/sw/source/core/undo/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/undo/rolbck.cxx.diff?r1=1.6&r2=1.6.292.1'>rolbck.cxx</a>
sw/sw/source/core/doc/ : <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/doc/docfmt.cxx.diff?r1=1.19&r2=1.19.292.1'>docfmt.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/doc/docglbl.cxx.diff?r1=1.10&r2=1.10.126.1'>docglbl.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/doc/docredln.cxx.diff?r1=1.24&r2=1.24.292.1'>docredln.cxx</a> ;
sw/sw/source/core/view/ : <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/view/scrrect.cxx.diff?r1=1.10&r2=1.10.184.1'>scrrect.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/view/viewsh.cxx.diff?r1=1.38&r2=1.38.68.1'>viewsh.cxx</a> ;
sw/sw/source/core/draw/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/draw/dcontact.cxx.diff?r1=1.19.52.1.58.1&r2=1.19.52.1.58.2'>dcontact.cxx</a>
sw/sw/source/core/layout/ : <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/layout/fly.cxx.diff?r1=1.46.52.1.56.1&r2=1.46.52.1.56.2'>fly.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/layout/layact.cxx.diff?r1=1.32&r2=1.32.200.1'>layact.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/layout/paintfrm.cxx.diff?r1=1.69&r2=1.69.206.1'>paintfrm.cxx</a> ;
sw/sw/source/core/docnode/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/docnode/ndcopy.cxx.diff?r1=1.9&r2=1.9.292.1'>ndcopy.cxx</a>
sw/sw/source/core/unocore/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/unocore/unoportenum.cxx.diff?r1=1.24.74.1&r2=1.24.74.1.54.1'>unoportenum.cxx</a>
sw/sw/inc/<a href='http://sw.openoffice.org/source/browse/sw/sw/inc/dcontact.hxx.diff?r1=1.4.70.1.58.1&r2=1.4.70.1.58.2'>dcontact.hxx</a>
sw/sw/source/core/edit/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/edit/edattr.cxx.diff?r1=1.32&r2=1.32.58.1'>edattr.cxx</a>
sw/sw/source/core/text/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/text/frmpaint.cxx.diff?r1=1.38&r2=1.38.74.1'>frmpaint.cxx</a>
</div>
</div>
<div class='integrated'>integrated : <a name='merged_draw21'></a><span class='comment'>draw21</span>[ <a href='http://development.openoffice.org/releases/OOo_2_0_timetable.html#draw21'>description</a>]
<div class="file-list">
graphics/sd/source/core/<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/core/drawdoc.cxx.diff?r1=1.60&r2=1.60.74.1'>drawdoc.cxx</a>
graphics/svx/source/items/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/items/flditem.cxx.diff?r1=1.11&r2=1.11.498.1'>flditem.cxx</a>
xml/xmloff/source/core/<a href='http://xml.openoffice.org/source/browse/xml/xmloff/source/core/XMLEmbeddedObjectImportContext.cxx.diff?r1=1.4&r2=1.4.192.1'>XMLEmbeddedObjectImportContext.cxx</a>
graphics/sd/source/ui/view/<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/view/drawview.cxx.diff?r1=1.24.38.1&r2=1.24.38.1.38.1'>drawview.cxx</a>
xml/xmloff/source/draw/ : <a href='http://xml.openoffice.org/source/browse/xml/xmloff/source/draw/animimp.cxx.diff?r1=1.11&r2=1.11.192.1'>animimp.cxx</a>, <a href='http://xml.openoffice.org/source/browse/xml/xmloff/source/draw/ximpshap.cxx.diff?r1=1.81&r2=1.81.106.1'>ximpshap.cxx</a> ;
graphics/sd/source/ui/func/<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/func/fuslshw2.cxx.diff?r1=1.22&r2=1.22.116.1'>fuslshw2.cxx</a>
graphics/sd/source/ui/unoidl/<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/unoidl/unomodel.cxx.diff?r1=1.64.102.1&r2=1.64.102.2'>unomodel.cxx</a>
graphics/svx/source/svdraw/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/svdraw/svdoole2.cxx.diff?r1=1.37.100.1&r2=1.37.100.1.20.1'>svdoole2.cxx</a>
</div>
</div>
<div class='integrated'>integrated : <a name='merged_sch7pp1'></a><span class='comment'>sch7pp1</span>[ <a href='http://development.openoffice.org/releases/OOo_2_0_timetable.html#sch7pp1'>description</a>]
<div class="file-list">
graphics/sch/source/core/<a href='http://graphics.openoffice.org/source/browse/graphics/sch/source/core/calculat.cxx.diff?r1=1.5&r2=1.5.96.1'>calculat.cxx</a>
graphics/sch/source/ui/unoidl/<a href='http://graphics.openoffice.org/source/browse/graphics/sch/source/ui/unoidl/ChXChartDocument.cxx.diff?r1=1.47&r2=1.47.48.1'>ChXChartDocument.cxx</a>
graphics/sch/source/ui/docshell/<a href='http://graphics.openoffice.org/source/browse/graphics/sch/source/ui/docshell/docshell.cxx.diff?r1=1.56&r2=1.56.50.1'>docshell.cxx</a>
</div>
</div>
<div class='integrated'>integrated : <a name='merged_os22'></a><span class='comment'>os22</span>[ <a href='http://development.openoffice.org/releases/OOo_2_0_timetable.html#os22'>description</a>]
<div class="file-list">
sw/sw/source/ui/table/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/ui/table/convert.cxx.diff?r1=1.4&r2=1.4.292.1'>convert.cxx</a>
sw/sw/source/ui/utlui/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/ui/utlui/unotools.cxx.diff?r1=1.15&r2=1.15.292.1'>unotools.cxx</a>
sw/sw/source/core/bastyp/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/bastyp/calc.cxx.diff?r1=1.25&r2=1.25.292.1'>calc.cxx</a>
util/svtools/source/config/<a href='http://util.openoffice.org/source/browse/util/svtools/source/config/pathoptions.cxx.diff?r1=1.62&r2=1.62.228.1'>pathoptions.cxx</a>
util/svtools/source/contnr/ : <a href='http://util.openoffice.org/source/browse/util/svtools/source/contnr/svimpbox.cxx.diff?r1=1.32.158.1&r2=1.32.158.2'>svimpbox.cxx</a>, <a href='http://util.openoffice.org/source/browse/util/svtools/source/contnr/imivctl1.cxx.diff?r1=1.17&r2=1.17.158.1'>imivctl1.cxx</a> ;
sw/starmath/source/<a href='http://sw.openoffice.org/source/browse/sw/starmath/source/parse.cxx.diff?r1=1.24&r2=1.24.110.1'>parse.cxx</a>
sw/sw/source/ui/shells/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/ui/shells/txtattr.cxx.diff?r1=1.15&r2=1.15.256.1'>txtattr.cxx</a>
graphics/svx/source/dialog/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/dialog/srchdlg.src.diff?r1=1.62.28.1&r2=1.62.28.1.68.1'>srchdlg.src</a>
sw/sw/source/core/unocore/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/unocore/unotbl.cxx.diff?r1=1.78&r2=1.78.34.1'>unotbl.cxx</a>
graphics/svx/inc/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/globlmn.hrc.diff?r1=1.123.24.1&r2=1.123.24.1.2.1'>globlmn.hrc</a>
framework/offmgr/source/offapp/dialog/<a href='http://framework.openoffice.org/source/browse/framework/offmgr/source/offapp/dialog/treeopt.cxx.diff?r1=1.24.190.1&r2=1.24.190.2'>treeopt.cxx</a>
sw/sw/source/ui/dbui/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/ui/dbui/dbmgr.cxx.diff?r1=1.70.30.1&r2=1.70.30.1.62.1'>dbmgr.cxx</a>
</div>
</div>
<div class='integrated'>integrated : <a name='merged_dba01pp1'></a><span class='comment'>dba01pp1</span>[ <a href='http://development.openoffice.org/releases/OOo_2_0_timetable.html#dba01pp1'>description</a>]
<div class="file-list">
util/extensions/source/dbimport/<a href='http://util.openoffice.org/source/browse/util/extensions/source/dbimport/sdbimporter.cxx.diff?r1=1.20&r2=1.20.128.1'>sdbimporter.cxx</a>
gsl/toolkit/source/awt/<a href='http://gsl.openoffice.org/source/browse/gsl/toolkit/source/awt/vclxwindows.cxx.diff?r1=1.42&r2=1.42.46.1'>vclxwindows.cxx</a>
util/svtools/source/control/<a href='http://util.openoffice.org/source/browse/util/svtools/source/control/calendar.cxx.diff?r1=1.2&r2=1.2.412.1'>calendar.cxx</a>
gsl/vcl/source/control/<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/control/button.cxx.diff?r1=1.21&r2=1.21.160.1'>button.cxx</a>
gsl/forms/source/component/ : <a href='http://gsl.openoffice.org/source/browse/gsl/forms/source/component/GroupManager.cxx.diff?r1=1.10&r2=1.10.78.1'>GroupManager.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/forms/source/component/ComboBox.cxx.diff?r1=1.19.26.1&r2=1.19.26.1.2.1'>ComboBox.cxx</a> ;
</div>
</div>
<div class='integrated'>integrated : <a name='merged_pp1i18n1'></a><span class='comment'>pp1i18n1</span>[ <a href='http://development.openoffice.org/releases/OOo_2_0_timetable.html#pp1i18n1'>description</a>]
<div class="file-list">
l10n/i18npool/source/localedata/data/<a href='http://l10n.openoffice.org/source/browse/l10n/i18npool/source/localedata/data/he_IL.xml.diff?r1=1.9&r2=1.9.68.1'>he_IL.xml</a>
util/tools/source/intntl/<a href='http://util.openoffice.org/source/browse/util/tools/source/intntl/isolang.cxx.diff?r1=1.12&r2=1.12.90.1'>isolang.cxx</a>
</div>
</div>
<div class='integrated'>integrated : <a name='merged_fwk02pp1'></a><span class='comment'>fwk02pp1</span>[ <a href='http://development.openoffice.org/releases/OOo_2_0_timetable.html#fwk02pp1'>description</a>]
<div class="file-list">
graphics/svx/source/unodraw/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/unodraw/unopage.cxx.diff?r1=1.23&r2=1.23.352.1'>unopage.cxx</a>
framework/sfx2/source/accel/<a href='http://framework.openoffice.org/source/browse/framework/sfx2/source/accel/accmgr.cxx.diff?r1=1.8&r2=1.8.150.1'>accmgr.cxx</a>
framework/sfx2/source/doc/ : <a href='http://framework.openoffice.org/source/browse/framework/sfx2/source/doc/docfac.cxx.diff?r1=1.14&r2=1.14.162.1'>docfac.cxx</a>, <a href='http://framework.openoffice.org/source/browse/framework/sfx2/source/doc/objcont.cxx.diff?r1=1.41&r2=1.41.98.1'>objcont.cxx</a>, <a href='http://framework.openoffice.org/source/browse/framework/sfx2/source/doc/sfxbasemodel.cxx.diff?r1=1.51&r2=1.51.62.1'>sfxbasemodel.cxx</a> ;
framework/sfx2/source/appl/ : <a href='http://framework.openoffice.org/source/browse/framework/sfx2/source/appl/app.cxx.diff?r1=1.68.100.1&r2=1.68.100.1.10.1'>app.cxx</a>, <a href='http://framework.openoffice.org/source/browse/framework/sfx2/source/appl/appinit.cxx.diff?r1=1.33&r2=1.33.116.1'>appinit.cxx</a>, <a href='http://framework.openoffice.org/source/browse/framework/sfx2/source/appl/workwin.cxx.diff?r1=1.35&r2=1.35.200.1'>workwin.cxx</a> ;
framework/sfx2/source/toolbox/ : <a href='http://framework.openoffice.org/source/browse/framework/sfx2/source/toolbox/imgmgr.cxx.diff?r1=1.15&r2=1.15.190.1'>imgmgr.cxx</a>, <a href='http://framework.openoffice.org/source/browse/framework/sfx2/source/toolbox/tbxitem.cxx.diff?r1=1.32&r2=1.32.86.1'>tbxitem.cxx</a> ;
util/sot/source/sdstor/ : <a href='http://util.openoffice.org/source/browse/util/sot/source/sdstor/storage.cxx.diff?r1=1.36&r2=1.36.52.1'>storage.cxx</a>, <a href='http://util.openoffice.org/source/browse/util/sot/source/sdstor/ucbstorage.cxx.diff?r1=1.79&r2=1.79.34.1'>ucbstorage.cxx</a> ;
framework/desktop/source/app/<a href='http://framework.openoffice.org/source/browse/framework/desktop/source/app/app.cxx.diff?r1=1.121.10.3&r2=1.121.10.3.2.1'>app.cxx</a>
framework/desktop/source/offwrp/<a href='http://framework.openoffice.org/source/browse/framework/desktop/source/offwrp/wrapper.cxx.diff?r1=1.6&r2=1.6.104.1'>wrapper.cxx</a>
framework/sfx2/source/view/<a href='http://framework.openoffice.org/source/browse/framework/sfx2/source/view/sfxbasecontroller.cxx.diff?r1=1.44&r2=1.44.144.1'>sfxbasecontroller.cxx</a>
framework/sfx2/source/config/<a href='http://framework.openoffice.org/source/browse/framework/sfx2/source/config/cfgmgr.cxx.diff?r1=1.22&r2=1.22.200.1'>cfgmgr.cxx</a>
</div>
</div>
<div class='integrated'>integrated : <a name='merged_setuppp01'></a><span class='comment'>setuppp01</span>[ <a href='http://development.openoffice.org/releases/OOo_2_0_timetable.html#setuppp01'>description</a>]
<div class="file-list">
installation/setup2/source/ui/pages/<a href='http://installation.openoffice.org/source/browse/installation/setup2/source/ui/pages/ppatch.src.diff?r1=1.19.14.2&r2=1.19.14.2.4.1'>ppatch.src</a>
installation/setup2/mow/source/loader/<a href='http://installation.openoffice.org/source/browse/installation/setup2/mow/source/loader/loader.c.diff?r1=1.49.14.4&r2=1.49.14.4.4.1'>loader.c</a>
installation/setup2/inc/<a href='http://installation.openoffice.org/source/browse/installation/setup2/inc/decltor.hxx.diff?r1=1.62.94.1&r2=1.62.94.1.16.1'>decltor.hxx</a>
installation/setup2/source/custom/reg4msdoc/ : <a href='http://installation.openoffice.org/source/browse/installation/setup2/source/custom/reg4msdoc/registrar.cxx.diff?r1=1.5&r2=1.5.108.1'>registrar.cxx</a>, <a href='http://installation.openoffice.org/source/browse/installation/setup2/source/custom/reg4msdoc/registryw9x.cxx.diff?r1=1.7&r2=1.7.160.1'>registryw9x.cxx</a> ;
installation/setup2/source/compiler/ : <a href='http://installation.openoffice.org/source/browse/installation/setup2/source/compiler/sidacar.cxx.diff?r1=1.4&r2=1.4.174.1'>sidacar.cxx</a>, <a href='http://installation.openoffice.org/source/browse/installation/setup2/source/compiler/sidir.cxx.diff?r1=1.7&r2=1.7.174.1'>sidir.cxx</a>, <a href='http://installation.openoffice.org/source/browse/installation/setup2/source/compiler/sios.cxx.diff?r1=1.3&r2=1.3.174.1'>sios.cxx</a>, <a href='http://installation.openoffice.org/source/browse/installation/setup2/source/compiler/sireg.cxx.diff?r1=1.3&r2=1.3.174.1'>sireg.cxx</a>, <a href='http://installation.openoffice.org/source/browse/installation/setup2/source/compiler/sisreg.cxx.diff?r1=1.5&r2=1.5.174.1'>sisreg.cxx</a> ;
installation/setup2/source/agenda/<a href='http://installation.openoffice.org/source/browse/installation/setup2/source/agenda/instdb.cxx.diff?r1=1.12.110.1&r2=1.12.110.1.6.1'>instdb.cxx</a>
util/unzip/util/ : <a href='http://util.openoffice.org/source/browse/util/unzip/util/svunzip.map.diff?r1=1.1&r2=1.1.6.1'>svunzip.map</a>, <a href='http://util.openoffice.org/source/browse/util/unzip/util/makefile.mk.diff?r1=1.3&r2=1.3.52.1'>makefile.mk</a> ;
installation/setup2/source/ui/<a href='http://installation.openoffice.org/source/browse/installation/setup2/source/ui/main.cxx.diff?r1=1.114.4.2&r2=1.114.4.2.2.1'>main.cxx</a>
</div>
</div>
<div class='integrated'>integrated : <a name='merged_waterfordfilterteam12'></a><span class='comment'>waterfordfilterteam12</span>[ <a href='http://development.openoffice.org/releases/OOo_2_0_timetable.html#waterfordfilterteam12'>description</a>]
<div class="file-list">
sw/sw/source/filter/ww8/ : <a href='http://sw.openoffice.org/source/browse/sw/sw/source/filter/ww8/wrtw8nds.cxx.diff?r1=1.53&r2=1.53.126.1'>wrtw8nds.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/filter/ww8/wrtww8.hxx.diff?r1=1.49.108.1&r2=1.49.108.2'>wrtww8.hxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/filter/ww8/ww8atr.cxx.diff?r1=1.65.112.1&r2=1.65.112.2'>ww8atr.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/filter/ww8/ww8glsy.cxx.diff?r1=1.14&r2=1.14.206.1'>ww8glsy.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/filter/ww8/ww8graf.cxx.diff?r1=1.103.78.1&r2=1.103.78.2'>ww8graf.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/filter/ww8/ww8par.cxx.diff?r1=1.114.50.2.2.1&r2=1.114.50.2.2.2'>ww8par.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/filter/ww8/ww8par.hxx.diff?r1=1.115.68.1.2.1&r2=1.115.68.1.2.2'>ww8par.hxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/filter/ww8/ww8par2.cxx.diff?r1=1.87.108.1&r2=1.87.108.2'>ww8par2.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/filter/ww8/ww8par4.cxx.diff?r1=1.38&r2=1.38.90.1'>ww8par4.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/filter/ww8/ww8par5.cxx.diff?r1=1.68.102.1.2.1&r2=1.68.102.1.2.2'>ww8par5.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/filter/ww8/ww8par6.cxx.diff?r1=1.139.70.1&r2=1.139.70.2'>ww8par6.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/filter/ww8/ww8scan.cxx.diff?r1=1.99.142.1&r2=1.99.142.2'>ww8scan.cxx</a> ;
</div>
</div>
<div class='integrated'>integrated : <a name='merged_sw7pp1neu'></a><span class='comment'>sw7pp1neu</span>[ <a href='http://development.openoffice.org/releases/OOo_2_0_timetable.html#sw7pp1neu'>description</a>]
<div class="file-list">
sw/sw/source/core/layout/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/layout/flycnt.cxx.diff?r1=1.33&r2=1.33.30.1'>flycnt.cxx</a>
sw/sw/source/core/txtnode/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/txtnode/txtedt.cxx.diff?r1=1.45&r2=1.45.48.1'>txtedt.cxx</a>
sw/sw/source/core/unocore/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/unocore/unoframe.cxx.diff?r1=1.81&r2=1.81.88.1'>unoframe.cxx</a>
sw/sw/source/ui/uiview/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/ui/uiview/viewling.cxx.diff?r1=1.14&r2=1.14.44.1'>viewling.cxx</a>
sw/linguistic/source/<a href='http://sw.openoffice.org/source/browse/sw/linguistic/source/hyphdta.cxx.diff?r1=1.3&r2=1.3.98.1'>hyphdta.cxx</a>
sw/sw/source/core/draw/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/draw/dcontact.cxx.diff?r1=1.19.52.1&r2=1.19.52.1.58.1'>dcontact.cxx</a>
sw/starmath/source/<a href='http://sw.openoffice.org/source/browse/sw/starmath/source/toolbox.cxx.diff?r1=1.12&r2=1.12.54.1'>toolbox.cxx</a>
sw/sw/source/core/edit/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/edit/edlingu.cxx.diff?r1=1.8&r2=1.8.48.1'>edlingu.cxx</a>
sw/sw/source/ui/uno/ : <a href='http://sw.openoffice.org/source/browse/sw/sw/source/ui/uno/unomailmerge.cxx.diff?r1=1.6&r2=1.6.126.1'>unomailmerge.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/ui/uno/unotxdoc.cxx.diff?r1=1.78&r2=1.78.90.1'>unotxdoc.cxx</a> ;
sw/sw/inc/<a href='http://sw.openoffice.org/source/browse/sw/sw/inc/dcontact.hxx.diff?r1=1.4.70.1&r2=1.4.70.1.58.1'>dcontact.hxx</a>
</div>
</div>
<div class='integrated'>integrated : <a name='merged_sw7pp1c'></a><span class='comment'>sw7pp1c</span>[ <a href='http://development.openoffice.org/releases/OOo_2_0_timetable.html#sw7pp1c'>description</a>]
<div class="file-list">
sw/sw/source/core/frmedt/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/frmedt/tblsel.cxx.diff?r1=1.16.86.2&r2=1.16.86.3'>tblsel.cxx</a>
sw/sw/source/core/layout/ : <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/layout/sectfrm.cxx.diff?r1=1.28&r2=1.28.226.1'>sectfrm.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/layout/tabfrm.cxx.diff?r1=1.41.30.1&r2=1.41.30.2'>tabfrm.cxx</a> ;
sw/sw/source/core/docnode/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/docnode/ndsect.cxx.diff?r1=1.11&r2=1.11.292.1'>ndsect.cxx</a>
</div>
</div>
<div class='integrated'>integrated : <a name='merged_sb11'></a><span class='comment'>sb11</span>[ <a href='http://development.openoffice.org/releases/OOo_2_0_timetable.html#sb11'>description</a>]
<div class="file-list">
udk/bridges/test/com/sun/star/lib/uno/bridges/java_remote/ : <a href='http://udk.openoffice.org/source/browse/udk/bridges/test/com/sun/star/lib/uno/bridges/java_remote/Bug110892_Test.java.diff?r1=1.2&r2=1.2.24.1'>Bug110892_Test.java</a>, <a href='http://udk.openoffice.org/source/browse/udk/bridges/test/com/sun/star/lib/uno/bridges/java_remote/makefile.mk.diff?r1=1.2&r2=1.2.34.1'>makefile.mk</a> ;
udk/jurt/com/sun/star/lib/uno/bridges/java_remote/ : <a href='http://udk.openoffice.org/source/browse/udk/jurt/com/sun/star/lib/uno/bridges/java_remote/ProxyFactory.java.diff?r1=1.2&r2=1.2.40.1'>ProxyFactory.java</a>, <a href='http://udk.openoffice.org/source/browse/udk/jurt/com/sun/star/lib/uno/bridges/java_remote/java_remote_bridge.java.diff?r1=1.30&r2=1.30.24.1'>java_remote_bridge.java</a> ;
</div>
</div>
<div class='integrated'>integrated : <a name='merged_fwk01pp1'></a><span class='comment'>fwk01pp1</span>[ <a href='http://development.openoffice.org/releases/OOo_2_0_timetable.html#fwk01pp1'>description</a>]
<div class="file-list">
framework/sfx2/source/menu/<a href='http://framework.openoffice.org/source/browse/framework/sfx2/source/menu/mnuitem.cxx.diff?r1=1.12&r2=1.12.190.1'>mnuitem.cxx</a>
framework/sfx2/source/appl/ : <a href='http://framework.openoffice.org/source/browse/framework/sfx2/source/appl/appopen.cxx.diff?r1=1.72.58.1&r2=1.72.58.1.12.1'>appopen.cxx</a>, <a href='http://framework.openoffice.org/source/browse/framework/sfx2/source/appl/makefile.mk.diff?r1=1.29&r2=1.29.104.1'>makefile.mk</a>, <a href='http://framework.openoffice.org/source/browse/framework/sfx2/source/appl/shutdownicon.cxx.diff?r1=1.34&r2=1.34.162.1'>shutdownicon.cxx</a> ;
util/extensions/source/activex/main/<a href='http://util.openoffice.org/source/browse/util/extensions/source/activex/main/so_activex.cpp.diff?r1=1.6&r2=1.6.74.1'>so_activex.cpp</a>
util/extensions/source/unoactivex/test/ : <a href='http://util.openoffice.org/source/browse/util/extensions/source/unoactivex/test/makefile.mk.diff?r1=1.1&r2=1.1.38.1'>makefile.mk</a>, <a href='http://util.openoffice.org/source/browse/util/extensions/source/unoactivex/test/activex_test.cxx.diff?r1=1.1&r2=1.1.38.1'>activex_test.cxx</a> ;
api/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp/ : <a href='http://api.openoffice.org/source/browse/api/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp/FlatXml.cxx.diff?r1=1.3&r2=1.3.50.1'>FlatXml.cxx</a>, <a href='http://api.openoffice.org/source/browse/api/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp/FlatXmlFilter_cpp.uno.xml.diff?r1=1.2&r2=1.2.56.1'>FlatXmlFilter_cpp.uno.xml</a>, <a href='http://api.openoffice.org/source/browse/api/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp/TypeDetection.xcu.diff?r1=1.2&r2=1.2.56.1'>TypeDetection.xcu</a> ;
framework/embedserv/source/embed/<a href='http://framework.openoffice.org/source/browse/framework/embedserv/source/embed/servprov.cxx.diff?r1=1.3&r2=1.3.38.1'>servprov.cxx</a>
api/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/ : <a href='http://api.openoffice.org/source/browse/api/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/Makefile.diff?r1=1.5&r2=1.5.44.1'>Makefile</a>, <a href='http://api.openoffice.org/source/browse/api/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/TypeDetection.xcu.diff?r1=1.1&r2=1.1.4.1'>TypeDetection.xcu</a>, <a href='http://api.openoffice.org/source/browse/api/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/filterdetect.cxx.diff?r1=1.3&r2=1.3.50.1'>filterdetect.cxx</a> ;
framework/sfx2/source/doc/ : <a href='http://framework.openoffice.org/source/browse/framework/sfx2/source/doc/objxtor.cxx.diff?r1=1.36.100.1&r2=1.36.100.1.36.1'>objxtor.cxx</a>, <a href='http://framework.openoffice.org/source/browse/framework/sfx2/source/doc/sfxbasemodel.cxx.diff?r1=1.51.62.1&r2=1.51.62.2'>sfxbasemodel.cxx</a> ;
util/extensions/source/unoactivex/msidl/ : <a href='http://util.openoffice.org/source/browse/util/extensions/source/unoactivex/msidl/makefile.mk.diff?r1=1.1&r2=1.1.38.1'>makefile.mk</a>, <a href='http://util.openoffice.org/source/browse/util/extensions/source/unoactivex/msidl/uno_activex.idl.diff?r1=1.1&r2=1.1.38.1'>uno_activex.idl</a> ;
util/extensions/source/unoactivex/main/ : <a href='http://util.openoffice.org/source/browse/util/extensions/source/unoactivex/main/uno_activex.rc.diff?r1=1.1&r2=1.1.38.1'>uno_activex.rc</a>, <a href='http://util.openoffice.org/source/browse/util/extensions/source/unoactivex/main/uno_activex.def.diff?r1=1.1&r2=1.1.38.1'>uno_activex.def</a>, <a href='http://util.openoffice.org/source/browse/util/extensions/source/unoactivex/main/uno_activex.cpp.diff?r1=1.1&r2=1.1.38.1'>uno_activex.cpp</a>, <a href='http://util.openoffice.org/source/browse/util/extensions/source/unoactivex/main/officeconnection.cxx.diff?r1=1.1&r2=1.1.38.1'>officeconnection.cxx</a>, <a href='http://util.openoffice.org/source/browse/util/extensions/source/unoactivex/main/resource.h.diff?r1=1.1&r2=1.1.38.1'>resource.h</a>, <a href='http://util.openoffice.org/source/browse/util/extensions/source/unoactivex/main/outputistream.hxx.diff?r1=1.1&r2=1.1.38.1'>outputistream.hxx</a>, <a href='http://util.openoffice.org/source/browse/util/extensions/source/unoactivex/main/outputistream.cxx.diff?r1=1.1&r2=1.1.38.1'>outputistream.cxx</a>, <a href='http://util.openoffice.org/source/browse/util/extensions/source/unoactivex/main/makefile.mk.diff?r1=1.1&r2=1.1.38.1'>makefile.mk</a>, <a href='http://util.openoffice.org/source/browse/util/extensions/source/unoactivex/main/initwindowpeer.hxx.diff?r1=1.1&r2=1.1.38.1'>initwindowpeer.hxx</a>, <a href='http://util.openoffice.org/source/browse/util/extensions/source/unoactivex/main/intercept.hxx.diff?r1=1.1&r2=1.1.38.1'>intercept.hxx</a>, <a href='http://util.openoffice.org/source/browse/util/extensions/source/unoactivex/main/intercept.cxx.diff?r1=1.1&r2=1.1.38.1'>intercept.cxx</a>, <a href='http://util.openoffice.org/source/browse/util/extensions/source/unoactivex/main/initwindowpeer.cxx.diff?r1=1.1&r2=1.1.38.1'>initwindowpeer.cxx</a>, <a href='http://util.openoffice.org/source/browse/util/extensions/source/unoactivex/main/example.html.diff?r1=1.1&r2=1.1.38.1'>example.html</a>, <a href='http://util.openoffice.org/source/browse/util/extensions/source/unoactivex/main/UNOActiveX.rgs.diff?r1=1.1&r2=1.1.38.1'>UNOActiveX.rgs</a>, <a href='http://util.openoffice.org/source/browse/util/extensions/source/unoactivex/main/UNOActiveX.h.diff?r1=1.1&r2=1.1.38.1'>UNOActiveX.h</a>, <a href='http://util.openoffice.org/source/browse/util/extensions/source/unoactivex/main/UNOActiveX.cpp.diff?r1=1.3&r2=1.3.36.1'>UNOActiveX.cpp</a>, <a href='http://util.openoffice.org/source/browse/util/extensions/source/unoactivex/main/StdAfx2.cpp.diff?r1=1.1&r2=1.1.38.1'>StdAfx2.cpp</a>, <a href='http://util.openoffice.org/source/browse/util/extensions/source/unoactivex/main/StdAfx2.h.diff?r1=1.1&r2=1.1.38.1'>StdAfx2.h</a> ;
framework/framework/inc/classes/<a href='http://framework.openoffice.org/source/browse/framework/framework/inc/classes/menumanager.hxx.diff?r1=1.15&r2=1.15.62.1'>menumanager.hxx</a>
framework/filter/source/docbook/ : <a href='http://framework.openoffice.org/source/browse/framework/filter/source/docbook/docbooktosoffheadings.xsl.diff?r1=1.5&r2=1.5.56.1'>docbooktosoffheadings.xsl</a>, <a href='http://framework.openoffice.org/source/browse/framework/filter/source/docbook/sofftodocbookheadings.xsl.diff?r1=1.5&r2=1.5.56.1'>sofftodocbookheadings.xsl</a> ;
framework/sfx2/source/toolbox/<a href='http://framework.openoffice.org/source/browse/framework/sfx2/source/toolbox/tbxitem.cxx.diff?r1=1.32.86.1&r2=1.32.86.2'>tbxitem.cxx</a>
graphics/sd/source/filter/xml/<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/filter/xml/sdxmlwrp.cxx.diff?r1=1.46&r2=1.46.184.1'>sdxmlwrp.cxx</a>
sw/sw/source/ui/uno/ : <a href='http://sw.openoffice.org/source/browse/sw/sw/source/ui/uno/unodoc.cxx.diff?r1=1.2&r2=1.2.148.1'>unodoc.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/ui/uno/unotxdoc.cxx.diff?r1=1.78.90.1&r2=1.78.90.2'>unotxdoc.cxx</a> ;
framework/filter/source/xmlfilteradaptor/ : <a href='http://framework.openoffice.org/source/browse/framework/filter/source/xmlfilteradaptor/XmlFilterAdaptor.cxx.diff?r1=1.11&r2=1.11.80.1'>XmlFilterAdaptor.cxx</a>, <a href='http://framework.openoffice.org/source/browse/framework/filter/source/xmlfilteradaptor/makefile.mk.diff?r1=1.5&r2=1.5.112.1'>makefile.mk</a> ;
api/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_java/ : <a href='http://api.openoffice.org/source/browse/api/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_java/FlatXml.java.diff?r1=1.3&r2=1.3.50.1'>FlatXml.java</a>, <a href='http://api.openoffice.org/source/browse/api/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_java/TypeDetection.xcu.diff?r1=1.2&r2=1.2.56.1'>TypeDetection.xcu</a> ;
framework/framework/source/classes/<a href='http://framework.openoffice.org/source/browse/framework/framework/source/classes/menumanager.cxx.diff?r1=1.34&r2=1.34.60.1'>menumanager.cxx</a>
framework/framework/source/dispatch/<a href='http://framework.openoffice.org/source/browse/framework/framework/source/dispatch/closedispatcher.cxx.diff?r1=1.4&r2=1.4.92.1'>closedispatcher.cxx</a>
framework/desktop/source/app/ : <a href='http://framework.openoffice.org/source/browse/framework/desktop/source/app/lockfile.cxx.diff?r1=1.5.108.1&r2=1.5.108.1.2.1'>lockfile.cxx</a>, <a href='http://framework.openoffice.org/source/browse/framework/desktop/source/app/officeipcthread.cxx.diff?r1=1.36.26.1&r2=1.36.26.1.2.1'>officeipcthread.cxx</a> ;
graphics/sd/source/ui/unoidl/ : <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/unoidl/unodoc.cxx.diff?r1=1.3&r2=1.3.136.1'>unodoc.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/unoidl/unomodel.cxx.diff?r1=1.64&r2=1.64.102.1'>unomodel.cxx</a> ;
framework/desktop/source/pkgchk/defs/<a href='http://framework.openoffice.org/source/browse/framework/desktop/source/pkgchk/defs/wntmsci8.diff?r1=1.22&r2=1.22.8.1'>wntmsci8</a>
</div>
</div>
<div class='integrated'>integrated : <a name='merged_sw02pp1'></a><span class='comment'>sw02pp1</span>[ <a href='http://development.openoffice.org/releases/OOo_2_0_timetable.html#sw02pp1'>description</a>]
<div class="file-list">
sw/sw/source/core/frmedt/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/frmedt/tblsel.cxx.diff?r1=1.16&r2=1.16.86.1'>tblsel.cxx</a>
sw/sw/source/core/layout/ : <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/layout/fly.cxx.diff?r1=1.46.52.1&r2=1.46.52.1.56.1'>fly.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/layout/tabfrm.cxx.diff?r1=1.41&r2=1.41.30.1'>tabfrm.cxx</a> ;
sw/sw/source/core/access/ : <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/access/acccontext.cxx.diff?r1=1.45&r2=1.45.70.1'>acccontext.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/access/accmap.cxx.diff?r1=1.45&r2=1.45.16.1'>accmap.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/access/accpara.cxx.diff?r1=1.56&r2=1.56.70.1'>accpara.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/access/accportions.cxx.diff?r1=1.25&r2=1.25.160.1'>accportions.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/access/accportions.hxx.diff?r1=1.12&r2=1.12.300.1'>accportions.hxx</a> ;
sw/sw/source/core/docnode/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/docnode/node2lay.cxx.diff?r1=1.3&r2=1.3.126.1'>node2lay.cxx</a>
</div>
</div>
<div class='integrated'>integrated : <a name='merged_os21'></a><span class='comment'>os21</span>[ <a href='http://development.openoffice.org/releases/OOo_2_0_timetable.html#os21'>description</a>]
<div class="file-list">
sw/sw/source/core/frmedt/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/frmedt/tblsel.cxx.diff?r1=1.16.86.1&r2=1.16.86.2'>tblsel.cxx</a>
sw/sw/source/ui/dochdl/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/ui/dochdl/swdtflvr.cxx.diff?r1=1.70&r2=1.70.236.1'>swdtflvr.cxx</a>
framework/offmgr/source/offapp/inc/<a href='http://framework.openoffice.org/source/browse/framework/offmgr/source/offapp/inc/treeopt.hxx.diff?r1=1.12&r2=1.12.224.1'>treeopt.hxx</a>
sw/sw/source/core/crsr/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/crsr/crstrvl.cxx.diff?r1=1.6&r2=1.6.292.1'>crstrvl.cxx</a>
sw/sw/source/ui/dbui/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/ui/dbui/dbtree.cxx.diff?r1=1.18&r2=1.18.238.1'>dbtree.cxx</a>
util/svtools/source/contnr/<a href='http://util.openoffice.org/source/browse/util/svtools/source/contnr/svimpbox.cxx.diff?r1=1.32&r2=1.32.158.1'>svimpbox.cxx</a>
sw/sw/source/ui/frmdlg/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/ui/frmdlg/cption.cxx.diff?r1=1.12&r2=1.12.292.1'>cption.cxx</a>
gsl/vcl/source/app/<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/app/help.cxx.diff?r1=1.23&r2=1.23.150.1'>help.cxx</a>
graphics/svx/source/options/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/options/optsave.cxx.diff?r1=1.17&r2=1.17.296.1'>optsave.cxx</a>
sw/sw/source/ui/uiview/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/ui/uiview/uivwimp.cxx.diff?r1=1.13&r2=1.13.292.1'>uivwimp.cxx</a>
sw/sw/source/ui/ribbar/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/ui/ribbar/tbxanchr.cxx.diff?r1=1.3&r2=1.3.292.1'>tbxanchr.cxx</a>
sw/sw/inc/<a href='http://sw.openoffice.org/source/browse/sw/sw/inc/crsrsh.hxx.diff?r1=1.17&r2=1.17.254.1'>crsrsh.hxx</a>
sw/sw/source/ui/docvw/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/ui/docvw/edtwin2.cxx.diff?r1=1.8&r2=1.8.292.1'>edtwin2.cxx</a>
sw/sw/source/ui/fldui/ : <a href='http://sw.openoffice.org/source/browse/sw/sw/source/ui/fldui/changedb.cxx.diff?r1=1.11&r2=1.11.238.1'>changedb.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/ui/fldui/flddb.cxx.diff?r1=1.11&r2=1.11.292.1'>flddb.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/ui/fldui/flddb.hxx.diff?r1=1.4&r2=1.4.456.1'>flddb.hxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/ui/fldui/fldedt.cxx.diff?r1=1.6&r2=1.6.292.1'>fldedt.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/ui/fldui/fldmgr.cxx.diff?r1=1.27&r2=1.27.112.1'>fldmgr.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/ui/fldui/fldtdlg.cxx.diff?r1=1.9&r2=1.9.192.1'>fldtdlg.cxx</a> ;
sw/sw/source/ui/inc/ : <a href='http://sw.openoffice.org/source/browse/sw/sw/source/ui/inc/dbtree.hxx.diff?r1=1.6&r2=1.6.464.1'>dbtree.hxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/ui/inc/fldtdlg.hxx.diff?r1=1.2&r2=1.2.326.1'>fldtdlg.hxx</a> ;
sw/sw/source/ui/chrdlg/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/ui/chrdlg/drpcps.cxx.diff?r1=1.10&r2=1.10.164.1'>drpcps.cxx</a>
gsl/vcl/inc/<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/inc/help.hxx.diff?r1=1.3&r2=1.3.368.1'>help.hxx</a>
sw/sw/source/ui/app/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/ui/app/mainwn.cxx.diff?r1=1.3&r2=1.3.292.1'>mainwn.cxx</a>
sw/sw/source/core/text/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/text/itrform2.cxx.diff?r1=1.77&r2=1.77.86.1'>itrform2.cxx</a>
framework/offmgr/source/offapp/dialog/<a href='http://framework.openoffice.org/source/browse/framework/offmgr/source/offapp/dialog/treeopt.cxx.diff?r1=1.24&r2=1.24.190.1'>treeopt.cxx</a>
</div>
</div>
<div class='integrated'>integrated : <a name='merged_sw7pp1a'></a><span class='comment'>sw7pp1a</span>[ <a href='http://development.openoffice.org/releases/OOo_2_0_timetable.html#sw7pp1a'>description</a>]
<div class="file-list">
sw/sw/inc/<a href='http://sw.openoffice.org/source/browse/sw/sw/inc/ndarr.hxx.diff?r1=1.3&r2=1.3.166.1'>ndarr.hxx</a>
sw/sw/source/ui/inc/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/ui/inc/pview.hxx.diff?r1=1.13&r2=1.13.288.1'>pview.hxx</a>
sw/sw/source/core/undo/ : <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/undo/undobj.cxx.diff?r1=1.8&r2=1.8.292.1'>undobj.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/undo/unredln.cxx.diff?r1=1.4&r2=1.4.292.1'>unredln.cxx</a> ;
sw/sw/source/ui/uiview/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/ui/uiview/pview.cxx.diff?r1=1.43&r2=1.43.288.1'>pview.cxx</a>
sw/sw/source/core/view/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/view/pagepreviewlayout.cxx.diff?r1=1.3&r2=1.3.292.1'>pagepreviewlayout.cxx</a>
sw/sw/source/core/text/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/text/porfld.cxx.diff?r1=1.37.200.1&r2=1.37.200.2'>porfld.cxx</a>
sw/sw/source/core/edit/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/edit/editsh.cxx.diff?r1=1.23.200.1&r2=1.23.200.2'>editsh.cxx</a>
sw/sw/source/core/docnode/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/docnode/nodes.cxx.diff?r1=1.10&r2=1.10.292.1'>nodes.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #100000# double merge error fix </span>
<div class="file-list">
framework/desktop/source/app/<a href='http://framework.openoffice.org/source/browse/framework/desktop/source/app/officeipcthread.cxx.diff?r1=1.36.26.1.2.1&r2=1.36.26.1.2.2'>officeipcthread.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #100000# double fix error fix </span>
<div class="file-list">
sw/sw/source/filter/ww8/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/filter/ww8/ww8par.hxx.diff?r1=1.115.68.1.2.2&r2=1.115.68.1.2.3'>ww8par.hxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> FIX645 </span>
<div class="file-list">
tools/solenv/inc/<a href='http://tools.openoffice.org/source/browse/tools/solenv/inc/minor.mk.diff?r1=1.402.4.15.2.1&r2=1.402.4.15.2.2'>minor.mk</a>
</div>
</div>
<p>
<a name='HEAD'></a>
<a name='HEAD'></a><a name='HEAD_fs'></a><div class="branch">HEAD was changed by Frank Schoenheit(fs)</div>
<div class='added'>added :
<div class="file-list">
dba/www/test
</div>
</div>
<div class='added'>added : <span class='comment'> testing real layout </span>
<div class="file-list">
dba/www/test/ : <a href='http://dba.openoffice.org/source/browse/dba/www/test/Submitting_an_Issue.html?rev=1.1&content-type=text/x-cvsweb-markup'>Submitting_an_Issue.html</a>, <a href='http://dba.openoffice.org/source/browse/dba/www/test/Basic_IssueZilla_rules.html?rev=1.1&content-type=text/x-cvsweb-markup'>Basic_IssueZilla_rules.html</a> ;
</div>
</div>
<div class='added'>added : <span class='comment'> draft revision </span>
<div class="file-list">
dba/www/specifications/forms/<a href='http://dba.openoffice.org/source/browse/dba/www/specifications/forms/prop_browser_enhancements.sxw?rev=1.1&content-type=text/x-cvsweb-markup'>prop_browser_enhancements.sxw</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> 0.1.1 </span>
<div class="file-list">
dba/www/specifications/forms/<a href='http://dba.openoffice.org/source/browse/dba/www/specifications/forms/prop_browser_enhancements.sxw?rev=1.2&content-type=text/x-cvsweb-markup'>prop_browser_enhancements.sxw</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> test </span>
<div class="file-list">
dba/www/test/ : <a href='http://dba.openoffice.org/source/browse/dba/www/test/Submitting_an_Issue.html.diff?r1=1.6&r2=1.7'>Submitting_an_Issue.html</a>, <a href='http://dba.openoffice.org/source/browse/dba/www/test/Submitting_an_Issue.html.diff?r1=1.7&r2=1.8'>Submitting_an_Issue.html</a>, <a href='http://dba.openoffice.org/source/browse/dba/www/test/Submitting_an_Issue.html.diff?r1=1.8&r2=1.9'>Submitting_an_Issue.html</a>, <a href='http://dba.openoffice.org/source/browse/dba/www/test/Submitting_an_Issue.html.diff?r1=1.9&r2=1.10'>Submitting_an_Issue.html</a> ;
</div>
</div>
<div class='modified'>modified : <span class='comment'> *.html </span>
<div class="file-list">
dba/www/test/ : <a href='http://dba.openoffice.org/source/browse/dba/www/test/Basic_IssueZilla_rules.html.diff?r1=1.1&r2=1.2'>Basic_IssueZilla_rules.html</a>, <a href='http://dba.openoffice.org/source/browse/dba/www/test/Basic_IssueZilla_rules.html.diff?r1=1.2&r2=1.3'>Basic_IssueZilla_rules.html</a>, <a href='http://dba.openoffice.org/source/browse/dba/www/test/Basic_IssueZilla_rules.html.diff?r1=1.3&r2=1.4'>Basic_IssueZilla_rules.html</a>, <a href='http://dba.openoffice.org/source/browse/dba/www/test/Basic_IssueZilla_rules.html.diff?r1=1.4&r2=1.5'>Basic_IssueZilla_rules.html</a>, <a href='http://dba.openoffice.org/source/browse/dba/www/test/Basic_IssueZilla_rules.html.diff?r1=1.5&r2=1.6'>Basic_IssueZilla_rules.html</a>, <a href='http://dba.openoffice.org/source/browse/dba/www/test/Basic_IssueZilla_rules.html.diff?r1=1.6&r2=1.7'>Basic_IssueZilla_rules.html</a>, <a href='http://dba.openoffice.org/source/browse/dba/www/test/Basic_IssueZilla_rules.html.diff?r1=1.7&r2=1.8'>Basic_IssueZilla_rules.html</a>, <a href='http://dba.openoffice.org/source/browse/dba/www/test/Submitting_an_Issue.html.diff?r1=1.5&r2=1.6'>Submitting_an_Issue.html</a>, <a href='http://dba.openoffice.org/source/browse/dba/www/test/Basic_IssueZilla_rules.html.diff?r1=1.8&r2=1.9'>Basic_IssueZilla_rules.html</a>, <a href='http://dba.openoffice.org/source/browse/dba/www/test/Basic_IssueZilla_rules.html.diff?r1=1.9&r2=1.10'>Basic_IssueZilla_rules.html</a>, <a href='http://dba.openoffice.org/source/browse/dba/www/test/Basic_IssueZilla_rules.html.diff?r1=1.10&r2=1.11'>Basic_IssueZilla_rules.html</a> ;
</div>
</div>
<div class='modified'>modified : <span class='comment'> new spec </span>
<div class="file-list">
dba/www/specifications/<a href='http://dba.openoffice.org/source/browse/dba/www/specifications/index.html.diff?r1=1.34&r2=1.35'>index.html</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> string review </span>
<div class="file-list">
dba/www/specifications/forms/<a href='http://dba.openoffice.org/source/browse/dba/www/specifications/forms/spinbutton_form_control.sxw?rev=1.3&content-type=text/x-cvsweb-markup'>spinbutton_form_control.sxw</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> Submitting_an_Issue.html </span>
<div class="file-list">
dba/www/test/<a href='http://dba.openoffice.org/source/browse/dba/www/test/Submitting_an_Issue.html.diff?r1=1.1&r2=1.2'>Submitting_an_Issue.html</a>
</div>
</div>
<p>
<a name='HEAD'></a><a name='HEAD_waratah'></a><div class="branch">HEAD was changed by Ken Foskey(waratah)</div>
<div class='modified'>modified : <span class='comment'> Closed branches, remove gcc 2.95 and jdk 1.3.1 columns and clean up html </span>
<div class="file-list">
tools/www/builds/<a href='http://tools.openoffice.org/source/browse/tools/www/builds/index.html.diff?r1=1.28&r2=1.29'>index.html</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> Update the solaris build requirements </span>
<div class="file-list">
tools/www/dev_docs/ : <a href='http://tools.openoffice.org/source/browse/tools/www/dev_docs/build_template.html.diff?r1=1.28&r2=1.29'>build_template.html</a>, <a href='http://tools.openoffice.org/source/browse/tools/www/dev_docs/build_solaris.html.diff?r1=1.6&r2=1.7'>build_solaris.html</a> ;
</div>
</div>
<div class='modified'>modified : <span class='comment'> Update English and add some content to howto </span>
<div class="file-list">
tools/www/dev_docs/<a href='http://tools.openoffice.org/source/browse/tools/www/dev_docs/howtocontribute.html.diff?r1=1.1&r2=1.2'>howtocontribute.html</a>
</div>
</div>
<p>
<a name='HEAD'></a><a name='HEAD_dbo'></a><div class="branch">HEAD was changed by Daniel Boelzle(dbo)</div>
<div class='added'>added :
<div class="file-list">
framework/desktop/source/deployment/ : handler, inc, manager, misc, registry, xml ;
framework/desktop/source/deployment
</div>
</div>
<p>
<a name='HEAD'></a><a name='HEAD_mav'></a><div class="branch">HEAD was changed by Mikhail Voitenko(mav)</div>
<div class='removed'>removed : <span class='comment'> #112923# place ole and ooo objects in separate libraries </span>
<div class="file-list">
files from:
embeddedobj/source/:
general register.cxx xcreator.hxx,
general closepreventer.cxx,
general closepreventer.cxx,
embeddedobj/source/inc xfactory.hxx embeddedobj/source/general xfactory.cxx
</div>
</div>
<div class='added'>added : <span class='comment'> #112923# place ole and ooo objects in separate libraries </span>
<div class="file-list">
framework/embeddedobj/source/msole/ : <a href='http://framework.openoffice.org/source/browse/framework/embeddedobj/source/msole/xolefactory.cxx?rev=1.1&content-type=text/x-cvsweb-markup'>xolefactory.cxx</a>, <a href='http://framework.openoffice.org/source/browse/framework/embeddedobj/source/msole/xolefactory.hxx?rev=1.1&content-type=text/x-cvsweb-markup'>xolefactory.hxx</a>, <a href='http://framework.openoffice.org/source/browse/framework/embeddedobj/source/msole/oleregister.cxx?rev=1.1&content-type=text/x-cvsweb-markup'>oleregister.cxx</a>, <a href='http://framework.openoffice.org/source/browse/framework/embeddedobj/source/msole/closepreventer.cxx?rev=1.1&content-type=text/x-cvsweb-markup'>closepreventer.cxx</a> ;
framework/embeddedobj/source/inc/<a href='http://framework.openoffice.org/source/browse/framework/embeddedobj/source/inc/xcreator.hxx?rev=1.1&content-type=text/x-cvsweb-markup'>xcreator.hxx</a>
framework/embeddedobj/source/general/ : <a href='http://framework.openoffice.org/source/browse/framework/embeddedobj/source/general/xcreator.cxx?rev=1.1&content-type=text/x-cvsweb-markup'>xcreator.cxx</a>, <a href='http://framework.openoffice.org/source/browse/framework/embeddedobj/source/general/xcreator.hxx?rev=1.1&content-type=text/x-cvsweb-markup'>xcreator.hxx</a> ;
framework/embeddedobj/source/commonembedding/ : <a href='http://framework.openoffice.org/source/browse/framework/embeddedobj/source/commonembedding/xfactory.cxx?rev=1.1&content-type=text/x-cvsweb-markup'>xfactory.cxx</a>, <a href='http://framework.openoffice.org/source/browse/framework/embeddedobj/source/commonembedding/xfactory.hxx?rev=1.1&content-type=text/x-cvsweb-markup'>xfactory.hxx</a>, <a href='http://framework.openoffice.org/source/browse/framework/embeddedobj/source/commonembedding/register.cxx?rev=1.1&content-type=text/x-cvsweb-markup'>register.cxx</a> ;
</div>
</div>
<div class='modified'>modified : <span class='comment'> #112923# storage switching for OOo embedded object </span>
<div class="file-list">
framework/embeddedobj/source/inc/<a href='http://framework.openoffice.org/source/browse/framework/embeddedobj/source/inc/commonembobj.hxx.diff?r1=1.6&r2=1.7'>commonembobj.hxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #112923# creation of OLE objects or links base on fileURL </span>
<div class="file-list">
framework/embeddedobj/source/general/<a href='http://framework.openoffice.org/source/browse/framework/embeddedobj/source/general/xfactory.cxx.diff?r1=1.2&r2=1.3'>xfactory.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #112923# breaking of ole link and assertion fixes </span>
<div class="file-list">
framework/embeddedobj/source/commonembedding/<a href='http://framework.openoffice.org/source/browse/framework/embeddedobj/source/commonembedding/persistence.cxx.diff?r1=1.4&r2=1.5'>persistence.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #112923# close new stream if it is not used </span>
<div class="file-list">
framework/embeddedobj/source/msole/<a href='http://framework.openoffice.org/source/browse/framework/embeddedobj/source/msole/olepersist.cxx.diff?r1=1.4&r2=1.5'>olepersist.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #112923# truncate stream on reusing for write and reopen temporary file </span>
<div class="file-list">
framework/embeddedobj/source/msole/<a href='http://framework.openoffice.org/source/browse/framework/embeddedobj/source/msole/olecomponent.cxx.diff?r1=1.3&r2=1.4'>olecomponent.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #112923# ole link breaking </span>
<div class="file-list">
framework/embeddedobj/source/inc/<a href='http://framework.openoffice.org/source/browse/framework/embeddedobj/source/inc/oleembobj.hxx.diff?r1=1.5&r2=1.6'>oleembobj.hxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #112923# place ole and ooo objects in separate libraries </span>
<div class="file-list">
framework/embeddedobj/source/general/<a href='http://framework.openoffice.org/source/browse/framework/embeddedobj/source/general/makefile.mk.diff?r1=1.3&r2=1.4'>makefile.mk</a>
framework/embeddedobj/source/commonembedding/ : <a href='http://framework.openoffice.org/source/browse/framework/embeddedobj/source/commonembedding/makefile.mk.diff?r1=1.1&r2=1.2'>makefile.mk</a>, <a href='http://framework.openoffice.org/source/browse/framework/embeddedobj/source/commonembedding/makefile.mk.diff?r1=1.2&r2=1.3'>makefile.mk</a> ;
</div>
</div>
<p>
<a name='HEAD'></a><a name='HEAD_hr'></a><div class="branch">HEAD was changed by Jens-Heiner Rechtien(hr)</div>
<div class='modified'>modified : <span class='comment'> #100000#: build server stuff, remove old cruft from include path </span>
<div class="file-list">
tools/solenv/config/<a href='http://tools.openoffice.org/source/browse/tools/solenv/config/ssrx645.ini.diff?r1=1.16&r2=1.17'>ssrx645.ini</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #100000#: remove NOOPTFILES for Solaris Intel </span>
<div class="file-list">
external/regexp/source/<a href='http://external.openoffice.org/source/browse/external/regexp/source/makefile.mk.diff?r1=1.2&r2=1.3'>makefile.mk</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #100000#: clean up </span>
<div class="file-list">
tools/solenv/config/<a href='http://tools.openoffice.org/source/browse/tools/solenv/config/ssrc680.ini.diff?r1=1.5&r2=1.6'>ssrc680.ini</a>
</div>
</div>
<p>
<a name='HEAD'></a><a name='HEAD_bm'></a><div class="branch">HEAD was changed by Bjoern Mielke(bm)</div>
<div class='added'>added : <span class='comment'> data for a circle in an xy-chart </span>
<div class="file-list">
graphics/chart2/workbench/sampledata/<a href='http://graphics.openoffice.org/source/browse/graphics/chart2/workbench/sampledata/circle.chd?rev=1.1&content-type=text/x-cvsweb-markup'>circle.chd</a>
</div>
</div>
<div class='added'>added : <span class='comment'> scene properties for diagram </span>
<div class="file-list">
graphics/chart2/drafts/com/sun/star/chart2/ : <a href='http://graphics.openoffice.org/source/browse/graphics/chart2/drafts/com/sun/star/chart2/LightSource.idl?rev=1.1&content-type=text/x-cvsweb-markup'>LightSource.idl</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/chart2/drafts/com/sun/star/chart2/SceneDescriptor.idl?rev=1.1&content-type=text/x-cvsweb-markup'>SceneDescriptor.idl</a> ;
</div>
</div>
<div class='modified'>modified : <span class='comment'> FontSizes with ReferenceSize implemented for dialog </span>
<div class="file-list">
graphics/chart2/source/controller/inc/<a href='http://graphics.openoffice.org/source/browse/graphics/chart2/source/controller/inc/AxisItemConverter.hxx.diff?r1=1.4&r2=1.5'>AxisItemConverter.hxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> access to 0-pointer in execute_Paint (thread-safety still missing) </span>
<div class="file-list">
graphics/chart2/source/controller/main/<a href='http://graphics.openoffice.org/source/browse/graphics/chart2/source/controller/main/ChartController_Window.cxx.diff?r1=1.5&r2=1.6'>ChartController_Window.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> compilation error on Linux </span>
<div class="file-list">
graphics/chart2/source/view/charttypes/<a href='http://graphics.openoffice.org/source/browse/graphics/chart2/source/view/charttypes/AreaChart.cxx.diff?r1=1.20&r2=1.21'>AreaChart.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> positions at model objects </span>
<div class="file-list">
graphics/chart2/drafts/com/sun/star/layout/<a href='http://graphics.openoffice.org/source/browse/graphics/chart2/drafts/com/sun/star/layout/Alignment.idl.diff?r1=1.2&r2=1.3'>Alignment.idl</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> relative font sizes for data points </span>
<div class="file-list">
graphics/chart2/source/controller/main/<a href='http://graphics.openoffice.org/source/browse/graphics/chart2/source/controller/main/ChartController_Properties.cxx.diff?r1=1.13&r2=1.14'>ChartController_Properties.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> set default for CJK/CTL fonts also to 12pt </span>
<div class="file-list">
graphics/chart2/source/model/main/<a href='http://graphics.openoffice.org/source/browse/graphics/chart2/source/model/main/CharacterProperties.cxx.diff?r1=1.1&r2=1.2'>CharacterProperties.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> service documentation </span>
<div class="file-list">
graphics/chart2/drafts/com/sun/star/chart2/<a href='http://graphics.openoffice.org/source/browse/graphics/chart2/drafts/com/sun/star/chart2/FormattedString.idl.diff?r1=1.1&r2=1.2'>FormattedString.idl</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> member initialization reordered according to header </span>
<div class="file-list">
graphics/chart2/source/controller/dialogs/<a href='http://graphics.openoffice.org/source/browse/graphics/chart2/source/controller/dialogs/dlg_InsertStatistic.cxx.diff?r1=1.1&r2=1.2'>dlg_InsertStatistic.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> three scale-groups for 3d pie </span>
<div class="file-list">
graphics/chart2/source/model/template/<a href='http://graphics.openoffice.org/source/browse/graphics/chart2/source/model/template/PieChartTypeTemplate.cxx.diff?r1=1.3&r2=1.4'>PieChartTypeTemplate.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> legend AutoPosition -&gt; AnchorPositiob </span>
<div class="file-list">
graphics/chart2/source/controller/itemsetwrapper/<a href='http://graphics.openoffice.org/source/browse/graphics/chart2/source/controller/itemsetwrapper/LegendItemConverter.cxx.diff?r1=1.7&r2=1.8'>LegendItemConverter.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> scene properties at diagram </span>
<div class="file-list">
graphics/chart2/drafts/com/sun/star/chart2/<a href='http://graphics.openoffice.org/source/browse/graphics/chart2/drafts/com/sun/star/chart2/Diagram.idl.diff?r1=1.1&r2=1.2'>Diagram.idl</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> DeepStacking for LineChart </span>
<div class="file-list">
graphics/chart2/source/model/template/<a href='http://graphics.openoffice.org/source/browse/graphics/chart2/source/model/template/ChartTypeManager.cxx.diff?r1=1.5&r2=1.6'>ChartTypeManager.cxx</a>
</div>
</div>
<p>
<a name='HEAD'></a><a name='HEAD_bc'></a><div class="branch">HEAD was changed by Behrend Cornelius(bc)</div>
<div class='modified'>modified : <span class='comment'> #111603# some small changes </span>
<div class="file-list">
dba/www/specifications/<a href='http://dba.openoffice.org/source/browse/dba/www/specifications/Wizard_Query.sxw?rev=1.3&content-type=text/x-cvsweb-markup'>Wizard_Query.sxw</a>
</div>
</div>
<p>
<a name='HEAD'></a><a name='HEAD_as'></a><div class="branch">HEAD was changed by Andreas Schluens(as)</div>
<div class='None'>None : <span class='comment'> #102620# adapt config of graphic filters to new behaviour </span>
<div class="file-list">
framework/filter/source/config/cache/<a href='http://framework.openoffice.org/source/browse/framework/filter/source/config/cache/basecontainer.cxx.diff?r1=1.1.2.5&r2=1.1.2.6'>basecontainer.cxx</a>
</div>
</div>
<p>
<a name='HEAD'></a><a name='HEAD_ihi'></a><div class="branch">HEAD was changed by Ivo Hinkelmann(ihi)</div>
<div class='modified'>modified : <span class='comment'> Email changed </span>
<div class="file-list">
l10n/www/<a href='http://l10n.openoffice.org/source/browse/l10n/www/localization_responsibilities.html.diff?r1=1.43&r2=1.44'>localization_responsibilities.html</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> Link fixed </span>
<div class="file-list">
l10n/www/<a href='http://l10n.openoffice.org/source/browse/l10n/www/localization_responsibilities.html.diff?r1=1.44&r2=1.45'>localization_responsibilities.html</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> Bulgarian contact update </span>
<div class="file-list">
l10n/www/<a href='http://l10n.openoffice.org/source/browse/l10n/www/localization_responsibilities.html.diff?r1=1.45&r2=1.46'>localization_responsibilities.html</a>
</div>
</div>
<p>
<a name='HEAD'></a><a name='HEAD_mmi'></a><div class="branch">HEAD was changed by Michael Mi(mmi)</div>
<div class='added'>added :
<div class="file-list">
udk/unoil/drafts/com/sun/star/xml/ : crypto, csax, wrapper ;
api/offapi/drafts/com/sun/star/xml/ : crypto, csax, wrapper ;
api/offapi/drafts/com/sun/star/xml/crypto/sax
udk/unoil/drafts/com/sun/star/xml/crypto/sax
api/offapi/drafts/com/sun/star/ : security, xml ;
udk/unoil/drafts/com/sun/star/ : security, xml ;
</div>
</div>
<p>
<a name='HEAD'></a><a name='HEAD_aw'></a><div class="branch">HEAD was changed by Armin Weiss(aw)</div>
<div class='added'>added : <span class='comment'> Moved BasicRange header and implementation to range namespace and directories </span>
<div class="file-list">
graphics/basegfx/inc/basegfx/range/<a href='http://graphics.openoffice.org/source/browse/graphics/basegfx/inc/basegfx/range/basicrange.hxx?rev=1.1&content-type=text/x-cvsweb-markup'>basicrange.hxx</a>
</div>
</div>
<div class='added'>added : <span class='comment'> Added support for B3DPolygons </span>
<div class="file-list">
graphics/basegfx/source/polygon/<a href='http://graphics.openoffice.org/source/browse/graphics/basegfx/source/polygon/b3dpolygon.cxx?rev=1.1&content-type=text/x-cvsweb-markup'>b3dpolygon.cxx</a>
</div>
</div>
<div class='added'>added : <span class='comment'> Added B3DPolygon support </span>
<div class="file-list">
graphics/basegfx/inc/basegfx/polygon/<a href='http://graphics.openoffice.org/source/browse/graphics/basegfx/inc/basegfx/polygon/b3dpolygon.hxx?rev=1.1&content-type=text/x-cvsweb-markup'>b3dpolygon.hxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> BDRange no longer needed, moved to namespace range and the directories there </span>
<div class="file-list">
graphics/basegfx/source/inc/<a href='http://graphics.openoffice.org/source/browse/graphics/basegfx/source/inc/PolygonPoint.hxx.diff?r1=1.5&r2=1.6'>PolygonPoint.hxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> Removed in-between namespaces (curve, matrix, numeric, point, polygon, range, tuple, vector). Names were too common and e.g. vector leaded to problems with some defines. This is now avoided. Also some bug fixes, addition of 3d polygon tooling etc. </span>
<div class="file-list">
graphics/basegfx/inc/basegfx/curve/<a href='http://graphics.openoffice.org/source/browse/graphics/basegfx/inc/basegfx/curve/b2dbeziertools.hxx.diff?r1=1.2&r2=1.3'>b2dbeziertools.hxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #111880# </span>
<div class="file-list">
framework/binfilter/filter/source/bf_migrate/<a href='http://framework.openoffice.org/source/browse/framework/binfilter/filter/source/bf_migrate/bf_migrateexports.cxx.diff?r1=1.2&r2=1.3'>bf_migrateexports.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> Added support for B3DPolyPOlygon, moved BDRange from source/inc to range namespace and the directories </span>
<div class="file-list">
graphics/basegfx/inc/basegfx/numeric/<a href='http://graphics.openoffice.org/source/browse/graphics/basegfx/inc/basegfx/numeric/ftools.hxx.diff?r1=1.2&r2=1.3'>ftools.hxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #111880# makefile did not create export symbols </span>
<div class="file-list">
framework/binfilter/bf_linguistic/source/<a href='http://framework.openoffice.org/source/browse/framework/binfilter/bf_linguistic/source/makefile.mk.diff?r1=1.5&r2=1.6'>makefile.mk</a>
</div>
</div>
<p>
<a name='HEAD'></a><a name='HEAD_iha'></a><div class="branch">HEAD was changed by Ingrid Halama(iha)</div>
<div class='modified'>modified : <span class='comment'> correct drag mode in selection handling </span>
<div class="file-list">
graphics/chart2/source/controller/main/<a href='http://graphics.openoffice.org/source/browse/graphics/chart2/source/controller/main/ChartController_Window.cxx.diff?r1=1.4&r2=1.5'>ChartController_Window.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> . </span>
<div class="file-list">
graphics/chart2/source/view/main/<a href='http://graphics.openoffice.org/source/browse/graphics/chart2/source/view/main/ChartView.cxx.diff?r1=1.21&r2=1.22'>ChartView.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> correct Y scaling for xy scatter chart </span>
<div class="file-list">
graphics/chart2/source/view/charttypes/<a href='http://graphics.openoffice.org/source/browse/graphics/chart2/source/view/charttypes/AreaChart.cxx.diff?r1=1.21&r2=1.22'>AreaChart.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> ensure max &gt; min </span>
<div class="file-list">
graphics/chart2/source/view/axes/<a href='http://graphics.openoffice.org/source/browse/graphics/chart2/source/view/axes/ScaleAutomatism.cxx.diff?r1=1.1&r2=1.2'>ScaleAutomatism.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> handle negativ values completly as abs </span>
<div class="file-list">
graphics/chart2/source/view/charttypes/<a href='http://graphics.openoffice.org/source/browse/graphics/chart2/source/view/charttypes/PieChart.cxx.diff?r1=1.3&r2=1.4'>PieChart.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> don't divide through 0 </span>
<div class="file-list">
graphics/chart2/source/view/axes/<a href='http://graphics.openoffice.org/source/browse/graphics/chart2/source/view/axes/TickmarkHelper.cxx.diff?r1=1.3&r2=1.4'>TickmarkHelper.cxx</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> group 3D walls together for better selection handling </span>
<div class="file-list">
graphics/chart2/source/view/diagram/<a href='http://graphics.openoffice.org/source/browse/graphics/chart2/source/view/diagram/VDiagram.cxx.diff?r1=1.5&r2=1.6'>VDiagram.cxx</a>
</div>
</div>
<p>
<a name='HEAD'></a><a name='HEAD_npower'></a><div class="branch">HEAD was changed by Noel Power(npower)</div>
<div class='modified'>modified : <span class='comment'> Adding architecture documentation </span>
<div class="file-list">
framework/www/scripting/scriptingf1/<a href='http://framework.openoffice.org/source/browse/framework/www/scripting/scriptingf1/index.html.diff?r1=1.3&r2=1.4'>index.html</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> Updated link to dtd in developer guide </span>
<div class="file-list">
framework/www/scripting/scriptingf1/<a href='http://framework.openoffice.org/source/browse/framework/www/scripting/scriptingf1/SFArch.html.diff?r1=1.1&r2=1.2'>SFArch.html</a>
</div>
</div>
<p>
<a name='HEAD'></a><a name='HEAD_rt'></a><div class="branch">HEAD was changed by Rüdiger Timm(rt)</div>
<div class='modified'>modified : <span class='comment'> new version for FIX645 </span>
<div class="file-list">
gsl/vcl/util/defs/<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/util/defs/wntmsci8.diff?r1=1.41&r2=1.42'>wntmsci8</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> new version for SRC680 </span>
<div class="file-list">
gsl/toolkit/util/defs/<a href='http://gsl.openoffice.org/source/browse/gsl/toolkit/util/defs/wntmsci8.diff?r1=1.65&r2=1.66'>wntmsci8</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> SRC680 </span>
<div class="file-list">
tools/solenv/inc/<a href='http://tools.openoffice.org/source/browse/tools/solenv/inc/minor.mk.diff?r1=1.426&r2=1.427'>minor.mk</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #100000# </span>
<div class="file-list">
framework/filter/prj/<a href='http://framework.openoffice.org/source/browse/framework/filter/prj/build.lst.diff?r1=1.13&r2=1.14'>build.lst</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #100000# libswd: errhdl.obj needed for non-product builds. Necessary because of recent change in inc/iodetect.cxx, which gets included by swdet2.cxx </span>
<div class="file-list">
sw/sw/util/<a href='http://sw.openoffice.org/source/browse/sw/sw/util/makefile.mk.diff?r1=1.30&r2=1.31'>makefile.mk</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #100000# undo last change </span>
<div class="file-list">
sw/sw/util/<a href='http://sw.openoffice.org/source/browse/sw/sw/util/makefile.mk.diff?r1=1.29&r2=1.30'>makefile.mk</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> Taking revision 1.32 again, as was for StarOffice7 release. Cause: we have to undo some erronous merges from CWS. </span>
<div class="file-list">
gsl/vcl/util/defs/<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/util/defs/wntmsci8.diff?r1=1.42&r2=1.43'>wntmsci8</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #100000# libswd: errhdl.obj needed for symbol AssertFail </span>
<div class="file-list">
sw/sw/util/<a href='http://sw.openoffice.org/source/browse/sw/sw/util/makefile.mk.diff?r1=1.28&r2=1.29'>makefile.mk</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #114095# Fix french dialog: procent character was missing in 3 places (Fix by DV, merged from SRX645) </span>
<div class="file-list">
installation/setup2/source/ui/pages/<a href='http://installation.openoffice.org/source/browse/installation/setup2/source/ui/pages/preadygo.src.diff?r1=1.36&r2=1.37'>preadygo.src</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> #114063# Fix endless loop in SiAgenda::RegisterExplicitUnoComponets (Fix by DV, merged from SRX645) </span>
<div class="file-list">
installation/setup2/source/agenda/<a href='http://installation.openoffice.org/source/browse/installation/setup2/source/agenda/agenda.cxx.diff?r1=1.83&r2=1.84'>agenda.cxx</a>
</div>
</div>
<div class='integrated'>integrated : <a name='merged_ooo20031110'></a><span class='comment'>ooo20031110</span>[ <a href='http://development.openoffice.org/releases/OOo_2_0_timetable.html#ooo20031110'>description</a>]
<div class="file-list">
util/automation/source/app/<a href='http://util.openoffice.org/source/browse/util/automation/source/app/testbasi.hxx.diff?r1=1.3&r2=1.4'>testbasi.hxx</a>
util/svtools/source/filepicker/<a href='http://util.openoffice.org/source/browse/util/svtools/source/filepicker/controlaccess.cxx.diff?r1=1.4&r2=1.5'>controlaccess.cxx</a>
util/configmgr/source/api/<a href='http://util.openoffice.org/source/browse/util/configmgr/source/api/confeventhelpers.cxx.diff?r1=1.10&r2=1.11'>confeventhelpers.cxx</a>
gsl/shell/source/unix/sysshell/<a href='http://gsl.openoffice.org/source/browse/gsl/shell/source/unix/sysshell/systemshell.cxx.diff?r1=1.2&r2=1.3'>systemshell.cxx</a>
util/automation/source/testtool/ : <a href='http://util.openoffice.org/source/browse/util/automation/source/testtool/objtest.cxx.diff?r1=1.5&r2=1.6'>objtest.cxx</a>, <a href='http://util.openoffice.org/source/browse/util/automation/source/testtool/filter.pl.diff?r1=1.1&r2=1.2'>filter.pl</a> ;
util/svtools/inc/ : <a href='http://util.openoffice.org/source/browse/util/svtools/inc/editbrowsebox.hxx.diff?r1=1.11&r2=1.12'>editbrowsebox.hxx</a>, <a href='http://util.openoffice.org/source/browse/util/svtools/inc/communi.hxx.diff?r1=1.6&r2=1.7'>communi.hxx</a> ;
util/tools/source/inet/<a href='http://util.openoffice.org/source/browse/util/tools/source/inet/inetmime.cxx.diff?r1=1.5&r2=1.6'>inetmime.cxx</a>
util/unotools/source/config/<a href='http://util.openoffice.org/source/browse/util/unotools/source/config/configitem.cxx.diff?r1=1.42&r2=1.43'>configitem.cxx</a>
util/svtools/source/Accessibility/<a href='http://util.openoffice.org/source/browse/util/svtools/source/Accessibility/AccessibleBrowseBoxBase.cxx.diff?r1=1.12&r2=1.13'>AccessibleBrowseBoxBase.cxx</a>
gsl/psprint/source/helper/<a href='http://gsl.openoffice.org/source/browse/gsl/psprint/source/helper/ppdparser.cxx.diff?r1=1.8&r2=1.9'>ppdparser.cxx</a>
util/extensions/source/scanner/<a href='http://util.openoffice.org/source/browse/util/extensions/source/scanner/sanedlg.cxx.diff?r1=1.5&r2=1.6'>sanedlg.cxx</a>
util/extensions/source/dbimport/<a href='http://util.openoffice.org/source/browse/util/extensions/source/dbimport/sdbstorage.cxx.diff?r1=1.3&r2=1.4'>sdbstorage.cxx</a>
gsl/forms/source/inc/<a href='http://gsl.openoffice.org/source/browse/gsl/forms/source/inc/strings.hxx.diff?r1=1.4&r2=1.5'>strings.hxx</a>
gsl/psprint/source/fontmanager/<a href='http://gsl.openoffice.org/source/browse/gsl/psprint/source/fontmanager/fontmanager.cxx.diff?r1=1.40&r2=1.41'>fontmanager.cxx</a>
util/extensions/source/bibliography/<a href='http://util.openoffice.org/source/browse/util/extensions/source/bibliography/bibmod.cxx.diff?r1=1.5&r2=1.6'>bibmod.cxx</a>
util/configmgr/source/inc/<a href='http://util.openoffice.org/source/browse/util/configmgr/source/inc/pointer.hxx.diff?r1=1.2&r2=1.3'>pointer.hxx</a>
gsl/dtrans/source/generic/<a href='http://gsl.openoffice.org/source/browse/gsl/dtrans/source/generic/dtrans.cxx.diff?r1=1.2&r2=1.3'>dtrans.cxx</a>
util/extensions/source/packer/<a href='http://util.openoffice.org/source/browse/util/extensions/source/packer/packer2.cxx.diff?r1=1.6&r2=1.7'>packer2.cxx</a>
util/io/source/stm/<a href='http://util.openoffice.org/source/browse/util/io/source/stm/odata.cxx.diff?r1=1.7&r2=1.8'>odata.cxx</a>
util/svtools/source/config/ : <a href='http://util.openoffice.org/source/browse/util/svtools/source/config/pathoptions.cxx.diff?r1=1.63&r2=1.64'>pathoptions.cxx</a>, <a href='http://util.openoffice.org/source/browse/util/svtools/source/config/historyoptions.cxx.diff?r1=1.12&r2=1.13'>historyoptions.cxx</a> ;
util/svtools/source/dialogs/ : <a href='http://util.openoffice.org/source/browse/util/svtools/source/dialogs/mcvmath.hxx.diff?r1=1.1&r2=1.2'>mcvmath.hxx</a>, <a href='http://util.openoffice.org/source/browse/util/svtools/source/dialogs/filedlg2.cxx.diff?r1=1.4&r2=1.5'>filedlg2.cxx</a> ;
util/configmgr/source/api2/<a href='http://util.openoffice.org/source/browse/util/configmgr/source/api2/listenercontainer.hxx.diff?r1=1.12&r2=1.13'>listenercontainer.hxx</a>
util/tools/inc/<a href='http://util.openoffice.org/source/browse/util/tools/inc/solar.h.diff?r1=1.31&r2=1.32'>solar.h</a>
util/automation/source/server/<a href='http://util.openoffice.org/source/browse/util/automation/source/server/statemnt.hxx.diff?r1=1.4&r2=1.5'>statemnt.hxx</a>
util/tools/source/solar/<a href='http://util.openoffice.org/source/browse/util/tools/source/solar/solar.c.diff?r1=1.2&r2=1.3'>solar.c</a>
</div>
</div>
<div class='integrated'>integrated : <a name='merged_geordi2q10'></a><span class='comment'>geordi2q10</span>[ <a href='http://development.openoffice.org/releases/OOo_2_0_timetable.html#geordi2q10'>description</a>]
<div class="file-list">
gsl/vcl/win/source/gdi/ : <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/win/source/gdi/winlayout.cxx.diff?r1=1.74&r2=1.75'>winlayout.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/win/source/gdi/salgdi3.cxx.diff?r1=1.50&r2=1.51'>salgdi3.cxx</a> ;
gsl/vcl/source/glyphs/<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/glyphs/gcach_layout.cxx.diff?r1=1.25&r2=1.26'>gcach_layout.cxx</a>
gsl/vcl/source/app/<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/app/help.cxx.diff?r1=1.23&r2=1.24'>help.cxx</a>
gsl/vcl/source/gdi/ : <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/gdi/sallayout.cxx.diff?r1=1.49&r2=1.50'>sallayout.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/gdi/print2.cxx.diff?r1=1.17&r2=1.18'>print2.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/gdi/pdfwriter_impl.hxx.diff?r1=1.26&r2=1.27'>pdfwriter_impl.hxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/gdi/pdfwriter_impl.cxx.diff?r1=1.59&r2=1.60'>pdfwriter_impl.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/gdi/outdev3.cxx.diff?r1=1.160&r2=1.161'>outdev3.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/gdi/metaact.cxx.diff?r1=1.11&r2=1.12'>metaact.cxx</a> ;
gsl/vcl/unx/inc/ : <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/unx/inc/xfont.hxx.diff?r1=1.12&r2=1.13'>xfont.hxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/unx/inc/salgdi.h.diff?r1=1.23&r2=1.24'>salgdi.h</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/unx/inc/saldisp.hxx.diff?r1=1.19&r2=1.20'>saldisp.hxx</a> ;
gsl/forms/source/component/ : <a href='http://gsl.openoffice.org/source/browse/gsl/forms/source/component/GroupManager.cxx.diff?r1=1.10&r2=1.11'>GroupManager.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/forms/source/component/ComboBox.cxx.diff?r1=1.20&r2=1.21'>ComboBox.cxx</a> ;
gsl/vcl/inc/ : <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/inc/window.h.diff?r1=1.11&r2=1.12'>window.h</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/inc/salgdi.hxx.diff?r1=1.21&r2=1.22'>salgdi.hxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/inc/metaact.hxx.diff?r1=1.4&r2=1.5'>metaact.hxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/inc/keycodes.hxx.diff?r1=1.2&r2=1.3'>keycodes.hxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/inc/help.hxx.diff?r1=1.3&r2=1.4'>help.hxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/inc/cmdevt.hxx.diff?r1=1.10&r2=1.11'>cmdevt.hxx</a> ;
util/unzip/util/ : <a href='http://util.openoffice.org/source/browse/util/unzip/util/svunzip.map.diff?r1=1.1&r2=1.2'>svunzip.map</a>, <a href='http://util.openoffice.org/source/browse/util/unzip/util/makefile.mk.diff?r1=1.3&r2=1.4'>makefile.mk</a> ;
gsl/psprint/source/fontsubset/<a href='http://gsl.openoffice.org/source/browse/gsl/psprint/source/fontsubset/sft.c.diff?r1=1.24&r2=1.25'>sft.c</a>
gsl/vcl/source/control/<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/control/button.cxx.diff?r1=1.22&r2=1.23'>button.cxx</a>
util/extensions/source/dbimport/<a href='http://util.openoffice.org/source/browse/util/extensions/source/dbimport/sdbimporter.cxx.diff?r1=1.20&r2=1.21'>sdbimporter.cxx</a>
gsl/vcl/unx/source/gdi/ : <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/unx/source/gdi/xlfd_extd.hxx.diff?r1=1.9&r2=1.10'>xlfd_extd.hxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/unx/source/gdi/xlfd_extd.cxx.diff?r1=1.16&r2=1.17'>xlfd_extd.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/unx/source/gdi/xfont.cxx.diff?r1=1.31&r2=1.32'>xfont.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/unx/source/gdi/salgdi3.cxx.diff?r1=1.109&r2=1.110'>salgdi3.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/unx/source/gdi/salgdi.cxx.diff?r1=1.26&r2=1.27'>salgdi.cxx</a> ;
gsl/vcl/source/window/ : <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/window/winproc.cxx.diff?r1=1.81&r2=1.82'>winproc.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/window/window.cxx.diff?r1=1.178&r2=1.179'>window.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/window/brdwin.cxx.diff?r1=1.9&r2=1.10'>brdwin.cxx</a> ;
gsl/vcl/unx/source/app/<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/unx/source/app/saldisp.cxx.diff?r1=1.48&r2=1.49'>saldisp.cxx</a>
util/svtools/source/control/<a href='http://util.openoffice.org/source/browse/util/svtools/source/control/calendar.cxx.diff?r1=1.2&r2=1.3'>calendar.cxx</a>
gsl/toolkit/source/awt/<a href='http://gsl.openoffice.org/source/browse/gsl/toolkit/source/awt/vclxwindows.cxx.diff?r1=1.43&r2=1.44'>vclxwindows.cxx</a>
gsl/vcl/win/source/window/<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/win/source/window/salframe.cxx.diff?r1=1.98&r2=1.99'>salframe.cxx</a>
util/svtools/source/config/<a href='http://util.openoffice.org/source/browse/util/svtools/source/config/pathoptions.cxx.diff?r1=1.62&r2=1.63'>pathoptions.cxx</a>
util/svtools/source/dialogs/<a href='http://util.openoffice.org/source/browse/util/svtools/source/dialogs/printdlg.cxx.diff?r1=1.17&r2=1.18'>printdlg.cxx</a>
gsl/vcl/unx/source/window/<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/unx/source/window/salframe.cxx.diff?r1=1.166&r2=1.167'>salframe.cxx</a>
util/tools/source/intntl/<a href='http://util.openoffice.org/source/browse/util/tools/source/intntl/isolang.cxx.diff?r1=1.12&r2=1.13'>isolang.cxx</a>
gsl/vcl/win/inc/<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/win/inc/salgdi.h.diff?r1=1.9&r2=1.10'>salgdi.h</a>
util/svtools/source/contnr/ : <a href='http://util.openoffice.org/source/browse/util/svtools/source/contnr/svimpbox.cxx.diff?r1=1.32&r2=1.33'>svimpbox.cxx</a>, <a href='http://util.openoffice.org/source/browse/util/svtools/source/contnr/imivctl1.cxx.diff?r1=1.17&r2=1.18'>imivctl1.cxx</a> ;
</div>
</div>
<div class='integrated'>integrated : <a name='merged_dr9'></a><span class='comment'>dr9</span>[ <a href='http://development.openoffice.org/releases/OOo_2_0_timetable.html#dr9'>description</a>]
<div class="file-list">
sc/sc/source/filter/xml/<a href='http://sc.openoffice.org/source/browse/sc/sc/source/filter/xml/xmlexprt.cxx.diff?r1=1.169&r2=1.170'>xmlexprt.cxx</a>
</div>
</div>
<div class='integrated'>integrated : <a name='merged_aw003'></a><span class='comment'>aw003</span>[ <a href='http://development.openoffice.org/releases/OOo_2_0_timetable.html#aw003'>description</a>]
<div class="file-list">
sw/sw/source/ui/dochdl/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/ui/dochdl/swdtflvr.cxx.diff?r1=1.70&r2=1.71'>swdtflvr.cxx</a>
graphics/sd/source/core/ : <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/core/drawdoc.cxx.diff?r1=1.61&r2=1.62'>drawdoc.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/core/drawdoc2.cxx.diff?r1=1.18&r2=1.19'>drawdoc2.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/core/drawdoc4.cxx.diff?r1=1.31&r2=1.32'>drawdoc4.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/core/sdpage.cxx.diff?r1=1.35&r2=1.36'>sdpage.cxx</a> ;
graphics/svx/source/sdr/contact/ : <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/sdr/contact/displayinfo.cxx.diff?r1=1.1&r2=1.2'>displayinfo.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/sdr/contact/makefile.mk.diff?r1=1.1&r2=1.2'>makefile.mk</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/sdr/contact/objectcontact.cxx.diff?r1=1.1&r2=1.2'>objectcontact.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/sdr/contact/objectcontactofobjlistpainter.cxx.diff?r1=1.1&r2=1.2'>objectcontactofobjlistpainter.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/sdr/contact/objectcontactofpageview.cxx.diff?r1=1.1&r2=1.2'>objectcontactofpageview.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/sdr/contact/viewcontact.cxx.diff?r1=1.1&r2=1.2'>viewcontact.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/sdr/contact/viewcontactofe3dscene.cxx.diff?r1=1.1&r2=1.2'>viewcontactofe3dscene.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/sdr/contact/viewcontactofgraphic.cxx.diff?r1=1.1&r2=1.2'>viewcontactofgraphic.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/sdr/contact/viewcontactofgroup.cxx.diff?r1=1.1&r2=1.2'>viewcontactofgroup.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/sdr/contact/viewcontactofmasterpage.cxx.diff?r1=1.1&r2=1.2'>viewcontactofmasterpage.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/sdr/contact/viewcontactofpageobj.cxx.diff?r1=1.1&r2=1.2'>viewcontactofpageobj.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/sdr/contact/viewcontactofsdrobj.cxx.diff?r1=1.1&r2=1.2'>viewcontactofsdrobj.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/sdr/contact/viewcontactofsdrpage.cxx.diff?r1=1.1&r2=1.2'>viewcontactofsdrpage.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/sdr/contact/viewcontactoftextobj.cxx.diff?r1=1.1&r2=1.2'>viewcontactoftextobj.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/sdr/contact/viewobjectcontact.cxx.diff?r1=1.1&r2=1.2'>viewobjectcontact.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/sdr/contact/viewobjectcontactlist.cxx.diff?r1=1.1&r2=1.2'>viewobjectcontactlist.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/sdr/contact/vocbitmapbuffer.cxx.diff?r1=1.1&r2=1.2'>vocbitmapbuffer.cxx</a> ;
sw/sw/source/core/crsr/ : <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/crsr/crstrvl.cxx.diff?r1=1.6&r2=1.7'>crstrvl.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/crsr/trvlfnfl.cxx.diff?r1=1.3&r2=1.4'>trvlfnfl.cxx</a> ;
graphics/svx/source/unodraw/ : <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/unodraw/UnoGraphicExporter.cxx.diff?r1=1.13&r2=1.14'>UnoGraphicExporter.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/unodraw/gluepts.cxx.diff?r1=1.10&r2=1.11'>gluepts.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/unodraw/unomlstr.cxx.diff?r1=1.1&r2=1.2'>unomlstr.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/unodraw/unopage.cxx.diff?r1=1.23&r2=1.24'>unopage.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/unodraw/unoshap3.cxx.diff?r1=1.20&r2=1.21'>unoshap3.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/unodraw/unoshape.cxx.diff?r1=1.107&r2=1.108'>unoshape.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/unodraw/unoshtxt.cxx.diff?r1=1.46&r2=1.47'>unoshtxt.cxx</a> ;
graphics/sd/source/ui/func/ : <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/func/fader.cxx.diff?r1=1.10&r2=1.11'>fader.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/func/fucon3d.cxx.diff?r1=1.9&r2=1.10'>fucon3d.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/func/fuconarc.cxx.diff?r1=1.7&r2=1.8'>fuconarc.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/func/fuconbez.cxx.diff?r1=1.6&r2=1.7'>fuconbez.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/func/fuconrec.cxx.diff?r1=1.18&r2=1.19'>fuconrec.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/func/fuconstr.cxx.diff?r1=1.6&r2=1.7'>fuconstr.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/func/fuexpand.cxx.diff?r1=1.7&r2=1.8'>fuexpand.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/func/fumorph.cxx.diff?r1=1.3&r2=1.4'>fumorph.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/func/fupage.cxx.diff?r1=1.14&r2=1.15'>fupage.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/func/fusel.cxx.diff?r1=1.20&r2=1.21'>fusel.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/func/fuslsel.cxx.diff?r1=1.11&r2=1.12'>fuslsel.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/func/fuslshow.cxx.diff?r1=1.49&r2=1.50'>fuslshow.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/func/fuslshw2.cxx.diff?r1=1.22&r2=1.23'>fuslshw2.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/func/fuslshw3.cxx.diff?r1=1.20&r2=1.21'>fuslshw3.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/func/fuslshw4.cxx.diff?r1=1.13&r2=1.14'>fuslshw4.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/func/fuslshw5.cxx.diff?r1=1.9&r2=1.10'>fuslshw5.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/func/fuslshw6.cxx.diff?r1=1.17&r2=1.18'>fuslshw6.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/func/fusumry.cxx.diff?r1=1.3&r2=1.4'>fusumry.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/func/futempl.cxx.diff?r1=1.14&r2=1.15'>futempl.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/func/futext.cxx.diff?r1=1.39&r2=1.40'>futext.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/func/mover.cxx.diff?r1=1.4&r2=1.5'>mover.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/func/outlinfo.cxx.diff?r1=1.9&r2=1.10'>outlinfo.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/func/undoback.cxx.diff?r1=1.2&r2=1.3'>undoback.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/func/unoaprms.cxx.diff?r1=1.3&r2=1.4'>unoaprms.cxx</a> ;
framework/filter/source/svg/<a href='http://framework.openoffice.org/source/browse/framework/filter/source/svg/svgexport.cxx.diff?r1=1.4&r2=1.5'>svgexport.cxx</a>
sw/sw/source/filter/html/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/filter/html/htmldraw.cxx.diff?r1=1.9&r2=1.10'>htmldraw.cxx</a>
graphics/svx/util/defs/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/util/defs/wntmsci8.diff?r1=1.173&r2=1.174'>wntmsci8</a>
graphics/svx/inc/svx/sdr/animation/ : <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svx/sdr/animation/ainfographic.hxx.diff?r1=1.1&r2=1.2'>ainfographic.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svx/sdr/animation/ainfoscrolltext.hxx.diff?r1=1.1&r2=1.2'>ainfoscrolltext.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svx/sdr/animation/ainfotext.hxx.diff?r1=1.1&r2=1.2'>ainfotext.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svx/sdr/animation/animationinfo.hxx.diff?r1=1.1&r2=1.2'>animationinfo.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svx/sdr/animation/animationstate.hxx.diff?r1=1.1&r2=1.2'>animationstate.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svx/sdr/animation/objectanimator.hxx.diff?r1=1.1&r2=1.2'>objectanimator.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svx/sdr/animation/scheduler.hxx.diff?r1=1.1&r2=1.2'>scheduler.hxx</a> ;
sw/sw/source/core/layout/ : <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/layout/calcmove.cxx.diff?r1=1.40&r2=1.41'>calcmove.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/layout/dbg_lay.cxx.diff?r1=1.5&r2=1.6'>dbg_lay.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/layout/flowfrm.cxx.diff?r1=1.25&r2=1.26'>flowfrm.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/layout/fly.cxx.diff?r1=1.50&r2=1.51'>fly.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/layout/flylay.cxx.diff?r1=1.23&r2=1.24'>flylay.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/layout/frmtool.cxx.diff?r1=1.52&r2=1.53'>frmtool.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/layout/hffrm.cxx.diff?r1=1.13&r2=1.14'>hffrm.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/layout/layact.cxx.diff?r1=1.32&r2=1.33'>layact.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/layout/laycache.cxx.diff?r1=1.13&r2=1.14'>laycache.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/layout/pagechg.cxx.diff?r1=1.28&r2=1.29'>pagechg.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/layout/paintfrm.cxx.diff?r1=1.69&r2=1.70'>paintfrm.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/layout/ssfrm.cxx.diff?r1=1.34&r2=1.35'>ssfrm.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/layout/tabfrm.cxx.diff?r1=1.43&r2=1.44'>tabfrm.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/layout/trvlfrm.cxx.diff?r1=1.29&r2=1.30'>trvlfrm.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/layout/wsfrm.cxx.diff?r1=1.45&r2=1.46'>wsfrm.cxx</a> ;
sc/sc/source/ui/drawfunc/ : <a href='http://sc.openoffice.org/source/browse/sc/sc/source/ui/drawfunc/fuconarc.cxx.diff?r1=1.4&r2=1.5'>fuconarc.cxx</a>, <a href='http://sc.openoffice.org/source/browse/sc/sc/source/ui/drawfunc/fuconrec.cxx.diff?r1=1.6&r2=1.7'>fuconrec.cxx</a>, <a href='http://sc.openoffice.org/source/browse/sc/sc/source/ui/drawfunc/futext.cxx.diff?r1=1.13&r2=1.14'>futext.cxx</a> ;
sc/sc/source/ui/view/ : <a href='http://sc.openoffice.org/source/browse/sc/sc/source/ui/view/dbfunc4.cxx.diff?r1=1.2&r2=1.3'>dbfunc4.cxx</a>, <a href='http://sc.openoffice.org/source/browse/sc/sc/source/ui/view/drawview.cxx.diff?r1=1.20&r2=1.21'>drawview.cxx</a>, <a href='http://sc.openoffice.org/source/browse/sc/sc/source/ui/view/gridwin3.cxx.diff?r1=1.6&r2=1.7'>gridwin3.cxx</a>, <a href='http://sc.openoffice.org/source/browse/sc/sc/source/ui/view/gridwin4.cxx.diff?r1=1.19&r2=1.20'>gridwin4.cxx</a>, <a href='http://sc.openoffice.org/source/browse/sc/sc/source/ui/view/notemark.cxx.diff?r1=1.4&r2=1.5'>notemark.cxx</a>, <a href='http://sc.openoffice.org/source/browse/sc/sc/source/ui/view/output3.cxx.diff?r1=1.8&r2=1.9'>output3.cxx</a>, <a href='http://sc.openoffice.org/source/browse/sc/sc/source/ui/view/prevwsh2.cxx.diff?r1=1.3&r2=1.4'>prevwsh2.cxx</a>, <a href='http://sc.openoffice.org/source/browse/sc/sc/source/ui/view/printfun.cxx.diff?r1=1.29&r2=1.30'>printfun.cxx</a>, <a href='http://sc.openoffice.org/source/browse/sc/sc/source/ui/view/viewfun7.cxx.diff?r1=1.11&r2=1.12'>viewfun7.cxx</a> ;
graphics/svx/source/inc/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/inc/fmvwimp.hxx.diff?r1=1.19&r2=1.20'>fmvwimp.hxx</a>
graphics/svx/inc/ : <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/extrud3d.hxx.diff?r1=1.8&r2=1.9'>extrud3d.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/lathe3d.hxx.diff?r1=1.8&r2=1.9'>lathe3d.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/light3d.hxx.diff?r1=1.2&r2=1.3'>light3d.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/obj3d.hxx.diff?r1=1.12&r2=1.13'>obj3d.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/pntobj3d.hxx.diff?r1=1.3&r2=1.4'>pntobj3d.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/polyob3d.hxx.diff?r1=1.4&r2=1.5'>polyob3d.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/polysc3d.hxx.diff?r1=1.1&r2=1.2'>polysc3d.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/scene3d.hxx.diff?r1=1.7&r2=1.8'>scene3d.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/sphere3d.hxx.diff?r1=1.6&r2=1.7'>sphere3d.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svdhdl.hxx.diff?r1=1.7&r2=1.8'>svdhdl.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svdio.hxx.diff?r1=1.3&r2=1.4'>svdio.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svditer.hxx.diff?r1=1.3&r2=1.4'>svditer.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svdlayer.hxx.diff?r1=1.1&r2=1.2'>svdlayer.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svdmodel.hxx.diff?r1=1.37&r2=1.38'>svdmodel.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svdmrkv.hxx.diff?r1=1.3&r2=1.4'>svdmrkv.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svdoattr.hxx.diff?r1=1.12&r2=1.13'>svdoattr.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svdobj.hxx.diff?r1=1.23&r2=1.24'>svdobj.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svdocapt.hxx.diff?r1=1.5&r2=1.6'>svdocapt.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svdocirc.hxx.diff?r1=1.5&r2=1.6'>svdocirc.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svdoedge.hxx.diff?r1=1.11&r2=1.12'>svdoedge.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svdograf.hxx.diff?r1=1.14&r2=1.15'>svdograf.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svdogrp.hxx.diff?r1=1.8&r2=1.9'>svdogrp.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svdomeas.hxx.diff?r1=1.8&r2=1.9'>svdomeas.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svdoole2.hxx.diff?r1=1.11&r2=1.12'>svdoole2.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svdopage.hxx.diff?r1=1.5&r2=1.6'>svdopage.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svdopath.hxx.diff?r1=1.3&r2=1.4'>svdopath.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svdorect.hxx.diff?r1=1.5&r2=1.6'>svdorect.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svdosmbr.hxx.diff?r1=1.3&r2=1.4'>svdosmbr.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svdotext.hxx.diff?r1=1.19&r2=1.20'>svdotext.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svdouno.hxx.diff?r1=1.3&r2=1.4'>svdouno.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svdovirt.hxx.diff?r1=1.8&r2=1.9'>svdovirt.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svdpage.hxx.diff?r1=1.16&r2=1.17'>svdpage.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svdpagv.hxx.diff?r1=1.14&r2=1.15'>svdpagv.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svdpntv.hxx.diff?r1=1.15&r2=1.16'>svdpntv.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svdsob.hxx.diff?r1=1.2&r2=1.3'>svdsob.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svdtypes.hxx.diff?r1=1.1&r2=1.2'>svdtypes.hxx</a> ;
graphics/svx/source/sdr/properties/ : <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/sdr/properties/attributeproperties.cxx.diff?r1=1.1&r2=1.2'>attributeproperties.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/sdr/properties/captionproperties.cxx.diff?r1=1.1&r2=1.2'>captionproperties.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/sdr/properties/circleproperties.cxx.diff?r1=1.1&r2=1.2'>circleproperties.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/sdr/properties/connectorproperties.cxx.diff?r1=1.1&r2=1.2'>connectorproperties.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/sdr/properties/defaultproperties.cxx.diff?r1=1.1&r2=1.2'>defaultproperties.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/sdr/properties/e3dcompoundproperties.cxx.diff?r1=1.1&r2=1.2'>e3dcompoundproperties.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/sdr/properties/e3dextrudeproperties.cxx.diff?r1=1.1&r2=1.2'>e3dextrudeproperties.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/sdr/properties/e3dlatheproperties.cxx.diff?r1=1.1&r2=1.2'>e3dlatheproperties.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/sdr/properties/e3dproperties.cxx.diff?r1=1.1&r2=1.2'>e3dproperties.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/sdr/properties/e3dsceneproperties.cxx.diff?r1=1.1&r2=1.2'>e3dsceneproperties.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/sdr/properties/e3dsphereproperties.cxx.diff?r1=1.1&r2=1.2'>e3dsphereproperties.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/sdr/properties/emptyproperties.cxx.diff?r1=1.1&r2=1.2'>emptyproperties.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/sdr/properties/graphicproperties.cxx.diff?r1=1.1&r2=1.2'>graphicproperties.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/sdr/properties/groupproperties.cxx.diff?r1=1.1&r2=1.2'>groupproperties.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/sdr/properties/itemsettools.cxx.diff?r1=1.1&r2=1.2'>itemsettools.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/sdr/properties/makefile.mk.diff?r1=1.1&r2=1.2'>makefile.mk</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/sdr/properties/measureproperties.cxx.diff?r1=1.1&r2=1.2'>measureproperties.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/sdr/properties/pageproperties.cxx.diff?r1=1.1&r2=1.2'>pageproperties.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/sdr/properties/properties.cxx.diff?r1=1.1&r2=1.2'>properties.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/sdr/properties/rectangleproperties.cxx.diff?r1=1.1&r2=1.2'>rectangleproperties.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/sdr/properties/textproperties.cxx.diff?r1=1.1&r2=1.2'>textproperties.cxx</a> ;
graphics/sd/source/ui/view/ : <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/view/WindowUpdater.cxx.diff?r1=1.3&r2=1.4'>WindowUpdater.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/view/drawview.cxx.diff?r1=1.25&r2=1.26'>drawview.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/view/drviews2.cxx.diff?r1=1.20&r2=1.21'>drviews2.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/view/drviews5.cxx.diff?r1=1.28&r2=1.29'>drviews5.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/view/drviewsb.cxx.diff?r1=1.12&r2=1.13'>drviewsb.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/view/frmview.cxx.diff?r1=1.16&r2=1.17'>frmview.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/view/outlnvsh.cxx.diff?r1=1.46&r2=1.47'>outlnvsh.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/view/outlview.cxx.diff?r1=1.25&r2=1.26'>outlview.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/view/sdview.cxx.diff?r1=1.23&r2=1.24'>sdview.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/view/sdview3.cxx.diff?r1=1.47&r2=1.48'>sdview3.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/view/sdview4.cxx.diff?r1=1.13&r2=1.14'>sdview4.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/view/sdwindow.cxx.diff?r1=1.25&r2=1.26'>sdwindow.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/view/showview.cxx.diff?r1=1.2&r2=1.3'>showview.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/view/slidview.cxx.diff?r1=1.32&r2=1.33'>slidview.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/view/viewshe3.cxx.diff?r1=1.28&r2=1.29'>viewshe3.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/view/viewshel.cxx.diff?r1=1.22&r2=1.23'>viewshel.cxx</a> ;
sw/sw/inc/<a href='http://sw.openoffice.org/source/browse/sw/sw/inc/dcontact.hxx.diff?r1=1.6&r2=1.7'>dcontact.hxx</a>
sw/sw/source/core/frmedt/ : <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/frmedt/fecopy.cxx.diff?r1=1.17&r2=1.18'>fecopy.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/frmedt/fefly1.cxx.diff?r1=1.14&r2=1.15'>fefly1.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/frmedt/feshview.cxx.diff?r1=1.27&r2=1.28'>feshview.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/frmedt/fetab.cxx.diff?r1=1.15&r2=1.16'>fetab.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/frmedt/fews.cxx.diff?r1=1.17&r2=1.18'>fews.cxx</a> ;
sc/sc/source/core/tool/<a href='http://sc.openoffice.org/source/browse/sc/sc/source/core/tool/detfunc.cxx.diff?r1=1.11&r2=1.12'>detfunc.cxx</a>
graphics/sch/source/ui/func/ : <a href='http://graphics.openoffice.org/source/browse/graphics/sch/source/ui/func/fudatrow.cxx.diff?r1=1.9&r2=1.10'>fudatrow.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sch/source/ui/func/fudraw.cxx.diff?r1=1.7&r2=1.8'>fudraw.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sch/source/ui/func/futext.cxx.diff?r1=1.6&r2=1.7'>futext.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sch/source/ui/func/undmovsize.cxx.diff?r1=1.4&r2=1.5'>undmovsize.cxx</a> ;
sc/sc/source/ui/unoobj/<a href='http://sc.openoffice.org/source/browse/sc/sc/source/ui/unoobj/shapeuno.cxx.diff?r1=1.9&r2=1.10'>shapeuno.cxx</a>
sw/sw/source/core/undo/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/undo/undraw.cxx.diff?r1=1.6&r2=1.7'>undraw.cxx</a>
gsl/vcl/source/window/<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/window/window.cxx.diff?r1=1.177&r2=1.178'>window.cxx</a>
graphics/svx/inc/svx/sdr/properties/ : <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svx/sdr/properties/attributeproperties.hxx.diff?r1=1.1&r2=1.2'>attributeproperties.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svx/sdr/properties/captionproperties.hxx.diff?r1=1.1&r2=1.2'>captionproperties.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svx/sdr/properties/circleproperties.hxx.diff?r1=1.1&r2=1.2'>circleproperties.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svx/sdr/properties/connectorproperties.hxx.diff?r1=1.1&r2=1.2'>connectorproperties.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svx/sdr/properties/defaultproperties.hxx.diff?r1=1.1&r2=1.2'>defaultproperties.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svx/sdr/properties/e3dcompoundproperties.hxx.diff?r1=1.1&r2=1.2'>e3dcompoundproperties.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svx/sdr/properties/e3dextrudeproperties.hxx.diff?r1=1.1&r2=1.2'>e3dextrudeproperties.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svx/sdr/properties/e3dlatheproperties.hxx.diff?r1=1.1&r2=1.2'>e3dlatheproperties.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svx/sdr/properties/e3dproperties.hxx.diff?r1=1.1&r2=1.2'>e3dproperties.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svx/sdr/properties/e3dsceneproperties.hxx.diff?r1=1.1&r2=1.2'>e3dsceneproperties.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svx/sdr/properties/e3dsphereproperties.hxx.diff?r1=1.1&r2=1.2'>e3dsphereproperties.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svx/sdr/properties/emptyproperties.hxx.diff?r1=1.1&r2=1.2'>emptyproperties.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svx/sdr/properties/graphicproperties.hxx.diff?r1=1.1&r2=1.2'>graphicproperties.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svx/sdr/properties/groupproperties.hxx.diff?r1=1.1&r2=1.2'>groupproperties.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svx/sdr/properties/itemsettools.hxx.diff?r1=1.1&r2=1.2'>itemsettools.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svx/sdr/properties/measureproperties.hxx.diff?r1=1.1&r2=1.2'>measureproperties.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svx/sdr/properties/pageproperties.hxx.diff?r1=1.1&r2=1.2'>pageproperties.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svx/sdr/properties/properties.hxx.diff?r1=1.1&r2=1.2'>properties.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svx/sdr/properties/rectangleproperties.hxx.diff?r1=1.1&r2=1.2'>rectangleproperties.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svx/sdr/properties/textproperties.hxx.diff?r1=1.1&r2=1.2'>textproperties.hxx</a> ;
sw/sw/source/core/draw/ : <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/draw/dcontact.cxx.diff?r1=1.21&r2=1.22'>dcontact.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/draw/dflyobj.cxx.diff?r1=1.11&r2=1.12'>dflyobj.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/draw/dpage.cxx.diff?r1=1.5&r2=1.6'>dpage.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/draw/dview.cxx.diff?r1=1.12&r2=1.13'>dview.cxx</a> ;
graphics/svx/source/msfilter/ : <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/msfilter/msashape.cxx.diff?r1=1.33&r2=1.34'>msashape.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/msfilter/msashape3d.cxx.diff?r1=1.2&r2=1.3'>msashape3d.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/msfilter/msdffimp.cxx.diff?r1=1.84&r2=1.85'>msdffimp.cxx</a> ;
sw/sw/source/core/inc/ : <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/inc/dflyobj.hxx.diff?r1=1.2&r2=1.3'>dflyobj.hxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/inc/viewimp.hxx.diff?r1=1.22&r2=1.23'>viewimp.hxx</a> ;
graphics/sd/source/filter/<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/filter/pptin.cxx.diff?r1=1.49&r2=1.50'>pptin.cxx</a>
graphics/svx/source/sdr/animation/ : <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/sdr/animation/ainfographic.cxx.diff?r1=1.1&r2=1.2'>ainfographic.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/sdr/animation/ainfoscrolltext.cxx.diff?r1=1.1&r2=1.2'>ainfoscrolltext.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/sdr/animation/ainfotext.cxx.diff?r1=1.1&r2=1.2'>ainfotext.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/sdr/animation/animationinfo.cxx.diff?r1=1.1&r2=1.2'>animationinfo.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/sdr/animation/animationstate.cxx.diff?r1=1.1&r2=1.2'>animationstate.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/sdr/animation/makefile.mk.diff?r1=1.1&r2=1.2'>makefile.mk</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/sdr/animation/objectanimator.cxx.diff?r1=1.1&r2=1.2'>objectanimator.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/sdr/animation/scheduler.cxx.diff?r1=1.1&r2=1.2'>scheduler.cxx</a> ;
graphics/svx/source/dialog/ : <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/dialog/_contdlg.cxx.diff?r1=1.9&r2=1.10'>_contdlg.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/dialog/connctrl.cxx.diff?r1=1.3&r2=1.4'>connctrl.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/dialog/contwnd.cxx.diff?r1=1.2&r2=1.3'>contwnd.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/dialog/dlgctl3d.cxx.diff?r1=1.6&r2=1.7'>dlgctl3d.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/dialog/fontwork.cxx.diff?r1=1.8&r2=1.9'>fontwork.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/dialog/graphctl.cxx.diff?r1=1.17&r2=1.18'>graphctl.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/dialog/imapdlg.cxx.diff?r1=1.23&r2=1.24'>imapdlg.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/dialog/imapwnd.cxx.diff?r1=1.10&r2=1.11'>imapwnd.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/dialog/measctrl.cxx.diff?r1=1.3&r2=1.4'>measctrl.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/dialog/tpline.cxx.diff?r1=1.20&r2=1.21'>tpline.cxx</a> ;
sw/sw/source/core/unocore/ : <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/unocore/unodraw.cxx.diff?r1=1.51&r2=1.52'>unodraw.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/unocore/unoobj2.cxx.diff?r1=1.39&r2=1.40'>unoobj2.cxx</a> ;
graphics/svx/source/sdr/event/ : <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/sdr/event/eventhandler.cxx.diff?r1=1.1&r2=1.2'>eventhandler.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/sdr/event/makefile.mk.diff?r1=1.1&r2=1.2'>makefile.mk</a> ;
graphics/svx/inc/svx/sdr/event/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svx/sdr/event/eventhandler.hxx.diff?r1=1.1&r2=1.2'>eventhandler.hxx</a>
sw/sw/source/core/text/ : <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/text/frmform.cxx.diff?r1=1.41&r2=1.42'>frmform.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/text/itratr.cxx.diff?r1=1.28&r2=1.29'>itratr.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/text/porfly.cxx.diff?r1=1.22&r2=1.23'>porfly.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/text/txtfly.cxx.diff?r1=1.38&r2=1.39'>txtfly.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/text/txtfrm.cxx.diff?r1=1.65&r2=1.66'>txtfrm.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/text/txtftn.cxx.diff?r1=1.34&r2=1.35'>txtftn.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/text/txtio.cxx.diff?r1=1.8&r2=1.9'>txtio.cxx</a> ;
svx/inc/sdr/properties attributeproperties.hxx
graphics/sd/source/filter/cgm/<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/filter/cgm/sdcgmfilter.cxx.diff?r1=1.2&r2=1.3'>sdcgmfilter.cxx</a>
graphics/sd/source/ui/unoidl/ : <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/unoidl/unomodel.cxx.diff?r1=1.65&r2=1.66'>unomodel.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/unoidl/unopage.cxx.diff?r1=1.56&r2=1.57'>unopage.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/unoidl/unopback.cxx.diff?r1=1.10&r2=1.11'>unopback.cxx</a> ;
graphics/sd/source/ui/app/ : <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/app/optsitem.cxx.diff?r1=1.25&r2=1.26'>optsitem.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/app/sdmod2.cxx.diff?r1=1.31&r2=1.32'>sdmod2.cxx</a> ;
graphics/svx/source/sdr/mixer/ : <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/sdr/mixer/basicmixer.cxx.diff?r1=1.1&r2=1.2'>basicmixer.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/sdr/mixer/makefile.mk.diff?r1=1.1&r2=1.2'>makefile.mk</a> ;
graphics/svx/source/form/ : <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/form/fmpage.cxx.diff?r1=1.7&r2=1.8'>fmpage.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/form/fmshell.cxx.diff?r1=1.40&r2=1.41'>fmshell.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/form/fmshimp.cxx.diff?r1=1.42&r2=1.43'>fmshimp.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/form/fmview.cxx.diff?r1=1.25&r2=1.26'>fmview.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/form/fmvwimp.cxx.diff?r1=1.28&r2=1.29'>fmvwimp.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/form/siimport.cxx.diff?r1=1.1&r2=1.2'>siimport.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/form/taborder.cxx.diff?r1=1.12&r2=1.13'>taborder.cxx</a> ;
graphics/sd/source/filter/html/<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/filter/html/htmlex.cxx.diff?r1=1.10&r2=1.11'>htmlex.cxx</a>
graphics/sch/source/core/ : <a href='http://graphics.openoffice.org/source/browse/graphics/sch/source/core/chartdoc.cxx.diff?r1=1.21&r2=1.22'>chartdoc.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sch/source/core/chaxis.cxx.diff?r1=1.36&r2=1.37'>chaxis.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sch/source/core/chtmod2a.cxx.diff?r1=1.24&r2=1.25'>chtmod2a.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sch/source/core/chtmod3d.cxx.diff?r1=1.20&r2=1.21'>chtmod3d.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sch/source/core/chtmode1.cxx.diff?r1=1.23&r2=1.24'>chtmode1.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sch/source/core/chtmode2.cxx.diff?r1=1.19&r2=1.20'>chtmode2.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sch/source/core/chtmode3.cxx.diff?r1=1.29&r2=1.30'>chtmode3.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sch/source/core/chtmode4.cxx.diff?r1=1.41&r2=1.42'>chtmode4.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sch/source/core/chtmode9.cxx.diff?r1=1.37&r2=1.38'>chtmode9.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sch/source/core/chtscene.cxx.diff?r1=1.6&r2=1.7'>chtscene.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sch/source/core/globfunc.cxx.diff?r1=1.20&r2=1.21'>globfunc.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sch/source/core/objid.cxx.diff?r1=1.3&r2=1.4'>objid.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sch/source/core/schgroup.cxx.diff?r1=1.8&r2=1.9'>schgroup.cxx</a> ;
graphics/sch/source/ui/unoidl/<a href='http://graphics.openoffice.org/source/browse/graphics/sch/source/ui/unoidl/ChXDiagram.cxx.diff?r1=1.53&r2=1.54'>ChXDiagram.cxx</a>
sw/sw/source/core/doc/ : <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/doc/docdraw.cxx.diff?r1=1.20&r2=1.21'>docdraw.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/doc/docfly.cxx.diff?r1=1.16&r2=1.17'>docfly.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/doc/doclay.cxx.diff?r1=1.13&r2=1.14'>doclay.cxx</a> ;
sw/sw/source/core/view/ : <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/view/vdraw.cxx.diff?r1=1.9&r2=1.10'>vdraw.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/view/viewsh.cxx.diff?r1=1.40&r2=1.41'>viewsh.cxx</a> ;
graphics/sch/source/ui/view/<a href='http://graphics.openoffice.org/source/browse/graphics/sch/source/ui/view/chwindow.cxx.diff?r1=1.16&r2=1.17'>chwindow.cxx</a>
sw/sw/source/core/sw3io/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/sw3io/sw3imp.cxx.diff?r1=1.20&r2=1.21'>sw3imp.cxx</a>
gsl/vcl/source/gdi/ : <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/gdi/virdev.cxx.diff?r1=1.11&r2=1.12'>virdev.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/gdi/outmap.cxx.diff?r1=1.11&r2=1.12'>outmap.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/gdi/outdev6.cxx.diff?r1=1.5&r2=1.6'>outdev6.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/gdi/outdev5.cxx.diff?r1=1.3&r2=1.4'>outdev5.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/gdi/outdev4.cxx.diff?r1=1.14&r2=1.15'>outdev4.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/gdi/outdev3.cxx.diff?r1=1.159&r2=1.160'>outdev3.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/gdi/outdev2.cxx.diff?r1=1.14&r2=1.15'>outdev2.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/gdi/outdev.cxx.diff?r1=1.24&r2=1.25'>outdev.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/gdi/impimage.cxx.diff?r1=1.10&r2=1.11'>impimage.cxx</a> ;
sw/sw/source/ui/ribbar/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/ui/ribbar/conrect.cxx.diff?r1=1.7&r2=1.8'>conrect.cxx</a>
sw/sw/source/filter/ww8/ : <a href='http://sw.openoffice.org/source/browse/sw/sw/source/filter/ww8/ww8graf.cxx.diff?r1=1.107&r2=1.108'>ww8graf.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/filter/ww8/ww8graf2.cxx.diff?r1=1.52&r2=1.53'>ww8graf2.cxx</a> ;
graphics/sch/source/ui/accessibility/ : <a href='http://graphics.openoffice.org/source/browse/graphics/sch/source/ui/accessibility/AccDataSeries.cxx.diff?r1=1.13&r2=1.14'>AccDataSeries.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sch/source/ui/accessibility/AccessibleChartElement.cxx.diff?r1=1.23&r2=1.24'>AccessibleChartElement.cxx</a> ;
graphics/svx/inc/svx/sdr/contact/ : <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svx/sdr/contact/displayinfo.hxx.diff?r1=1.1&r2=1.2'>displayinfo.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svx/sdr/contact/objectcontact.hxx.diff?r1=1.1&r2=1.2'>objectcontact.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svx/sdr/contact/objectcontactofobjlistpainter.hxx.diff?r1=1.1&r2=1.2'>objectcontactofobjlistpainter.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svx/sdr/contact/objectcontactofpageview.hxx.diff?r1=1.1&r2=1.2'>objectcontactofpageview.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svx/sdr/contact/viewcontact.hxx.diff?r1=1.1&r2=1.2'>viewcontact.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svx/sdr/contact/viewcontactofe3dscene.hxx.diff?r1=1.1&r2=1.2'>viewcontactofe3dscene.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svx/sdr/contact/viewcontactofgraphic.hxx.diff?r1=1.1&r2=1.2'>viewcontactofgraphic.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svx/sdr/contact/viewcontactofgroup.hxx.diff?r1=1.1&r2=1.2'>viewcontactofgroup.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svx/sdr/contact/viewcontactofmasterpage.hxx.diff?r1=1.1&r2=1.2'>viewcontactofmasterpage.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svx/sdr/contact/viewcontactofpageobj.hxx.diff?r1=1.1&r2=1.2'>viewcontactofpageobj.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svx/sdr/contact/viewcontactofsdrobj.hxx.diff?r1=1.1&r2=1.2'>viewcontactofsdrobj.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svx/sdr/contact/viewcontactofsdrpage.hxx.diff?r1=1.1&r2=1.2'>viewcontactofsdrpage.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svx/sdr/contact/viewcontactoftextobj.hxx.diff?r1=1.1&r2=1.2'>viewcontactoftextobj.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svx/sdr/contact/viewobjectcontact.hxx.diff?r1=1.1&r2=1.2'>viewobjectcontact.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svx/sdr/contact/viewobjectcontactlist.hxx.diff?r1=1.1&r2=1.2'>viewobjectcontactlist.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svx/sdr/contact/vocbitmapbuffer.hxx.diff?r1=1.1&r2=1.2'>vocbitmapbuffer.hxx</a> ;
sw/sw/source/core/access/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/access/accfrmobj.hxx.diff?r1=1.9&r2=1.10'>accfrmobj.hxx</a>
sc/sc/inc/ : <a href='http://sc.openoffice.org/source/browse/sc/sc/inc/document.hxx.diff?r1=1.69&r2=1.70'>document.hxx</a>, <a href='http://sc.openoffice.org/source/browse/sc/sc/inc/drwlayer.hxx.diff?r1=1.8&r2=1.9'>drwlayer.hxx</a> ;
sc/sc/source/filter/xcl97/ : <a href='http://sc.openoffice.org/source/browse/sc/sc/source/filter/xcl97/xcl97esc.cxx.diff?r1=1.9&r2=1.10'>xcl97esc.cxx</a>, <a href='http://sc.openoffice.org/source/browse/sc/sc/source/filter/xcl97/xcl97rec.cxx.diff?r1=1.60&r2=1.61'>xcl97rec.cxx</a> ;
graphics/svx/source/engine3d/ : <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/engine3d/dragmt3d.cxx.diff?r1=1.1&r2=1.2'>dragmt3d.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/engine3d/e3dundo.cxx.diff?r1=1.3&r2=1.4'>e3dundo.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/engine3d/extrud3d.cxx.diff?r1=1.12&r2=1.13'>extrud3d.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/engine3d/lathe3d.cxx.diff?r1=1.14&r2=1.15'>lathe3d.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/engine3d/light3d.cxx.diff?r1=1.5&r2=1.6'>light3d.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/engine3d/makefile.mk.diff?r1=1.6&r2=1.7'>makefile.mk</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/engine3d/obj3d.cxx.diff?r1=1.28&r2=1.29'>obj3d.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/engine3d/pntobj3d.cxx.diff?r1=1.4&r2=1.5'>pntobj3d.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/engine3d/polyob3d.cxx.diff?r1=1.6&r2=1.7'>polyob3d.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/engine3d/polysc3d.cxx.diff?r1=1.6&r2=1.7'>polysc3d.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/engine3d/scene3d.cxx.diff?r1=1.17&r2=1.18'>scene3d.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/engine3d/sphere3d.cxx.diff?r1=1.10&r2=1.11'>sphere3d.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/engine3d/view3d.cxx.diff?r1=1.15&r2=1.16'>view3d.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/engine3d/view3d1.cxx.diff?r1=1.4&r2=1.5'>view3d1.cxx</a> ;
gsl/vcl/inc/ : <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/inc/window.hxx.diff?r1=1.47&r2=1.48'>window.hxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/inc/virdev.hxx.diff?r1=1.4&r2=1.5'>virdev.hxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/inc/outdev.hxx.diff?r1=1.43&r2=1.44'>outdev.hxx</a> ;
graphics/svx/source/svdraw/ : <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/svdraw/impgrfll.cxx.diff?r1=1.2&r2=1.3'>impgrfll.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/svdraw/makefile.mk.diff?r1=1.8&r2=1.9'>makefile.mk</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/svdraw/svdcrtv.cxx.diff?r1=1.11&r2=1.12'>svdcrtv.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/svdraw/svddrgmt.cxx.diff?r1=1.3&r2=1.4'>svddrgmt.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/svdraw/svddrgv.cxx.diff?r1=1.4&r2=1.5'>svddrgv.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/svdraw/svdedtv.cxx.diff?r1=1.9&r2=1.10'>svdedtv.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/svdraw/svdedtv1.cxx.diff?r1=1.14&r2=1.15'>svdedtv1.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/svdraw/svdedtv2.cxx.diff?r1=1.8&r2=1.9'>svdedtv2.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/svdraw/svdedxv.cxx.diff?r1=1.33&r2=1.34'>svdedxv.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/svdraw/svdfmtf.cxx.diff?r1=1.9&r2=1.10'>svdfmtf.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/svdraw/svdfppt.cxx.diff?r1=1.112&r2=1.113'>svdfppt.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/svdraw/svdglev.cxx.diff?r1=1.1&r2=1.2'>svdglev.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/svdraw/svdglue.cxx.diff?r1=1.1&r2=1.2'>svdglue.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/svdraw/svdhdl.cxx.diff?r1=1.11&r2=1.12'>svdhdl.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/svdraw/svdlayer.cxx.diff?r1=1.6&r2=1.7'>svdlayer.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/svdraw/svdmark.cxx.diff?r1=1.2&r2=1.3'>svdmark.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/svdraw/svdmodel.cxx.diff?r1=1.50&r2=1.51'>svdmodel.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/svdraw/svdmrkv.cxx.diff?r1=1.16&r2=1.17'>svdmrkv.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/svdraw/svdoattr.cxx.diff?r1=1.38&r2=1.39'>svdoattr.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/svdraw/svdobj.cxx.diff?r1=1.58&r2=1.59'>svdobj.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/svdraw/svdocapt.cxx.diff?r1=1.14&r2=1.15'>svdocapt.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/svdraw/svdocirc.cxx.diff?r1=1.20&r2=1.21'>svdocirc.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/svdraw/svdoedge.cxx.diff?r1=1.25&r2=1.26'>svdoedge.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/svdraw/svdograf.cxx.diff?r1=1.58&r2=1.59'>svdograf.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/svdraw/svdogrp.cxx.diff?r1=1.19&r2=1.20'>svdogrp.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/svdraw/svdomeas.cxx.diff?r1=1.18&r2=1.19'>svdomeas.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/svdraw/svdoole2.cxx.diff?r1=1.38&r2=1.39'>svdoole2.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/svdraw/svdopage.cxx.diff?r1=1.14&r2=1.15'>svdopage.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/svdraw/svdopath.cxx.diff?r1=1.23&r2=1.24'>svdopath.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/svdraw/svdorect.cxx.diff?r1=1.14&r2=1.15'>svdorect.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/svdraw/svdotext.cxx.diff?r1=1.62&r2=1.63'>svdotext.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/svdraw/svdotxat.cxx.diff?r1=1.24&r2=1.25'>svdotxat.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/svdraw/svdotxed.cxx.diff?r1=1.11&r2=1.12'>svdotxed.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/svdraw/svdotxtr.cxx.diff?r1=1.5&r2=1.6'>svdotxtr.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/svdraw/svdouno.cxx.diff?r1=1.13&r2=1.14'>svdouno.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/svdraw/svdovirt.cxx.diff?r1=1.9&r2=1.10'>svdovirt.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/svdraw/svdpage.cxx.diff?r1=1.36&r2=1.37'>svdpage.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/svdraw/svdpagv.cxx.diff?r1=1.35&r2=1.36'>svdpagv.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/svdraw/svdpntv.cxx.diff?r1=1.15&r2=1.16'>svdpntv.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/svdraw/svdpoev.cxx.diff?r1=1.1&r2=1.2'>svdpoev.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/svdraw/svdscrol.cxx.diff?r1=1.1&r2=1.2'>svdscrol.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/svdraw/svdscrol.hxx.diff?r1=1.1&r2=1.2'>svdscrol.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/svdraw/svdsnpv.cxx.diff?r1=1.5&r2=1.6'>svdsnpv.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/svdraw/svdtxhdl.cxx.diff?r1=1.16&r2=1.17'>svdtxhdl.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/svdraw/svdundo.cxx.diff?r1=1.12&r2=1.13'>svdundo.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/svdraw/svdview.cxx.diff?r1=1.8&r2=1.9'>svdview.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/svdraw/svdvmark.cxx.diff?r1=1.1&r2=1.2'>svdvmark.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/svdraw/svdxcgv.cxx.diff?r1=1.15&r2=1.16'>svdxcgv.cxx</a> ;
graphics/svx/prj/ : <a href='http://graphics.openoffice.org/source/browse/graphics/svx/prj/build.lst.diff?r1=1.8&r2=1.9'>build.lst</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/prj/d.lst.diff?r1=1.76&r2=1.77'>d.lst</a> ;
sc/sc/source/ui/inc/ : <a href='http://sc.openoffice.org/source/browse/sc/sc/source/ui/inc/drawview.hxx.diff?r1=1.2&r2=1.3'>drawview.hxx</a>, <a href='http://sc.openoffice.org/source/browse/sc/sc/source/ui/inc/output.hxx.diff?r1=1.7&r2=1.8'>output.hxx</a>, <a href='http://sc.openoffice.org/source/browse/sc/sc/source/ui/inc/printfun.hxx.diff?r1=1.8&r2=1.9'>printfun.hxx</a> ;
graphics/svx/source/xoutdev/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/xoutdev/_ximp.cxx.diff?r1=1.13&r2=1.14'>_ximp.cxx</a>
graphics/svx/util/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/util/makefile.mk.diff?r1=1.25&r2=1.26'>makefile.mk</a>
graphics/sd/source/ui/dlg/ : <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/dlg/animobjs.cxx.diff?r1=1.12&r2=1.13'>animobjs.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/dlg/docprev.cxx.diff?r1=1.7&r2=1.8'>docprev.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/dlg/morphdlg.cxx.diff?r1=1.4&r2=1.5'>morphdlg.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/dlg/preview.cxx.diff?r1=1.15&r2=1.16'>preview.cxx</a> ;
sw/sw/source/core/edit/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/edit/edundo.cxx.diff?r1=1.6&r2=1.7'>edundo.cxx</a>
graphics/sch/inc/ : <a href='http://graphics.openoffice.org/source/browse/graphics/sch/inc/chmod3d.hxx.diff?r1=1.2&r2=1.3'>chmod3d.hxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sch/inc/chtmodel.hxx.diff?r1=1.45&r2=1.46'>chtmodel.hxx</a> ;
graphics/svx/inc/svx/sdr/mixer/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/inc/svx/sdr/mixer/basicmixer.hxx.diff?r1=1.1&r2=1.2'>basicmixer.hxx</a>
sc/sc/source/core/data/ : <a href='http://sc.openoffice.org/source/browse/sc/sc/source/core/data/documen5.cxx.diff?r1=1.18&r2=1.19'>documen5.cxx</a>, <a href='http://sc.openoffice.org/source/browse/sc/sc/source/core/data/documen9.cxx.diff?r1=1.20&r2=1.21'>documen9.cxx</a>, <a href='http://sc.openoffice.org/source/browse/sc/sc/source/core/data/drwlayer.cxx.diff?r1=1.21&r2=1.22'>drwlayer.cxx</a> ;
sc/sc/source/ui/app/<a href='http://sc.openoffice.org/source/browse/sc/sc/source/ui/app/drwtrans.cxx.diff?r1=1.17&r2=1.18'>drwtrans.cxx</a>
graphics/svx/source/tbxctrls/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/tbxctrls/grafctrl.cxx.diff?r1=1.12&r2=1.13'>grafctrl.cxx</a>
sc/sc/source/filter/excel/ : <a href='http://sc.openoffice.org/source/browse/sc/sc/source/filter/excel/XclExpCharts.cxx.diff?r1=1.11&r2=1.12'>XclExpCharts.cxx</a>, <a href='http://sc.openoffice.org/source/browse/sc/sc/source/filter/excel/excobj.cxx.diff?r1=1.28&r2=1.29'>excobj.cxx</a>, <a href='http://sc.openoffice.org/source/browse/sc/sc/source/filter/excel/xiescher.cxx.diff?r1=1.9&r2=1.10'>xiescher.cxx</a> ;
sw/sw/source/ui/uiview/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/ui/uiview/viewdraw.cxx.diff?r1=1.21&r2=1.22'>viewdraw.cxx</a>
graphics/sd/source/ui/docshell/ : <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/docshell/docshel2.cxx.diff?r1=1.21&r2=1.22'>docshel2.cxx</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/docshell/sdclient.cxx.diff?r1=1.4&r2=1.5'>sdclient.cxx</a> ;
sc/sc/source/filter/html/<a href='http://sc.openoffice.org/source/browse/sc/sc/source/filter/html/htmlexp2.cxx.diff?r1=1.6&r2=1.7'>htmlexp2.cxx</a>
graphics/sd/inc/<a href='http://graphics.openoffice.org/source/browse/graphics/sd/inc/drawdoc.hxx.diff?r1=1.27&r2=1.28'>drawdoc.hxx</a>
sw/starmath/source/<a href='http://sw.openoffice.org/source/browse/sw/starmath/source/symbol.src.diff?r1=1.45&r2=1.46'>symbol.src</a>
</div>
</div>
<div class='integrated'>integrated : <a name='merged_geordi2q09'></a><span class='comment'>geordi2q09</span>[ <a href='http://development.openoffice.org/releases/OOo_2_0_timetable.html#geordi2q09'>description</a>]
<div class="file-list">
gsl/vcl/inc/<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/inc/menu.hxx.diff?r1=1.27&r2=1.28'>menu.hxx</a>
gsl/vcl/win/source/gdi/ : <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/win/source/gdi/salgdi.cxx.diff?r1=1.14&r2=1.15'>salgdi.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/win/source/gdi/salgdi3.cxx.diff?r1=1.51&r2=1.52'>salgdi3.cxx</a> ;
gsl/dtrans/source/X11/ : <a href='http://gsl.openoffice.org/source/browse/gsl/dtrans/source/X11/X11_selection.hxx.diff?r1=1.23&r2=1.24'>X11_selection.hxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/dtrans/source/X11/X11_selection.cxx.diff?r1=1.65&r2=1.66'>X11_selection.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/dtrans/source/X11/X11_clipboard.hxx.diff?r1=1.5&r2=1.6'>X11_clipboard.hxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/dtrans/source/X11/X11_clipboard.cxx.diff?r1=1.9&r2=1.10'>X11_clipboard.cxx</a> ;
util/extensions/source/propctrlr/<a href='http://util.openoffice.org/source/browse/util/extensions/source/propctrlr/formhelpid.hrc.diff?r1=1.8&r2=1.9'>formhelpid.hrc</a>
gsl/vcl/source/window/<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/window/menu.cxx.diff?r1=1.98&r2=1.99'>menu.cxx</a>
gsl/vcl/unx/source/app/<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/unx/source/app/devaudiosound.cxx.diff?r1=1.8&r2=1.9'>devaudiosound.cxx</a>
util/extensions/source/ole/<a href='http://util.openoffice.org/source/browse/util/extensions/source/ole/servprov.cxx.diff?r1=1.11&r2=1.12'>servprov.cxx</a>
gsl/vcl/source/gdi/<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/gdi/outdev3.cxx.diff?r1=1.161&r2=1.162'>outdev3.cxx</a>
</div>
</div>
<div class='integrated'>integrated : <a name='merged_vclcleanup01'></a><span class='comment'>vclcleanup01</span>[ <a href='http://development.openoffice.org/releases/OOo_2_0_timetable.html#vclcleanup01'>description</a>]
<div class="file-list">
gsl/vcl/prj/<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/prj/build.lst.diff?r1=1.23&r2=1.24'>build.lst</a>
gsl/vcl/source/control/ : <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/control/tabctrl.cxx.diff?r1=1.17&r2=1.18'>tabctrl.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/control/slider.cxx.diff?r1=1.2&r2=1.3'>slider.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/control/scrbar.cxx.diff?r1=1.8&r2=1.9'>scrbar.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/control/morebtn.cxx.diff?r1=1.1&r2=1.2'>morebtn.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/control/menubtn.cxx.diff?r1=1.1&r2=1.2'>menubtn.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/control/lstbox.cxx.diff?r1=1.22&r2=1.23'>lstbox.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/control/longcurr.cxx.diff?r1=1.5&r2=1.6'>longcurr.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/control/ilstbox.cxx.diff?r1=1.41&r2=1.42'>ilstbox.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/control/group.cxx.diff?r1=1.2&r2=1.3'>group.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/control/fixed.cxx.diff?r1=1.10&r2=1.11'>fixed.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/control/fixbrd.cxx.diff?r1=1.1&r2=1.2'>fixbrd.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/control/field2.cxx.diff?r1=1.13&r2=1.14'>field2.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/control/edit.cxx.diff?r1=1.59&r2=1.60'>edit.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/control/field.cxx.diff?r1=1.9&r2=1.10'>field.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/control/ctrl.cxx.diff?r1=1.10&r2=1.11'>ctrl.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/control/combobox.cxx.diff?r1=1.26&r2=1.27'>combobox.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/control/button.cxx.diff?r1=1.23&r2=1.24'>button.cxx</a> ;
gsl/vcl/util/<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/util/vclpch.cxx.diff?r1=1.1&r2=1.2'>vclpch.cxx</a>
gsl/vcl/source/helper/<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/helper/evntpost.cxx.diff?r1=1.1&r2=1.2'>evntpost.cxx</a>
gsl/vcl/source/app/ : <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/app/unohelp.cxx.diff?r1=1.28&r2=1.29'>unohelp.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/app/timer.cxx.diff?r1=1.2&r2=1.3'>timer.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/app/system.cxx.diff?r1=1.6&r2=1.7'>system.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/app/svmain.cxx.diff?r1=1.42&r2=1.43'>svmain.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/app/svdata.cxx.diff?r1=1.28&r2=1.29'>svdata.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/app/svapp.cxx.diff?r1=1.45&r2=1.46'>svapp.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/app/stdtext.cxx.diff?r1=1.1&r2=1.2'>stdtext.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/app/sound.cxx.diff?r1=1.7&r2=1.8'>sound.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/app/settings.cxx.diff?r1=1.39&r2=1.40'>settings.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/app/oldsv.cxx.diff?r1=1.9&r2=1.10'>oldsv.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/app/i18nhelp.cxx.diff?r1=1.3&r2=1.4'>i18nhelp.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/app/help.cxx.diff?r1=1.24&r2=1.25'>help.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/app/dndhelp.cxx.diff?r1=1.2&r2=1.3'>dndhelp.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/app/dbggui.cxx.diff?r1=1.12&r2=1.13'>dbggui.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/app/access.cxx.diff?r1=1.1&r2=1.2'>access.cxx</a> ;
gsl/vcl/source/gdi/ : <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/gdi/virdev.cxx.diff?r1=1.12&r2=1.13'>virdev.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/gdi/sallayout.cxx.diff?r1=1.50&r2=1.51'>sallayout.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/gdi/salgdilayout.cxx.diff?r1=1.13&r2=1.14'>salgdilayout.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/gdi/region.cxx.diff?r1=1.3&r2=1.4'>region.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/gdi/print.cxx.diff?r1=1.43&r2=1.44'>print.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/gdi/pdfwriter_impl.cxx.diff?r1=1.60&r2=1.61'>pdfwriter_impl.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/gdi/outdev6.cxx.diff?r1=1.6&r2=1.7'>outdev6.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/gdi/outdev5.cxx.diff?r1=1.4&r2=1.5'>outdev5.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/gdi/outdev4.cxx.diff?r1=1.15&r2=1.16'>outdev4.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/gdi/outdev3.cxx.diff?r1=1.162&r2=1.163'>outdev3.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/gdi/outdev2.cxx.diff?r1=1.15&r2=1.16'>outdev2.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/gdi/outdev.cxx.diff?r1=1.25&r2=1.26'>outdev.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/gdi/opengl.cxx.diff?r1=1.6&r2=1.7'>opengl.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/gdi/impprn.cxx.diff?r1=1.5&r2=1.6'>impprn.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/gdi/impimage.cxx.diff?r1=1.11&r2=1.12'>impimage.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/gdi/impbmp.cxx.diff?r1=1.2&r2=1.3'>impbmp.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/gdi/impanmvw.cxx.diff?r1=1.1&r2=1.2'>impanmvw.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/gdi/bitmapex.cxx.diff?r1=1.6&r2=1.7'>bitmapex.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/gdi/bitmap.cxx.diff?r1=1.7&r2=1.8'>bitmap.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/gdi/animate.cxx.diff?r1=1.1&r2=1.2'>animate.cxx</a> ;
gsl/vcl/util/defs/<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/util/defs/wntmsci8.diff?r1=1.40&r2=1.41'>wntmsci8</a>
gsl/vcl/source/window/ : <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/window/floatwin.cxx.diff?r1=1.25&r2=1.26'>floatwin.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/window/winproc.cxx.diff?r1=1.82&r2=1.83'>winproc.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/window/wrkwin.cxx.diff?r1=1.8&r2=1.9'>wrkwin.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/window/window2.cxx.diff?r1=1.9&r2=1.10'>window2.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/window/window.cxx.diff?r1=1.179&r2=1.180'>window.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/window/toolbox.cxx.diff?r1=1.61&r2=1.62'>toolbox.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/window/tabpage.cxx.diff?r1=1.6&r2=1.7'>tabpage.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/window/tabdlg.cxx.diff?r1=1.1&r2=1.2'>tabdlg.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/window/syswin.cxx.diff?r1=1.33&r2=1.34'>syswin.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/window/syschild.cxx.diff?r1=1.1&r2=1.2'>syschild.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/window/status.cxx.diff?r1=1.9&r2=1.10'>status.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/window/splitwin.cxx.diff?r1=1.5&r2=1.6'>splitwin.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/window/split.cxx.diff?r1=1.8&r2=1.9'>split.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/window/seleng.cxx.diff?r1=1.2&r2=1.3'>seleng.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/window/msgbox.cxx.diff?r1=1.10&r2=1.11'>msgbox.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/window/menu.cxx.diff?r1=1.99&r2=1.100'>menu.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/window/keycod.cxx.diff?r1=1.2&r2=1.3'>keycod.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/window/introwin.cxx.diff?r1=1.2&r2=1.3'>introwin.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/window/dockwin.cxx.diff?r1=1.13&r2=1.14'>dockwin.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/window/dndevdis.cxx.diff?r1=1.12&r2=1.13'>dndevdis.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/window/dlgctrl.cxx.diff?r1=1.13&r2=1.14'>dlgctrl.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/window/dialog.cxx.diff?r1=1.26&r2=1.27'>dialog.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/window/decoview.cxx.diff?r1=1.5&r2=1.6'>decoview.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/window/cursor.cxx.diff?r1=1.5&r2=1.6'>cursor.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/window/btndlg.cxx.diff?r1=1.2&r2=1.3'>btndlg.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/window/brdwin.cxx.diff?r1=1.10&r2=1.11'>brdwin.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/window/accmgr.cxx.diff?r1=1.1&r2=1.2'>accmgr.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/source/window/accel.cxx.diff?r1=1.1&r2=1.2'>accel.cxx</a> ;
gsl/vcl/inc/ : <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/inc/window.hxx.diff?r1=1.48&r2=1.49'>window.hxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/inc/windata.hxx.diff?r1=1.2&r2=1.3'>windata.hxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/inc/virdev.hxx.diff?r1=1.5&r2=1.6'>virdev.hxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/inc/unobrok.hxx.diff?r1=1.1&r2=1.2'>unobrok.hxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/inc/sallayout.hxx.diff?r1=1.33&r2=1.34'>sallayout.hxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/inc/svdata.hxx.diff?r1=1.39&r2=1.40'>svdata.hxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/inc/sound.hxx.diff?r1=1.3&r2=1.4'>sound.hxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/inc/svapp.hxx.diff?r1=1.27&r2=1.28'>svapp.hxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/inc/region.hxx.diff?r1=1.3&r2=1.4'>region.hxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/inc/print.hxx.diff?r1=1.17&r2=1.18'>print.hxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/inc/outdev.hxx.diff?r1=1.44&r2=1.45'>outdev.hxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/inc/outdata.hxx.diff?r1=1.1&r2=1.2'>outdata.hxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/inc/opengl.hxx.diff?r1=1.3&r2=1.4'>opengl.hxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/inc/jobset.hxx.diff?r1=1.4&r2=1.5'>jobset.hxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/inc/impbmp.hxx.diff?r1=1.2&r2=1.3'>impbmp.hxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/inc/bitmapex.hxx.diff?r1=1.5&r2=1.6'>bitmapex.hxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/inc/bitmap.hxx.diff?r1=1.8&r2=1.9'>bitmap.hxx</a> ;
vcl/inc/ : xevthdl.hxx, rvp.hxx, rmvirdev.hxx, rmwindow.hxx, rmsound.hxx, rmprint.hxx, rmoutdev.hxx, rmevents.hxx, rmcache.hxx, rmbitmap.hxx, ooffice.hxx, indbmp.hxx ;
vcl/source/ : remote xevthdl.cxx, remote rmwindow.cxx, remote rmvirdev.cxx, remote rmsound.cxx, remote rmprint.cxx, remote rmoutdev.cxx, remote rmevents.cxx, remote rmdrptgt.hxx, remote rmdrptgt.cxx, remote rmdrgsrc.hxx, remote rmdrgsrc.cxx, remote rmbitmap.cxx, remote ooffice.cxx, remote makefile.mk, remote indbmp.cxx, remote gcach_rpeer.hxx, remote gcach_rpeer.cxx ;
gsl/vcl/win/source/window/<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/win/source/window/salframe.cxx.diff?r1=1.99&r2=1.100'>salframe.cxx</a>
gsl/vcl/workben/ : <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/workben/svdem.cxx.diff?r1=1.11&r2=1.12'>svdem.cxx</a>, <a href='http://gsl.openoffice.org/source/browse/gsl/vcl/workben/officeacceptthread.cxx.diff?r1=1.8&r2=1.9'>officeacceptthread.cxx</a> ;
</div>
</div>
<div class='integrated'>integrated : <a name='merged_valgrind01'></a><span class='comment'>valgrind01</span>[ <a href='http://development.openoffice.org/releases/OOo_2_0_timetable.html#valgrind01'>description</a>]
<div class="file-list">
graphics/sd/source/ui/app/<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/ui/app/optsitem.cxx.diff?r1=1.26&r2=1.27'>optsitem.cxx</a>
sw/sw/source/core/txtnode/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/txtnode/swfont.cxx.diff?r1=1.46&r2=1.47'>swfont.cxx</a>
util/unotools/source/ucbhelper/<a href='http://util.openoffice.org/source/browse/util/unotools/source/ucbhelper/ucblockbytes.cxx.diff?r1=1.45&r2=1.46'>ucblockbytes.cxx</a>
framework/sfx2/source/inc/<a href='http://framework.openoffice.org/source/browse/framework/sfx2/source/inc/objshimp.hxx.diff?r1=1.18&r2=1.19'>objshimp.hxx</a>
porting/sal/rtl/source/ : <a href='http://porting.openoffice.org/source/browse/porting/sal/rtl/source/random.c.diff?r1=1.2&r2=1.3'>random.c</a>, <a href='http://porting.openoffice.org/source/browse/porting/sal/rtl/source/uuid.cxx.diff?r1=1.1&r2=1.2'>uuid.cxx</a> ;
xml/xmloff/source/text/<a href='http://xml.openoffice.org/source/browse/xml/xmloff/source/text/txtexppr.cxx.diff?r1=1.20&r2=1.21'>txtexppr.cxx</a>
sw/sw/source/core/sw3io/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/sw3io/sw3imp.cxx.diff?r1=1.21&r2=1.22'>sw3imp.cxx</a>
gsl/vcl/unx/source/app/<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/unx/source/app/soicon.cxx.diff?r1=1.12&r2=1.13'>soicon.cxx</a>
xml/xmloff/source/draw/<a href='http://xml.openoffice.org/source/browse/xml/xmloff/source/draw/XMLShapeStyleContext.cxx.diff?r1=1.8&r2=1.9'>XMLShapeStyleContext.cxx</a>
gsl/psprint/source/printer/<a href='http://gsl.openoffice.org/source/browse/gsl/psprint/source/printer/jobdata.cxx.diff?r1=1.2&r2=1.3'>jobdata.cxx</a>
sw/sw/source/core/inc/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/inc/drawfont.hxx.diff?r1=1.32&r2=1.33'>drawfont.hxx</a>
sc/sc/source/ui/docshell/<a href='http://sc.openoffice.org/source/browse/sc/sc/source/ui/docshell/docfunc.cxx.diff?r1=1.44&r2=1.45'>docfunc.cxx</a>
gsl/dtrans/source/X11/<a href='http://gsl.openoffice.org/source/browse/gsl/dtrans/source/X11/X11_selection.cxx.diff?r1=1.64&r2=1.65'>X11_selection.cxx</a>
util/tools/source/stream/<a href='http://util.openoffice.org/source/browse/util/tools/source/stream/stream.cxx.diff?r1=1.13&r2=1.14'>stream.cxx</a>
ucb/ucb/source/ucp/file/<a href='http://ucb.openoffice.org/source/browse/ucb/ucb/source/ucp/file/shell.cxx.diff?r1=1.74&r2=1.75'>shell.cxx</a>
porting/sal/inc/osl/<a href='http://porting.openoffice.org/source/browse/porting/sal/inc/osl/module.hxx.diff?r1=1.7&r2=1.8'>module.hxx</a>
sw/sw/source/ui/uiview/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/ui/uiview/view.cxx.diff?r1=1.58&r2=1.59'>view.cxx</a>
framework/sfx2/source/menu/<a href='http://framework.openoffice.org/source/browse/framework/sfx2/source/menu/virtmenu.cxx.diff?r1=1.33&r2=1.34'>virtmenu.cxx</a>
framework/desktop/source/app/<a href='http://framework.openoffice.org/source/browse/framework/desktop/source/app/app.cxx.diff?r1=1.124&r2=1.125'>app.cxx</a>
xml/xmloff/source/style/<a href='http://xml.openoffice.org/source/browse/xml/xmloff/source/style/xmlbahdl.cxx.diff?r1=1.12&r2=1.13'>xmlbahdl.cxx</a>
sw/sw/inc/<a href='http://sw.openoffice.org/source/browse/sw/sw/inc/iodetect.cxx.diff?r1=1.3&r2=1.4'>iodetect.cxx</a>
</div>
</div>
<div class='integrated'>integrated : <a name='merged_os23'></a><span class='comment'>os23</span>[ <a href='http://development.openoffice.org/releases/OOo_2_0_timetable.html#os23'>description</a>]
<div class="file-list">
sw/sw/source/core/txtnode/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/txtnode/fntcache.cxx.diff?r1=1.75&r2=1.76'>fntcache.cxx</a>
sw/sw/source/filter/xml/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/filter/xml/wrtxml.cxx.diff?r1=1.41&r2=1.42'>wrtxml.cxx</a>
sw/sw/source/ui/dbui/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/ui/dbui/dbmgr.cxx.diff?r1=1.71&r2=1.72'>dbmgr.cxx</a>
graphics/svx/source/tbxctrls/<a href='http://graphics.openoffice.org/source/browse/graphics/svx/source/tbxctrls/tbcontrl.cxx.diff?r1=1.42&r2=1.43'>tbcontrl.cxx</a>
sw/sw/source/core/layout/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/layout/paintfrm.cxx.diff?r1=1.70&r2=1.71'>paintfrm.cxx</a>
sw/sw/source/core/unocore/ : <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/unocore/unomap.cxx.diff?r1=1.153&r2=1.154'>unomap.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/unocore/unoobj.cxx.diff?r1=1.69&r2=1.70'>unoobj.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/unocore/unoobj2.cxx.diff?r1=1.40&r2=1.41'>unoobj2.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/unocore/unosrch.cxx.diff?r1=1.8&r2=1.9'>unosrch.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/unocore/unotext.cxx.diff?r1=1.23&r2=1.24'>unotext.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/unocore/unoport.cxx.diff?r1=1.28&r2=1.29'>unoport.cxx</a> ;
sw/sw/source/ui/uiview/<a href='http://sw.openoffice.org/source/browse/sw/sw/source/ui/uiview/viewport.cxx.diff?r1=1.28&r2=1.29'>viewport.cxx</a>
framework/offmgr/source/offapp/intro/<a href='http://framework.openoffice.org/source/browse/framework/offmgr/source/offapp/intro/ooo.src.diff?r1=1.47&r2=1.48'>ooo.src</a>
sw/sw/source/core/text/ : <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/text/frmpaint.cxx.diff?r1=1.40&r2=1.41'>frmpaint.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/text/guess.cxx.diff?r1=1.40&r2=1.41'>guess.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/text/itrpaint.cxx.diff?r1=1.35&r2=1.36'>itrpaint.cxx</a>, <a href='http://sw.openoffice.org/source/browse/sw/sw/source/core/text/txtfld.cxx.diff?r1=1.15&r2=1.16'>txtfld.cxx</a> ;
framework/sfx2/source/doc/<a href='http://framework.openoffice.org/source/browse/framework/sfx2/source/doc/docvor.cxx.diff?r1=1.32&r2=1.33'>docvor.cxx</a>
sw/sw/inc/<a href='http://sw.openoffice.org/source/browse/sw/sw/inc/bookmrk.hxx.diff?r1=1.3&r2=1.4'>bookmrk.hxx</a>
</div>
</div>
<p>
<a name='HEAD'></a><a name='HEAD_dvo'></a><div class="branch">HEAD was changed by Daniel Vogelheim(dvo)</div>
<div class='modified'>modified : <span class='comment'> #112673# updated source to latest version; presumably contains fix for #106457# </span>
<div class="file-list">
sw/hwpfilter/source/<a href='http://sw.openoffice.org/source/browse/sw/hwpfilter/source/hwpreader.cxx.diff?r1=1.1&r2=1.2'>hwpreader.cxx</a>
</div>
</div>
<p>
<a name='HEAD'></a><a name='HEAD_toconnor'></a><div class="branch">HEAD was changed by Tomas O'Connor(toconnor)</div>
<div class='added'>added :
<div class="file-list">
external/beanshell/prj
external/rhino/prj
</div>
</div>
<div class='added'>added : <span class='comment'> Update utility scripts to use new namespace for XScriptContext </span>
<div class="file-list">
framework/www/scripting/UtilityScripts/ : <a href='http://framework.openoffice.org/source/browse/framework/www/scripting/UtilityScripts/Capitalise.zip?rev=1.5&content-type=text/x-cvsweb-markup'>Capitalise.zip</a>, <a href='http://framework.openoffice.org/source/browse/framework/www/scripting/UtilityScripts/ExportToHTML.zip?rev=1.3&content-type=text/x-cvsweb-markup'>ExportToHTML.zip</a>, <a href='http://framework.openoffice.org/source/browse/framework/www/scripting/UtilityScripts/InsertC.zip?rev=1.3&content-type=text/x-cvsweb-markup'>InsertC.zip</a>, <a href='http://framework.openoffice.org/source/browse/framework/www/scripting/UtilityScripts/InsertHiddenText.zip?rev=1.3&content-type=text/x-cvsweb-markup'>InsertHiddenText.zip</a>, <a href='http://framework.openoffice.org/source/browse/framework/www/scripting/UtilityScripts/InsertTM.zip?rev=1.3&content-type=text/x-cvsweb-markup'>InsertTM.zip</a>, <a href='http://framework.openoffice.org/source/browse/framework/www/scripting/UtilityScripts/Newsgroup.zip?rev=1.4&content-type=text/x-cvsweb-markup'>Newsgroup.zip</a>, <a href='http://framework.openoffice.org/source/browse/framework/www/scripting/UtilityScripts/WordCount.zip?rev=1.5&content-type=text/x-cvsweb-markup'>WordCount.zip</a>, <a href='http://framework.openoffice.org/source/browse/framework/www/scripting/UtilityScripts/all.zip?rev=1.6&content-type=text/x-cvsweb-markup'>all.zip</a> ;
</div>
</div>
<div class='added'>added : <span class='comment'> <a href='http://www.openoffice.org/issues/show_bug.cgi?id=16574'> #i16574#</a> - Add Rhino and BeanShell jar files to OpenOffice.org external project. A modified Main.java source file is included for Rhino which is rebuilt and repackaged into the Rhino jar file. </span>
<div class="file-list">
external/beanshell/<a href='http://external.openoffice.org/source/browse/external/beanshell/bsh-1.2b7.jar?rev=1.1&content-type=text/x-cvsweb-markup'>bsh-1.2b7.jar</a>
external/beanshell/prj/<a href='http://external.openoffice.org/source/browse/external/beanshell/prj/d.lst?rev=1.1&content-type=text/x-cvsweb-markup'>d.lst</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> More changes to docs for scriptingf1 </span>
<div class="file-list">
framework/www/scripting/scriptingf1/<a href='http://framework.openoffice.org/source/browse/framework/www/scripting/scriptingf1/SFArch.html.diff?r1=1.2&r2=1.3'>SFArch.html</a>
</div>
</div>
<p>
<a name='HEAD'></a><a name='HEAD_richard'></a><div class="branch">HEAD was changed by Richard Holt(richard)</div>
<div class='modified'>modified : <span class='comment'> add open source hyph_fi_FI </span>
<div class="file-list">
lingucomponent/www/<a href='http://lingucomponent.openoffice.org/source/browse/lingucomponent/www/download_dictionary.html.diff?r1=1.161&r2=1.162'>download_dictionary.html</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> added notes to Faroese </span>
<div class="file-list">
lingucomponent/www/<a href='http://lingucomponent.openoffice.org/source/browse/lingucomponent/www/download_dictionary.html.diff?r1=1.163&r2=1.164'>download_dictionary.html</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> updating es_ES dict </span>
<div class="file-list">
lingucomponent/www/<a href='http://lingucomponent.openoffice.org/source/browse/lingucomponent/www/download_dictionary.html.diff?r1=1.162&r2=1.163'>download_dictionary.html</a>
</div>
</div>
<p>
<a name='HEAD'></a><a name='HEAD_lo'></a><div class="branch">HEAD was changed by Lars Oppermann(lo)</div>
<div class='added'>added :
<div class="file-list">
api/offapi/com/sun/star/xml/dom/events
api/offapi/com/sun/star/xml/ : dom, xpath ;
</div>
</div>
<p>
<a name='HEAD'></a><a name='HEAD_cl'></a><div class="branch">HEAD was changed by Christian Lippka(cl)</div>
<div class='None'>None : <span class='comment'> fixed unix compiler problems </span>
<div class="file-list">
graphics/sd/source/core/<a href='http://graphics.openoffice.org/source/browse/graphics/sd/source/core/sdpage.cxx.diff?r1=1.35.118.8&r2=1.35.118.9'>sdpage.cxx</a>
</div>
</div>
<p>
<a name='HEAD'></a><a name='HEAD_mi'></a><div class="branch">HEAD was changed by Michael Hoennig(mi)</div>
<div class='added'>added : <span class='comment'> Office.FilterFormDateFromComboBox.snip </span>
<div class="file-list">
api/www/Examples/Snippets/Office/<a href='http://api.openoffice.org/source/browse/api/www/Examples/Snippets/Office/Office.FilterFormDateFromComboBox.snip?rev=1.1&content-type=text/x-cvsweb-markup'>Office.FilterFormDateFromComboBox.snip</a>
</div>
</div>
<div class='added'>added : <span class='comment'> Writer.StoreWriterAsPDF.snip </span>
<div class="file-list">
api/www/Examples/Snippets/Writer/<a href='http://api.openoffice.org/source/browse/api/www/Examples/Snippets/Writer/Writer.StoreWriterAsPDF.snip?rev=1.1&content-type=text/x-cvsweb-markup'>Writer.StoreWriterAsPDF.snip</a>
</div>
</div>
<p>
<a name='HEAD'></a><a name='HEAD_mh'></a><div class="branch">HEAD was changed by Martin Hollmichel(mh)</div>
<div class='added'>added :
<div class="file-list">
external/ : beanshell, rhino ;
</div>
</div>
<div class='added'>added : <span class='comment'> add: beanshell </span>
<div class="file-list">
external/www/forms/<a href='http://external.openoffice.org/source/browse/external/www/forms/beanshell.html?rev=1.1&content-type=text/x-cvsweb-markup'>beanshell.html</a>
</div>
</div>
<div class='added'>added : <span class='comment'> add: rhino </span>
<div class="file-list">
external/www/forms/<a href='http://external.openoffice.org/source/browse/external/www/forms/rhino.html?rev=1.1&content-type=text/x-cvsweb-markup'>rhino.html</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> add: link to lgpl </span>
<div class="file-list">
external/www/forms/<a href='http://external.openoffice.org/source/browse/external/www/forms/beanshell.html.diff?r1=1.1&r2=1.2'>beanshell.html</a>
</div>
</div>
<p>
<a name='HEAD'></a><a name='HEAD_st'></a><div class="branch">HEAD was changed by Stefan Taxhet(st)</div>
<div class='removed'>removed : <span class='comment'> remove outdated tigris files </span>
<div class="file-list">
files from:
www///project_discuss.html project_issues.html project_navbar.html www///project_navbar.html www///project_discuss.html project_issues.html project_navbar.html www///project_discuss.html project_issues.html project_navbar.html www///project_discuss.html project_issues.html project_navbar.html www///project_discuss.html project_issues.html project_navbar.html www///project_discuss.html project_issues.html project_navbar.html www///project_discuss.html project_issues.html project_navbar.html www///project_discuss.html project_issues.html project_navbar.html www///project_discuss.html project_issues.html project_navbar.html www///project_discuss.html project_issues.html project_navbar.html www///project_discuss.html project_issues.html project_navbar.html www///project_discuss.html project_issues.html project_navbar.html www///project_discuss.html project_issues.html project_navbar.html www///project_discuss.html project_issues.html project_navbar.html www///project_discuss.html project_issues.html project_navbar.html www///:
project_discuss.html project_issues.html project_navbar.html,
project_discuss.html project_issues.html project_navbar.html,
project_discuss.html project_issues.html project_navbar.html,
project_discuss.html project_issues.html project_navbar.html,
project_discuss.html project_issues.html project_navbar.html,
project_discuss.html project_issues.html project_navbar.html,
project_discuss.html project_issues.html project_navbar.html,
project_discuss.html project_issues.html project_navbar.html,
project_discuss.html project_issues.html project_navbar.html,
project_discuss.html project_issues.html project_navbar.html,
project_discuss.html project_issues.html project_navbar.html,
project_discuss.html project_issues.html project_navbar.html,
project_discuss.html project_issues.html project_navbar.html,
</div>
</div>
<div class='modified'>modified : <span class='comment'> test for merge conflict </span>
<div class="file-list">
api/www/docs/DevelopersGuide/<a href='http://api.openoffice.org/source/browse/api/www/docs/DevelopersGuide/DevelopersGuide.htm.diff?r1=1.4&r2=1.5'>DevelopersGuide.htm</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> add nonav for SC26 </span>
<div class="file-list">
ucb/www/<a href='http://ucb.openoffice.org/source/browse/ucb/www/robots.txt.diff?r1=1.2&r2=1.3'>robots.txt</a>
dba/www/<a href='http://dba.openoffice.org/source/browse/dba/www/robots.txt.diff?r1=1.2&r2=1.3'>robots.txt</a>
graphics/www/<a href='http://graphics.openoffice.org/source/browse/graphics/www/robots.txt.diff?r1=1.2&r2=1.3'>robots.txt</a>
udk/www/<a href='http://udk.openoffice.org/source/browse/udk/www/robots.txt.diff?r1=1.2&r2=1.3'>robots.txt</a>
util/www/<a href='http://util.openoffice.org/source/browse/util/www/robots.txt.diff?r1=1.2&r2=1.3'>robots.txt</a>
gsl/www/<a href='http://gsl.openoffice.org/source/browse/gsl/www/robots.txt.diff?r1=1.2&r2=1.3'>robots.txt</a>
sc/www/<a href='http://sc.openoffice.org/source/browse/sc/www/robots.txt.diff?r1=1.2&r2=1.3'>robots.txt</a>
porting/www/<a href='http://porting.openoffice.org/source/browse/porting/www/robots.txt.diff?r1=1.2&r2=1.3'>robots.txt</a>
ui/www/<a href='http://ui.openoffice.org/source/browse/ui/www/robots.txt.diff?r1=1.2&r2=1.3'>robots.txt</a>
framework/www/<a href='http://framework.openoffice.org/source/browse/framework/www/robots.txt.diff?r1=1.2&r2=1.3'>robots.txt</a>
api/www/<a href='http://api.openoffice.org/source/browse/api/www/robots.txt.diff?r1=1.3&r2=1.4'>robots.txt</a>
sw/www/<a href='http://sw.openoffice.org/source/browse/sw/www/robots.txt.diff?r1=1.2&r2=1.3'>robots.txt</a>
external/www/ : <a href='http://external.openoffice.org/source/browse/external/www/robots.txt.diff?r1=1.2&r2=1.3'>robots.txt</a>, <a href='http://external.openoffice.org/source/browse/external/www/robots.txt.diff?r1=1.3&r2=1.4'>robots.txt</a> ;
xml/www/<a href='http://xml.openoffice.org/source/browse/xml/www/robots.txt.diff?r1=1.2&r2=1.3'>robots.txt</a>
l10n/www/<a href='http://l10n.openoffice.org/source/browse/l10n/www/robots.txt.diff?r1=1.2&r2=1.3'>robots.txt</a>
installation/www/<a href='http://installation.openoffice.org/source/browse/installation/www/robots.txt.diff?r1=1.2&r2=1.3'>robots.txt</a>
tools/www/<a href='http://tools.openoffice.org/source/browse/tools/www/robots.txt.diff?r1=1.2&r2=1.3'>robots.txt</a>
lingucomponent/www/<a href='http://lingucomponent.openoffice.org/source/browse/lingucomponent/www/robots.txt.diff?r1=1.1&r2=1.2'>robots.txt</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> corected link to mathMLdtd </span>
<div class="file-list">
external/www/<a href='http://external.openoffice.org/source/browse/external/www/index.html.diff?r1=1.14&r2=1.15'>index.html</a>
</div>
</div>
<p>
<a name='HEAD'></a><a name='HEAD_dfoster'></a><div class="branch">HEAD was changed by Duncan Foster(dfoster)</div>
<div class='added'>added :
<div class="file-list">
framework/www/scripting/EDR-IDLDocs/drafts/com/sun/star/script/ : provider, browse ;
</div>
</div>
<div class='modified'>modified : <span class='comment'> Updating the IDL docs for the m15 release of the Scripting Framework </span>
<div class="file-list">
framework/www/scripting/EDR-IDLDocs/<a href='http://framework.openoffice.org/source/browse/framework/www/scripting/EDR-IDLDocs/module-ix.html.diff?r1=1.2&r2=1.3'>module-ix.html</a>
</div>
</div>
<p>
<a name='HEAD'></a><a name='HEAD_jsc'></a><div class="branch">HEAD was changed by Juergen Schmidt(jsc)</div>
<div class='removed'>removed : <span class='comment'> not used </span>
<div class="file-list">
files from:
devmanual/DevelopersGuide/BasicAndDialogs BasicEditor.jpg
</div>
</div>
<div class='removed'>removed : <span class='comment'> updated and changed to new format </span>
<div class="file-list">
files from:
devmanual/DevelopersGuide/ProfUNO starbasic_dbg_supportedinterfaces.gif starbasic_exception.gif starbasic_exception2.gif starbasic_msgbox2.gif starbasic_msgbox3.gif starbasic_dbg_methods.gif starbasic_dbg_properties.gif
</div>
</div>
<div class='removed'>removed : <span class='comment'> updated and changed to png format </span>
<div class="file-list">
files from:
devmanual/DevelopersGuide/BasicAndDialogs AppendLibraries_Document.jpg AppendLibraries_Library.jpg BasicEditor_Running.jpg Configuration_Events.jpg Configuration_Menu.jpg CreatingDialogs_SampleDialog.gif DialogEditor1.jpg DialogEditor2.jpg DialogEditor_AssignMacro.jpg MacroDialog1_Base.jpg MacroOrganiserDialog1_Libraries1.jpg MacroOrganiserDialog1_Libraries2.jpg MacroOrganiserDialog1_Modules1.jpg MacroOrganiserDialog1_Modules2.jpg PropertiesDialog_Events.jpg PropertiesDialog_MultiSelection.jpg PasswordDialog.jpg
</div>
</div>
<div class='modified'>modified : <span class='comment'> accept changes </span>
<div class="file-list">
api/devmanual/DevelopersGuide/Spreadsheet/<a href='http://api.openoffice.org/source/browse/api/devmanual/DevelopersGuide/Spreadsheet/Spreadsheet.fsxw.diff?r1=1.2&r2=1.3'>Spreadsheet.fsxw</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> insert graphic description </span>
<div class="file-list">
api/devmanual/DevelopersGuide/Components/<a href='http://api.openoffice.org/source/browse/api/devmanual/DevelopersGuide/Components/Components.fsxw.diff?r1=1.7&r2=1.8'>Components.fsxw</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> updated screenshots </span>
<div class="file-list">
api/devmanual/DevelopersGuide/Accessibility/<a href='http://api.openoffice.org/source/browse/api/devmanual/DevelopersGuide/Accessibility/Accessibility.fsxw.diff?r1=1.1&r2=1.2'>Accessibility.fsxw</a>
api/devmanual/DevelopersGuide/Components/<a href='http://api.openoffice.org/source/browse/api/devmanual/DevelopersGuide/Components/Components.fsxw.diff?r1=1.6&r2=1.7'>Components.fsxw</a>
api/devmanual/DevelopersGuide/Database/ : <a href='http://api.openoffice.org/source/browse/api/devmanual/DevelopersGuide/Database/DataSourceAdministration.png?rev=1.2&content-type=text/x-cvsweb-markup'>DataSourceAdministration.png</a>, <a href='http://api.openoffice.org/source/browse/api/devmanual/DevelopersGuide/Database/Database.fsxw.diff?r1=1.4&r2=1.5'>Database.fsxw</a> ;
api/devmanual/DevelopersGuide/ProfUNO/<a href='http://api.openoffice.org/source/browse/api/devmanual/DevelopersGuide/ProfUNO/ProfUNO.fsxw.diff?r1=1.3&r2=1.4'>ProfUNO.fsxw</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> updated </span>
<div class="file-list">
api/devmanual/DevelopersGuide/BasicAndDialogs/<a href='http://api.openoffice.org/source/browse/api/devmanual/DevelopersGuide/BasicAndDialogs/BasicAndDialogs.fsxw.diff?r1=1.5&r2=1.6'>BasicAndDialogs.fsxw</a>
api/devmanual/DevelopersGuide/Components/ : <a href='http://api.openoffice.org/source/browse/api/devmanual/DevelopersGuide/Components/DisableCommands_ApplicationFlow.png?rev=1.3&content-type=text/x-cvsweb-markup'>DisableCommands_ApplicationFlow.png</a>, <a href='http://api.openoffice.org/source/browse/api/devmanual/DevelopersGuide/Components/addon_custom_menu.png?rev=1.2&content-type=text/x-cvsweb-markup'>addon_custom_menu.png</a>, <a href='http://api.openoffice.org/source/browse/api/devmanual/DevelopersGuide/Components/addon_popups.png?rev=1.2&content-type=text/x-cvsweb-markup'>addon_popups.png</a>, <a href='http://api.openoffice.org/source/browse/api/devmanual/DevelopersGuide/Components/addon_toolbar_icons.png?rev=1.2&content-type=text/x-cvsweb-markup'>addon_toolbar_icons.png</a>, <a href='http://api.openoffice.org/source/browse/api/devmanual/DevelopersGuide/Components/work_together.png?rev=1.2&content-type=text/x-cvsweb-markup'>work_together.png</a> ;
</div>
</div>
<div class='modified'>modified : <span class='comment'> adapt graphic size of icons </span>
<div class="file-list">
api/devmanual/DevelopersGuide/BasicAndDialogs/ : <a href='http://api.openoffice.org/source/browse/api/devmanual/DevelopersGuide/BasicAndDialogs/ActivateTestMode.png?rev=1.2&content-type=text/x-cvsweb-markup'>ActivateTestMode.png</a>, <a href='http://api.openoffice.org/source/browse/api/devmanual/DevelopersGuide/BasicAndDialogs/AddWatch.png?rev=1.2&content-type=text/x-cvsweb-markup'>AddWatch.png</a>, <a href='http://api.openoffice.org/source/browse/api/devmanual/DevelopersGuide/BasicAndDialogs/BasicAndDialogs.fsxw.diff?r1=1.3&r2=1.4'>BasicAndDialogs.fsxw</a> ;
</div>
</div>
<div class='added'>added : <span class='comment'> new format </span>
<div class="file-list">
api/devmanual/DevelopersGuide/BasicAndDialogs/ : <a href='http://api.openoffice.org/source/browse/api/devmanual/DevelopersGuide/BasicAndDialogs/MacroDialog1_Base.png?rev=1.1&content-type=text/x-cvsweb-markup'>MacroDialog1_Base.png</a>, <a href='http://api.openoffice.org/source/browse/api/devmanual/DevelopersGuide/BasicAndDialogs/MacroOrganiserDialog1_Modules1.png?rev=1.1&content-type=text/x-cvsweb-markup'>MacroOrganiserDialog1_Modules1.png</a>, <a href='http://api.openoffice.org/source/browse/api/devmanual/DevelopersGuide/BasicAndDialogs/MacroOrganiserDialog1_Modules2.png?rev=1.1&content-type=text/x-cvsweb-markup'>MacroOrganiserDialog1_Modules2.png</a>, <a href='http://api.openoffice.org/source/browse/api/devmanual/DevelopersGuide/BasicAndDialogs/MacroOrganiserDialog1_Libraries1.png?rev=1.1&content-type=text/x-cvsweb-markup'>MacroOrganiserDialog1_Libraries1.png</a>, <a href='http://api.openoffice.org/source/browse/api/devmanual/DevelopersGuide/BasicAndDialogs/MacroOrganiserDialog1_Libraries2.png?rev=1.1&content-type=text/x-cvsweb-markup'>MacroOrganiserDialog1_Libraries2.png</a>, <a href='http://api.openoffice.org/source/browse/api/devmanual/DevelopersGuide/BasicAndDialogs/PasswordDialog.png?rev=1.1&content-type=text/x-cvsweb-markup'>PasswordDialog.png</a>, <a href='http://api.openoffice.org/source/browse/api/devmanual/DevelopersGuide/BasicAndDialogs/AppendLibraries_Library.png?rev=1.1&content-type=text/x-cvsweb-markup'>AppendLibraries_Library.png</a>, <a href='http://api.openoffice.org/source/browse/api/devmanual/DevelopersGuide/BasicAndDialogs/AppendLibraries_Document.png?rev=1.1&content-type=text/x-cvsweb-markup'>AppendLibraries_Document.png</a>, <a href='http://api.openoffice.org/source/browse/api/devmanual/DevelopersGuide/BasicAndDialogs/BasicEditor_Running.png?rev=1.1&content-type=text/x-cvsweb-markup'>BasicEditor_Running.png</a>, <a href='http://api.openoffice.org/source/browse/api/devmanual/DevelopersGuide/BasicAndDialogs/DialogEditor1.png?rev=1.1&content-type=text/x-cvsweb-markup'>DialogEditor1.png</a>, <a href='http://api.openoffice.org/source/browse/api/devmanual/DevelopersGuide/BasicAndDialogs/DialogEditor2.png?rev=1.1&content-type=text/x-cvsweb-markup'>DialogEditor2.png</a>, <a href='http://api.openoffice.org/source/browse/api/devmanual/DevelopersGuide/BasicAndDialogs/PropertiesDialog_Events.png?rev=1.1&content-type=text/x-cvsweb-markup'>PropertiesDialog_Events.png</a>, <a href='http://api.openoffice.org/source/browse/api/devmanual/DevelopersGuide/BasicAndDialogs/DialogEditor_AssignMacro.png?rev=1.1&content-type=text/x-cvsweb-markup'>DialogEditor_AssignMacro.png</a>, <a href='http://api.openoffice.org/source/browse/api/devmanual/DevelopersGuide/BasicAndDialogs/PropertiesDialog_MultiSelection.png?rev=1.1&content-type=text/x-cvsweb-markup'>PropertiesDialog_MultiSelection.png</a>, <a href='http://api.openoffice.org/source/browse/api/devmanual/DevelopersGuide/BasicAndDialogs/Configuration_Menu.png?rev=1.1&content-type=text/x-cvsweb-markup'>Configuration_Menu.png</a>, <a href='http://api.openoffice.org/source/browse/api/devmanual/DevelopersGuide/BasicAndDialogs/Configuration_Events.png?rev=1.1&content-type=text/x-cvsweb-markup'>Configuration_Events.png</a>, <a href='http://api.openoffice.org/source/browse/api/devmanual/DevelopersGuide/BasicAndDialogs/CreatingDialogs_SampleDialog.png?rev=1.1&content-type=text/x-cvsweb-markup'>CreatingDialogs_SampleDialog.png</a> ;
api/devmanual/DevelopersGuide/ProfUNO/ : <a href='http://api.openoffice.org/source/browse/api/devmanual/DevelopersGuide/ProfUNO/starbasic_dbg_supportedinterfaces.png?rev=1.1&content-type=text/x-cvsweb-markup'>starbasic_dbg_supportedinterfaces.png</a>, <a href='http://api.openoffice.org/source/browse/api/devmanual/DevelopersGuide/ProfUNO/starbasic_exception.png?rev=1.1&content-type=text/x-cvsweb-markup'>starbasic_exception.png</a>, <a href='http://api.openoffice.org/source/browse/api/devmanual/DevelopersGuide/ProfUNO/starbasic_exception2.png?rev=1.1&content-type=text/x-cvsweb-markup'>starbasic_exception2.png</a>, <a href='http://api.openoffice.org/source/browse/api/devmanual/DevelopersGuide/ProfUNO/starbasic_msgbox2.png?rev=1.1&content-type=text/x-cvsweb-markup'>starbasic_msgbox2.png</a>, <a href='http://api.openoffice.org/source/browse/api/devmanual/DevelopersGuide/ProfUNO/starbasic_msgbox3.png?rev=1.1&content-type=text/x-cvsweb-markup'>starbasic_msgbox3.png</a>, <a href='http://api.openoffice.org/source/browse/api/devmanual/DevelopersGuide/ProfUNO/starbasic_dbg_methods.png?rev=1.1&content-type=text/x-cvsweb-markup'>starbasic_dbg_methods.png</a>, <a href='http://api.openoffice.org/source/browse/api/devmanual/DevelopersGuide/ProfUNO/starbasic_dbg_properties.png?rev=1.1&content-type=text/x-cvsweb-markup'>starbasic_dbg_properties.png</a> ;
</div>
</div>
<div class='added'>added : <span class='comment'> updated screenshots </span>
<div class="file-list">
api/devmanual/DevelopersGuide/BasicAndDialogs/<a href='http://api.openoffice.org/source/browse/api/devmanual/DevelopersGuide/BasicAndDialogs/BasicAndDialogs.fsxw.diff?r1=1.4&r2=1.5'>BasicAndDialogs.fsxw</a>
</div>
</div>
<p>
<a name='HEAD'></a><a name='HEAD_kz'></a><div class="branch">HEAD was changed by Kurt Zenker(kz)</div>
<div class='removed'>removed : <span class='comment'> obsolate </span>
<div class="file-list">
files from:
smoketest/data 10erTest_auto.sxw
</div>
</div>
<div class='removed'>removed : <span class='comment'> moved to smoketest dir </span>
<div class="file-list">
files from:
smoketest/data dbgsv.ini
</div>
</div>
<div class='added'>added : <span class='comment'> moved from data </span>
<div class="file-list">
installation/smoketest/<a href='http://installation.openoffice.org/source/browse/installation/smoketest/dbgsv.ini?rev=1.1&content-type=text/x-cvsweb-markup'>dbgsv.ini</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> new version for FIX645 </span>
<div class="file-list">
dba/connectivity/source/dbtools/defs/<a href='http://dba.openoffice.org/source/browse/dba/connectivity/source/dbtools/defs/wntmsci8.diff?r1=1.72&r2=1.73'>wntmsci8</a>
graphics/svx/util/defs/ : <a href='http://graphics.openoffice.org/source/browse/graphics/svx/util/defs/wntmsci8.diff?r1=1.178&r2=1.179'>wntmsci8</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/util/defs/wntmsci8.diff?r1=1.179&r2=1.180'>wntmsci8</a> ;
installation/setup2/util/defs/<a href='http://installation.openoffice.org/source/browse/installation/setup2/util/defs/wntmsci8.diff?r1=1.79&r2=1.80'>wntmsci8</a>
framework/sfx2/util/defs/<a href='http://framework.openoffice.org/source/browse/framework/sfx2/util/defs/wntmsci8.diff?r1=1.24&r2=1.25'>wntmsci8</a>
framework/offmgr/util/defs/<a href='http://framework.openoffice.org/source/browse/framework/offmgr/util/defs/wntmsci8.diff?r1=1.64&r2=1.65'>wntmsci8</a>
framework/desktop/source/pkgchk/defs/<a href='http://framework.openoffice.org/source/browse/framework/desktop/source/pkgchk/defs/wntmsci8.diff?r1=1.22&r2=1.23'>wntmsci8</a>
dba/connectivity/source/drivers/file/defs/<a href='http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/file/defs/wntmsci8.diff?r1=1.50&r2=1.51'>wntmsci8</a>
gsl/vcl/util/defs/<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/util/defs/wntmsci8.diff?r1=1.39&r2=1.40'>wntmsci8</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> new version for SRC680 </span>
<div class="file-list">
installation/setup2/util/defs/<a href='http://installation.openoffice.org/source/browse/installation/setup2/util/defs/wntmsci8.diff?r1=1.78&r2=1.79'>wntmsci8</a>
util/svtools/util/defs/ : <a href='http://util.openoffice.org/source/browse/util/svtools/util/defs/wntmsci8.diff?r1=1.164&r2=1.165'>wntmsci8</a>, <a href='http://util.openoffice.org/source/browse/util/svtools/util/defs/wntmsci8.diff?r1=1.163&r2=1.164'>wntmsci8</a>, <a href='http://util.openoffice.org/source/browse/util/svtools/util/defs/wntmsci8.diff?r1=1.162&r2=1.163'>wntmsci8</a>, <a href='http://util.openoffice.org/source/browse/util/svtools/util/defs/wntmsci8.diff?r1=1.161&r2=1.162'>wntmsci8</a>, <a href='http://util.openoffice.org/source/browse/util/svtools/util/defs/wntmsci8.diff?r1=1.160&r2=1.161'>wntmsci8</a> ;
framework/offmgr/util/defs/<a href='http://framework.openoffice.org/source/browse/framework/offmgr/util/defs/wntmsci8.diff?r1=1.63&r2=1.64'>wntmsci8</a>
xml/xmloff/util/defs/<a href='http://xml.openoffice.org/source/browse/xml/xmloff/util/defs/wntmsci8.diff?r1=1.23&r2=1.24'>wntmsci8</a>
graphics/svx/util/defs/ : <a href='http://graphics.openoffice.org/source/browse/graphics/svx/util/defs/wntmsci8.diff?r1=1.174&r2=1.175'>wntmsci8</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/util/defs/wntmsci8.diff?r1=1.175&r2=1.176'>wntmsci8</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/util/defs/wntmsci8.diff?r1=1.176&r2=1.177'>wntmsci8</a>, <a href='http://graphics.openoffice.org/source/browse/graphics/svx/util/defs/wntmsci8.diff?r1=1.177&r2=1.178'>wntmsci8</a> ;
dba/connectivity/source/drivers/file/defs/<a href='http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/file/defs/wntmsci8.diff?r1=1.49&r2=1.50'>wntmsci8</a>
gsl/vcl/util/defs/<a href='http://gsl.openoffice.org/source/browse/gsl/vcl/util/defs/wntmsci8.diff?r1=1.38&r2=1.39'>wntmsci8</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> new target noremove </span>
<div class="file-list">
installation/smoketest/<a href='http://installation.openoffice.org/source/browse/installation/smoketest/makefile.mk.diff?r1=1.2&r2=1.3'>makefile.mk</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> dbgsv from current dir; new param -nr </span>
<div class="file-list">
installation/smoketest/<a href='http://installation.openoffice.org/source/browse/installation/smoketest/smoketest.pl.diff?r1=1.10&r2=1.11'>smoketest.pl</a>
</div>
</div>
<p>
<a name='HEAD'></a><a name='HEAD_er'></a><div class="branch">HEAD was changed by Eike Rathke(er)</div>
<div class='modified'>modified : <span class='comment'> step1 done </span>
<div class="file-list">
sc/www/ : <a href='http://sc.openoffice.org/source/browse/sc/www/row-limit.html.diff?r1=1.7&r2=1.8'>row-limit.html</a>, <a href='http://sc.openoffice.org/source/browse/sc/www/row-limit.html.diff?r1=1.8&r2=1.9'>row-limit.html</a> ;
</div>
</div>
<div class='modified'>modified : <span class='comment'> add step anchors </span>
<div class="file-list">
sc/www/<a href='http://sc.openoffice.org/source/browse/sc/www/row-limit.html.diff?r1=1.6&r2=1.7'>row-limit.html</a>
</div>
</div>
<div class='modified'>modified : <span class='comment'> started work, new calculation based on 2.5 days per week </span>
<div class="file-list">
sc/www/<a href='http://sc.openoffice.org/source/browse/sc/www/row-limit.html.diff?r1=1.5&r2=1.6'>row-limit.html</a>
</div>
</div>
<p>
<a name='HEAD'></a><a name='HEAD_pl'></a><div class="branch">HEAD was changed by Philipp Lohmann(pl)</div>
<div class='added'>added :
<div class="file-list">
gsl/vcl/unx/dummy
</div>
</div>
<p>
</div></div></body></html>