summaryrefslogtreecommitdiff
path: root/svx/source/xoutdev
AgeCommit message (Expand)AuthorFilesLines
2014-07-19XFillStyle -> css::drawing::FillStyleMiklos Vajna1-6/+6
2014-07-03Avoid null this pointers in member function callsStephan Bergmann1-2/+3
2014-06-26check for self-assignCaolán McNamara1-0/+3
2014-06-23Avoid possible memory leaks in case of exceptionsTakeshi Abe6-25/+26
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin2-20/+0
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet1-2/+2
2014-05-16unused XGradient::VclGradientMiklos Vajna1-16/+0
2014-05-13unused XFillStyleItem ctorMiklos Vajna1-5/+0
2014-05-10coverity#984153 Uninitialized scalar fieldCaolán McNamara1-2/+3
2014-04-15svx: sal_Bool->boolNoel Grandin2-7/+7
2014-04-11Introduce twip/mm100 conversion functions instead of duplicated macrosTor Lillqvist1-5/+3
2014-04-01coverity#708395 Uninitialized pointer fieldCaolán McNamara1-18/+18
2014-03-14svx: sal_Bool->boolNoel Grandin6-42/+42
2014-03-07Do not convert SVGs to JPEGs when editing with external toolAlex Henrie1-1/+1
2014-03-06n#821567: Use BitmapURL only if its valid.Muthu Subramanian1-1/+3
2014-03-03SVX : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini1-13/+0
2014-02-27Resolves: #i15508# Added support for BMP file typeArmin Le Grand1-0/+4
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert5-0/+5
2014-02-20svl: sal_Bool -> boolStephan Bergmann2-2/+2
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin4-49/+49
2014-02-04convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin3-4/+4
2014-01-28bool improvementsStephan Bergmann2-3/+3
2014-01-22convert more SvStream::operator<< callsNoel Grandin2-12/+12
2014-01-20Related: #i56998# use locale rules to format percentageCaolán McNamara1-2/+6
2014-01-20Resolves: #i56998# add a space separater between value and unit...Tsutomu Uchino1-3/+3
2014-01-16convert SvStream::operator<< overloads to more explicit methodsNoel Grandin2-2/+2
2014-01-10SfxPoolItem::operator ==, != should return boolStephan Bergmann3-10/+10
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin2-36/+36
2013-12-09fix equalsAscii conversion. Noticed in fdo#72391Noel Grandin1-2/+2
2013-11-19convert equalsAsciiL calls to startWith calls where possibleNoel Grandin1-2/+2
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin2-11/+10
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin1-1/+1
2013-11-14rhbz#887420 Implement "block untrusted referer links" featureStephan Bergmann6-16/+18
2013-11-05Resolves: i123564 corrected some aspects when working with bitmaps...Armin Le Grand1-2/+4
2013-10-01convert remnants of String in SVX to StringNoel Grandin2-2/+2
2013-09-29fix undefined behavior with out-of-bounds substring accessMarkus Mohrhard1-3/+7
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara1-2/+2
2013-09-05convert svx/* from XubString to OUStringNoel Grandin2-93/+45
2013-09-05convert svx/source/xoutdev/*.cxx from String to OUStringNoel Grandin4-60/+60
2013-09-05convert include/svx/XPropertyEntry.hxx from String to OUStringNoel Grandin2-2/+2
2013-09-05convert include/svx/xbtmpit.hxx from String to OUStringNoel Grandin1-1/+1
2013-09-05convert include/svx/xcolit.hxx from String to OUStringNoel Grandin1-1/+1
2013-09-05convert include/svx/xf*.hxx from String to OUStringNoel Grandin1-4/+4
2013-09-05convert include/svx/xit.hxx from String to OUStringNoel Grandin1-19/+19
2013-09-05convert include/svx/xln*.hxx from String to OUStringNoel Grandin1-4/+4
2013-09-05convert include/svx/xoutbmp.hxx from String to OUStringNoel Grandin1-3/+3
2013-09-05convert include/svx/xsflclit.hxx from String to OUStringNoel Grandin1-1/+1
2013-09-05convert include/svx/xtable.hxx from String to OUStringNoel Grandin5-20/+20
2013-09-03XubString->OUStringCaolán McNamara1-2/+2
2013-09-01Remove some unused code from unusedcode.easyMarcos Paulo de Souza1-5/+0