summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
2014-12-10java: simplify the getMSF() methodsNoel Grandin2-5/+3
2014-12-08Move IndexedStyleSheets to the Imp(l) class.Kohei Yoshida1-45/+58
2014-12-07Forward-declare MarkedUndoAction.Kohei Yoshida1-0/+22
2014-12-07Pimplize SfxListUndoAction.Kohei Yoshida1-15/+22
2014-12-07Pimplize SfxUndoActions.Kohei Yoshida1-0/+54
2014-12-04Putting this back in to fix Windows build.Kohei Yoshida1-0/+6
2014-12-04callcatcher: update unused codeCaolán McNamara2-27/+0
2014-12-04pIimplize SfxBroadcaster and SfxListener.Kohei Yoshida2-49/+89
2014-12-02Remove unused header includes from public header.Kohei Yoshida1-1/+3
2014-11-28svl: SfxItemSet: get rid of the "no master pool" warning spamMichael Stahl1-9/+0
2014-11-27svl: deploy some asserts in SfxItemPool, those are bugsMichael Stahl2-2/+2
2014-11-25Adjust ref undo to ensure group area listeners are used.Kohei Yoshida1-1/+3
2014-11-24svl: Internalize strmadpt.hxx headerMatúš Kukan3-2/+70
2014-11-24Remove not used SvLockBytesInputStreamMatúš Kukan1-176/+3
2014-11-24svl: just make SfxItemPool::GetMasterPool() always availableMichael Stahl1-3/+1
2014-11-24svl: convert DBG_ASSERTs in SvtCTLOptionsMichael Stahl1-18/+16
2014-11-24svl: convert DBG_ASSERTs in SvtCJKOptionsMichael Stahl1-13/+12
2014-11-24svl: convert DBG_ASSERTs in SfxItemSetMichael Stahl2-47/+28
2014-11-24svl: convert DBG_ASSERTs in SfxListenerMichael Stahl1-12/+5
2014-11-24svl: convert DBG_ASSERTs in undo.cxxMichael Stahl1-30/+30
2014-11-22ptr_container sometimes requires new_clone function.Kohei Yoshida1-0/+13
2014-11-22Make NfCurrencyTable a separate header & forward-declare it in zforlist.hxx.Kohei Yoshida3-1/+56
2014-11-22Make SvNumberFormatter's methods non-inline.Kohei Yoshida1-7/+113
2014-11-18Apply pimpl to svl::SharedStringPool.Kohei Yoshida2-50/+77
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl6-1/+7
2014-11-18cppu: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-18Make these non-inline and add the const version of the getter.Kohei Yoshida1-0/+9
2014-11-18java: make fields final where possibleNoel Grandin1-1/+1
2014-11-17coverity#1242810 Untrusted loop boundCaolán McNamara1-0/+10
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl28-0/+31
2014-11-17"#pragma hdrstop" looks quite obsoleteMichael Stahl1-4/+0
2014-11-16coverity#1242630 reorganize to help coverity outCaolán McNamara1-1/+6
2014-11-14coverity#1242630 Untrusted loop boundCaolán McNamara1-3/+17
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava8-9/+9
2014-11-12drop pool ver 1 import supportCaolán McNamara1-278/+2
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini5-9/+9
2014-11-11coverity#1242875 Use of untrusted scalar valueCaolán McNamara1-4/+9
2014-11-07callcatcher: number format serialization cleanup falloutCaolán McNamara2-77/+0
2014-11-06remove now superfluous SetUsed() callsEike Rathke1-10/+5
2014-11-06remove now meaningless "since number formatter version ..." commentsEike Rathke1-6/+5
2014-11-06assert( nNewExtended <= ZF_STANDARD_NEWEXTENDEDMAX )Eike Rathke1-0/+1
2014-11-06change nNewStandardDefined to bAdditionalBuiltinEike Rathke2-5/+5
2014-11-06eliminate ImpInsertNewStandardFormat()Eike Rathke1-19/+10
2014-11-06remove unnecessary SV_NUMBERFORMATTER_VERSION_NEWSTANDARDEike Rathke1-45/+30
2014-11-06remove unnecessary SV_NUMBERFORMATTER_VERSION_NF_TIME_HH_MMSS00Eike Rathke1-3/+2
2014-11-06remove unnecessary SV_NUMBERFORMATTER_VERSION_NF_DATE_WWEike Rathke1-3/+2
2014-11-06remove unnecessary SV_NUMBERFORMATTER_VERSION_NF_DATETIME_SYS_DDMMYYYY_HHMMSSEike Rathke1-3/+2
2014-11-06remove unnecessary SV_NUMBERFORMATTER_VERSION_FIXED_FRACTIONEike Rathke1-6/+4
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-1/+1
2014-11-06-Werror,-Wunused-const-variableStephan Bergmann1-4/+0