Age | Commit message (Expand) | Author |
2012-07-28 | fix STL conversion 3ae618f9e4c34d5f6f10d953e3fb074018001748: | Michael Stahl |
2012-07-27 | fdo#48033 fix RTF import of pictures inside table cells | Miklos Vajna |
2012-07-27 | convert SvxMSDffShapeInfos to sorted_vector | Noel Grandin |
2012-07-27 | warning C4804: unsafe use of type 'bool' | Michael Stahl |
2012-07-27 | warning C4018: '>': signed/unsigned mismatch | Michael Stahl |
2012-07-27 | sw: fix some warnings | Michael Stahl |
2012-07-27 | some tweaks in RTF filter | Michael Stahl |
2012-07-27 | SmOoxmlImport::handleR: escape brackets in math runs | Miklos Vajna |
2012-07-27 | fix import of nested RTF_MF groups | Miklos Vajna |
2012-07-27 | add RtfAttributeOutput::FlyFrameOLEReplacement | Miklos Vajna |
2012-07-27 | implement import/export of RTF_MMATHPICT | Miklos Vajna |
2012-07-27 | SmRtfExport: get current encoding from Writer instead of assuming the default | Miklos Vajna |
2012-07-27 | android: get ucpchelp1 conditionals right. | Michael Meeks |
2012-07-27 | test RTF_M{RAD,SEPCHR,SSUB,F} | Miklos Vajna |
2012-07-27 | test rtf import/export of math placeholders | Miklos Vajna |
2012-07-27 | test RTF_M{NARY,LIMUPP,STRIKEH} | Miklos Vajna |
2012-07-27 | test RTF_M{LIM,M,BOX} | Miklos Vajna |
2012-07-26 | Convert SV_DECL_PTRARR_SORT_DEL(_SwRedlineTbl) to o3tl::sorted_vector | Noel Grandin |
2012-07-26 | Convert SV_DECL_PTRARR_SORT(SwBlockNames) to o3tl::sorted_vector | Noel Grandin |
2012-07-26 | Convert SV_DECL_VARARR_SORT(_MergePos) to o3tl::sorted_vector | Noel Grandin |
2012-07-26 | Convert SV_DECL_VARARR_SORT(_CpyTabFrms) to o3tl::sorted_vector | Noel Grandin |
2012-07-26 | refactor ModelToViewHelper, should have unchanged results | Caolán McNamara |
2012-07-26 | test RTF math export escaping | Miklos Vajna |
2012-07-26 | test RTF_MD | Miklos Vajna |
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-26 | add tests for RTF_MACC and RTF_MEQARR | Miklos Vajna |
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 |