summaryrefslogtreecommitdiff
path: root/sw/source/core/txtnode/ndtxt.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-02-22fix sw buildCaolán McNamara1-4/+4
2013-02-20SwTxtNode::GetExpandTxt: fix an assertionMichael Stahl1-1/+2
2013-02-18SwTxtNode: deploy some assertsMichael Stahl1-24/+27
2013-02-18sw: let SwTxtNode::GetTxt() return OUStringMichael Stahl1-12/+12
2013-02-18SwTxtNode::CutImpl: check for max text limitMichael Stahl1-0/+5
2013-02-18sw; convert SwTxtNode::m_Text to OUStringMichael Stahl1-41/+49
2013-02-17apparently there's no ssize_t on windowsLuboš Luňák1-4/+4
2013-02-15fdo#60732: check max size in SwTxtNode::ReplaceTextMichael Stahl1-7/+19
2013-02-15fdo#60732: make callers of SwTxtNode::InsertText more robust:Michael Stahl1-12/+23
2013-02-15fdo#60732: SwTxtNode: limit to less than STRING_LEN charsMichael Stahl1-1/+5
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida1-2/+2
2013-02-12fdo#60668: filter out fieldmark chars from Index entries:Michael Stahl1-13/+30
2013-02-11use static/reinterpret_cast and minor rewriteMaxime de Roucy1-6/+2
2013-02-02fix if statement and translate German OSL_ENSUREJoren De Cuyper1-5/+4
2012-12-12sal_Bool to boolTakeshi Abe1-7/+7
2012-12-11PCH support for Library_swLuboš Luňák1-2/+2
2012-11-30re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-10-28sal_Bool to boolTakeshi Abe1-4/+4
2012-10-24sal_Bool to boolTakeshi Abe1-1/+1
2012-10-20sal_Bool to boolTakeshi Abe1-4/+4
2012-10-19replace sxub_Unicode by sal_UnicodeNorbert Thiebaud1-1/+1
2012-10-15postfix operator++ -> prefix operator++Luboš Luňák1-4/+4
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-3/+3
2012-10-10sal_Bool to boolTakeshi Abe1-2/+2
2012-08-03Related: fdo#46757 extend ModelToViewHelper for more casesCaolán McNamara1-36/+116
2012-07-26Convert SV_DECL_PTRARR_SORT_DEL(_SwRedlineTbl) to o3tl::sorted_vectorNoel Grandin1-2/+2
2012-07-26refactor ModelToViewHelper, should have unchanged resultsCaolán McNamara1-19/+9
2012-07-26Convert SV_DECL_PTRARR_SORT(_SwFtnIdxs) to o3tl::sorted_vectorNoel Grandin1-1/+1
2012-07-25delete svl/svstdarr.hxxMichael Stahl1-1/+0
2012-07-180xFFF9 is a better choice for CH_TXTATR_INWORD than 0x0002.Caolán McNamara1-1/+1
2012-07-17warning C4701: potentially uninitialized local variable usedMichael Stahl1-1/+1
2012-07-17Resolves: fdo49629 GotoEndOfWord fails with footnote at word endCaolán McNamara1-15/+38
2012-07-09Resolves: fdo#51908 drop word/char count cache when numbering rule changesCaolán McNamara1-0/+4
2012-07-03ditch String::CreateFromAsciiCaolán McNamara1-4/+3
2012-06-20Convert SV_DECL_PTRARR_DEL of Sw*Fmts to std::vectorNoel Grandin1-1/+1
2012-05-09fix crash in CheckFields test from previous commitMichael Stahl1-3/+3
2012-05-09Convert SV_DECL_PTRARR(SwpHts) to std::vectorNoel Grandin1-20/+17
2012-03-21rhbz#789022: SwNodes: fix inconsistent outline check:Michael Stahl1-0/+6
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann1-2/+2
2012-01-10Remove _SVSTDARR_STRINGSISORTDTORAugust Sodora1-2/+0
2011-12-22sw: Improved document comparison based on RSIDs.Tzvetelina Tzeneva1-0/+40
2011-11-27remove include of pch header from swNorbert Thiebaud1-2/+0
2011-11-24sw: enable more debug code:Michael Stahl1-3/+1
2011-11-24sw: replace abuses of OSL_DEBUG_LEVEL with DBG_UTILMichael Stahl1-1/+1
2011-11-17redundant if not-null checks on deleteIvan Timofeev1-2/+1
2011-09-20replaced some SvUShorts with std::vectorDaniel Di Marco1-7/+8
2011-07-22Replace SvUShorts with vector in rolbck.hxx and cascade changes.Nigel Hawkins1-12/+12
2011-06-15Replace SvULongs with std::vector in mvsave.hxxNigel Hawkins1-5/+4
2011-06-14Replace SvUShortsSort with std::set<sal_uInt16> in SwDoc::ResetAttrs.Nigel Hawkins1-24/+16
2011-05-16Some cppcheck cleaningJulien Nabet1-1/+1