summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Collapse)AuthorFilesLines
2014-12-22callcatcher: update unused codeCaolán McNamara1-8/+0
Change-Id: I62e49fbf27364bd244099a9bb247452d5a691119
2014-12-19java: reduce visibility of some methods and fieldsNoel Grandin1-1/+1
found by UCDetector Change-Id: I0a0a00d1fae1fed2e6aef198b7a1482d7e7e29f0
2014-12-18svl: Use appropriate OUString functions on string constantsStephan Bergmann8-33/+30
Change-Id: I212dccf416fda574f940f13a2b1de5c293b3f9fd
2014-12-15coverity#1242875 Untrusted loop boundCaolán McNamara1-0/+7
Change-Id: I5ba34dca7d9f510981b85a35c056c792159f5f98
2014-12-14Factor out SfxUInt16Item::dumpAsXml() from swMiklos Vajna2-0/+9
Change-Id: Ia58bed9c4a0be4b909789e8bdcd64f06230c0f43
2014-12-12coverity#1242875 Untrusted pointer writeCaolán McNamara1-1/+5
Change-Id: I197a67320bd6cd8f0e6735b8cd24deebcdf190f1
2014-12-12silence coverity#1242911 Untrusted loop boundCaolán McNamara1-0/+1
Change-Id: Ifab75371cbedd26d510f162efe2c9247e37893ed
2014-12-12leave this Clone as inlineCaolán McNamara1-6/+0
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 McNamara1-6/+0
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 Bergmann4-37/+38
Change-Id: I8d8528c74bae3de67a0a9bdd727cd0d8c8304d3e
2014-12-11java: reduce visibility of fields and methodsNoel Grandin4-8/+8
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 Grandin2-5/+3
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 Yoshida1-45/+58
And remove #include <vector> which wasn't really used. Change-Id: I05bbc7848c753795f859f80725be6332d8e5ce46
2014-12-07Forward-declare MarkedUndoAction.Kohei Yoshida1-0/+22
Change-Id: I1c36077cada47bacfb8436cf3fb659e47d02da60
2014-12-07Pimplize SfxListUndoAction.Kohei Yoshida1-15/+22
Change-Id: Ic82755788df237c455c802a039881a9d056f4df2
2014-12-07Pimplize SfxUndoActions.Kohei Yoshida1-0/+54
Change-Id: I35ef457111f4cf8b811a4ee8bb676421746e1d9d
2014-12-04Putting this back in to fix Windows build.Kohei Yoshida1-0/+6
Change-Id: I98262000956f10dc3b3da069b6bc286fec314a45
2014-12-04callcatcher: update unused codeCaolán McNamara2-27/+0
Change-Id: Ia25b857738bb7b6c3baf18c68ef0d1bc0b3e142e
2014-12-04pIimplize SfxBroadcaster and SfxListener.Kohei Yoshida2-49/+89
Change-Id: I0d1d73402f11cc61ea9e7629bea34e24c22f5beb
2014-12-02Remove unused header includes from public header.Kohei Yoshida1-1/+3
Change-Id: Ie9d42f15e2881f1f4bb78147d0250a174d9542c1
2014-11-28svl: SfxItemSet: get rid of the "no master pool" warning spamMichael Stahl1-9/+0
No idea why that would be a problem. Change-Id: Ib655b71ed8cd8a4fe8200209c929434832f3614e
2014-11-27svl: deploy some asserts in SfxItemPool, those are bugsMichael Stahl2-2/+2
Change-Id: Ifa28f3b02640720855a6e40ddd7a5f752904e8bd
2014-11-25Adjust ref undo to ensure group area listeners are used.Kohei Yoshida1-1/+3
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úš Kukan3-2/+70
Change-Id: Ia69463f1466349af879da02a23b58702732011c6
2014-11-24Remove not used SvLockBytesInputStreamMatúš Kukan1-176/+3
Change-Id: Id4e0852f6d204b3a1d2a7f5ce281730f5fcad8fd
2014-11-24svl: just make SfxItemPool::GetMasterPool() always availableMichael Stahl1-3/+1
Change-Id: Id2e35c19bf2efb73e6a0939cccf37c92ca30c0aa
2014-11-24svl: convert DBG_ASSERTs in SvtCTLOptionsMichael Stahl1-18/+16
Change-Id: Iec07c3f4088e2af9bc5b63f44e9943af215cebf1
2014-11-24svl: convert DBG_ASSERTs in SvtCJKOptionsMichael Stahl1-13/+12
Change-Id: I3b7222217e1f5d8b2a26f49b359d9c8587793e88
2014-11-24svl: convert DBG_ASSERTs in SfxItemSetMichael Stahl2-47/+28
Change-Id: I37e507226e676ee797e6911a0b3da1d1823e750a
2014-11-24svl: convert DBG_ASSERTs in SfxListenerMichael Stahl1-12/+5
Change-Id: I07776484277769acf37cb11b8b2cff02c4234d5e
2014-11-24svl: convert DBG_ASSERTs in undo.cxxMichael Stahl1-30/+30
Change-Id: Iecf693181bee7c3ce63dea6c389b03655007a3e5
2014-11-22ptr_container sometimes requires new_clone function.Kohei Yoshida1-0/+13
This fixes Windows build breakage. Change-Id: I188e38b20674700132c7d7c78304f58748540556
2014-11-22Make NfCurrencyTable a separate header & forward-declare it in zforlist.hxx.Kohei Yoshida3-1/+56
Change-Id: I17b52c277ab6ec8b15e88729feee0a269b75087d
2014-11-22Make SvNumberFormatter's methods non-inline.Kohei Yoshida1-7/+113
This is a high-impact header, included by hundred's of source files. Change-Id: I2b7f1c9e8ffe81ddccd1a541e3474ca302a27e90
2014-11-18Apply pimpl to svl::SharedStringPool.Kohei Yoshida2-50/+77
Change-Id: I351505f0c1cb25c47897e0cfffdb258f8e87081f
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl6-1/+7
Change-Id: I41ba46831f24b2960a1fe982b74a2b623e682e0b
2014-11-18cppu: clean up public headers with include-what-you-useMichael Stahl1-0/+1
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 Yoshida1-0/+9
Change-Id: I8c175dcaaa51e2b05895226907697b070a2e2f77
2014-11-18java: make fields final where possibleNoel Grandin1-1/+1
found by PMD Change-Id: I87780366119c141cd2dafe6ca1bf2d9798b10aec
2014-11-17coverity#1242810 Untrusted loop boundCaolán McNamara1-0/+10
Change-Id: I457f0f92dc32630e52efbb2bd068208a8570c5d0
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl28-0/+31
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 Stahl1-4/+0
Change-Id: Id4b01f02d5d90215164c07b8076498df65978fa3
2014-11-16coverity#1242630 reorganize to help coverity outCaolán McNamara1-1/+6
Change-Id: I18124cd8d7aadbab22114fa9d38607b43862f9ea
2014-11-14coverity#1242630 Untrusted loop boundCaolán McNamara1-3/+17
Change-Id: I985f47d6e5f5aa86099b86ad4666b194f4b25b83
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava8-9/+9
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 McNamara1-278/+2
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 Gelmini5-9/+9
Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959 Reviewed-on: https://gerrit.libreoffice.org/12164 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-11-11coverity#1242875 Use of untrusted scalar valueCaolán McNamara1-4/+9
Change-Id: I923fac826d5495af7caaa709dd2e844d8714c80b
2014-11-07callcatcher: number format serialization cleanup falloutCaolán McNamara2-77/+0
Change-Id: Ib5b5f653b027bfe5c05c0db417a2aa713309d9a5
2014-11-06remove now superfluous SetUsed() callsEike Rathke1-10/+5
Change-Id: Iaaabed4d0b507dafb7873da42869a856fc6ba573