summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Collapse)Author
2014-01-28Introduce com.sun.star.frame.theUICommandDescription singleton.Matúš Kukan
Change-Id: Ic88cca3722d555ba48d7da8c176556fa1ff90650
2014-01-28fwk: Constructor feature for one instance UICategoryDescription.Matúš Kukan
Change-Id: I56c906c9eeafb625dee65eec9fe39ea3aee66251
2014-01-28Introduce com.sun.star.ui.theUICategoryDescription singleton.Matúš Kukan
Change-Id: I79a78f208b2aa5eaacbd2e349b2b5066afa1ad23
2014-01-28Introduce com.sun.star.frame.theAutoRecovery singleton.Matúš Kukan
To replace com.sun.star.frame.AutoRecovery single-instance service, incorrectly converted in 279859fdbc40f68d8f1649fa5b928d9de49e8d9e Unfortunately needs a lot of changes in autorecovery.cxx. Change-Id: Iba5188dffea3e03803236f23e0b3f343746ace90
2014-01-27bool improvementsStephan Bergmann
Change-Id: I757e19313576d2c3d13af1cb720f182f0de91613
2014-01-24Introduce com.sun.star.task.theJobExecutor singleton.Matúš Kukan
To replace com.sun.star.task.JobExecutor single-instance service, incorrectly converted in 748aa84e9808ad31c6ff6b71459525c82de10e58 [including changes by Stephan Bergmann <sbergman@redhat.com>] Change-Id: I4cea2c63a20b5b22f6e1f822fb35fcc4d0397687 Reviewed-on: https://gerrit.libreoffice.org/7609 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2014-01-23fwk: Use constructor feature for one instance PathSettings.Matúš Kukan
Change-Id: Iaa01abc9f604d8f9e6f762e3340f9468e19f4848
2014-01-23framework: Bin unused source files.Matúš Kukan
Change-Id: Ifd9d9b7237d148c4bc0d3abd787983f27e2104f8
2014-01-22-Werror,-WreorderStephan Bergmann
Change-Id: Iff7837eb1390ddcf9e281912d7d91f76e8daf221
2014-01-22Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky
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 Lillqvist
Change-Id: I8b6e3aafa6208223a65b777c232de88cfb2e5a8c
2014-01-22Make the casting work on Windows too.Jan Holesovsky
Fixes CppunitTest_starmath_qa_cppunit on Windows. Change-Id: I3fd73db1ebb70ac19f99bc3e337b1a8107486ae7
2014-01-21Change _get_implementation()'s not to do initialization directly.Jan Holesovsky
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 Bergmann
Change-Id: I1588e6dcbc095d8c5fcde3601eea9111fbae15fb
2014-01-21bool improvementsStephan Bergmann
Change-Id: Id91399027008ffbda26f3212bd3ddbba22044f2b
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann
3af99e4d59d89c343965a928681a30f36b1007d2 "convert equalsAsciiL calls to startsWith calls" should rather have converted to oprator ==. Change-Id: Id4a8836c5d6d570e54661c40be7214632e202b21
2014-01-20Rest of the incomplete conversion.Jan Holesovsky
What I am doing today?! - sorry for the incomplete push. Change-Id: Idca25b390820527481b1c672a0ad62f2d83a0e13
2014-01-20Forgotten git add, doh!Jan Holesovsky
Change-Id: I6dccc887b400352cc47678d912b5e4d391c96a3b
2014-01-20fwk: Use constructor feature for AutoRecovery.Matúš Kukan
Change-Id: I87a6c1c1c6dc92670dccee3f56302e7f234b281d
2014-01-20fwk: Use constructor feature for JobExecutor.Matúš Kukan
Change-Id: I5087320137dc17f27a382d564a59cec68f1a4f95
2014-01-18drop using namespace ::com::sun::star::ui;Matúš Kukan
Change-Id: Ia10e9ad0c5495b8a4887d84781967ffb58a6a7d6
2014-01-18fwk: Use constructor feature for ModuleAcceleratorConfiguration.Matúš Kukan
And avoid css::uno::XInitialization protocol. Change-Id: If4a7987778e2880502bdc7ef2c30792de9377364
2014-01-18fwk: Use constructor feature for DocumentAcceleratorConfiguration.Matúš Kukan
And avoid css::uno::XInitialization protocol. Change-Id: I14daf6409bf0d651d7b23246ba3855f647b3d1ef
2014-01-18fwk: Use constructor feature for ModuleUIConfigurationManager.Matúš Kukan
And avoid css::uno::XInitialization protocol.
2014-01-18Window::PreNotify should return boolStephan Bergmann
Change-Id: Ic9903fd887f2c3fab2630ebeb20df39392177c8d
2014-01-17disambiguate URLTransformerMatúš Kukan
Change-Id: I27a80a7593889105c7a75c04de08eebe28e5c541
2014-01-17fwk: Constructor feature for ControlMenuController.Matúš Kukan
Change-Id: I789205c1bc9ceefda003d9887ac4409625539537
2014-01-17fwk: Constructor feature for RecentFilesMenuController.Matúš Kukan
Change-Id: I7bb943a6fe7526264e8465faeb7e86adbf3cb737
2014-01-17fwk: Use constructor feature for Frame.Matúš Kukan
Change-Id: I5f7ee46671b22d17c5cb060f96342727d566fa21
2014-01-17fwk: Use constructor feature for GlobalAcceleratorConfiguration.Matúš Kukan
Change-Id: Ic0268e9841c78e5de646074755e99706adac8d7d
2014-01-17fwk: Use constructor feature for ImageManager.Matúš Kukan
Change-Id: I3f231980b1908495b1f5ec17f95c39c464d40ff8
2014-01-17fwk: Use constructor feature for LayoutManager.Matúš Kukan
Change-Id: I8f5167f7e522585ce8b80ebd8a9a0031aea50d74
2014-01-17fwk: Use constructor feature for ModuleManager.Matúš Kukan
Change-Id: Ic0bcec6fffc52ed1ce535f87da933bdf01c6db01
2014-01-17fwk: Use constructor feature for ObjectMenuController.Matúš Kukan
Change-Id: I93bec5fcb51987b7db433250f990685f15f0aa29
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-16Introduce com.sun.star.frame.theGlobalEventBroadcaster singletonStephan Bergmann
...to supersede com.sun.star.frame.GlobalEventBroadcaster single-instance service. Change-Id: I74ecaadadb4c600d39979aa7c13b6389bed38fd7
2014-01-14bool improvementsStephan Bergmann
Change-Id: Ice9f38b615b325bce6c15fefe9fbb3f528d36b1e
2014-01-14This shall probably check nId != 0 && ..., not do a bitwise &Stephan Bergmann
Change-Id: I2417f7bff3fc5f2bef6c804af12d1873802b0392
2014-01-09fdo#71883 Startcenter: Re-introduce the 'Tools' -> 'Customize...' menuZolnai Tamás
Change-Id: I4d3993dc855c030f8c51fe2ce3d364240e241dff
2014-01-08Resolves: #i118909# fix empty elements of return value...Tsutomu Uchino
in UICategoryDescription::getElementNames (cherry picked from commit e4eb014761df0bd5c88acbcee1935743cb2a04e0) Change-Id: Ib5a2e14ecb446c339afe5e53be435478845a4024
2014-01-08Some ConfigurationProvider -> theDefaultProvider simplificationsStephan Bergmann
Change-Id: I7c25cd94f8a1ca339f7423c26f21f13c7a68906d