summaryrefslogtreecommitdiffstats
path: root/sfx2
Commit message (Expand)AuthorAgeFilesLines
* bool improvementsStephan Bergmann2014-01-2854-345/+345
* Fix apparently broken OSL_ASSERTs (that would have never fired)Stephan Bergmann2014-01-281-5/+5
* Introduce com.sun.star.frame.theUICommandDescription singleton.Matúš Kukan2014-01-285-9/+9
* coverity#440971 Dereference before null checkCaolán McNamara2014-01-281-1/+1
* coverity#440811 Dereference null return valueCaolán McNamara2014-01-281-1/+4
* coverity#440882 Logically dead codeCaolán McNamara2014-01-281-1/+1
* coverity#440744 Dereference after null checkCaolán McNamara2014-01-251-1/+2
* Related fdo#65826: Set StartCenter's min width to display one column of docsZolnai Tamás2014-01-253-8/+40
* Introduce com.sun.star.task.theJobExecutor singleton.Matúš Kukan2014-01-243-4/+3
* coverity#440721 Dereference after null checkCaolán McNamara2014-01-231-2/+3
* SfxNoLayoutSingleTabDialog not needed anymoreCaolán McNamara2014-01-231-132/+8
* Bin useless as96863, mb93783, mv76033 verbiage from SAL_INFO outputTor Lillqvist2014-01-236-19/+19
* Use the "sfx" log area consistently in sfx2Tor Lillqvist2014-01-234-11/+11
* Use assert() and SAL_WARN() instead of DBG_ASSERT() and OSL_FAIL()Tor Lillqvist2014-01-231-45/+41
* convert more SvStream::operator<< callsNoel Grandin2014-01-224-19/+19
* Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky2014-01-2214-80/+38
* bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann2014-01-222-21/+21
* bool improvementsStephan Bergmann2014-01-221-2/+2
* bool improvementsStephan Bergmann2014-01-228-21/+18
* Change _get_implementation()'s not to do initialization directly.Jan Holesovsky2014-01-2114-32/+74
* fdo#65826 and fdo#73605: set a minimum size to start centerZolnai Tamás2014-01-213-1/+25
* fdo#72639: send proper ACTIVE_DESCENDANT_CHANGED eventsJacobo Aragunde Pérez2014-01-213-3/+52
* Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann2014-01-216-21/+21
* Minimize the constructor functions to a bare minimum.Jan Holesovsky2014-01-2014-50/+20
* Unify ctor functions for component implementations.Matúš Kukan2014-01-182-7/+4
* Window::PreNotify should return boolStephan Bergmann2014-01-184-30/+30
* bool improvementsStephan Bergmann2014-01-177-8/+8
* Be explicit when using bool as integral value (as Link return value)Stephan Bergmann2014-01-171-1/+1
* Window::Notify should return boolStephan Bergmann2014-01-1717-65/+63
* Remove unused includes and sfx component prefix.Matúš Kukan2014-01-172-31/+1
* Resolves: #i123042# corrected reload of linked content...Armin Le Grand2014-01-171-1/+3
* Constructor functions for singletons still need to pass out single instancesStephan Bergmann2014-01-171-2/+18
* Revert "Revert "sfx: Use constructor feature for SfxGlobalEvents_Impl.""Stephan Bergmann2014-01-166-532/+549
* Introduce com.sun.star.frame.theGlobalEventBroadcaster singletonStephan Bergmann2014-01-164-6/+7
* convert SvStream::operator<< overloads to more explicit methodsNoel Grandin2014-01-164-5/+5
* Related: fdo#71764 allow extensions button to group with helpCaolán McNamara2014-01-161-0/+20
* sfx: TEST_HANDLERS not definedMatúš Kukan2014-01-161-75/+0
* sfx: Use constructor feature for BackingComp.Matúš Kukan2014-01-164-293/+114
* sfx: Constructor feature for two more implementations.Matúš Kukan2014-01-164-122/+28
* sfx: Use constructor feature for ShutdownIcon.Matúš Kukan2014-01-164-18/+42
* Revert "sfx: Use constructor feature for SfxGlobalEvents_Impl."Matúš Kukan2014-01-156-549/+489
* DdeSetData should apparently return boolStephan Bergmann2014-01-151-7/+7
* sfx: Use constructor feature for OwnSubFilterService.Matúš Kukan2014-01-154-161/+67
* sfx: Use constructor feature for OPackageStructureCreator.Matúš Kukan2014-01-154-105/+37
* sfx: Use constructor feature for SfxFrameLoader_Impl.Matúš Kukan2014-01-155-166/+119
* sfx: Constructor feature for pseudo implementations.Matúš Kukan2014-01-154-78/+16
* sfx: Use constructor feature for SfxDocTplService.Matúš Kukan2014-01-154-116/+97
* sfx: Use constructor feature for SfxGlobalEvents_Impl.Matúš Kukan2014-01-156-489/+549
* sfx: Use constructor feature for IFrameObject.Matúš Kukan2014-01-154-111/+94
* sfx: Use constructor feature for PluginObject.Matúš Kukan2014-01-154-104/+81