summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Collapse)AuthorFilesLines
2014-01-22-Werror,-WreorderStephan Bergmann1-2/+1
Change-Id: Iff7837eb1390ddcf9e281912d7d91f76e8daf221
2014-01-22Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky21-112/+105
This is much better approach compared to the callback function, as it allows passing arguments to the c++ constructor directly, while still allowing some additional initialization after having acquired the instance. Change-Id: I5a0f981915dd58f1522ee6054e53a3550b29d624
2014-01-22WaE: -WreorderTor Lillqvist1-2/+2
Change-Id: I8b6e3aafa6208223a65b777c232de88cfb2e5a8c
2014-01-22Make the casting work on Windows too.Jan Holesovsky1-3/+4
Fixes CppunitTest_starmath_qa_cppunit on Windows. Change-Id: I3fd73db1ebb70ac19f99bc3e337b1a8107486ae7
2014-01-21Change _get_implementation()'s not to do initialization directly.Jan Holesovsky21-132/+119
Many of the initalizations (in eg. framework) have to be done on an acquire()'d object, so instead of doing the initialization directly, return the initialization member function back to the createInstance() / createInstanceWithContext() / ... and perform the initialization there. As a sideeffect, I belive the calling initialize() from servicemanager is not that much a hack any more - whoever converts the implementation to be constructor-base has the choice to provide the callback, or still initialize through XInitialization, where the callback is preferred by servicemanager when it exists. Change-Id: I8a87b75c54c1441ca0f184967d31ff4902fc4081
2014-01-21bool improvementsStephan Bergmann11-200/+72
Change-Id: I1588e6dcbc095d8c5fcde3601eea9111fbae15fb
2014-01-21bool improvementsStephan Bergmann1-1/+1
Change-Id: Id91399027008ffbda26f3212bd3ddbba22044f2b
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann6-48/+48
3af99e4d59d89c343965a928681a30f36b1007d2 "convert equalsAsciiL calls to startsWith calls" should rather have converted to oprator ==. Change-Id: Id4a8836c5d6d570e54661c40be7214632e202b21
2014-01-20Rest of the incomplete conversion.Jan Holesovsky1-7/+5
What I am doing today?! - sorry for the incomplete push. Change-Id: Idca25b390820527481b1c672a0ad62f2d83a0e13
2014-01-20Forgotten git add, doh!Jan Holesovsky1-2/+4
Change-Id: I6dccc887b400352cc47678d912b5e4d391c96a3b
2014-01-20fwk: Use constructor feature for AutoRecovery.Matúš Kukan4-1103/+1067
Change-Id: I87a6c1c1c6dc92670dccee3f56302e7f234b281d
2014-01-20fwk: Use constructor feature for JobExecutor.Matúš Kukan4-169/+133
Change-Id: I5087320137dc17f27a382d564a59cec68f1a4f95
2014-01-18drop using namespace ::com::sun::star::ui;Matúš Kukan1-20/+18
Change-Id: Ia10e9ad0c5495b8a4887d84781967ffb58a6a7d6
2014-01-18fwk: Use constructor feature for ModuleAcceleratorConfiguration.Matúš Kukan4-148/+87
And avoid css::uno::XInitialization protocol. Change-Id: If4a7987778e2880502bdc7ef2c30792de9377364
2014-01-18fwk: Use constructor feature for DocumentAcceleratorConfiguration.Matúš Kukan4-161/+95
And avoid css::uno::XInitialization protocol. Change-Id: I14daf6409bf0d651d7b23246ba3855f647b3d1ef
2014-01-18fwk: Use constructor feature for ModuleUIConfigurationManager.Matúš Kukan4-291/+239
And avoid css::uno::XInitialization protocol.
2014-01-18Window::PreNotify should return boolStephan Bergmann8-35/+35
Change-Id: Ic9903fd887f2c3fab2630ebeb20df39392177c8d
2014-01-17disambiguate URLTransformerMatúš Kukan1-14/+8
Change-Id: I27a80a7593889105c7a75c04de08eebe28e5c541
2014-01-17fwk: Constructor feature for ControlMenuController.Matúš Kukan4-125/+91
Change-Id: I789205c1bc9ceefda003d9887ac4409625539537
2014-01-17fwk: Constructor feature for RecentFilesMenuController.Matúš Kukan4-112/+83
Change-Id: I7bb943a6fe7526264e8465faeb7e86adbf3cb737
2014-01-17fwk: Use constructor feature for Frame.Matúš Kukan11-560/+489
Change-Id: I5f7ee46671b22d17c5cb060f96342727d566fa21
2014-01-17fwk: Use constructor feature for GlobalAcceleratorConfiguration.Matúš Kukan4-139/+77
Change-Id: Ic0268e9841c78e5de646074755e99706adac8d7d
2014-01-17fwk: Use constructor feature for ImageManager.Matúš Kukan4-31/+35
Change-Id: I3f231980b1908495b1f5ec17f95c39c464d40ff8
2014-01-17fwk: Use constructor feature for LayoutManager.Matúš Kukan4-14/+33
Change-Id: I8f5167f7e522585ce8b80ebd8a9a0031aea50d74
2014-01-17fwk: Use constructor feature for ModuleManager.Matúš Kukan4-249/+164
Change-Id: Ic0bcec6fffc52ed1ce535f87da933bdf01c6db01
2014-01-17fwk: Use constructor feature for ObjectMenuController.Matúš Kukan4-87/+65
Change-Id: I93bec5fcb51987b7db433250f990685f15f0aa29
2014-01-17fwk: Use constructor feature for UIConfigurationManager.Matúš Kukan4-204/+165
Change-Id: Icd42b6b9b62271606659651a2f463e1ee2956fe6
2014-01-17fwk: Use constructor feature for URLTransformer.Matúš Kukan4-231/+61
Change-Id: I6559cb4c97e7c20930fffba3ce3d565840c89033
2014-01-17fwk: Use constructor feature for JobDispatch.Matúš Kukan4-164/+122
Change-Id: I49a09c4dd0550c318e9f263e9d1a8d0a5e0e15b5
2014-01-17fwk: Use constructor feature for StatusIndicatorFactory.Matúš Kukan6-30/+34
Change-Id: I0595ec98df7bf4114dfb4c21aedd2d2744fda11e
2014-01-17fwk: Use constructor feature for LangSelectionStatusbarController.Matúš Kukan4-111/+89
Change-Id: If7ce3d27f1cec8e55b65fc2d8c749f2e8bb33768
2014-01-17fwk: Use constructor feature for AddonsToolBoxFactory.Matúš Kukan4-91/+61
Change-Id: Ifd0c71a5f37fa87c8acc2d810496925788be99ef
2014-01-17fwk: Use constructor feature for TabWindowService.Matúš Kukan4-220/+171
Change-Id: I37c6cb578ed4085d721b993496173822e0a554d9
2014-01-17fwk: Use constructor feature for WizardsToolbarController.Matúš Kukan4-90/+88
Change-Id: I5bc8e2e212e97f216f828dfea1fbcda59adda4e4
2014-01-17fwk: Use constructor feature for OpenToolbarController.Matúš Kukan4-19/+49
Change-Id: Iebac70fc20fb744f582be67ab2f6bce2dce722be
2014-01-17fwk: Use constructor feature for NewToolbarController.Matúš Kukan4-25/+62
Change-Id: Ic087dbce11572789bab749b0b4fb0be4a80f274d
2014-01-16Introduce com.sun.star.frame.theGlobalEventBroadcaster singletonStephan Bergmann2-4/+4
...to supersede com.sun.star.frame.GlobalEventBroadcaster single-instance service. Change-Id: I74ecaadadb4c600d39979aa7c13b6389bed38fd7
2014-01-14bool improvementsStephan Bergmann1-1/+1
Change-Id: Ice9f38b615b325bce6c15fefe9fbb3f528d36b1e
2014-01-14This shall probably check nId != 0 && ..., not do a bitwise &Stephan Bergmann1-1/+1
Change-Id: I2417f7bff3fc5f2bef6c804af12d1873802b0392
2014-01-09fdo#71883 Startcenter: Re-introduce the 'Tools' -> 'Customize...' menuZolnai Tamás1-0/+1
Change-Id: I4d3993dc855c030f8c51fe2ce3d364240e241dff
2014-01-08Resolves: #i118909# fix empty elements of return value...Tsutomu Uchino1-1/+1
in UICategoryDescription::getElementNames (cherry picked from commit e4eb014761df0bd5c88acbcee1935743cb2a04e0) Change-Id: Ib5a2e14ecb446c339afe5e53be435478845a4024
2014-01-08Some ConfigurationProvider -> theDefaultProvider simplificationsStephan Bergmann3-7/+7
Change-Id: I7c25cd94f8a1ca339f7423c26f21f13c7a68906d
2014-01-07Startcenter: Refresh RecentDocsView when select 'Clear list' menu optionZolnai Tamás1-0/+5
Change-Id: I9cbe647563699b9b610661003084d2cd16093f9a
2014-01-07Remove unused methodsStephan Bergmann1-24/+0
Change-Id: Ib1fb65981151ef1c0c1cd316790e9906d1072dfc
2013-12-28get master dictionaries in master coreCaolán McNamara1-6/+6
and a janitorial drive-by in framework Change-Id: I3106925423cb53f58b59714da49b7928c533e613
2013-12-28can use string literals here nowCaolán McNamara1-5/+5
Change-Id: Ieeead634ac23003924d74140a5b6aba2611db8d7
2013-12-27Transex3: NO_LOCALIZE_EXPORTZolnai Tamás1-1/+1
In the past, NO_LOCALIZE_EXPORT macro must be used to skip uneeded parsing of src files which has no localizable content. It is unsued by now and it is more effective to handle this files on gmake level: gb_SrsTarget_add_nonlocalizable_files gb_SrsTarget_add_nonlocalizable_templates Plus remove some empty src file. Change-Id: I8fc9b2db0b5fd7a3379d3c5be970c4fc691f4c53
2013-12-26The #ifndef MACOSX can surround even more codeTor Lillqvist1-2/+3
Change-Id: Ia771d36711364bcf53789b3f7a623582451d175d
2013-12-26WaE: unused variablesTor Lillqvist1-2/+2
Change-Id: I42549eaa7048a6bcb248d3bd1bb28ca2c7c38763
2013-12-20typo fixesAndras Timar64-159/+159
Change-Id: Ia5f104bfd707bcf4e159c78ca2764c861fb0b6d9