Revision tags: AOO420-Dev5-m5, AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4 |
|
ebbed741 | 18-Nov-2022 |
mseidel |
Fixed typo (Meun -> Menu) (cherry picked from commit 32780b3b180ff60241a7209de8101001f233a8f9) |
Revision tags: AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA, AOO418-GA |
|
4e7d57d8 | 22-Aug-2020 |
mseidel |
Fixed typos (otherwhise -> otherwise) and some more (cherry picked from commit 15289133c13269ea12e74ce817b98e1403d5761d) |
Revision tags: 420-Dev2-m2, AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1, AOO415, AOO414, AOO413, AOO4121 |
|
30acf5e8 | 22-May-2016 |
pfg |
Spelling, spelling ... Why worry about some sprinkled German when we haven't yet learned English. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1745006 13f79535
Spelling, spelling ... Why worry about some sprinkled German when we haven't yet learned English. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1745006 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO412, SNAPSHOT, AOO411, AOO410, AOO410_Beta |
|
249b2aa3 | 21-Jan-2014 |
Herbert Dürr |
#i123948# fix more class/struct mismatches fix forward declarations that don't match the actual definitions git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@156005
#i123948# fix more class/struct mismatches fix forward declarations that don't match the actual definitions git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1560054 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO401, AOO400 |
|
89d8a215 | 28-May-2013 |
Ariel Constenla-Haile |
i122401 - framework::NewToolbarController needs early initialization of its PopupMenu git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1487142 13f79535-47bb-0310-9956-ffa450edef
i122401 - framework::NewToolbarController needs early initialization of its PopupMenu git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1487142 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
7ca83afa | 28-May-2013 |
Ariel Constenla-Haile |
Add missing copy&paste of SfxAppToolBoxControl_Impl::Select git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1486845 13f79535-47bb-0310-9956-ffa450edef68 |
d3bacab6 | 27-May-2013 |
Ariel Constenla-Haile |
css::frame::XStatusbarController: add missing interface Added ::com::sun::star::lang::XComponent. IDL documentation taken from http://wiki.openoffice.org/wiki/Framework/Tutorial/Statusba
css::frame::XStatusbarController: add missing interface Added ::com::sun::star::lang::XComponent. IDL documentation taken from http://wiki.openoffice.org/wiki/Framework/Tutorial/Statusbar_Controller#Status_bar_controller_service git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1486519 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
10b918a5 | 25-May-2013 |
Ariel Constenla-Haile |
framework::PopupMenuController clean-up Changed the name, it is not a PopupMenuController, but a ToolbarController that shows a PopupMenu filled at runtime by a PopupMenuController
framework::PopupMenuController clean-up Changed the name, it is not a PopupMenuController, but a ToolbarController that shows a PopupMenu filled at runtime by a PopupMenuController Make it a base class for other ToolbarController components, there is no sense to make it a component by itself Use this base class for three new pure UNO ToolbarController's git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1486377 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
dccf82be | 26-Apr-2013 |
Ariel Constenla-Haile |
UI Controller Factory fixes - "ModuleName" --> "ModuleIdentifier": the IDL definition for css::frame::PopupMenuControllerFactory and css::frame::StatusbarControllerFactory tells
UI Controller Factory fixes - "ModuleName" --> "ModuleIdentifier": the IDL definition for css::frame::PopupMenuControllerFactory and css::frame::StatusbarControllerFactory tells to use a property named "ModuleIdentifier", but in the code it is named "ModuleName" - Undocumented css::frame::ToolbarControllerFactory - Fix service name of ToolbarControllerFactory (ToolbarControllerFactory instead of ToolBarControllerFactory) - Convert the three service factories to new style, and use these new-style services in the source code - Implement multiple inheritance: added new css::frame::XUIControllerFactory - Added a (true) base class and implemented the three factories in a single file git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1476436 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
d026be40 | 23-Dec-2012 |
Ariel Constenla-Haile |
i121542 - Unify the Menu API git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1425458 13f79535-47bb-0310-9956-ffa450edef68 |
2434eb8b | 06-Dec-2012 |
Ariel Constenla-Haile |
#i121442# - Remove unused UNO StatusbarControllers git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1417857 13f79535-47bb-0310-9956-ffa450edef68 |
450ff861 | 06-Dec-2012 |
Ariel Constenla-Haile |
#i121442# - Refactor UNO StatusbarControllers git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1417856 13f79535-47bb-0310-9956-ffa450edef68 |
2503e1a5 | 06-Dec-2012 |
Ariel Constenla-Haile |
#i121442# - framework refactoring and new code to support status bar merging and UNO StatusbarControllers git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1417852 13f79535-47bb-
#i121442# - framework refactoring and new code to support status bar merging and UNO StatusbarControllers git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1417852 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO340 |
|
6d5620bc | 23-May-2012 |
Ariel Constenla-Haile |
framework::RecentFilesMenuController clean-up git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1341725 13f79535-47bb-0310-9956-ffa450edef68 |
5758ad8c | 23-May-2012 |
Ariel Constenla-Haile |
i118556 - replace framework::OUStringHashCode with rtl::OUStringHash The framework module uses its own hash functions with rtl::OUString's. It can be replaced by rtl::OUStringHash. The
i118556 - replace framework::OUStringHashCode with rtl::OUStringHash The framework module uses its own hash functions with rtl::OUString's. It can be replaced by rtl::OUStringHash. The class framework::OUStringHash can be renamed to framework::OUStringHashMap, for the sake of clarity only (there is no risk of name clash because of different namespaces). git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1341723 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
f8e07b45 | 06-Nov-2011 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1198441 13f79535-47bb-0310-9956-ffa450edef68 |
cdf0e10c | 16-Aug-2011 |
rcweir |
Initial import of the old OOo hg repository tip revision. .../trunk/main is a copy of (currently tip-most) http://hg.services.openoffice.org/OOO340/rev/c904c1944462 .../trunk/
Initial import of the old OOo hg repository tip revision. .../trunk/main is a copy of (currently tip-most) http://hg.services.openoffice.org/OOO340/rev/c904c1944462 .../trunk/extras/l10n is a copy of (currently tip-most) http://hg.services.openoffice.org/master_l10n/OOO340/rev/af6bc9467af5 Note that the following files with line-end and/or encoding anomalies were left out (they will need to be to be checked in separately): /ooo/trunk/core/dictionaries/de_DE/README_hyph_de_DE.txt /ooo/trunk/core/dictionaries/de_CH/README_hyph_de_CH.txt /ooo/trunk/core/dictionaries/de_AT/README_hyph_de_AT.txt /ooo/trunk/core/gettext/gettext-0.18.1.1.patch /ooo/trunk/core/apache-commons/patches/codec.patch /ooo/trunk/core/libcroco/libcroco-0.6.2.patch /ooo/trunk/core/testautomation/writer/optional/input/import/mactext.txt /ooo/trunk/core/graphite/graphite-2.3.1.patch /ooo/trunk/core/hwpfilter/source/hwpeq.cpp /ooo/trunk/core/solenv/bin/cwstouched.pl /ooo/trunk/core/readlicense_oo/html/THIRDPARTYLICENSEREADME.html /ooo/trunk/core/writerfilter/source/doctok/escher.html /ooo/trunk/core/writerfilter/source/odiapi/qname/resource/office2003/WordprocessingML Schemas/xsdlib.xsd /ooo/trunk/core/writerfilter/source/odiapi/qname/resource/office2003/WordprocessingML Schemas/wordnetaux.xsd /ooo/trunk/core/filter/source/xslt/odf2xhtml/export/common/body.xsl /ooo/trunk/core/filter/source/xslt/odf2xhtml/export/common/styles/style_mapping_css.xsl Also: Repository.mk from the l10n toplevel git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1162288 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|