Age | Commit message (Expand) | Author |
2012-07-30 | remove unnecessary includes of svl/svarray.hxx | Caolán McNamara |
2012-07-30 | C40_GETPOS is unnecessary now | Caolán McNamara |
2012-07-30 | ditch SV_DECL_PTRARR_SORT_DEL | Caolán McNamara |
2012-07-30 | Related: fdo#36089 improve import of EQ field in writerfilter | Miklos Vajna |
2012-07-30 | Typo ressource -> resource | Stephan Bergmann |
2012-07-30 | Bug 48549 - System::Beep() removal | Mathieu Vonlanthen |
2012-07-29 | Convert InsCaptionOptArr to boost::ptr_vector | Caolán McNamara |
2012-07-29 | Partially revert "Remove unused defines" | Thomas Arnhold |
2012-07-28 | update comments about SvPtrArr | Caolán McNamara |
2012-07-28 | Use memcmp insteadof rtl_compareMemory in sw | Arnaud Versini |
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 |