summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Expand)AuthorFilesLines
2012-06-26tidy some resource stringsCaolán McNamara5-32/+25
2012-06-26re-base on ALv2 code.Michael Meeks3-75/+48
2012-06-25Remove ImplCreateScaled and ImplCreateRotatedScaledTomaž Vajngerl2-759/+0
2012-06-25use only Bitmap scaling and fixes to scalingTomaž Vajngerl1-192/+123
2012-06-25Cleanup code comments and change Sal_bool to boolTomaž Vajngerl1-50/+2
2012-06-25reduce static_initialization_and_destruction chainCaolán McNamara1-14/+11
2012-06-25remove some annoying XubStringsCaolán McNamara1-4/+4
2012-06-25Remove various commented out definesThomas Arnhold1-53/+0
2012-06-25hrc cleanup: Further cleanupThomas Arnhold1-4/+0
2012-06-23Fix prefix ++/-- operators for non-primitive typesJulien Nabet1-1/+1
2012-06-22use generic names rather than specific algorithm names when scalingLuboš Luňák1-6/+4
2012-06-22try somewhat harder to smoothscale objects (bnc#765998)Luboš Luňák2-31/+30
2012-06-22make it possible to cache the resulting pixmap with a metafileLuboš Luňák2-11/+305
2012-06-22fix counting of bitmaps in a metafileLuboš Luňák1-6/+6
2012-06-22be somewhat lenient when doing the one-bitmap WMF optimizationLuboš Luňák1-86/+97
2012-06-22improve/fix commentsLuboš Luňák1-7/+7
2012-06-22fix off-by-one when reading WMF/EMFLuboš Luňák1-2/+2
2012-06-22fix off-by-one in WMF/EMF readingLuboš Luňák1-1/+1
2012-06-22remove useless commentsLuboš Luňák1-4/+0
2012-06-22remove unused variableLuboš Luňák1-1/+0
2012-06-22re-base on ALv2 code.Michael Meeks9-207/+126
2012-06-21reduce scope and replace some String::CreateFromAsciiCaolán McNamara7-44/+43
2012-06-21re-base on ALv2 code.Michael Meeks107-2487/+1558
2012-06-21re-base on ALv2 code.Michael Meeks20-447/+321
2012-06-21hrc cleanup: Remove unused definesThomas Arnhold5-70/+0
2012-06-20fdo#38731 added Papiamento (Curaçao) [pap-CW] and (Bonaire) [pap-BQ]Eike Rathke1-0/+2
2012-06-19typo: paramters, paramaters -> parametersAndras Timar1-1/+1
2012-06-19merge together hand-crafted traditional/simplified chinese testsCaolán McNamara1-14/+9
2012-06-19Related: #i89077# Singapore uses simplified chineseCaolán McNamara1-9/+2
2012-06-19death to some UniStringsCaolán McNamara4-12/+9
2012-06-19no references to temporariesLuboš Luňák1-4/+3
2012-06-19remove some UniString ctorsCaolán McNamara3-7/+7
2012-06-18detect wrong UniString ctorCaolán McNamara1-1/+1
2012-06-18convert LocaleDataWrapper to OUStringCaolán McNamara1-1/+1
2012-06-16removed unused forward declarations of classTakeshi Abe2-6/+0
2012-06-15Give Macro recorder separate option, apart from Experimental featuresCor Nouws2-1/+36
2012-06-15hrc cleanup: Remove completely unused RIDsThomas Arnhold1-4/+0
2012-06-13reduce use of UniString ctor from null-terminated unicodearrayCaolán McNamara3-8/+8
2012-06-12use rtl_ustr_getLength instead of a temporary string just to find lengthCaolán McNamara1-1/+1
2012-06-11remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara3-11/+8
2012-06-10nuke dead codeTakeshi Abe2-86/+0
2012-06-09Remove superfluous empty lines on topThomas Arnhold7-15/+0
2012-06-09Remove superfluous include commentsThomas Arnhold2-6/+0
2012-06-08Convert SV_DECL_PTRARR(SvxEntryLst) to std::vectorNoel Grandin1-2/+2
2012-06-08fix missing braces in TextEngine::CreateLines in previous commitMichael Stahl2-18/+26
2012-06-08Convert SV_DECL_PTRARR(TextPortionArray) to std::vectorNoel Grandin4-52/+51
2012-06-08Forgot to add destructors for my PTRARR_DEL conversionsNoel Grandin2-2/+16
2012-06-08Convert SV_DECL_PTRARR_DEL(TextLines) to std::vectorNoel Grandin4-57/+63
2012-06-08Convert SV_DECL_PTRARR_DEL(TextCharAttribs) to std::vectorNoel Grandin2-37/+29
2012-06-08Convert SV_DECL_PTRARR(TextViews) to std::vectorNoel Grandin2-30/+28