summaryrefslogtreecommitdiffstats
path: root/svl
Commit message (Expand)AuthorAgeFilesLines
* brute-force find-and-remove of unused #define constants.Noel Grandin2015-01-081-12/+0
* fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2015-01-071-1/+1
* java: remove dead codeNoel Grandin2015-01-053-3/+0
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-025-12/+13
* iss is unordered_multimap, so can't rely on orderCaolán McNamara2015-01-021-0/+1
* callcatcher: update unused codeCaolán McNamara2014-12-221-8/+0
* java: reduce visibility of some methods and fieldsNoel Grandin2014-12-191-1/+1
* svl: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-188-33/+30
* coverity#1242875 Untrusted loop boundCaolán McNamara2014-12-151-0/+7
* Factor out SfxUInt16Item::dumpAsXml() from swMiklos Vajna2014-12-142-0/+9
* coverity#1242875 Untrusted pointer writeCaolán McNamara2014-12-121-1/+5
* silence coverity#1242911 Untrusted loop boundCaolán McNamara2014-12-121-0/+1
* leave this Clone as inlineCaolán McNamara2014-12-121-6/+0
* leave the deliberately unused, not-for-use method inlineCaolán McNamara2014-12-121-6/+0
* svl: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-124-37/+38
* java: reduce visibility of fields and methodsNoel Grandin2014-12-114-8/+8
* java: simplify the getMSF() methodsNoel Grandin2014-12-102-5/+3
* Move IndexedStyleSheets to the Imp(l) class.Kohei Yoshida2014-12-081-45/+58
* Forward-declare MarkedUndoAction.Kohei Yoshida2014-12-071-0/+22
* Pimplize SfxListUndoAction.Kohei Yoshida2014-12-071-15/+22
* Pimplize SfxUndoActions.Kohei Yoshida2014-12-071-0/+54
* Putting this back in to fix Windows build.Kohei Yoshida2014-12-041-0/+6
* callcatcher: update unused codeCaolán McNamara2014-12-042-27/+0
* pIimplize SfxBroadcaster and SfxListener.Kohei Yoshida2014-12-042-49/+89
* Remove unused header includes from public header.Kohei Yoshida2014-12-021-1/+3
* svl: SfxItemSet: get rid of the "no master pool" warning spamMichael Stahl2014-11-281-9/+0
* svl: deploy some asserts in SfxItemPool, those are bugsMichael Stahl2014-11-272-2/+2
* Adjust ref undo to ensure group area listeners are used.Kohei Yoshida2014-11-251-1/+3
* svl: Internalize strmadpt.hxx headerMatúš Kukan2014-11-243-2/+70
* Remove not used SvLockBytesInputStreamMatúš Kukan2014-11-241-176/+3
* svl: just make SfxItemPool::GetMasterPool() always availableMichael Stahl2014-11-241-3/+1
* svl: convert DBG_ASSERTs in SvtCTLOptionsMichael Stahl2014-11-241-18/+16
* svl: convert DBG_ASSERTs in SvtCJKOptionsMichael Stahl2014-11-241-13/+12
* svl: convert DBG_ASSERTs in SfxItemSetMichael Stahl2014-11-242-47/+28
* svl: convert DBG_ASSERTs in SfxListenerMichael Stahl2014-11-241-12/+5
* svl: convert DBG_ASSERTs in undo.cxxMichael Stahl2014-11-241-30/+30
* ptr_container sometimes requires new_clone function.Kohei Yoshida2014-11-221-0/+13
* Make NfCurrencyTable a separate header & forward-declare it in zforlist.hxx.Kohei Yoshida2014-11-223-1/+56
* Make SvNumberFormatter's methods non-inline.Kohei Yoshida2014-11-221-7/+113
* Apply pimpl to svl::SharedStringPool.Kohei Yoshida2014-11-182-50/+77
* cppuhelper: clean up public headers with include-what-you-useMichael Stahl2014-11-186-1/+7
* cppu: clean up public headers with include-what-you-useMichael Stahl2014-11-181-0/+1
* Make these non-inline and add the const version of the getter.Kohei Yoshida2014-11-181-0/+9
* java: make fields final where possibleNoel Grandin2014-11-181-1/+1
* coverity#1242810 Untrusted loop boundCaolán McNamara2014-11-171-0/+10
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-1728-0/+31
* "#pragma hdrstop" looks quite obsoleteMichael Stahl2014-11-171-4/+0
* coverity#1242630 reorganize to help coverity outCaolán McNamara2014-11-161-1/+6
* coverity#1242630 Untrusted loop boundCaolán McNamara2014-11-141-3/+17
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-148-9/+9