summaryrefslogtreecommitdiff
path: root/sw/source/core/txtnode
AgeCommit message (Expand)AuthorFilesLines
2012-11-30re-base on ALv2 code. Includes:Michael Meeks14-322/+245
2012-11-23some i18n wrappers with LanguageTagEike Rathke1-3/+3
2012-11-19remove unnecessary #includeMatteo Casalin1-3/+1
2012-11-07sal_Bool to boolTakeshi Abe3-11/+11
2012-11-05sal_Bool to boolMatteo Casalin1-9/+9
2012-11-04Remove unused local variableMatteo Casalin1-1/+0
2012-10-28fix some VS 2010 specific issuesDavid Ostrovsky1-2/+2
2012-10-28sal_Bool to boolTakeshi Abe1-4/+4
2012-10-24sal_Bool to boolTakeshi Abe1-1/+1
2012-10-22sal_Bool to boolTakeshi Abe1-3/+3
2012-10-20sal_Bool to boolTakeshi Abe1-4/+4
2012-10-19replace sxub_Unicode by sal_UnicodeNorbert Thiebaud3-11/+11
2012-10-15postfix operator++ -> prefix operator++Luboš Luňák2-5/+5
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák5-18/+18
2012-10-10sal_Bool to boolTakeshi Abe2-8/+8
2012-08-29Resolves: fdo#38983 allow extra word boundary charactersCaolán McNamara1-20/+59
2012-08-27Resolves: fdo#51908 count empty paragraphs if they're numberedCaolán McNamara1-36/+45
2012-08-25SwpHintsArray::Check(): reindent thatMichael Stahl1-18/+20
2012-08-25SwpHintsArray: refactor assertions:Michael Stahl1-8/+12
2012-08-22fdo#53399 Word count is inconsistent and wrong with non-breaking spaceMuhammad Haggag1-10/+3
2012-08-03Related: fdo#46757 unsafe to pass expanded text to maskingCaolán McNamara1-9/+2
2012-08-03Related: fdo#46757 extend ModelToViewHelper for more casesCaolán McNamara1-36/+116
2012-07-31SwpHintsArray::DeleteAtPos: Apple GCC unused variable warningMichael Stahl1-0/+1
2012-07-31SwpHintsArray: deploy some assertsMichael Stahl1-8/+4
2012-07-31fix some problems in previous STL conversion:Michael Stahl1-20/+21
2012-07-31sw: convert SwpHtStart SwpHtEnd to sorted_vectorNoel Grandin1-90/+30
2012-07-30First step to change sorted vector with LookupTree for word autocompletion.Tomaž Vajngerl1-2/+2
2012-07-30rather pointless cast to longCaolán McNamara1-2/+2
2012-07-30ditch SV_DECL_PTRARR_SORT_DELCaolán McNamara1-4/+0
2012-07-26Convert SV_DECL_PTRARR_SORT_DEL(_SwRedlineTbl) to o3tl::sorted_vectorNoel Grandin2-3/+3
2012-07-26refactor ModelToViewHelper, should have unchanged resultsCaolán McNamara3-57/+33
2012-07-26Convert SV_DECL_PTRARR_SORT(_SwFtnIdxs) to o3tl::sorted_vectorNoel Grandin3-11/+9
2012-07-25delete svl/svstdarr.hxxMichael Stahl2-2/+0
2012-07-20behind (hinter) -> afterCaolán McNamara1-2/+2
2012-07-19Related: fdo#46757 fix weird word/char count with hidden deleted textCaolán McNamara1-0/+5
2012-07-180xFFF9 is a better choice for CH_TXTATR_INWORD than 0x0002.Caolán McNamara3-9/+9
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-09some UniString->rtl::OUStringCaolán McNamara3-6/+6
2012-07-04Convert Svptrarr to std::deque<const SwTxtAttr*>Noel Grandin1-13/+12
2012-07-03ditch String::CreateFromAsciiCaolán McNamara2-8/+7
2012-07-01Remove unused definesThomas Arnhold1-8/+0
2012-06-21replace all but one .hdl include with equivalent .hpp includes.Michael Meeks6-9/+9
2012-06-21re-base on ALv2 code.Michael Meeks6-141/+87
2012-06-20Convert SV_DECL_PTRARR_DEL of Sw*Fmts to std::vectorNoel Grandin1-1/+1
2012-06-19merge together hand-crafted traditional/simplified chinese testsCaolán McNamara1-4/+5
2012-06-15fdo#46757 Word/character count incorrect with record changes enabledMuhammad Haggag1-7/+6
2012-06-11fdo#50141: Character count (with spaces) incorrect with numbering on.Muhammad Haggag1-1/+1
2012-06-09Remove superfluous empty lines on topThomas Arnhold10-20/+0