summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Collapse)Author
2011-10-24callcatcher: remove some unused methodsCaolán McNamara
2011-10-21Use language/script specific CTL/CJK sample text in font previewCaolán McNamara
i.e. font names are often typically in English, so fairly useless to take the English name to preview what effect the font will have in a CTL/CJK script. More languages and scripts need to be added, but this should be sufficient to bootstrap this up
2011-10-21drop confusing and unused single font settersCaolán McNamara
2011-10-21Fix fdo#41995 fallout - recognize .svg in odf containerThorsten Behrens
Seems the graphic load code is stupid and not using the path name / file extension to guess file type, but only "magic byte" detection. Giving filter framework the path now, so that .svg actually loads.
2011-10-21Fix fdo#41995 - true embedding of svg images.Thorsten Behrens
Previously, svg images were always wrapped as .svm metafiles with a preview graphic. Sucks for interop - so now, we save true svgs at least for bleeding edge extended odf1.2
2011-10-19removed unused macroTakeshi Abe
2011-10-18fdo#41935: deadlock in ViewObjectContactOfUnoControlMichael Stahl
Remove the mutex member of ViewObjectContactOfUnoControl_Impl and use the SolarMutex instead, because the current usage of 2 mutexes is just too prone to deadlock.
2011-10-17Removed list and numbering paragraph styles and related option pageCédric Bosdonnat
2011-10-17increase the amount of text shown in the font previewCaolán McNamara
2011-10-17show CTL preview if CTL is enabledCaolán McNamara
2011-10-17show CJK preview if CJK is enabled, not just if UI is CJKCaolán McNamara
2011-10-17these can be constCaolán McNamara
2011-10-16Some callcatcher cleaningJulien Nabet
2011-10-14rename kanxi to kangxi for correctnessLior Kaplan
2011-10-12extract a common inline function into headerTakeshi Abe
2011-10-11#i108468#: clean up xmluconv code duplication, part 1:Michael Stahl
move convertNumber64 from SvXMLUnitConverter to sax::converter. remove duplicate methods from SvXMLUnitConverter: convertBool, convertPercent, convertColor, convertNumber, convertDouble, indexOfComma, encodeBase64, decodeBase64, decodeBase64SomeChars, clearUndefinedChars
2011-10-07WaE: unreferenced local variableTor Lillqvist
2011-10-07WaE: signed/unsigned mismatchTor Lillqvist
2011-10-07WaE: bool/sal_Bool mismatchTor Lillqvist
2011-10-07WaE: unreachable codeTor Lillqvist
2011-10-05added ARCANGLETO command implementation, optimization, fixes, debugRadek Doulik
- added new ARCANGLETO command needed for PPTX custom shapes import - added added placeholder for unimplemented QUADRATICCURVETO command, skip it's data at least so that we don't break other things for now - cache equations results to optimize custom shapes calculation PPTX import creates such equations that made system busy for long time, this removes that issue - added lot of debug output to help with debugging of complex imported custom shapes
2011-10-05remove const sal_Char * casts of rtl::OUStringToOString results, fixes ucbMichael Meeks
2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen
2011-10-04callcatcher: update listCaolán McNamara
2011-10-04regenerate listCaolán McNamara
2011-10-04callcatcher: various unused methodsCaolán McNamara
2011-10-02d.lst should be empty in gbuildized modulesMatúš Kukan
2011-10-01comment typosCaolán McNamara
2011-10-01callcatcher: freshly unused codeCaolán McNamara
2011-10-01callcatcher: unused CreateDrawOutlinerCaolán McNamara
2011-09-30Cleaned up DGColorNameLookUp.Stephan Bergmann
2011-09-30temp fix to issues stemming from 979e2c8f8b9325a5c75bfc1f388aa8f69b988d2cNorbert Thiebaud
2011-09-29add modelinesCaolán McNamara
2011-09-29callcatcher: unused codeCaolán McNamara
2011-09-29Replace SvULongs with std::vector in sfx2Maciej Rumianowski
Bug 38831, replace SvULongs with std::vector in sfx2 and related svtools
2011-09-29Replace SvULongs and SVUShorts with std::vectorMaciej Rumianowski
Replace SvULongs with std::vector<sal_uIntPtr> and SvUShorts with std::vector<sal_uInt16>
2011-09-28nothing initializes pDefaultExt anymoreCaolán McNamara
2011-09-28callcatcher: unused codeCaolán McNamara
2011-09-28re-work XPropertyList default extension handling to increase re-useMichael Meeks
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann
2011-09-27callcatcher: some unused methodsCaolán McNamara
2011-09-26only allowed to create these via factory methods nowCaolán McNamara
2011-09-26ByteString->rtl::OStringBufferCaolán McNamara
2011-09-26remove bogus visibility annotation on template classMichael Meeks
2011-09-26remove empty destructors in-lined on Mac, causing build errorsMichael Meeks
2011-09-26more post colortable cleanupMichael Meeks
2011-09-25WaE hide unused parameterNorbert Thiebaud
2011-09-24cleanup debug build pointer -> ref migration issuesMichael Meeks
2011-09-24WaE unused debug-printf static variableNorbert Thiebaud
2011-09-24remove some stray debug fprintfsMichael Meeks