summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Collapse)Author
2014-02-19unotools: sal_Bool -> boolStephan Bergmann
Change-Id: I8051c0756e0474a5b4f748e0aa15a9922e82ea97
2014-02-19Resolves: #i122576# Reset the docking area acceptor in the destructorAndre Fischer
(cherry picked from commit 0e90517f3dd568cfe2be4bf8c256b94c9401d046) Conflicts: framework/source/layoutmanager/layoutmanager.cxx Change-Id: Ib053a1b474434f81608a04ca0d30dd32fe410e5a
2014-02-18Related: #i124096# correct LayoutManager::m_xDockingAreaAcceptor clear...Oliver-Rainer Wittmann
on disposing (cherry picked from commit 50b10da7434d774ac463c148bbaeb051d2b3a22d) Conflicts: framework/source/layoutmanager/layoutmanager.cxx Change-Id: I51fe74698f00fadba9afaeb0f8e9f66b85f208cb
2014-02-18Drop unnecessary #includeTakeshi Abe
Change-Id: Ib9ab63cdf21f54b1611de37c5538a300a1b39ba6
2014-02-17cid#736778 dereference before null checkNoel Grandin
Change-Id: I2d26b5447e06e0b0d08e45452ef5507b75a4d3ff
2014-02-13coverity#737240 Uncaught exceptionCaolán McNamara
Change-Id: I9cff764c2ca451752f2343cedd26530bd9a0e9a7
2014-02-13coverity#737239 Uncaught exceptionCaolán McNamara
Change-Id: Ic9635e77e5fd4e356b30aac314c7438060b82a58
2014-02-13coverity#737202 Uncaught exceptionCaolán McNamara
Change-Id: I2ac23ed9f308b92ff9457938b265677f008aaca7
2014-02-13remove now empty fwk_component_getFactoryMatúš Kukan
Change-Id: I5f2f5fc9ccc75b145572aa0bb88b00b0d7a5872d
2014-02-13fwk: Constructor feature for single-instance framework::Desktop.Matúš Kukan
Change-Id: Id582e672c0b41a35d25361f7dfe970a767880b2a
2014-02-13Introduce com.sun.star.frame.theDesktop singleton.Matúš Kukan
Change-Id: I3d269609119149e289652f6bc106e6bd9061672d
2014-02-13cosmeticsMatúš Kukan
Change-Id: Ice4f20db3a590568a7ae4ae59fa0c4ff13e59051
2014-02-13cleaning the code a bitMatúš Kukan
Change-Id: I4cc9c16fb79f669ae70d10a50ace3943075edd46
2014-02-13Move this Singleton class to anonymous namespace.Matúš Kukan
If you add more Singleton classes into framework namespace, it builds without any warning but I was not able to see menu text labels. Luckily UICommandDescription is involved in this and the problem was not hidden somewhere else. Change-Id: Iba0c06c2e31ae509579f31308d9f45f0cb9f654f
2014-02-13Do not use pattern::configuration::ConfigurationHelper.Matúš Kukan
Change-Id: I9cf913f085a2c6862e44803485ab63e2b4572eab
2014-02-13Remove unused ContainerQuery constants.Matúš Kukan
Change-Id: Ib9f96f79d805c91e80fa5366c71e3e975ebabe90
2014-02-13ModuleManager should be static; and simplify.Matúš Kukan
This saves some cycles used to open configuration many times. Change-Id: I12cc7ac87df897a518368094b12d8dcb5be4e3b5
2014-02-12cid#705176 missing break in switchNoel Grandin
Change-Id: Iaa331cc259aed93ffa7c3544586f800a795cc25d
2014-02-11coverity#704234 Logically dead codeCaolán McNamara
Change-Id: I9a1010e6a7d830853a79cafa71a867f16fcceabc
2014-02-11fwk: Constructor feature for one instance ContextChangeEventMultiplexer.Matúš Kukan
Change-Id: Ibb89e4dd46fc5d1f8a85f96b7e4677fa764bb112
2014-02-11fwk: Constructor feature for one instance SessionListener.Matúš Kukan
Converted as usual service implementation. Change-Id: I37c2f25e8a463abb236753c1299cc0aeb3007cd9
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