summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Collapse)Author
2015-01-05java: remove dead codeNoel Grandin
found by UCDetector Change-Id: I6b0f49529379072da566e927b86815f173e7a90b
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
you can get debug stl this way Change-Id: Ia70a3e7c7c452390e8bee34975d296c9318e4a19
2015-01-02iss is unordered_multimap, so can't rely on orderCaolán McNamara
Change-Id: Ief399439bdde047dfbaef43f2262e6212db8bd7e
2014-12-22callcatcher: update unused codeCaolán McNamara
Change-Id: I62e49fbf27364bd244099a9bb247452d5a691119
2014-12-19java: reduce visibility of some methods and fieldsNoel Grandin
found by UCDetector Change-Id: I0a0a00d1fae1fed2e6aef198b7a1482d7e7e29f0
2014-12-18svl: Use appropriate OUString functions on string constantsStephan Bergmann
Change-Id: I212dccf416fda574f940f13a2b1de5c293b3f9fd
2014-12-15coverity#1242875 Untrusted loop boundCaolán McNamara
Change-Id: I5ba34dca7d9f510981b85a35c056c792159f5f98
2014-12-14Factor out SfxUInt16Item::dumpAsXml() from swMiklos Vajna
Change-Id: Ia58bed9c4a0be4b909789e8bdcd64f06230c0f43
2014-12-12coverity#1242875 Untrusted pointer writeCaolán McNamara
Change-Id: I197a67320bd6cd8f0e6735b8cd24deebcdf190f1
2014-12-12silence coverity#1242911 Untrusted loop boundCaolán McNamara
Change-Id: Ifab75371cbedd26d510f162efe2c9247e37893ed
2014-12-12leave this Clone as inlineCaolán McNamara
so code isn't generated for it unless the new_clone is required, which it isn't under gcc. Change-Id: I07e0b3e4b2e07625509b51ba7d37e24440f56cfe
2014-12-12leave the deliberately unused, not-for-use method inlineCaolán McNamara
doing so means code is not generated for it seeing as its not used, moving it out means code is generated for it and its detected as unused code Change-Id: I72edc89446bdfac50069e0b509fc7f90540e0d4a
2014-12-12svl: Use appropriate OUString functions on string constantsStephan Bergmann
Change-Id: I8d8528c74bae3de67a0a9bdd727cd0d8c8304d3e
2014-12-11java: reduce visibility of fields and methodsNoel Grandin
found by PMD Change-Id: Id6737916b68ccbdbdeec5d314747a38410923ac6 Reviewed-on: https://gerrit.libreoffice.org/13409 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2014-12-10java: simplify the getMSF() methodsNoel Grandin
Change-Id: Ib459799f4a3224f8c9683ac4b6cf37982d2077a3 Reviewed-on: https://gerrit.libreoffice.org/13406 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-12-08Move IndexedStyleSheets to the Imp(l) class.Kohei Yoshida
And remove #include <vector> which wasn't really used. Change-Id: I05bbc7848c753795f859f80725be6332d8e5ce46
2014-12-07Forward-declare MarkedUndoAction.Kohei Yoshida
Change-Id: I1c36077cada47bacfb8436cf3fb659e47d02da60
2014-12-07Pimplize SfxListUndoAction.Kohei Yoshida
Change-Id: Ic82755788df237c455c802a039881a9d056f4df2
2014-12-07Pimplize SfxUndoActions.Kohei Yoshida
Change-Id: I35ef457111f4cf8b811a4ee8bb676421746e1d9d
2014-12-04Putting this back in to fix Windows build.Kohei Yoshida
Change-Id: I98262000956f10dc3b3da069b6bc286fec314a45
2014-12-04callcatcher: update unused codeCaolán McNamara
Change-Id: Ia25b857738bb7b6c3baf18c68ef0d1bc0b3e142e
2014-12-04pIimplize SfxBroadcaster and SfxListener.Kohei Yoshida
Change-Id: I0d1d73402f11cc61ea9e7629bea34e24c22f5beb
2014-12-02Remove unused header includes from public header.Kohei Yoshida
Change-Id: Ie9d42f15e2881f1f4bb78147d0250a174d9542c1
2014-11-28svl: SfxItemSet: get rid of the "no master pool" warning spamMichael Stahl
No idea why that would be a problem. Change-Id: Ib655b71ed8cd8a4fe8200209c929434832f3614e
2014-11-27svl: deploy some asserts in SfxItemPool, those are bugsMichael Stahl
Change-Id: Ifa28f3b02640720855a6e40ddd7a5f752904e8bd
2014-11-25Adjust ref undo to ensure group area listeners are used.Kohei Yoshida
When undoing row deletion (and possibly other similar undo's). And write test for it. Change-Id: I04b4fd9932f4236f124dcd25967355c6055dec33
2014-11-24svl: Internalize strmadpt.hxx headerMatúš Kukan
Change-Id: Ia69463f1466349af879da02a23b58702732011c6
2014-11-24Remove not used SvLockBytesInputStreamMatúš Kukan
Change-Id: Id4e0852f6d204b3a1d2a7f5ce281730f5fcad8fd
2014-11-24svl: just make SfxItemPool::GetMasterPool() always availableMichael Stahl
Change-Id: Id2e35c19bf2efb73e6a0939cccf37c92ca30c0aa
2014-11-24svl: convert DBG_ASSERTs in SvtCTLOptionsMichael Stahl
Change-Id: Iec07c3f4088e2af9bc5b63f44e9943af215cebf1
2014-11-24svl: convert DBG_ASSERTs in SvtCJKOptionsMichael Stahl
Change-Id: I3b7222217e1f5d8b2a26f49b359d9c8587793e88
2014-11-24svl: convert DBG_ASSERTs in SfxItemSetMichael Stahl
Change-Id: I37e507226e676ee797e6911a0b3da1d1823e750a
2014-11-24svl: convert DBG_ASSERTs in SfxListenerMichael Stahl
Change-Id: I07776484277769acf37cb11b8b2cff02c4234d5e
2014-11-24svl: convert DBG_ASSERTs in undo.cxxMichael Stahl
Change-Id: Iecf693181bee7c3ce63dea6c389b03655007a3e5
2014-11-22ptr_container sometimes requires new_clone function.Kohei Yoshida
This fixes Windows build breakage. Change-Id: I188e38b20674700132c7d7c78304f58748540556
2014-11-22Make NfCurrencyTable a separate header & forward-declare it in zforlist.hxx.Kohei Yoshida
Change-Id: I17b52c277ab6ec8b15e88729feee0a269b75087d
2014-11-22Make SvNumberFormatter's methods non-inline.Kohei Yoshida
This is a high-impact header, included by hundred's of source files. Change-Id: I2b7f1c9e8ffe81ddccd1a541e3474ca302a27e90
2014-11-18Apply pimpl to svl::SharedStringPool.Kohei Yoshida
Change-Id: I351505f0c1cb25c47897e0cfffdb258f8e87081f
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl
Change-Id: I41ba46831f24b2960a1fe982b74a2b623e682e0b
2014-11-18cppu: clean up public headers with include-what-you-useMichael Stahl
Unfortunately iwyu gets quite confused by the weird cyclic dependencies between various foo.h/foo.hxx and cppumaker generated headers, so it's not obvious if any improvement here is realistic... Change-Id: I0bc66f98b146712e28cabc18d56c11c08418c721
2014-11-18Make these non-inline and add the const version of the getter.Kohei Yoshida
Change-Id: I8c175dcaaa51e2b05895226907697b070a2e2f77
2014-11-18java: make fields final where possibleNoel Grandin
found by PMD Change-Id: I87780366119c141cd2dafe6ca1bf2d9798b10aec
2014-11-17coverity#1242810 Untrusted loop boundCaolán McNamara
Change-Id: I457f0f92dc32630e52efbb2bd068208a8570c5d0
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
Sadly cannot forward declare "struct {...} TimeValue;". rtl/(u)?string.hxx still include sal/log.hxx but removing osl/diagnose.h was painful enough for now... Change-Id: Id41e17f3870c4f24c53ce7b11f2c40a3d14d1f05
2014-11-17"#pragma hdrstop" looks quite obsoleteMichael Stahl
Change-Id: Id4b01f02d5d90215164c07b8076498df65978fa3
2014-11-16coverity#1242630 reorganize to help coverity outCaolán McNamara
Change-Id: I18124cd8d7aadbab22114fa9d38607b43862f9ea
2014-11-14coverity#1242630 Untrusted loop boundCaolán McNamara
Change-Id: I985f47d6e5f5aa86099b86ad4666b194f4b25b83
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
Added clear() method to OString and OUString class, Updated appropriate call-sites. Change-Id: I0ba97fa6dc7af3e31b605953089a4e8e9c3e61ac Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2014-11-12drop pool ver 1 import supportCaolán McNamara
this unloved streaming format is internal only now and used for editengine c&p and (reportedly) autotable format storage. So we shouldn't encounter version 1 files anymore coverity#1242764 Untrusted loop bound Change-Id: If8e5717e997cf915f45f6e9484bb97d472e4dc2f
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959 Reviewed-on: https://gerrit.libreoffice.org/12164 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>