summaryrefslogtreecommitdiff
path: root/sw/source/core/txtnode/ndtxt.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-05-06SW : Fix crash by checking find resultArnaud Versini1-1/+4
2013-04-23fdo#49076: copy numbering to clipboard only if start of para selectedMichael Stahl1-2/+3
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-2/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-4/+4
2013-03-08SwTxtNode::GetRedlineTxt: fix string conversionMiklos Vajna1-1/+1
2013-02-25fdo#61428: SwTxtNode::ReplaceText: brown paperbag fixMichael Stahl1-2/+2
2013-02-23Slight simplification of loopMatteo Casalin1-5/+3
2013-02-22fix build in debug codeLuboš Luňák1-1/+1
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