summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-01-17fwk: Use constructor feature for UIConfigurationManager.Matúš Kukan
Change-Id: Icd42b6b9b62271606659651a2f463e1ee2956fe6
2014-01-17fwk: Use constructor feature for URLTransformer.Matúš Kukan
Change-Id: I6559cb4c97e7c20930fffba3ce3d565840c89033
2014-01-17fwk: Use constructor feature for JobDispatch.Matúš Kukan
Change-Id: I49a09c4dd0550c318e9f263e9d1a8d0a5e0e15b5
2014-01-17fwk: Use constructor feature for StatusIndicatorFactory.Matúš Kukan
Change-Id: I0595ec98df7bf4114dfb4c21aedd2d2744fda11e
2014-01-17fwk: Use constructor feature for LangSelectionStatusbarController.Matúš Kukan
Change-Id: If7ce3d27f1cec8e55b65fc2d8c749f2e8bb33768
2014-01-17fwk: Use constructor feature for AddonsToolBoxFactory.Matúš Kukan
Change-Id: Ifd0c71a5f37fa87c8acc2d810496925788be99ef
2014-01-17fwk: Use constructor feature for TabWindowService.Matúš Kukan
Change-Id: I37c6cb578ed4085d721b993496173822e0a554d9
2014-01-17fwk: Use constructor feature for WizardsToolbarController.Matúš Kukan
Change-Id: I5bc8e2e212e97f216f828dfea1fbcda59adda4e4
2014-01-17fwk: Use constructor feature for OpenToolbarController.Matúš Kukan
Change-Id: Iebac70fc20fb744f582be67ab2f6bce2dce722be
2014-01-17fwk: Use constructor feature for NewToolbarController.Matúš Kukan
Change-Id: Ic087dbce11572789bab749b0b4fb0be4a80f274d
2014-01-17convert pivot table subtotals data field dialog to .uiCaolán McNamara
Change-Id: I4ac7fb3a13cdc03d3c75cdd730bf39a7d814de99
2014-01-17Updated coreCaolán McNamara
Project: help f9723f6b047938a0bb00dfaae407cc3184acd697
2014-01-17bool improvementsStephan Bergmann
Change-Id: Id890cfe8767b1ee760bb2049191a5cfc356f1af8
2014-01-17Fix function return typesStephan Bergmann
Change-Id: I8110296dfdddb974540afd21171fa5d7d37f8d15
2014-01-17bool improvementsStephan Bergmann
Change-Id: Id95748748000eb59e2f9343bca4f7e1c5f15514a
2014-01-17Make bRestartAtEachPage a proper boolStephan Bergmann
...the "silent change" of creating a proper bool Any from it in DomainMapper::sprmWithProps (writerfilter/source/dmapper/DomainMapper.cxx) now is probably OK, given that css.text.LineNumberingProperties specifies RestartAtEachPage as a boolean property. Change-Id: I4f98630eed8327e97feac1aa99f0abfa9fc32043
2014-01-17bool improvementsStephan Bergmann
Change-Id: I664cf2cd71fc795d8592752c2b486f8b62709da7
2014-01-17Be explicit when using bool as integral valueStephan Bergmann
Change-Id: Ia5b787a4c02792eb47b7a8eea7af6234f8a2c6b2
2014-01-17Resolves: #i123042# corrected reload of linked content...Armin Le Grand
to have access to its own path (cherry picked from commit bc89d402b3df00c2402ac86896eb2ce4c3f7b7d0) Conflicts: sfx2/source/appl/fileobj.cxx svgio/source/svgreader/svgimagenode.cxx svx/source/svdraw/svdograf.cxx Change-Id: I4f3e98588f17b4271465359a7f56f9845029e012
2014-01-17Remove use of deprecated css::document::XEventBroadcaster/ListenerStephan Bergmann
Change-Id: I178ae590fec87f53e90db5aa6e560cd146c0676b
2014-01-17convert data field dialog to .uiCaolán McNamara
Change-Id: I68da93c1227e8140511f3ad4071c87b3cf0443c0
2014-01-17Resolves: #i123480# assure sorting of subset mark containers...Oliver-Rainer Wittmann
before the intrinsic deletion of marks (cherry picked from commit 93ab293354bb322a7d57b7eaf21bcd2479453e87) Conflicts: sw/source/core/doc/docbm.cxx Change-Id: I24e3b935df402f42dde135c7feda3b6e664370de
2014-01-17Updated coreCaolán McNamara
Project: help 70e404728857f43ff48da7892a42c4d4df969153
2014-01-17native code generator: Add sfx implementations.Matúš Kukan
Change-Id: I9bfc757bbb5edbcb3e47e585592cafc3732b7f6e
2014-01-17Constructor functions for singletons still need to pass out single instancesStephan Bergmann
...as they are not only called from the service manager (which takes care of singleton constructor functions since 997d21183322a0a94b96868073808841d2773902 "Support for singleton constructor functions") but potentially also directly from cppumaker-generated code (which is the raison d'être for constructor functions, after all). However, this change: * postpones the instance's destruction to atexit, with all dreaded consequences; lets see how that pans out. * makes it questionable whether the service manager holding references of these singletons (introduced in 997d21183322a0a94b96868073808841d2773902) is necessary after all; lets revisit that in another commit. Change-Id: I0a2c902ab62045df1af382d190747e34b80236d3
2014-01-17Translate German comments to English. (Remove one redundant comment.)Sven Wehner
2014-01-17Resolves: #i123887# Factory settings -> Default settingsAndrea Pescetti
Change-Id: I0864a0d2d8a13d57755928862810dd07e2718197
2014-01-17Make all UIName localizable for filtersFridrich Štrba
Change-Id: Ie5c597f950c344a25c97aa990536ef66b001f41e Reviewed-on: https://gerrit.libreoffice.org/7492 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2014-01-17After 3557c07899e363a9b7e1cceca632ad9112d039a2, drop sfx_component_getFactoryTor Lillqvist
Change-Id: Id2612f27bf067c7f4aab84e90f9568b813d812dd
2014-01-17WaE: comparison between signed and unsigned integer expressionsTor Lillqvist
Change-Id: I821b403a14a6c889a2652e766f59ada79b1dcb88
2014-01-17sal_Bool->boolNoel Grandin
Change-Id: Ibc90c5b25b7dfe4b03f92ea61d4a435edfa4f8aa
2014-01-17sal_Bool->boolNoel Grandin
Change-Id: If5aa8e345d301d24b29dd19b19fc40978d83c347
2014-01-17sal_Bool->boolNoel Grandin
Change-Id: I56a9e51dabc94fa9f2965c0a070c62a18298435d
2014-01-17sal_Bool->boolNoel Grandin
Change-Id: Ie0849ac28cba7b0d00c7793019d9829d2d0001b0
2014-01-17sal_Bool->boolNoel Grandin
Change-Id: I027b7bd5d1708676521faf7f03f553d2c083f04e
2014-01-17sal_Bool -> boolNoel Grandin
Change-Id: Ic17c27323279f01cf35701bcd5aa4d89bc18a74c
2014-01-17Make UIName of filters from writerperfect module localizableFridrich Štrba
Change-Id: I63974d71c8aa8b4b3ede8272fd0467fa0026b1ff Reviewed-on: https://gerrit.libreoffice.org/7491 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2014-01-17fdo#73698 check for empty aOutAndras Timar
Change-Id: I0da26ef746553618bd8aee69f21ff0d1261efbf6 Reviewed-on: https://gerrit.libreoffice.org/7474 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-01-17Small efficiency fix - move command out of loop.Adam Co
Change-Id: I790c3a8363f611ca10c6d816613848ec6f39c515 Reviewed-on: https://gerrit.libreoffice.org/7465 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-01-17Drop unused #includeTakeshi Abe
Change-Id: I06d3b5dde967a424df1ad20ab2c02878c7d0fbb9
2014-01-16fdo#71511: reload ColorConfig after tweaking relevant a11y settingsBjoern Michaelsen
note that the autodetect HC option is somewhat broken anyway: it resets the icon theme hard, so there are not simple roundtrips enableing/disabling it for that, but those havent been there before either. Change-Id: Ia35a41717224dfb7437054bb885c61d7e0b189d7
2014-01-17More source files for easier debuggingTor Lillqvist
Change-Id: Ie17504bfb991503e1790ea8a696768fb90c116a2
2014-01-17Add sources from vcl/headless and drop not compiled sources from vcl/quartzTor Lillqvist
Change-Id: Ie0fbacf01fcde8cb50b660e7976471a2d3bb9edc
2014-01-17Move SvpSalGraphics::SetVirDevGraphics() for iOS out of the header for clarityTor Lillqvist
Change-Id: I88c0ed27a492b57a0258a7ec211109a9e2552b99
2014-01-17Indentation fixTor Lillqvist
Change-Id: Iab16c4ff664f9bcc53458e5f7c249d3fb030fe07
2014-01-16Export CROSS_COMPILING=YES, if set, while running the configure scriptTor Lillqvist
It can thus be used in a pkg-config replacement wrapper that makes pkg-config look in an appropriate place, which typically is needed when not using a proper cross-compilation toolchain. (Such would come with an own copy of pkg-config.) Change-Id: I4c746206cc67ed7a428833f03b9d3aad250d31e1
2014-01-16Need more modules when cross-compiling to a desktop platformTor Lillqvist
Because gengal. Change-Id: I679177b8bade42787dc921a500679c53278029d1
2014-01-16If this is Windows specific, it can be inside ifeq ($(OS),WNT)Tor Lillqvist
This also prevents a weird problem I see when cross-compiling in one tree (but not in other trees for other cross-compilation targets). Change-Id: I102e652c259a66ea124b344bd229e8988801ac58
2014-01-16Avoid warnings: unused parameterTor Lillqvist
Change-Id: I92fd33e020772eac735f133f467207da9635e9b4
2014-01-16sw: CppunitTest_uiwriter has grown a dep on msword libraryMichael Stahl
Change-Id: Ia991a4c85a9e79f03d0f3fb45d6daeed5db27c39