summaryrefslogtreecommitdiff
path: root/src/lib/VSDXTheme.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-10-11tdf#154379 Fix reading TextBkgnd from ShapeBartosz Kosiorek1-2/+4
2024-10-10tdf#154379 Fix reading FillStyleLstBartosz Kosiorek1-2/+6
2024-03-19read and use simple solid fill stylesJaume Pujantell1-2/+102
2019-08-12simplify creation of xmlReaderDavid Tardon1-3/+1
2019-08-07drop XML_PARSE_NOENT and default to not expanding entitiesCaolán McNamara1-1/+1
2017-11-26ofz: ignore invalid/incomplete font entriesDavid Tardon1-6/+9
2017-09-18Convert 0 to nullptr where it's used as a pointer valueMiklos Vajna1-1/+1
2017-04-07boost::shared_ptr -> std::shared_ptrDavid Tardon1-2/+2
2017-02-24Parse Font schemeFridrich Štrba1-1/+119
2015-07-20move libxml2-related functions to a separate fileDavid Tardon1-0/+1
2015-07-15don't leak in case of exceptionDavid Tardon1-7/+7
2015-07-14fix more string leaksDavid Tardon1-4/+7
2015-06-29tdf#92270 VSDX theme color import fixAndras Timar1-0/+7
2014-02-03Parse the quick-style pointersFridrich Štrba1-4/+4
2014-02-03Little changes to theme parsingFridrich Štrba1-0/+59
2014-01-31With agreement of all contributors, simplifying licensing to MPL2Fridrich Štrba1-25/+5
2013-11-05librevenge namespaceFridrich Štrba1-1/+1
2013-11-04trying to move libvisio to librevenge APIFridrich Štrba1-1/+1
2013-09-21WaE: ... should be initialized in the member init. listDavid Tardon1-0/+29
2013-07-22Some more parsing of theme informationFridrich Štrba1-4/+175
2013-07-22Stub reader for a:clrSchemeFridrich Štrba1-2/+14
2013-07-22Reader for a:sysClrFridrich Štrba1-0/+21
2013-07-21reader function for a:srgbClrFridrich Štrba1-0/+22
2013-07-21a:srgbClr does not have # in the beginning of the hexFridrich Štrba1-2/+1
2013-07-20Add tokens related to themeFridrich Štrba1-2/+16
2013-07-20Stub the theme class to keep theme informationFridrich Štrba1-0/+57