summaryrefslogtreecommitdiff
path: root/xmloff/source/style
AgeCommit message (Expand)AuthorFilesLines
2014-12-02prevent invalid ods files with loext:fill-characterMarkus Mohrhard2-4/+5
2014-06-29fdo#80009: xmloff: ignore excessive fo:clip valuesMichael Stahl1-0/+7
2014-04-08accept proper number style condition != as not equal operator, fdo#76777Eike Rathke1-1/+8
2014-04-08fdo#76697: Remove this duplicate and use the UNO constant values instead.Kohei Yoshida1-34/+17
2014-03-07fdo#75260: Correctly draw double lines for both Writer and Calc.Kohei Yoshida1-20/+26
2014-02-08fdo#73281: Why!?Kohei Yoshida1-1/+1
2014-01-24Resolves: fdo#73355 reconcile legacy path bug detectionCaolán McNamara1-1/+1
2013-12-20added bool bForExport parameter to XMLPropertySetMapper ctorEike Rathke5-16/+36
2013-12-20prepared XMLPropertyMapEntry with mbImportOnly flagEike Rathke2-2/+4
2013-12-20reordered member variables for 4 byte alignmentEike Rathke1-2/+2
2013-12-18fdo#72452: ODF import/export: fix handling of style:page-numberMichael Stahl2-4/+5
2013-12-09resolved fdo#72537 write <loext:fill-character>Eike Rathke2-2/+3
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-3/+3
2013-11-14SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann1-2/+0
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-10/+1
2013-11-14remove unnecessary sal_Unicode casts in XMLOFF moduleNoel Grandin20-71/+71
2013-11-13clear c++11ishCaolán McNamara2-6/+7
2013-11-13Respect svg:font-face-format element.Brennan Vincent2-4/+96
2013-11-11xmloff: include <> for external includesNorbert Thiebaud28-46/+46
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin1-2/+2
2013-11-11convert OUString 0==compareToAscii to equalsAsciiNoel Grandin1-1/+1
2013-11-11remove unnecessary use of OUString constructorNoel Grandin1-1/+1
2013-11-07remove unnecessary use of OUString constructor in XMLOFF moduleNoel Grandin2-3/+3
2013-11-06check for empty stringCaolán McNamara1-1/+2
2013-10-31Resolves: #i123433# Detect pseudo-vertices at svg import...Armin Le Grand1-98/+53
2013-10-23fixincludeguards.sh: xmloffThomas Arnhold34-92/+91
2013-10-23clean up places accessing the NULL at the of an OUStringNoel Grandin1-1/+1
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-10-13Test _WIN32 instead of UNX as it's Windows that is the more specific caseTor Lillqvist1-3/+3
2013-10-13sal_Bool to boolTakeshi Abe1-2/+2
2013-10-01std::vector elements are default-initialized in constructorMatteo Casalin1-6/+0
2013-10-01fix Mac OSX buildMarkus Mohrhard1-8/+10
2013-09-30Include <algorithm> for std::sort()Tor Lillqvist1-0/+2
2013-09-30Add hack to optionally get stable ODF output from the same inputTor Lillqvist2-21/+213
2013-09-26typo fixes in commentsAndras Timar1-3/+3
2013-09-25sal_Bool to boolTakeshi Abe3-13/+13
2013-09-25Mark as const / staticTakeshi Abe2-4/+4
2013-09-25pXML_DrawAspect_Enum is no longer usedTakeshi Abe1-13/+0
2013-09-18Still WaE: unsafe mix of type 'sal_Bool' and type 'const bool'Tor Lillqvist1-1/+1
2013-09-18WaE: unsafe mix of type 'sal_Bool' and type 'const bool'Tor Lillqvist1-1/+1
2013-09-17Resolves: fdo#68431 style:font-name unknown in non autostyles in impress/drawCaolán McNamara4-5/+8
2013-09-17If it is a set, don't call it a list, that just confuses the readerTor Lillqvist2-43/+43
2013-09-16Insert impastp4.cxx into impastpl.cxxTor Lillqvist2-405/+380
2013-09-16Insert impastp3.cxx into impastpl.cxxTor Lillqvist2-144/+121
2013-09-16Insert impastp2.cxx into impastpl.cxxTor Lillqvist2-50/+29
2013-09-16Start of collecting the impastp*.cxx files into oneTor Lillqvist1-0/+0
2013-09-16sal_Bool to boolEike Rathke58-625/+624
2013-09-13conditional SAL_WARNEike Rathke1-1/+4
2013-09-13Bin unused MAX_CACHE_SIZETor Lillqvist1-2/+0
2013-08-31cppcheck: fix redundant assignmentJulien Nabet1-4/+1