summaryrefslogtreecommitdiff
path: root/svx/source/xoutdev
AgeCommit message (Expand)AuthorFilesLines
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-1/+1
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2-9/+9
2013-03-16Bin more pointless comments and ASCII graphicsTor Lillqvist1-24/+0
2013-03-15restore enough of XOBitmap to do fore/back color setting on escher patternsCaolán McNamara1-6/+216
2013-03-15Related: #i119125# change XFillBitmapItem to work with GraphicObjectArmin Le Grand4-499/+176
2013-03-04sal_Bool to boolTakeshi Abe1-2/+2
2013-02-22fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac2-4/+4
2013-01-30Revert "WaE: declaration of nWhich shadows a member of ´this´"Michael Stahl1-2/+2
2013-01-30the name field for SdrShadowColorItem seems to be redundant nowCaolán McNamara1-0/+6
2013-01-29sw: import draw:fill-gradient-name for Writer textframesMiklos Vajna1-1/+1
2013-01-28WaE: declaration of nWhich shadows a member of ´this´Miklos Vajna1-2/+2
2013-01-28fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac3-90/+85
2013-01-28XFillGradientItem: don't assume the default Which IDMiklos Vajna1-3/+3
2013-01-28SwXTextFrame: use XFillGradientItem instead of extending SvxBrushItemMiklos Vajna1-0/+16
2013-01-28SwXTextFrame: use XFillStyleItem instead of extending SvxBrushItemMiklos Vajna1-0/+5
2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac1-3/+3
2013-01-10valueOf sal_uInt16 -> valueOf sal_Int32Ivan Timofeev1-3/+3
2013-01-09Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac1-3/+3
2013-01-07Revert "dummy commit (WIP)"Luboš Luňák1-16/+3
2013-01-07dummy commit (WIP)Chr. Rossmanith1-3/+16
2013-01-07Cleanup: #include <tools/gen.hxx>Matteo Casalin1-0/+1
2013-01-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky1-2/+2
2013-01-01remove use of #pragma optimizeLuboš Luňák1-8/+0
2012-12-06just use return value optimizationCaolán McNamara2-22/+13
2012-11-27re-base on ALv2 code. Includes:Michael Meeks12-277/+169
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks2-48/+175
2012-08-07remove empty ascii boxes and stuffThomas Arnhold2-85/+0
2012-08-07drop bogus eof linesThomas Arnhold3-6/+0
2012-07-11Decrease header files dependenciesMatteo Casalin1-1/+1
2012-06-09Remove superfluous include commentsThomas Arnhold7-21/+0
2012-05-24Removed unused SfxMedium::bDirectStephan Bergmann1-2/+2
2012-04-30fdo#48536: prevent lineends from exceeding the background areaIvan Timofeev1-5/+4
2012-04-27removed dead codeTakeshi Abe1-16/+0
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2-7/+7
2012-04-02rtl::OUStrings already have a global empty stringCaolán McNamara1-3/+1
2012-04-02removed duplicate includes in svxTakeshi Abe1-1/+0
2012-03-23.cxx files don't need executable bitsMichael Stahl1-0/+0
2012-03-01callcatcher: update listCaolán McNamara1-10/+0
2012-02-14Remove unused code.Santiago Martinez1-15/+0
2012-01-14Fix for fdo43460 Part XXXVIII getLength() to isEmpty()Olivier Hallot1-2/+2
2011-12-06impress210: #i117133# put new drawing layer fill and stroke styles in pool on...Christian Lippka ORACLE1-2/+2
2011-11-27remove include of pch header from svxNorbert Thiebaud14-28/+0
2011-11-25gsl_getSystemTextEncoding -> osl_getThreadTextEncodingDavid Tardon1-1/+1
2011-09-28nothing initializes pDefaultExt anymoreCaolán McNamara1-2/+2
2011-09-28re-work XPropertyList default extension handling to increase re-useMichael Meeks5-6/+50
2011-09-24WaE unused debug-printf static variableNorbert Thiebaud1-1/+1
2011-09-24remove some stray debug fprintfsMichael Meeks1-2/+2
2011-09-24re-factor XPropertyList derivatives to use a rtl::ReferenceMichael Meeks4-51/+56
2011-09-22ByteString->rtl::OString[Buffer]Caolán McNamara1-2/+5
2011-09-11Initial DocumentSettingsSerializer implementationMichael Meeks1-13/+33