summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
2018-03-14loplugin:constantparamNoel Grandin1-3/+2
2018-03-14Moving XSAXDocumentBuilder2 to use XFastDocumentHandler:Mohammed Abdul Azeem10-174/+262
2018-03-14xmloff: ODF import: improve meta:generator checksMichael Stahl3-9/+148
2018-03-11use XML_EMBEDDEDOBJECTGRAPHIC_URL_BASE defineTomaž Vajngerl1-1/+3
2018-03-11xmloff: convert replacement image loading to use "Graphic" prop.Tomaž Vajngerl2-54/+21
2018-03-11xmloff: convert form controls to use Graphic property on importTomaž Vajngerl5-17/+24
2018-03-10xmloff: embedded objects can still use GraphicObject URLTomaž Vajngerl1-6/+9
2018-03-10loplugin:unusedfieldsNoel Grandin2-4/+1
2018-03-10xmloff: modify code relying on Graph.Object URL and cleanup codeTomaž Vajngerl2-38/+32
2018-03-09svx: convert "ThumbnailGraphicURL" prop. to "ThumbnailGraphic"Tomaž Vajngerl1-3/+3
2018-03-08loplugin:constantparam in svtools..unotoolsNoel Grandin1-2/+2
2018-03-08loplugin:unusedmethodsNoel Grandin1-43/+0
2018-03-07tdf#115432 footnote separator position wrong (3rd attempt)Noel Grandin1-1/+5
2018-03-07tdf#115432 footnote separator position wrong (2nd attempt)Noel Grandin1-1/+1
2018-03-07Revert "tdf#115432 footnote separator position remain in the left side"Noel Grandin1-2/+1
2018-03-07xmloff: remove "GraphicURL" from XMLShapeExportTomaž Vajngerl1-56/+42
2018-03-07xmloff: convert XMLTextParagraphExport to get rid of "GraphicURL"Tomaž Vajngerl7-108/+125
2018-03-07convert SymbolBitmapURL to SymbolBitmap used in chart2Tomaž Vajngerl3-19/+24
2018-03-07Move BackGraphicURL property & friends to BackGraphic + fixesTomaž Vajngerl8-58/+93
2018-03-06ofz#6764 Null-DereferenceCaolán McNamara1-1/+1
2018-03-06use more Color in xmloffNoel Grandin6-19/+18
2018-03-06add some color conversion methods to sax::ConverterNoel Grandin1-1/+1
2018-03-05drop sax::tools::*base64 methodsNoel Grandin9-10/+19
2018-03-02ofz#6656 -1 isn't a good flag for all elements filledCaolán McNamara1-4/+1
2018-03-02tdf#35301 xmloff: load / store loext:ruby-position.Mark Hung4-3/+24
2018-03-02tdf#115429 sax,xmloff: assert on empty attribute names & namespacesMichael Stahl1-0/+12
2018-03-01tdf#115429 xmloff: ODF import: fix handling of unknown attributesMichael Stahl2-3/+16
2018-02-28drop old tools/gen methods in reportdesign..xmloffNoel Grandin1-64/+64
2018-02-28convert COL_ constants to be of type ColorNoel Grandin1-1/+1
2018-02-28tdf#115429: declare fill-ruleJulien Nabet2-0/+2
2018-02-27tdf#115432 footnote separator position remain in the left sideNoel Grandin1-1/+2
2018-02-26use less RGB_COLORDATANoel Grandin1-2/+2
2018-02-26Fix typosAndrea Gelmini2-4/+4
2018-02-26xmloff: remove unused code when loading/saving the bitmap tableTomaž Vajngerl2-66/+3
2018-02-25remove const property name member for "GraphicURL"Tomaž Vajngerl3-7/+4
2018-02-25fix import of graphic bulletsTomaž Vajngerl1-8/+13
2018-02-23forcepoint #5 null derefCaolán McNamara1-5/+10
2018-02-22Replace "ReplacementGraphicURL" with "ReplacementGraphic" propertyTomaž Vajngerl2-26/+24
2018-02-21report the saved mimetype when saving graphic + mime from streamTomaž Vajngerl2-11/+14
2018-02-21tdf#115782: Need to use mirrored rotation in ODFArmin Le Grand2-2/+7
2018-02-20create uno::Any overrides for ColorNoel Grandin1-2/+2
2018-02-20drop Color::SetColor(ColorData) in favour of operator=Noel Grandin2-3/+3
2018-02-18Fix bug numbers in these commentsAdolfo Jayme Barrientos1-1/+1
2018-02-18remove printf left in the code by accidentTomaž Vajngerl1-1/+0
2018-02-18GetEmbeddedXGraphicStream to read XGraphic as streamTomaž Vajngerl1-0/+17
2018-02-16tdf#115519: Handle rotation for WriterFlyFrames correctlyArmin Le Grand2-2/+11
2018-02-15xmloff: avoid unhandled exception warningMiklos Vajna1-4/+3
2018-02-14shapes: don't use "GraphicURL" property, always use "Graphic"Tomaž Vajngerl7-74/+196
2018-02-13AddEmbeddedXGraphic: add parameter for requested nameTomaž Vajngerl1-2/+2
2018-02-10ofz#6180 Integer-overflowCaolán McNamara1-1/+4