summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-25svtools: sal_Bool->boolNoel Grandin95-576/+578
2014-03-25svtools: sal_Bool->boolNoel Grandin10-225/+225
2014-03-25svtools: sal_Bool->boolNoel Grandin12-84/+84
2014-03-25svtools/svparser.hxx: sal_Bool->boolNoel Grandin5-28/+28
2014-03-25svtools/svtabbax.hxx: sal_Bool->boolNoel Grandin6-21/+21
2014-03-25svtools: sal_Bool->boolNoel Grandin10-152/+153
2014-03-25fdo#74702 DrawTransformedBitmapEx simplifiedChris Sherlock1-2/+1
2014-03-25fdo#74702 Move GetBitCount() and GetAlphaBitCount into correct classesChris Sherlock4-27/+24
2014-03-25fdo#74702 Moved EnableRTL() logic to specific classes where appropriateChris Sherlock8-61/+43
2014-03-25More vertical space for the options dialogAndreas Mantke1-1/+1
2014-03-25fdo#76568 remove BerkeleyDB from license textAndras Timar3-410/+167
2014-03-25prevent KDE/Qt from interfering with the session managerLuboš Luňák2-9/+16
2014-03-25Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe4-21/+17
2014-03-25remove commented codeThomas Arnhold1-1/+0
2014-03-25add parameter to supress dialogMathias Supp3-6/+9
2014-03-25avoid repeated table layouting (fdo#75622)Luboš Luňák1-3/+28
2014-03-25use a grid instead of a box because they shrink betterCaolán McNamara1-106/+109
2014-03-25Remove commented-out debug codeStephan Bergmann1-3/+0
2014-03-25Adapt to sal/log.hxxStephan Bergmann1-10/+6
2014-03-25fdo#76563 DOCX import: speed up importing lots of hyperlinksMiklos Vajna2-4/+44
2014-03-25Revert "avoid infinite loop when setting vert. text dir."David Tardon1-5/+3
2014-03-25update test filesDavid Tardon3-9/+9
2014-03-25i115391 corected from isLocked to IsPasteResize which was used in modifiers f...Armin Le Grand1-1/+1
2014-03-25Reduce IAccessibleTabListBox to what's actually usedStephan Bergmann3-11/+7
2014-03-25Remove dead codeStephan Bergmann4-73/+0
2014-03-25Remove dead codeStephan Bergmann20-113/+4
2014-03-25Remove dead codeStephan Bergmann2-199/+0
2014-03-25Remove stray fprintfMatteo Casalin1-1/+0
2014-03-25Simplify by choosing shape kind in SvXMLElementExport constructorMatteo Casalin1-14/+3
2014-03-25Use isEmpty and endsWithMatteo Casalin1-3/+2
2014-03-24Let's be more defensive here by checking for null return objects.Kohei Yoshida1-1/+8
2014-03-24Better to associate true for "enable" and false for "disable".Kohei Yoshida5-17/+17
2014-03-24Do not compare the same OUString twiceMatteo Casalin1-2/+3
2014-03-24OUString* to const OUString* as constructor argumentMatteo Casalin3-4/+3
2014-03-24sal_uInt16 to sal_(u)Int32 + some constificationsMatteo Casalin1-56/+51
2014-03-24Remove temporary OUString by bailing out earlyMatteo Casalin1-13/+11
2014-03-24Remove temporary OUStringsMatteo Casalin1-21/+13
2014-03-24sal_uInt16 to sal_Int32/int and remove some temporariesMatteo Casalin1-29/+24
2014-03-24sal_uInt16 to sal_Int32 and remove a temporary OUStringMatteo Casalin1-7/+5
2014-03-24Constify and reduce scopeMatteo Casalin1-6/+5
2014-03-24Remove some OUString concatenated appends and some temporariesMatteo Casalin1-30/+14
2014-03-24Result of expression is unused, remove that codeMatteo Casalin1-2/+0
2014-03-24sal_uInt16 to sal_uLong and remove unneeded castMatteo Casalin1-2/+2
2014-03-24sal_uInt16 to sal_Int32Matteo Casalin1-5/+5
2014-03-24Group common expressionMatteo Casalin1-8/+6
2014-03-24sal_uInt16 to sal_Int32 and removed some unneeded castsMatteo Casalin1-11/+11
2014-03-24sal_uInt16 to long in NumberingPreview::Paint and its helpersMatteo Casalin1-63/+40
2014-03-24sal_uInt16 to long and constify loop boundMatteo Casalin1-1/+2
2014-03-24Improved integer type consistence + some optimizationsMatteo Casalin1-14/+14
2014-03-24sal_uInt16 to sal_Int32, reduce scopes, constifyMatteo Casalin1-33/+26