summaryrefslogtreecommitdiff
path: root/reportdesign
AgeCommit message (Expand)AuthorFilesLines
2014-02-11coverity#705112 Using invalid iteratorCaolán McNamara1-5/+8
2014-02-11sal_Bool->boolNoel Grandin3-3/+3
2014-02-07sal_Bool -> boolStephan Bergmann2-7/+7
2014-02-06coverity#707968 Uninitialized pointer fieldCaolán McNamara1-2/+3
2014-02-04fdo#54938 Convert dtrans, remoteb., reportd., ucbhelper to cppu::supportsSer..Alexandre Vicenzi1-188/+174
2014-02-03uiconfig: remove obsolete helpid's and clean trailing whitespace.Michael Meeks4-39/+39
2014-02-03Unused REPORTDESIGN_DLLPRIVATEStephan Bergmann1-1/+0
2014-01-31coverity#738780-79 : Uninitialized scalar fieldNorbert Thiebaud1-0/+2
2014-01-31coverity#738781 : Uninitialized scalar fieldNorbert Thiebaud1-3/+5
2014-01-28bool improvementsStephan Bergmann9-12/+12
2014-01-24Introduce com.sun.star.task.theJobExecutor singleton.Matúš Kukan1-1/+0
2014-01-22bool improvementsStephan Bergmann2-6/+6
2014-01-21REPORTDESIGN : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini72-320/+0
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann3-19/+19
2014-01-18Window::PreNotify should return boolStephan Bergmann6-16/+16
2014-01-17Window::Notify should return boolStephan Bergmann2-3/+3
2014-01-09Consolidate XServiceInfo for classes derived from SvXMLImportStephan Bergmann2-24/+1
2014-01-08Consolidate XServiceInfo for classes derived from SvXMLExportStephan Bergmann2-29/+10
2013-12-31convert related family of tabdialogs to .uiCaolán McNamara11-256/+478
2013-12-31I can't see a route to create a RID_PAGEDIALOG_LINECaolán McNamara3-70/+0
2013-12-27cppcheck: fix reassigned valueJulien Nabet1-2/+1
2013-12-20typo fixesAndras Timar1-3/+3
2013-12-20added bool bForExport parameter to XMLPropertySetMapper ctorEike Rathke5-15/+15
2013-12-20prepared XMLPropertyMapEntry with mbImportOnly flagEike Rathke1-5/+5
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann4-7/+7
2013-12-17Remove unnecessary use of OUString constructor in OUStringBuffer::append callsNoel Grandin1-2/+2
2013-12-17Remove unnecessary use of OUString constructor in + expressionsNoel Grandin4-9/+7
2013-12-16uiconfig is a l10n-relevant targetBjoern Michaelsen1-1/+1
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann1-1/+1
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann4-45/+41
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann4-41/+45
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann4-45/+41
2013-12-07fdo#72391 empty formula is "rpt:", not starts with "rpt:"Lionel Elie Mamane1-1/+1
2013-12-06Clean up includes of comphelper/stl_types.hxxStephan Bergmann6-6/+0
2013-12-06Get rid of DECLARE_STL_MAPStephan Bergmann2-0/+9
2013-12-06Get rid of DECLARE_STL_STDKEY_MAPStephan Bergmann1-1/+1
2013-12-06Get rid of DECLARE_STL_USTRINGACCESS_MAPStephan Bergmann5-12/+20
2013-12-03convert getSuppressedArgumentCount from xub_StrLen -> sal_Int32Noel Grandin3-6/+6
2013-12-03convert IFormulaEditorHelper::*Selection methods from xub_StrLen to sal_Int32Noel Grandin2-7/+7
2013-11-25Fix some typos for "height"Julien Nabet2-5/+5
2013-11-22replace OUString::reverseCompareTo("xxx") with operator==Noel Grandin1-17/+17
2013-11-22remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin1-17/+17
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OStringBuffer constructorNoel Grandin1-2/+1
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin3-19/+19
2013-11-19convert equalsAsciiL calls to startWith calls where possibleNoel Grandin1-1/+1
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin2-3/+3
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin1-2/+2
2013-11-14SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann1-1/+0
2013-11-14make l10n buildable separatelyBjoern Michaelsen1-2/+5
2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann5-15/+14