summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
2013-11-20avmedia: Implement "block untrusted referer links" featureStephan Bergmann1-1/+3
2013-11-19convert equalsAsciiL calls to startWith calls where possibleNoel Grandin4-39/+35
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin11-57/+56
2013-11-15Resolves: fdo#62461 put preferred image firstCaolán McNamara2-43/+52
2013-11-14SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann4-7/+0
2013-11-14rhbz#887420 Implement "block untrusted referer links" featureStephan Bergmann2-1/+10
2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann2-4/+4
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-10/+1
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-6/+0
2013-11-14remove unnecessary sal_Unicode casts in XMLOFF moduleNoel Grandin45-247/+247
2013-11-13clear c++11ishCaolán McNamara2-6/+7
2013-11-13Respect svg:font-face-format element.Brennan Vincent3-4/+97
2013-11-11xmloff: include <> for external includesNorbert Thiebaud216-309/+309
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin6-16/+16
2013-11-11convert OUString !compareToAscii to equalsAsciiNoel Grandin1-1/+1
2013-11-11convert OUString 0==compareToAscii to equalsAsciiNoel Grandin6-27/+27
2013-11-11remove unnecessary use of OUString constructorNoel Grandin3-6/+6
2013-11-10cppcheck: reduce scopeJulien Nabet1-1/+1
2013-11-07remove misleading commentAndras Timar1-1/+1
2013-11-07fdo#63020: Replace ::comphelper::stl_begin()...Marcos Paulo de Souza4-10/+5
2013-11-07remove unnecessary use of OUString constructor in XMLOFF moduleNoel Grandin7-28/+24
2013-11-06Remove #ifdef TIMELOG'ed SAL_INFOsStephan Bergmann2-23/+0
2013-11-06check for empty stringCaolán McNamara1-1/+2
2013-11-05Resolves: #i123542# corrected ODF XML export of 3D cube and sphereArmin Le Grand1-9/+13
2013-11-05corrected export of polygons with textArmin Le Grand1-38/+30
2013-11-05update pchThomas Arnhold1-0/+5
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin1-6/+6
2013-11-04remove redundant calls to OUString constructorNoel Grandin3-5/+5
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin4-7/+5
2013-11-02Revert "transpose "data in rows" ranges for internal data provider, fdo#62057"Markus Mohrhard3-36/+6
2013-11-01Directly use OUStringStephan Bergmann2-45/+46
2013-10-31I assume this is missingStephan Bergmann1-0/+3
2013-10-31Related #i123433# PolyPolygonBezier must be drawing::PolyPolygonBezierCoordsCaolán McNamara1-21/+11
2013-10-31Resolves: #i123433# Detect pseudo-vertices at svg import...Armin Le Grand10-1547/+492
2013-10-31Remove the xmloff::token::ResetTokens race conditionStephan Bergmann5-42/+0
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin1-5/+5
2013-10-30 Fix for Chart Series NamesVinaya Mandke1-2/+9
2013-10-28gbuild: set Package default target to INSTDIRMichael Stahl1-2/+0
2013-10-23fixincludeguards.sh: xmloffThomas Arnhold286-739/+738
2013-10-23clean up places accessing the NULL at the of an OUStringNoel Grandin2-11/+25
2013-10-23clean up some include guardsThomas Arnhold1-3/+3
2013-10-23convert code to use OUString::endsWithNoel Grandin1-2/+2
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist10-12/+12
2013-10-18fdo#60698: Move fileaccess module to ucbMarcos Paulo de Souza1-1/+0
2013-10-16cleanupThomas Arnhold1-6/+0
2013-10-15update pchThomas Arnhold1-0/+2
2013-10-13Combine a pointlessly split class implementation and bin unused private fieldTor Lillqvist5-3913/+3785
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 Abe14-143/+143
2013-10-11loplugin if-body warningsStephan Bergmann1-0/+4