| 9fe9aa9a | 17-May-2013 |
Pavel Janík <paveljanik@apache.org> |
Unname unused arguments to prevent compiler warnings.
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1483683 13f79535-47bb-0310-9956-ffa450edef68 |
| 9cc9983e | 17-May-2013 |
Pavel Janík <paveljanik@apache.org> |
Remove unused variables to prevent compiler warnings.
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1483660 13f79535-47bb-0310-9956-ffa450edef68 |
| 564e397f | 17-May-2013 |
Pavel Janík <paveljanik@apache.org> |
Add default cases to prevent compiler warnings.
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1483653 13f79535-47bb-0310-9956-ffa450edef68 |
| 32b95eed | 17-May-2013 |
Pavel Janík <paveljanik@apache.org> |
Add missing case for LineJoint_MAKE_FIXED_SIZE to prevent compiler warning.
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1483650 13f79535-47bb-0310-9956-ffa450edef68 |
| d46a1e42 | 16-May-2013 |
Andre Fischer <af@apache.org> |
121960: Improve creation of toolbox/toolbar controllers.
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1483307 13f79535-47bb-0310-9956-ffa450edef68 |
| 136468ea | 16-May-2013 |
Ariel Constenla-Haile <arielch@apache.org> |
i122317 - Mark API name as not localizable
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1483139 13f79535-47bb-0310-9956-ffa450edef68 |
| 18eb8d65 | 15-May-2013 |
Armin Le Grand <alg@apache.org> |
i122145 Two changes: Multiselection with mix of DrawObjects and OLE will allow LineStyle and FillStyle panel, single selection of OLE offers these, too, but in default closed state
git-svn-id: https
i122145 Two changes: Multiselection with mix of DrawObjects and OLE will allow LineStyle and FillStyle panel, single selection of OLE offers these, too, but in default closed state
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1482937 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
| 28806869 | 15-May-2013 |
Armin Le Grand <alg@apache.org> |
i122318 Adapted color palette stuff, some cleanups
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1482867 13f79535-47bb-0310-9956-ffa450edef68 |
| 868c10da | 14-May-2013 |
Pavel Janík <paveljanik@apache.org> |
Remove unused variable to prevent compiler warning.
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1482523 13f79535-47bb-0310-9956-ffa450edef68 |
| ae13266d | 14-May-2013 |
Andre Fischer <af@apache.org> |
122302: Use tool bar controls for color controls in text property panel.
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1482384 13f79535-47bb-0310-9956-ffa450edef68 |
| 8eda4adf | 14-May-2013 |
Oliver-Rainer Wittmann <orw@apache.org> |
correct context switch handling in paragraph property panel and position and size property panel
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1482331 13f79535-47bb-0310-9956-ffa450
correct context switch handling in paragraph property panel and position and size property panel
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1482331 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
| 3fca590b | 14-May-2013 |
Oliver-Rainer Wittmann <orw@apache.org> |
122270: paragraph property panel, line spacing control: do not directly select item via cursor travelling; removing obsolete code
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@14823
122270: paragraph property panel, line spacing control: do not directly select item via cursor travelling; removing obsolete code
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1482314 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
| c9c475c9 | 13-May-2013 |
Andre Fischer <af@apache.org> |
121981: Don't change sidebar context while in Impress table.
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1481916 13f79535-47bb-0310-9956-ffa450edef68 |
| 8012c327 | 10-May-2013 |
Andre Fischer <af@apache.org> |
122082: Reverting accidental modification.
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1481006 13f79535-47bb-0310-9956-ffa450edef68 |
| 1d5c86bf | 10-May-2013 |
Andre Fischer <af@apache.org> |
122218: Replaced local tool box controller with existing GenericToolboxController (cleanup).
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1480982 13f79535-47bb-0310-9956-ffa450edef68 |
| 7c5542ab | 10-May-2013 |
Andre Fischer <af@apache.org> |
122082: Remove temporary change.
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1480942 13f79535-47bb-0310-9956-ffa450edef68 |
| bc7f1831 | 10-May-2013 |
Andre Fischer <af@apache.org> |
122082: Disable controls of text property sidebar panel for disabled document parts.
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1480937 13f79535-47bb-0310-9956-ffa450edef68 |
| fda69661 | 08-May-2013 |
Herbert Dürr <hdu@apache.org> |
#i122208# use rtl::CStringHash and rtl::CStringEqual instead of relying on pre-tr1-stl specializations
In stlport<=4 the functors hash and equal_to had specializions for conveniently handling c-stri
#i122208# use rtl::CStringHash and rtl::CStringEqual instead of relying on pre-tr1-stl specializations
In stlport<=4 the functors hash and equal_to had specializions for conveniently handling c-strings. For consistency reasons this specialization was not included in the TR1 report and the C++11 standard. The two new helper functors are drop-in replacements for the old specializations.
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1480318 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
| 468982e4 | 08-May-2013 |
Armin Le Grand <alg@apache.org> |
i122246 Corrected three basic problems in the metafile breaker
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1480203 13f79535-47bb-0310-9956-ffa450edef68 |
| 21b36550 | 07-May-2013 |
Armin Le Grand <alg@apache.org> |
i122231 Buffered content for gallery themes, better graphical preparation (currently BMP_SCALE_FASTESTINTERPOLATE, but can be changed in a single place now if wanted)
git-svn-id: https://svn.apache.
i122231 Buffered content for gallery themes, better graphical preparation (currently BMP_SCALE_FASTESTINTERPOLATE, but can be changed in a single place now if wanted)
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1479910 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
| 33b19716 | 07-May-2013 |
Armin Le Grand <alg@apache.org> |
i122120 corrected flag for drawing checkerboards, adapted previews, added to configuration
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1479829 13f79535-47bb-0310-9956-ffa450edef68 |
| 9afceb33 | 07-May-2013 |
Ariel Constenla-Haile <arielch@apache.org> |
i122116 - Remove GalleryExplorer member functions
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1479765 13f79535-47bb-0310-9956-ffa450edef68 |
| cf95e506 | 06-May-2013 |
Armin Le Grand <alg@apache.org> |
i122216 Ensure FormControls get printed/PDFed, also ensure graphics are all visible in metafiles
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1479578 13f79535-47bb-0310-9956-ffa450e
i122216 Ensure FormControls get printed/PDFed, also ensure graphics are all visible in metafiles
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1479578 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
| 52d13b84 | 06-May-2013 |
Andre Fischer <af@apache.org> |
122230: Fixed focus traveling in the sidebar.
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1479558 13f79535-47bb-0310-9956-ffa450edef68 |
| 13067c2d | 06-May-2013 |
Andre Fischer <af@apache.org> |
122049: Changed text of 'empty' panel.
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1479493 13f79535-47bb-0310-9956-ffa450edef68 |