summaryrefslogtreecommitdiff
path: root/sw/source/core/bastyp
AgeCommit message (Expand)AuthorFilesLines
2012-05-25SwCache: fix non-DBGUTIL memory leak in previous commitMichael Stahl1-4/+4
2012-05-25Inline SV_DECL_PTRARR_DEL(SwCacheObjArr) into a std::vectorNoel Grandin1-18/+20
2012-05-01Related: fdo#49208 optimize common caseCaolán McNamara1-3/+10
2012-05-01Related: fdo#49208 don't copy string if we can reuse the originalCaolán McNamara1-3/+3
2012-04-24DBG_UTIL vs OSL_DEBUG_LEVEL confusionStephan Bergmann1-9/+9
2012-03-21BigPtrArray: deploy some assertsMichael Stahl1-9/+7
2012-03-08tidy up SwBreakItCaolán McNamara1-18/+18
2012-03-08de-uno-ize ScriptTypeDetectorCaolán McNamara1-5/+2
2012-03-08tidy up WW8FormulaControl, with knock on results elsewhereCaolán McNamara1-1/+1
2012-02-28we don't want any of these to be streamed out/in as 64bit valuesCaolán McNamara1-2/+5
2012-02-20remove now unused swunodef.hxxThomas Arnhold1-1/+0
2012-02-20expand and remove macro STAR_REFERENCEThomas Arnhold1-1/+1
2012-02-20expand and remove macro STAR_NMSPCThomas Arnhold1-1/+1
2012-02-17EasyHack 42790: get rid of PRODUCTLaurent Balland-Poirier1-1/+1
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2-5/+4
2012-01-20Mempool size args are unused.Stephan Bergmann1-28/+28
2012-01-09simplify CharClassCaolán McNamara1-12/+7
2012-01-05Removed unnecessary tools includes.Marcel Metz1-0/+1
2012-01-05Removed unnecessary tools includes.Marcel Metz1-1/+0
2011-12-22sw: Improved document comparison based on RSIDs.Tzvetelina Tzeneva1-3/+6
2011-12-05Avoid mixed signed/unsigned warning.Stephan Bergmann1-2/+3
2011-11-28Undo short -> xub_StrLen change (fixes warning on Mac OS X).Stephan Bergmann1-1/+1
2011-11-27remove include of pch header from swNorbert Thiebaud13-26/+0
2011-11-24SwIndex, SwIndexReg::~SwIndexReg: deploy assert()Michael Stahl1-13/+14
2011-11-24SwIndex: remove global EmptyIndexArrayMichael Stahl1-14/+16
2011-11-24SwIndex: cleanup: add Init methodMichael Stahl1-27/+21
2011-11-24SwIndex: clean up Remove duplicationMichael Stahl1-35/+19
2011-11-24SwIndex: style cleanupMichael Stahl1-189/+188
2011-11-24sw: remove debug instance countingMichael Stahl1-15/+0
2011-11-24sw: enable more debug code:Michael Stahl3-9/+5
2011-11-24sw: replace abuses of OSL_DEBUG_LEVEL with DBG_UTILMichael Stahl2-65/+61
2011-11-17redundant if not-null checks on deleteIvan Timofeev1-2/+1
2011-11-03Follow UAX-29 and present user-perceived character countsCaolán McNamara1-0/+17
2011-11-03ByteString->rtl::OStringCaolán McNamara1-1/+1
2011-10-20SvUShorts -> std::vectorDaniel Di Marco1-11/+10
2011-10-10aEmptyByteStr unnecessaryCaolán McNamara1-1/+0
2011-09-19Do not delete SwIndexReg::pEmptyIndexArray while SwXTextCursor instances can ...Stephan Bergmann2-6/+2
2011-08-02SwCache: fix build with dbglevel=2Miklos Vajna1-1/+2
2011-07-27ByteString->rtl::OStringBufferCaolán McNamara1-29/+57
2011-06-09translate thisCaolán McNamara1-1/+1
2011-06-08Remove the remaining debug.hxx includes in writerJacek Wolszczak2-5/+0
2011-06-03__cdecl -> SAL_CALLChristina Rossmanith1-8/+1
2011-05-31Translated debug messages in SwCacheCédric Bosdonnat1-14/+14
2011-05-20adjust for return by referenceCaolán McNamara1-1/+1
2011-05-20use non-leaky singleton pattern hereCaolán McNamara1-13/+30
2011-05-09REPLACE DBG_stuff with OSL_ASSERT and OSL_FAILJacek Wolszczak2-7/+7
2011-04-22left arrow comments removed // <--Júlio Hoffimann1-1/+0
2011-04-18all bogus comments removed keeping the indentationJúlio Hoffimann1-1/+1
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold1-2/+2
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky11-310/+232