summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Collapse)Author
2014-02-10Typo: acess -> accessJulien Nabet
Change-Id: I8fb5efa49ccd886fa0172fdc59ede0821ecce486
2014-02-10Survive missing UIElementFactories.Matúš Kukan
And try to not use AddonsToolBarFactory in native code generator. Change-Id: I4782e6c719bdc7e01da14d2ea026e119da542517
2014-02-10Do not throw if AcceleratorConfigurations are missing.Matúš Kukan
Which can happen on mobile platforms if we don't want them. Change-Id: I53639ccc75886708850d2d3a01eec76104b7f2c9
2014-02-10Simplify the code a bit.Matúš Kukan
Change-Id: I57581fb0f3439ddc4a4848466f6925d962b04aea
2014-02-10misc cleanup and unnecessary OUStringsMatúš Kukan
Change-Id: Idef960995d7b13af049de5a5045b99df642dc3df
2014-02-10Rename ToolBoxFactory -> ToolBarFactory, as the service is named.Matúš Kukan
Change-Id: Iec6cbefcb6863f14d6c21b2f7fd8e3418cb5d2d5
2014-02-10Simplify string literal usageStephan Bergmann
Change-Id: I216d0af8fd78bec8668ea2a5be7d75f7c1df0c31
2014-02-10Typo: adress -> addressJulien Nabet
Change-Id: I8b6c66b6919f84c36e43a716d4d62fea5cde6568
2014-02-10coverity#1169845 Uncaught exceptionCaolán McNamara
Change-Id: Ifec059d66b92233fbff967a5da6fdc88915eefb1
2014-02-10add modelinesCaolán McNamara
Change-Id: I5d96a2d1e4c1ffcc736af0666d33a1a62ba628c5
2014-02-10coverity#1169812 condition appears the wrong way aroundCaolán McNamara
Change-Id: I97960a1491a247ef9db9536f904e4203e0903abd
2014-02-10coverity#1169847 Uncaught exceptionCaolán McNamara
Change-Id: I8adf5d175798c4b820cd7cac2a927aa0f7de718d
2014-02-10coverity#737167 Uncaught exceptionCaolán McNamara
Change-Id: Id1d9790b7d3229d11e83ad68a5b9104a3da159f0
2014-02-09coverity#1169846 Uncaught exceptionCaolán McNamara
Change-Id: Iae590d7b9ca2701a6917823524f819d18cb5676f
2014-02-09coverity#1169848 Uncaught exceptionCaolán McNamara
Change-Id: I27903e8b6bbf28a33601d793719ac5bcd3309db0
2014-02-09coverity#1169804 Unchecked return valueCaolán McNamara
Change-Id: I32fb858ab78a741a194ae11a3147645d786c9afe
2014-02-09coverity#1169826 Dereference after null checkCaolán McNamara
Change-Id: Ie431672b5a6ba1d613ae1cb9e48fa6d1db6a6b4a
2014-02-09coverity#1169839 Unintentional integer overflowCaolán McNamara
Change-Id: I21d7962043e26e8a7973dd2f9305dd6a48f3db4a
2014-02-09Typo: (a)synchronoues -> a(synchronous)Julien Nabet
Change-Id: Ia3871d711308eb38ed6e0df81615966cc142030d
2014-02-09Typo: I/internaly -> I/internallyJulien Nabet
Change-Id: Ic9056baf58698743492ab57a882341c730ef2f7a
2014-02-08coverity#1169879 Uninitialized scalar fieldCaolán McNamara
Change-Id: I9638bbda4d87e6d86ed1baa2f29331321f11d862
2014-02-07sal_Bool -> boolStephan Bergmann
Change-Id: Ifc80202e0865b59931af6e50d3d60f5021f8b52e
2014-02-06Typo: seam(s) -> seem(s)Julien Nabet
Change-Id: I840d120644760b61a39ad88b4095056f0f753bb7
2014-02-06fwk: Constructor feature for single-instance WindowStateConfiguration.Matúš Kukan
Change-Id: I0537d7a30b6c6807bf746a52dbd2c7fc66607ae2
2014-02-06Introduce com.sun.star.ui.theWindowStateConfiguration singleton.Matúš Kukan
Change-Id: I50861ac8952d54cb1a45846ea72a2ecac4f83409
2014-02-06fwk: Constructor feature for single-instance FooBarFactories.Matúš Kukan
Converted them as usual service implementations. Otherwise - if static singletons are used - it does not show menu for some reason. Change-Id: I0673d0bfbba268728a3fa676f2af95aa6c74bbb2
2014-02-06Introduce com.sun.star.util.thePathSettings singleton.Matúš Kukan
To replace single-instance com.sun.star.util.PathSettings service, incorrectly converted in 89b0017b22889af6a8afe28b94c06e7095dc8c6f Keeping util::PathSettings::create in sc/source/ui/vba/vbaapplication.cxx because for some reason util::thePathSettings::get does not work in sc_macros_test while testing sc/qa/extras/testdocuments/Ranges.xls. Change-Id: I75b68ae56ac5b58f72416070dba100ab3ab70fe8
2014-02-04remove lang path substitutionCaolán McNamara
it's unused internally as far as I can see and has very incomplete (and surely some wrong values) from some sort of mid 90s Euro-centric worldview Change-Id: Ibce9e8b76545791ab59b9e11c6ff6e1f33afcb3c
2014-02-04nPrio is always 0Caolán McNamara
Change-Id: Idc5bd213562de95c83752dc089ff6a928e9085d3
2014-02-04fdo#74425 Remove deprecated static function ResMgr::GetLang()Chris Sherlock
ResMgr::GetLang() has been deprecated for a long time now. It is used by only one function, SubstitutePathVariables::SetPredefinedPathVariables() in the framework module. I have therefore removed it from ResMgr and placed it as a function in framework/source/services/substitutepathvars.cxx where it is actually used. Change-Id: I5f0d8f701aa45f8653020affeff6339f8fc9bc0e Reviewed-on: https://gerrit.libreoffice.org/7791 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-03fdo#70376: Put only document (file) name in window title on OS XTor Lillqvist
Change-Id: I0b975a1a0e73c546beec96599fd4e5f87caa51db
2014-02-03Remove unnecessary #includeStephan Bergmann
Change-Id: I34e6c5514aa40fe7c5e0215e4d5885bb345242d8
2014-02-03Unused FWI_DLLPRIVATEStephan Bergmann
Change-Id: I68e1d463485354dda9d743d3b72907ee8a73d414
2014-02-02fdo#54938 Convert framework to cppu::supportsServiceAlexandre Vicenzi
Change-Id: Id0c7c845d128920ba278de4208f5c32dcf83ecb1 Reviewed-on: https://gerrit.libreoffice.org/7754 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Marcos Souza <marcos.souza.org@gmail.com> Tested-by: Marcos Souza <marcos.souza.org@gmail.com>
2014-01-30fwk: Ctor feature for single-instance ModuleUIConfigurationManagerSupplier.Matúš Kukan
Change-Id: I4674ed6852807e08ff8319515b0ab4e9535b668a
2014-01-30Introduce com.sun.star.ui.theModuleUIConfigurationManagerSupplier singleton.Matúš Kukan
Change-Id: I7b503e5d49865c9ff287bf72eaff1995ce871790
2014-01-30fwk: Constructor feature for single-instance TaskCreatorService.Matúš Kukan
Change-Id: I9e994ebb4822458039709690aa5dd0a7f75735ac
2014-01-30fwk: Constructor feature for single-instance SubstitutePathVariables.Matúš Kukan
Change-Id: Ibd626f00bb844ae8ec1cab773093b8c94bf8d936
2014-01-30unused headersMatúš Kukan
Change-Id: I908259219c94d88dfe2dafee84bbf93cc49d63dc
2014-01-30fwk: Constructor feature for single-instance WindowContentFactoryManager.Matúš Kukan
Change-Id: I6786bc1d76fd57edc8dfacb667b53deab792bd20
2014-01-30Introduce com.sun.star.ui.theWindowContentFactoryManager singleton.Matúš Kukan
Change-Id: If979db945b2f5e50e146fdadafd1559530c50122
2014-01-29fwk: Constructor feature for single-instance UIElementFactoryManager.Matúš Kukan
Change-Id: Iaa6b6bf8f132e2f8efb9ae71e9302e6be19347c9
2014-01-29Introduce com.sun.star.ui.theUIElementFactoryManager singleton.Matúš Kukan
To replace single-instance com.sun.star.ui.UIElementFactoryManager service. Change-Id: I4262909c4396e3907d271a56696a06903168a58d
2014-01-29fwk: Constructor feature for single-instance UIControllerFactories.Matúš Kukan
Change-Id: I0867404f7e4aa7b9caafe4f0568bd2c20190867f
2014-01-29Introduce com.sun.star.frame.ControllerFactory singletons:Matúš Kukan
com.sun.star.frame.thePopupMenuControllerFactory com.sun.star.frame.theStatusbarControllerFactory com.sun.star.frame.theToolbarControllerFactory To replace their single-instance service variants. Change-Id: I00586d0d61e63f9482cb659071e88aa9cf02d5b5
2014-01-29bool improvementsStephan Bergmann
Change-Id: I0dc09b7a6ee2849bd0c2ffc31be45f81cd2c15ee
2014-01-28bool improvementsStephan Bergmann
Change-Id: I754b47013d8f1aa3ecf6204fbe926a438887639d
2014-01-28using cppu::WeakComponentImplHelperBase::rBHelper; does not work hereMatúš Kukan
Change-Id: I07422d10f7a3e84fdbe62e93b6c5a59323d8a7a8
2014-01-28fwk: Constructor feature for one instance UICommandDescription.Matúš Kukan
Change-Id: I3b772ce36492e89451597b3c7dadc5e5b5b22de7
2014-01-28Introduce com.sun.star.frame.theUICommandDescription singleton.Matúš Kukan
Change-Id: Ic88cca3722d555ba48d7da8c176556fa1ff90650