Age | Commit message (Expand) | Author |
2012-07-26 | refactor ModelToViewHelper, should have unchanged results | Caolán McNamara |
2012-07-26 | fix non-const accesses in previous commit: | Michael Stahl |
2012-07-26 | Convert SV_DECL_VARARR_SORT_VISIBILITY(SvxTabStopArr) o3tl::sorted_vector | Noel Grandin |
2012-07-26 | Convert SV_DECL_VARARR( _MapTblFrmFmts) to std::vector | Noel Grandin |
2012-07-26 | Convert SV_DECL_VARARR(SwRects) to std::vector | Noel Grandin |
2012-07-26 | fix previous STL conversion commit: | Michael Stahl |
2012-07-26 | Convert SV_DECL_VARARR_SORT(_SwPamRanges) to o3tl::sorted_vector | Noel Grandin |
2012-07-26 | Convert SV_DECL_PTRARR_SORT(_SwFtnIdxs) to o3tl::sorted_vector | Noel Grandin |
2012-07-26 | fix previous STL conversion commit: | Michael Stahl |
2012-07-26 | Convert SV_DECL_PTRARR_SORT(SwSelBoxes) to o3tl::sorted_vector | Noel Grandin |
2012-07-25 | Remove unused parameter. | Kohei Yoshida |
2012-07-25 | Referer was set to SfxMedium but was never used. Removing it. | Kohei Yoshida |
2012-07-25 | sal_Bool to bool, String to OUString, in SfxMedium. | Kohei Yoshida |
2012-07-25 | move rtf escaping functions to msfilter, so starmath can use them as well | Miklos Vajna |
2012-07-25 | sorted_vector: MSVC doesn't know which erase to call | Michael Stahl |
2012-07-25 | delete svl/svstdarr.hxx | Michael Stahl |
2012-07-25 | remove typedef StringPtr | Michael Stahl |
2012-07-25 | svstdarr.hxx: remove SvXub_StrLens | Michael Stahl |
2012-07-25 | autocomplete: replace horrible use of SvStringsISortDtor... | Michael Stahl |
2012-07-25 | tblrwcl.cxx: convert 2 sorted_vectors to 1 map | Michael Stahl |
2012-07-25 | Convert SV_DECL_PTRARR_DEL(_SwSeqFldList) to std::vector | Noel Grandin |
2012-07-25 | Convert SV_DECL_PTRARR_SORT(SwSortTableLines) to o3tl::sorted_vector | Noel Grandin |
2012-07-25 | Convert SV_DECL_PTRARR_DEL(SwRedlineSaveDatas) to std::vector | Noel Grandin |
2012-07-25 | Convert SV_DECL_PTRARR_SORT(SwTableSortBoxes) to o3tl::sorted_vector | Noel Grandin |
2012-07-25 | Convert SV_DECL_PTRARR_SORT(SwOutlineNodes) to o3tl::sorted_vector | Noel Grandin |
2012-07-25 | sorted_vector: add erase(const_iterator) methods | Michael Stahl |
2012-07-25 | Convert SvStringsISortDtor from an SV_DECL_PTRARR to a o3tl::sorted_vector | Noel Grandin |
2012-07-25 | export RTF_M{OMATH,R,F,FPR,TYPE,NUM,DEN,MATH} | Miklos Vajna |
2012-07-25 | cppcheck: move this pView test to where it makes sense | Caolán McNamara |
2012-07-24 | ++aIter++ is quite funny, but it's in practice the same like ++aIter | Luboš Luňák |
2012-07-24 | warning C4702: unreachable code | Stephan Bergmann |
2012-07-24 | better page descriptor handling in RTF | Michael Stahl |
2012-07-23 | fdo#48549 System::Beep() removal | Mathieu Vonlanthen |
2012-07-23 | fdo#39812: Writer: fix collapsing merged table border painting: | Michael Stahl |
2012-07-23 | Rename FieldEntry to WW8FieldEntry | Kristian Rietveld |
2012-07-23 | -Werror,-Wshadow (Clang 3.1) | Stephan Bergmann |
2012-07-22 | remove using rtl::OUString | Luboš Luňák |
2012-07-20 | SwXTextField::attachToRange: avoid unnecessary dynamic_cast | Miklos Vajna |
2012-07-20 | SwDoc::DeleteRangeImplImpl: don't touch fieldmarks when undo is not available | Miklos Vajna |
2012-07-20 | behind (hinter) -> after | Caolán McNamara |
2012-07-20 | SwDoc::DeleteRangeImplImpl: avoid crash on undoing comment range insert | Miklos Vajna |
2012-07-20 | SwXTextField::attachToRange: don't generate new fieldmark id on each import | Miklos Vajna |
2012-07-20 | TextFieldmark::ReleaseDoc: properly remove text fieldmarks from SwDoc | Miklos Vajna |
2012-07-20 | SwPostItField: add aName member | Miklos Vajna |
2012-07-19 | Related: fdo#46757 fix weird word/char count with hidden deleted text | Caolán McNamara |
2012-07-19 | fdo#52241 remove just one entry | David Tardon |
2012-07-18 | Translate german sentences | Julien Nabet |
2012-07-18 | Revert hrc string cleanup | Thomas Arnhold |
2012-07-18 | 0xFFF9 is a better choice for CH_TXTATR_INWORD than 0x0002. | Caolán McNamara |
2012-07-18 | Related: fdo#38244 include ODF_COMMENTRANGE in annotation undo/redo | Caolán McNamara |