summaryrefslogtreecommitdiff
path: root/svx/source/xoutdev
AgeCommit message (Expand)Author
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-10-20loplugin: cstylecastNoel Grandin
2014-10-20coverity#735639 Division or modulo by float zeroCaolán McNamara
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt32Noel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteInt32Noel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteInt16Noel Grandin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-08-19svx: Cleanup ASCII art and useless commentsChris Laplante
2014-08-04prevent memory leakMarkus Mohrhard
2014-07-29drop use of SFX_ITEM_PRESENTATION_NONENoel Grandin
2014-07-29simplify return argument of SfxPoolItem::GetPresentationNoel Grandin
2014-07-19XFillStyle -> css::drawing::FillStyleMiklos Vajna
2014-07-03Avoid null this pointers in member function callsStephan Bergmann
2014-06-26check for self-assignCaolán McNamara
2014-06-23Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet
2014-05-16unused XGradient::VclGradientMiklos Vajna
2014-05-13unused XFillStyleItem ctorMiklos Vajna
2014-05-10coverity#984153 Uninitialized scalar fieldCaolán McNamara
2014-04-15svx: sal_Bool->boolNoel Grandin
2014-04-11Introduce twip/mm100 conversion functions instead of duplicated macrosTor Lillqvist
2014-04-01coverity#708395 Uninitialized pointer fieldCaolán McNamara
2014-03-14svx: sal_Bool->boolNoel Grandin
2014-03-07Do not convert SVGs to JPEGs when editing with external toolAlex Henrie
2014-03-06n#821567: Use BitmapURL only if its valid.Muthu Subramanian
2014-03-03SVX : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini
2014-02-27Resolves: #i15508# Added support for BMP file typeArmin Le Grand
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-02-20svl: sal_Bool -> boolStephan Bergmann
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin
2014-02-04convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin
2014-01-28bool improvementsStephan Bergmann
2014-01-22convert more SvStream::operator<< callsNoel Grandin
2014-01-20Related: #i56998# use locale rules to format percentageCaolán McNamara
2014-01-20Resolves: #i56998# add a space separater between value and unit...Tsutomu Uchino
2014-01-16convert SvStream::operator<< overloads to more explicit methodsNoel Grandin
2014-01-10SfxPoolItem::operator ==, != should return boolStephan Bergmann
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin
2013-12-09fix equalsAscii conversion. Noticed in fdo#72391Noel Grandin
2013-11-19convert equalsAsciiL calls to startWith calls where possibleNoel Grandin
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin
2013-11-14rhbz#887420 Implement "block untrusted referer links" featureStephan Bergmann
2013-11-05Resolves: i123564 corrected some aspects when working with bitmaps...Armin Le Grand
2013-10-01convert remnants of String in SVX to StringNoel Grandin
2013-09-29fix undefined behavior with out-of-bounds substring accessMarkus Mohrhard
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara
2013-09-05convert svx/* from XubString to OUStringNoel Grandin
2013-09-05convert svx/source/xoutdev/*.cxx from String to OUStringNoel Grandin