summaryrefslogtreecommitdiff
path: root/sw/source
AgeCommit message (Expand)Author
2012-07-26refactor ModelToViewHelper, should have unchanged resultsCaolán McNamara
2012-07-26fix non-const accesses in previous commit:Michael Stahl
2012-07-26Convert SV_DECL_VARARR_SORT_VISIBILITY(SvxTabStopArr) o3tl::sorted_vectorNoel Grandin
2012-07-26Convert SV_DECL_VARARR( _MapTblFrmFmts) to std::vectorNoel Grandin
2012-07-26Convert SV_DECL_VARARR(SwRects) to std::vectorNoel Grandin
2012-07-26fix previous STL conversion commit:Michael Stahl
2012-07-26Convert SV_DECL_VARARR_SORT(_SwPamRanges) to o3tl::sorted_vectorNoel Grandin
2012-07-26Convert SV_DECL_PTRARR_SORT(_SwFtnIdxs) to o3tl::sorted_vectorNoel Grandin
2012-07-26fix previous STL conversion commit:Michael Stahl
2012-07-26Convert SV_DECL_PTRARR_SORT(SwSelBoxes) to o3tl::sorted_vectorNoel Grandin
2012-07-25Remove unused parameter.Kohei Yoshida
2012-07-25Referer was set to SfxMedium but was never used. Removing it.Kohei Yoshida
2012-07-25sal_Bool to bool, String to OUString, in SfxMedium.Kohei Yoshida
2012-07-25move rtf escaping functions to msfilter, so starmath can use them as wellMiklos Vajna
2012-07-25sorted_vector: MSVC doesn't know which erase to callMichael Stahl
2012-07-25delete svl/svstdarr.hxxMichael Stahl
2012-07-25remove typedef StringPtrMichael Stahl
2012-07-25svstdarr.hxx: remove SvXub_StrLensMichael Stahl
2012-07-25autocomplete: replace horrible use of SvStringsISortDtor...Michael Stahl
2012-07-25tblrwcl.cxx: convert 2 sorted_vectors to 1 mapMichael Stahl
2012-07-25Convert SV_DECL_PTRARR_DEL(_SwSeqFldList) to std::vectorNoel Grandin
2012-07-25Convert SV_DECL_PTRARR_SORT(SwSortTableLines) to o3tl::sorted_vectorNoel Grandin
2012-07-25Convert SV_DECL_PTRARR_DEL(SwRedlineSaveDatas) to std::vectorNoel Grandin
2012-07-25Convert SV_DECL_PTRARR_SORT(SwTableSortBoxes) to o3tl::sorted_vectorNoel Grandin
2012-07-25Convert SV_DECL_PTRARR_SORT(SwOutlineNodes) to o3tl::sorted_vectorNoel Grandin
2012-07-25sorted_vector: add erase(const_iterator) methodsMichael Stahl
2012-07-25Convert SvStringsISortDtor from an SV_DECL_PTRARR to a o3tl::sorted_vectorNoel Grandin
2012-07-25export RTF_M{OMATH,R,F,FPR,TYPE,NUM,DEN,MATH}Miklos Vajna
2012-07-25cppcheck: move this pView test to where it makes senseCaolán McNamara
2012-07-24++aIter++ is quite funny, but it's in practice the same like ++aIterLuboš Luňák
2012-07-24warning C4702: unreachable codeStephan Bergmann
2012-07-24better page descriptor handling in RTFMichael Stahl
2012-07-23fdo#48549 System::Beep() removalMathieu Vonlanthen
2012-07-23fdo#39812: Writer: fix collapsing merged table border painting:Michael Stahl
2012-07-23Rename FieldEntry to WW8FieldEntryKristian Rietveld
2012-07-23-Werror,-Wshadow (Clang 3.1)Stephan Bergmann
2012-07-22remove using rtl::OUStringLuboš Luňák
2012-07-20SwXTextField::attachToRange: avoid unnecessary dynamic_castMiklos Vajna
2012-07-20SwDoc::DeleteRangeImplImpl: don't touch fieldmarks when undo is not availableMiklos Vajna
2012-07-20behind (hinter) -> afterCaolán McNamara
2012-07-20SwDoc::DeleteRangeImplImpl: avoid crash on undoing comment range insertMiklos Vajna
2012-07-20SwXTextField::attachToRange: don't generate new fieldmark id on each importMiklos Vajna
2012-07-20TextFieldmark::ReleaseDoc: properly remove text fieldmarks from SwDocMiklos Vajna
2012-07-20SwPostItField: add aName memberMiklos Vajna
2012-07-19Related: fdo#46757 fix weird word/char count with hidden deleted textCaolán McNamara
2012-07-19fdo#52241 remove just one entryDavid Tardon
2012-07-18Translate german sentencesJulien Nabet
2012-07-18Revert hrc string cleanupThomas Arnhold
2012-07-180xFFF9 is a better choice for CH_TXTATR_INWORD than 0x0002.Caolán McNamara
2012-07-18Related: fdo#38244 include ODF_COMMENTRANGE in annotation undo/redoCaolán McNamara