summaryrefslogtreecommitdiffstats
path: root/framework
Commit message (Collapse)AuthorAgeFilesLines
* Changed SetText() / GetText() to take/return OUStringChr. Rossmanith2013-01-215-5/+5
| | | | | | | | | replaced lots of Len() with isEmpty() Change-Id: I6b82d48245ee2a0782e05a326f7934e9357227d0 Reviewed-on: https://gerrit.libreoffice.org/1795 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* PRODUCTEXTENSION: fix various obvious strings and such...Michael Stahl2013-01-181-12/+3
| | | | | | | | | | | ... to look pretty; most of these expect PRODUCTEXTENSION to be a word like "Beta" but nowadays it is ".micro.rc.alphabeta" numbers so there should be no space before it. ReplaceStringHookProc adds insult to injury by refusing to replace %ABOUTBOX variables unless some %PRODUCT is in the string. Change-Id: Ib676f3837ab0785529a226fc9359e8defacf3459
* fdo#46808, Adapt frame::SessionListener UNO service to new styleNoel Grandin2013-01-152-3/+4
| | | | | | The service already existed, it just did not have an IDL file. Change-Id: I88b914995eaa52708c1d51271455478fedb65a63
* fdo#46808, Adapt frame::TaskCreator UNO service to new styleNoel Grandin2013-01-152-2/+1
| | | | | | The service already existed, it just did not have an IDL file. Change-Id: I157c53d09b612da0178432100b8928013f811706
* fdo#46808, Adapt frame::StartModule UNO service to new styleNoel Grandin2013-01-158-34/+27
| | | | | | The service already existed, it just did not have an IDL file. Change-Id: I400551d34d074cc8cf36fad58badc921422a2efa
* QUARTZ is equivalent to MACOSXTor Lillqvist2013-01-112-2/+2
| | | | | | | So just check MACOSX in the sources, and don't pass any -DQUARTZ to compilations. Change-Id: Ia1de6024810f81f1eea01b8eb0b885d9d1ee8e20
* fdo#468080, remove unnecessary XMultiServiceFactory from frameworkNoel Grandin2013-01-0912-28/+19
| | | | | | | | | The ActionTrigger classes in framework were not using their XMultiServiceFactory parameters, so remove them. And follow that through by cleaning up places that no longer need to store XMultiServiceFactory references. Change-Id: I433c4fdb02a56eeef75728893e0c9b749d8313be
* fix api change in MenuNorbert Thiebaud2013-01-081-1/+1
| | | | Change-Id: I386439be9bf7ce5c9d1b9a4df93195bd6738f573
* allow menu items to be referred to by a nameCaolán McNamara2013-01-075-15/+15
| | | | Change-Id: I8bb1c082e3948f919232b81e0f1f869b88fcd852
* TypoTor Lillqvist2013-01-061-1/+1
|
* The "ProductSource" (MWS name) makes no sense any moreTor Lillqvist2013-01-061-1/+1
|
* Make LO buildable again after the GraphicFilter move.Jan Holesovsky2013-01-044-4/+4
| | | | Change-Id: I3455a7294b136400f32163626d5a7a7f2bfa898c
* Some cppcheck cleaning in frameworkJulien Nabet2012-12-245-9/+5
| | | | Change-Id: If0bb2734bb2c71f69c85496fd59ca860aa14fd75
* Remove unused definesStephan Bergmann2012-12-211-18/+0
| | | | Change-Id: Icb8ccabba162a838187d737ff30888f64dd695b6
* fdo#46808, Convert frame::Desktop to new style service.Noel Grandin2012-12-2118-129/+111
| | | | | | | | | | | | | | | | | | | | | | | | | I had to drop XEventBroadcaster from the merged interface because it introduced method name conflicts (addEventListener). Shouldn't be an issue since it was scheduled to be dropped anyhow, and the service implementation still implements it, so existing clients will be fine. I dropped the interface XPropertySet from the combined IDL because nobody seems to be using it, and it's primary purpose appears to be to set weird flags. I dropped the optional interfaces XStatusIndicatorFactory XDispatchInformationProvider from the combined IDL because the service does not implement them, and nobody seems to be using them. I suspect they were mistakenly copied from XFrame. I also did not convert the Title, UserDefinedAttributes and LayoutManager properties to attributes, again because no-one is using them. Change-Id: I678a00006ed2cca2d6c37c4e39465811442c33af
* fdo#46808, Adapt frame::PopupMenuControllerFactory UNO service to new styleNoel Grandin2012-12-216-49/+41
| | | | | | | | Required creating a new merged interface. The service interface is going to be shared by some other services, which is why it's name is != the service name. Change-Id: I9af3c27b367807147a0052fb6fa4e42eb1ad32de
* fdo#46808, Create new-style frame::ToolBarControllerFactory serviceNoel Grandin2012-12-213-6/+3
| | | | | | The service already existed, it just did not have an IDL file. Change-Id: I70d0e1a3fe77deaeec399761cadefb20954f1c92
* fdo#46808, Use service constructor for frame::UICommandDescriptionNoel Grandin2012-12-2113-41/+36
| | | | Change-Id: I8950afd1e49fda9e3336a79024e603262d717dad
* Templates Manager: removed the old dialogs and menu entriesCédric Bosdonnat2012-12-201-7/+0
| | | | Change-Id: I5aa9dd8c0bfb95c26bca14962f60041e892ea2ea
* callcatcher: update unused code listCaolán McNamara2012-12-143-13/+2
| | | | Change-Id: Ie975cd2df17461de1bb94a23d4daf081f6588fe7
* fdo#46808, remove awt::DisplayAccess service.Noel Grandin2012-12-133-17/+4
| | | | | | | | | This service was never documented in an IDL file. All it did was provide a wrapper around some VCL module API. Now that we can link the VCL stuff into SD and SDEXT, just access the API directly. Change-Id: Ic0ba34c2bca797baa7319878d98cfe3a4ec59d4d
* fdo#46808, Adapt ui::UIElementFactoryManager UNO service to new styleNoel Grandin2012-12-135-12/+10
| | | | | | Required creating a new merged interface. Change-Id: I12be54e7e4c0614a31a04715342aa244d1687c42
* fdo#46808, Create new-style ui::WindowContentFactoryManager serviceNoel Grandin2012-12-132-2/+1
| | | | | | The service already existed, it just did not have an IDL file. Change-Id: Ie059e8d81fdfb4c3a5eca274a2406f806ee77b5c
* fdo#46808, use service constructor for ui::WindowStateConfigurationNoel Grandin2012-12-134-31/+26
| | | | Change-Id: I0b7f773a7db47049d7df4138d07e7fc38c657a65
* fdo#46808, use service constructor for ui::Noel Grandin2012-12-1311-36/+27
| | | | | | ::ModuleUIConfigurationManagerSupplier Change-Id: I06e8b3ef9b525da014a2bb7702587d360779aebc
* fdo#46808, use service constructor for ui::GlobalAcceleratorConfigurationNoel Grandin2012-12-135-11/+7
| | | | Change-Id: Icab69ba138b28c3baed4352da86a1b3b0c0cc195
* fdo#46808, use service constructor for embed::FileSystemStorageFactoryNoel Grandin2012-12-132-3/+3
| | | | Change-Id: Ic523e4b0a662a68a1a222b7697fcdae56d69903c
* fdo#46808, use service constructor for embed::StorageFactoryNoel Grandin2012-12-101-1/+0
| | | | Change-Id: I26cd1cf86118122f392f16801a646df753a7df26
* Bye bye ODMATor Lillqvist2012-12-051-39/+0
| | | | | SUSE has no interest in it any longer, and I doubt anybody else has either.
* activate basic gnumeric support in experimental modeMarkus Mohrhard2012-12-041-3/+21
| | | | | | | | | Please note that this is nothing mroe than a technical demo showing the great opportunities provided by orcus. It only imports some basic objects for now but provides the basis for the future calc filter framework. Change-Id: I6c6fb8d07e33482b2efdcbbe9a0f43224c5aa5a1
* c++ API: use css alias in generated headers, adds global css declThorsten Behrens2012-11-3024-75/+1
| | | | | | | | | | | | This changes all generated API headers (.hpp and .hdl) to use a namespace alias 'css' instead of the pointlessly long com::sun::star Makes the change in cppumaker & associated tools, adds a global namespace alias definition in sal/types.h, and removes a kiloton of local, now pointless-to-harmful versions of that alias from all over the code. Change-Id: Ice5a644a6b971a981f01dc0589d48f5add31cc0f
* fdo#46808, use service constructor for i18n::CollatorNoel Grandin2012-11-301-1/+1
| | | | Change-Id: I15a360723e335345aad09e73fcb0f6815ed9e0d4
* API CHANGE: remove com.sun.star.system.XProxySettingsMichael Stahl2012-11-292-2/+0
| | | | | | | | | | | | | | | | | | | | | | | ... and related services: com.sun.star.system.SOffice52ProxySettings com.sun.star.system.ProxySettings com.sun.star.system.SystemProxySettings The implementation for these has apparently been removed in OpenOffice.org 2.0 or thereabouts. EXISTENCE: published key "/UCR/com/sun/star/system/SOffice52ProxySettings" exists only in registry 1 EXISTENCE: published key "/UCR/com/sun/star/system/ProxySettings" exists only in registry 1 EXISTENCE: published key "/UCR/com/sun/star/system/XProxySettings" exists only in registry 1 EXISTENCE: published key "/UCR/com/sun/star/system/SystemProxySettings" exists only in registry 1 Change-Id: If00c332edf08619fcad12ed07d0d8a13a714045e
* fix misuse of toAscii(Lower|Upper)CaseNorbert Thiebaud2012-11-281-2/+1
| | | | | | | OUString are immutable so these api, contrary to what happen with String, do not change the object but create a new copy Change-Id: Ib48a8d11e485d4b8556f4427880aaaca32d4e82c
* fdo#46808: Missing adaptions to XFolderPicker2Stephan Bergmann2012-11-271-1/+0
| | | | | | | | c988da288ec473a28f61ebb53aa3ff82bab11ef4 "fdo#46808, Adapt ui::dialogs::FolderPicker UNO service to new style" had left some FolderPicker implementations at XFolderPicker, so creating them caused DeploymentExceptions. Change-Id: I3463161f9bb87a69a2777c331eb5b93d487790b0
* API CHANGE: com.sun.star.lang.IllegalArgumentExceptionMichael Stahl2012-11-261-2/+2
| | | | | | | | | | | | | | | | | | | | | ... derives from com.sun.star.uno.RuntimeException instead of com.sun.star.uno.Exception. Only test that breaks with this change is jurt_uno/AnyConverter_Test, which for mysterious reasons effectively tests that IllegalArgumentException is a subclass of Exception and not RuntimeException. Presumably this is just a generic exception test that happens to use IllegalArgumentException. Some further testing indicates there are no problems expected at runtime: Running "make subsequentcheck" with all Java test code compiled against a ridl.jar that does not contain the change, running against a soffice that uses ridl.jar and rdbs with the change + ridl.jar with the change on the test side yields exactly the same AnyConverter_Test failure, with no other failures. Change-Id: Iad183de76ec7e0d56648084e97cdcc160b5b033d
* some i18n wrappers with LanguageTagEike Rathke2012-11-231-1/+1
| | | | Change-Id: I2ceaa3159e8669c2c569fa8559c1e061dcad399d
* AllSettings with LanguageTagEike Rathke2012-11-228-9/+10
| | | | Change-Id: I710ae66e51139662eb442b681fdf9cc9d158551d
* Merge branch 'feature/killsdf'Andras Timar2012-11-201-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: desktop/prj/build.lst helpcontent2 l10ntools/Executable_gsicheck.mk l10ntools/Executable_uiex.mk regexp/inc/regexp/reclass.hxx solenv/gbuild/AllLangResTarget.mk Change-Id: I398f0cd9e7daefa8d2e04fd977d5bc2e9708169b
| * Merge branch 'master' into feature/killsdfAndras Timar2012-11-1199-794/+685
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Repository.mk RepositoryFixes.mk connectivity/prj/build.lst extensions/prj/build.lst filter/prj/build.lst fpicker/prj/build.lst l10ntools/StaticLibrary_transex.mk saxon/build.xml shell/prj/build.lst solenv/gbuild/AllLangResTarget.mk solenv/gbuild/Configuration.mk solenv/gbuild/UI.mk ucb/source/ucp/webdav/webdavcontent.cxx
| * \ Merge branch 'master' into feature/killsdfAndras Timar2012-10-1327-182/+154
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile.top Module_tail_build.mk RepositoryExternal.mk RepositoryFixes.mk accessibility/source/standard/vclxaccessibletoolbox.cxx basic/source/uno/dlgcont.cxx connectivity/Library_ado.mk cross_tail_build/prj/build.lst desktop/source/offacc/acceptor.cxx filter/Library_PptImporter.mk filter/source/t602/filterenv.cxx i18npool/Library_textconv_dict.mk ooo.lst.in saxon/ExternalProject_saxon.mk saxon/build.xml sc/sdi/scalc.sdi sc/source/filter/xml/xmlstyli.cxx sc/source/ui/condformat/condformatdlg.cxx sc/source/ui/condformat/condformatmgr.cxx sc/source/ui/view/cellsh1.cxx sdext/source/pdfimport/misc/pwdinteract.cxx shell/qa/zip/makefile.mk shell/qa/zip/testimpl/makefile.mk solenv/gbuild/CppunitTest.mk solenv/gbuild/gbuild.mk solenv/gbuild/platform/android.mk solenv/gbuild/platform/com_GCC_defs.mk solenv/gbuild/platform/macosx.mk soltools/Executable_adjustvisibility.mk soltools/Executable_checkdll.mk soltools/Executable_cpp.mk soltools/Executable_javadep.mk soltools/Executable_makedepend.mk sw/qa/extras/rtfimport/rtfimport.cxx tail_build/prj/build.lst tomcat/ExternalProject_tomcat.mk ucb/source/ucp/webdav/webdavcontent.cxx xml2cmp/Executable_xml2cmp.mk
| * | | translations is a source-only moduleAndras Timar2012-10-011-1/+1
| | | | | | | | | | | | | | | | Change-Id: I9fcddfcdfa2d60860a7b016dbb870a3b6e8f3ea4
| * | | Use comphelper::getComponentContextStephan Bergmann2012-10-0111-65/+30
| | | | | | | | | | | | | | | | | | | | | | | | ...and some further clean up. Change-Id: Id294c0f38fe0041646fc86cacbd2e19734c746a9
| * | | gbuild: invert handling of standard system libraries:Michael Stahl2012-10-016-12/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
| * | | gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:Michael Stahl2012-10-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | add a new gb_LinkTarget_use_system_win32_libs to abstract different linker options on MSVC and GCC. Change-Id: Ic9bf2545f59bf7871e6fc06b290c486ddfbec03d
| * | | gbuild: gb_Library_PLAINLIBS_NONE cleanup for unxgcc/solarisMichael Stahl2012-10-011-1/+4
| | | | | | | | | | | | | | | | Change-Id: Ia7f64bdd0fd81c5dcc08d828db4602b65e2da949
| * | | gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2012-10-016-6/+12
| | | | | | | | | | | | | | | | | | | | | | | | ... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
| * | | gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2012-10-015-0/+5
| | | | | | | | | | | | | | | | Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
* | | | use LanguageTagEike Rathke2012-11-162-4/+4
| | | | | | | | | | | | | | | | Change-Id: I1f0516cc17741e8f87655ad251930a9da7bdb205
* | | | re-base on ALv2 code. Includes:Michael Meeks2012-11-15297-6833/+4243
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches contributed by: Armin Le Grand. #118558# Correcting OLE attributes of LO3.4 at load time by loading as OOo3.3, details see task. http://svn.apache.org/viewvc?view=revision&revision=1195906 #118485# - Styles for OLEs are not saved. http://svn.apache.org/viewvc?view=revision&revision=1182166 #118898# Adapted ImpGraphic::ImplGetBitmap to correctly convert metafiles http://svn.apache.org/viewvc?view=revision&revision=1293316 #119337# Solves the wrong get/setPropertyValue calls in SvxShapeText (and thus in SvxOle2Shape) http://svn.apache.org/viewvc?view=revision&revision=1344156 Patches contributed by Mathias Bauer (and others) gnumake4 work variously http://svn.apache.org/viewvc?view=revision&revision=1394707 http://svn.apache.org/viewvc?view=revision&revision=1394326 cws mba34issues01: #i117717#: remove wrong assertion http://svn.apache.org/viewvc?view=revision&revision=1172349 Patch contributed by Herbert Duerr goodbye Registration and License dialogs, don't let the door hit you http://svn.apache.org/viewvc?view=revision&revision=1172613 help gcc 4.6.0 on 32bit ubuntu 11.10" http://svn.apache.org/viewvc?view=revision&revision=1245357 Do not add targets for junit tests when junit is disabled. Patch contributed by Andre Fischer http://svn.apache.org/viewvc?view=revision&revision=1241508 Revert "sb140: #i117082# avoid unncessary static class data members commit 21d97438e2944861e26e4984195f959a0cce1e41. remove obsolete FreeBSD visibility special case. retain consolidated BSD bridge code, remove OS/2 pieces.