summaryrefslogtreecommitdiff
path: root/editeng/source
AgeCommit message (Expand)AuthorFilesLines
2012-07-28WaE: unused variableTor Lillqvist1-0/+2
2012-07-27some tweaks in RTF filterMichael Stahl1-1/+3
2012-07-26fix non-const accesses in previous commit:Michael Stahl1-2/+1
2012-07-26Convert SV_DECL_VARARR_SORT_VISIBILITY(SvxTabStopArr) o3tl::sorted_vectorNoel Grandin1-23/+23
2012-07-25delete svl/svstdarr.hxxMichael Stahl3-3/+0
2012-07-25autocomplete: replace horrible use of SvStringsISortDtor...Michael Stahl1-2/+2
2012-07-25Convert SvStringsISortDtor from an SV_DECL_PTRARR to a o3tl::sorted_vectorNoel Grandin3-23/+23
2012-07-18Various Clang 3.1 -Wunsued-variable, -Wconstant-conversionStephan Bergmann3-8/+7
2012-07-12throw some const love at SvxAutocorrWordListCaolán McNamara1-2/+2
2012-07-12make this a const_iterator for windows buildbotCaolán McNamara1-1/+1
2012-07-12Convert SV_DECL_PTRARR_SORT_DEL_VISIBILITY(SvxAutocorrWordList) to std::setNoel Grandin3-76/+38
2012-07-11Resolves: rhbz#836937 insanely slow with Zemberek installedCaolán McNamara1-319/+2
2012-07-11CalcDataFilesChangedCheckValue is always zeroCaolán McNamara1-11/+1
2012-07-11nCurrentDataFilesChangedCheckValue is kind of pointlessCaolán McNamara1-4/+1
2012-07-11Related: rhbz#836937 halve calls to expensive getAvailableServicesCaolán McNamara1-16/+9
2012-07-11remove distracting and unhelpful debugging codeCaolán McNamara1-32/+1
2012-07-09some UniString->rtl::OUStringCaolán McNamara9-42/+45
2012-07-05ConvertBorderWidthToWord: fix wrong INSET/OUSET conversion:Michael Stahl1-2/+2
2012-07-04refactor handling of double border widths:Michael Stahl2-17/+137
2012-07-04replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl3-84/+48
2012-07-04removed unnecessary forward declarations of classTakeshi Abe5-9/+0
2012-07-03ditch String::CreateFromAsciiCaolán McNamara2-3/+3
2012-07-02fdo#51582: Avoid double deletion of a text portion.Kohei Yoshida1-3/+4
2012-07-02Remove unused definesThomas Arnhold6-19/+0
2012-07-01Remove unused definesThomas Arnhold2-6/+0
2012-06-29Remove some unused defines and controlsThomas Arnhold3-10/+0
2012-06-29some pesky XubStringsCaolán McNamara1-3/+3
2012-06-29Remove some more PCH tracesThomas Arnhold10-117/+28
2012-06-27Remove commented out codeThomas Arnhold1-6/+0
2012-06-27Reduce newline bloat at eofThomas Arnhold4-137/+0
2012-06-26re-base on ALv2 code.Michael Meeks1-23/+14
2012-06-25rename SvxBorderLine::SetStyle to something unambiguousMichael Stahl3-26/+28
2012-06-23Fix prefix ++/-- operators for non-primitive typesJulien Nabet1-1/+1
2012-06-21replace all but one .hdl include with equivalent .hpp includes.Michael Meeks2-2/+2
2012-06-21reduce scope and replace some String::CreateFromAsciiCaolán McNamara2-8/+6
2012-06-21re-base on ALv2 code.Michael Meeks13-323/+206
2012-06-21re-base on ALv2 code.Michael Meeks2-46/+28
2012-06-19typo: paramters, paramaters -> parametersAndras Timar1-1/+1
2012-06-19move odd IsSimilarChinese debugging thing to local scopeCaolán McNamara1-0/+11
2012-06-19death to some UniStringsCaolán McNamara1-3/+2
2012-06-18convert LocaleDataWrapper to OUStringCaolán McNamara1-1/+1
2012-06-13Remove unnecessary size-too-large checkStephan Bergmann1-5/+0
2012-06-13Better fix for those short stringsStephan Bergmann1-3/+2
2012-06-13Drop throw clause that was incomplete anywayTor Lillqvist1-1/+1
2012-06-13Take care of short stringsStephan Bergmann1-0/+3
2012-06-12Convert SV_DECL_PTRARR_DEL(SvxRTFItemStackList) to boost::ptr_vectorNoel Grandin1-28/+25
2012-06-12don't need to realloc stringCaolán McNamara1-9/+7
2012-06-11remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara3-8/+5
2012-06-09Remove superfluous empty lines on topThomas Arnhold5-10/+0
2012-06-09Remove superfluous include commentsThomas Arnhold10-26/+0