summaryrefslogtreecommitdiff
path: root/sd/source/filter/xml
AgeCommit message (Expand)AuthorFilesLines
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-2/+2
2015-05-07Unwind SotStorageStreamRef typedefStephan Bergmann1-1/+1
2015-05-07Remove SvStorageStreamRef aliasStephan Bergmann1-1/+1
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-1/+1
2015-04-10convert SfxObjectCreateMode to scoped enumNoel Grandin1-3/+3
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-5/+5
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-11strip off hard-coded numbering from outliner preview on loadCaolán McNamara1-1/+14
2014-11-07Resolves: rhbz#1161238 sync PRESOBJ_OUTLINE para depths to outline numberingCaolán McNamara1-0/+48
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-3/+3
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin1-2/+2
2014-08-03put ReadThroughComponent to anon. namespace to avoid redefinitionTomaž Vajngerl1-0/+5
2014-06-25remove whitespacesMarkus Mohrhard2-25/+0
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet1-1/+1
2014-05-17Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part15Julien Nabet1-1/+1
2014-05-14Find places where uno::Sequence is passed by value.Noel Grandin1-2/+2
2014-05-11Fix previous commitJulien Nabet1-1/+1
2014-05-11Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10Julien Nabet1-1/+1
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet1-7/+7
2014-05-08Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part6Julien Nabet1-7/+7
2014-04-24sd: sal_Bool->boolNoel Grandin1-23/+23
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann3-2/+31
2014-03-14svx: sal_Bool->boolNoel Grandin1-4/+4
2014-02-23Remove unneccessary commentsAlexander Wilms1-13/+13
2014-01-17bool improvementsStephan Bergmann1-1/+3
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann1-2/+2
2013-12-12Remove unnecessary macroStephan Bergmann1-53/+51
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann1-42/+39
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann1-39/+42
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann1-42/+39
2013-12-05Remove obsolete SEQTYPE workaroundStephan Bergmann1-12/+2
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-2/+3
2013-11-06Remove #ifdef TIMELOG'ed SAL_INFOsStephan Bergmann1-12/+0
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann1-1/+0
2013-09-14String->OUStringIvan Timofeev1-2/+2
2013-09-05String->OUStringIvan Timofeev1-2/+2
2013-07-29String(SdResId(x)) -> SD_RESSTR(x)Caolán McNamara1-2/+2
2013-06-10fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFORadu Ioan1-38/+19
2013-06-05remove unused componentcontext.hxx includesNoel Grandin1-1/+0
2013-05-31UniString::CompareToAscii(RTL_CONSTASCII_STRINGPARAM("x"))==COMPARE_EQUAL ...Stephan Bergmann1-4/+3
2013-05-31Remove RTL_CONSTASCII_(U)STRINGPARAM (sd)Chr. Rossmanith1-14/+8
2013-05-10resolved fdo#35756 import more than 64k HTML table cellsEike Rathke1-2/+2
2013-04-25fdo#46808, Convert some XMultiServiceFactory to XComponentContextNoel Grandin1-24/+13
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2-16/+14
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold1-1/+1
2013-02-22fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac1-2/+2
2013-01-08DynamicErrorInfo objects must be allocated on the heapStephan Bergmann1-2/+2