summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)Author
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
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