summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)Author
2012-07-30add in some more filter testsCaolán McNamara
2012-07-30rather pointless cast to longCaolán McNamara
2012-07-30split foul SwSortElement::operator< into a keycompare methodCaolán McNamara
2012-07-30const up SwSortElement::operator*Caolán McNamara
2012-07-30move SwSortElements to .cxxCaolán McNamara
2012-07-30remove unnecessary includes of svl/svarray.hxxCaolán McNamara
2012-07-30C40_GETPOS is unnecessary nowCaolán McNamara
2012-07-30ditch SV_DECL_PTRARR_SORT_DELCaolán McNamara
2012-07-30Related: fdo#36089 improve import of EQ field in writerfilterMiklos Vajna
2012-07-30Typo ressource -> resourceStephan Bergmann
2012-07-30Bug 48549 - System::Beep() removalMathieu Vonlanthen
2012-07-29Convert InsCaptionOptArr to boost::ptr_vectorCaolán McNamara
2012-07-29Partially revert "Remove unused defines"Thomas Arnhold
2012-07-28update comments about SvPtrArrCaolán McNamara
2012-07-28Use memcmp insteadof rtl_compareMemory in swArnaud Versini
2012-07-28fix STL conversion 3ae618f9e4c34d5f6f10d953e3fb074018001748:Michael Stahl
2012-07-27fdo#48033 fix RTF import of pictures inside table cellsMiklos Vajna
2012-07-27convert SvxMSDffShapeInfos to sorted_vectorNoel Grandin
2012-07-27warning C4804: unsafe use of type 'bool'Michael Stahl
2012-07-27warning C4018: '>': signed/unsigned mismatchMichael Stahl
2012-07-27sw: fix some warningsMichael Stahl
2012-07-27some tweaks in RTF filterMichael Stahl
2012-07-27SmOoxmlImport::handleR: escape brackets in math runsMiklos Vajna
2012-07-27fix import of nested RTF_MF groupsMiklos Vajna
2012-07-27add RtfAttributeOutput::FlyFrameOLEReplacementMiklos Vajna
2012-07-27implement import/export of RTF_MMATHPICTMiklos Vajna
2012-07-27SmRtfExport: get current encoding from Writer instead of assuming the defaultMiklos Vajna
2012-07-27android: get ucpchelp1 conditionals right.Michael Meeks
2012-07-27test RTF_M{RAD,SEPCHR,SSUB,F}Miklos Vajna
2012-07-27test rtf import/export of math placeholdersMiklos Vajna
2012-07-27test RTF_M{NARY,LIMUPP,STRIKEH}Miklos Vajna
2012-07-27test RTF_M{LIM,M,BOX}Miklos Vajna
2012-07-26Convert SV_DECL_PTRARR_SORT_DEL(_SwRedlineTbl) to o3tl::sorted_vectorNoel Grandin
2012-07-26Convert SV_DECL_PTRARR_SORT(SwBlockNames) to o3tl::sorted_vectorNoel Grandin
2012-07-26Convert SV_DECL_VARARR_SORT(_MergePos) to o3tl::sorted_vectorNoel Grandin
2012-07-26Convert SV_DECL_VARARR_SORT(_CpyTabFrms) to o3tl::sorted_vectorNoel Grandin
2012-07-26refactor ModelToViewHelper, should have unchanged resultsCaolán McNamara
2012-07-26test RTF math export escapingMiklos Vajna
2012-07-26test RTF_MDMiklos Vajna
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-26add tests for RTF_MACC and RTF_MEQARRMiklos Vajna
2012-07-25Remove unused parameter.Kohei Yoshida