summaryrefslogtreecommitdiffstats
path: root/reportdesign
Commit message (Expand)AuthorAgeFilesLines
...
* Unused REPORTDESIGN_DLLPRIVATEStephan Bergmann2014-02-031-1/+0
* coverity#738780-79 : Uninitialized scalar fieldNorbert Thiebaud2014-01-311-0/+2
* coverity#738781 : Uninitialized scalar fieldNorbert Thiebaud2014-01-311-3/+5
* bool improvementsStephan Bergmann2014-01-289-12/+12
* Introduce com.sun.star.task.theJobExecutor singleton.Matúš Kukan2014-01-241-1/+0
* bool improvementsStephan Bergmann2014-01-222-6/+6
* REPORTDESIGN : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini2014-01-2172-320/+0
* Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann2014-01-213-19/+19
* Window::PreNotify should return boolStephan Bergmann2014-01-186-16/+16
* Window::Notify should return boolStephan Bergmann2014-01-172-3/+3
* Consolidate XServiceInfo for classes derived from SvXMLImportStephan Bergmann2014-01-092-24/+1
* Consolidate XServiceInfo for classes derived from SvXMLExportStephan Bergmann2014-01-082-29/+10
* convert related family of tabdialogs to .uiCaolán McNamara2013-12-3111-256/+478
* I can't see a route to create a RID_PAGEDIALOG_LINECaolán McNamara2013-12-313-70/+0
* cppcheck: fix reassigned valueJulien Nabet2013-12-271-2/+1
* typo fixesAndras Timar2013-12-201-3/+3
* added bool bForExport parameter to XMLPropertySetMapper ctorEike Rathke2013-12-205-15/+15
* prepared XMLPropertyMapEntry with mbImportOnly flagEike Rathke2013-12-201-5/+5
* Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann2013-12-174-7/+7
* Remove unnecessary use of OUString constructor in OUStringBuffer::append callsNoel Grandin2013-12-171-2/+2
* Remove unnecessary use of OUString constructor in + expressionsNoel Grandin2013-12-174-9/+7
* uiconfig is a l10n-relevant targetBjoern Michaelsen2013-12-161-1/+1
* Do not use C++-UNO internal static_type functions in client codeStephan Bergmann2013-12-121-1/+1
* Don't hold css::uno::Type instances by pointerStephan Bergmann2013-12-124-45/+41
* Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann2013-12-114-41/+45
* Don't hold css::uno::Type instances by pointerStephan Bergmann2013-12-114-45/+41
* fdo#72391 empty formula is "rpt:", not starts with "rpt:"Lionel Elie Mamane2013-12-071-1/+1
* Clean up includes of comphelper/stl_types.hxxStephan Bergmann2013-12-066-6/+0
* Get rid of DECLARE_STL_MAPStephan Bergmann2013-12-062-0/+9
* Get rid of DECLARE_STL_STDKEY_MAPStephan Bergmann2013-12-061-1/+1
* Get rid of DECLARE_STL_USTRINGACCESS_MAPStephan Bergmann2013-12-065-12/+20
* convert getSuppressedArgumentCount from xub_StrLen -> sal_Int32Noel Grandin2013-12-033-6/+6
* convert IFormulaEditorHelper::*Selection methods from xub_StrLen to sal_Int32Noel Grandin2013-12-032-7/+7
* Fix some typos for "height"Julien Nabet2013-11-252-5/+5
* replace OUString::reverseCompareTo("xxx") with operator==Noel Grandin2013-11-221-17/+17
* remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin2013-11-221-17/+17
* remove RTL_CONSTASCII_STRINGPARAM in OStringBuffer constructorNoel Grandin2013-11-201-2/+1
* convert equalsAsciiL calls to startsWith callsNoel Grandin2013-11-203-19/+19
* convert equalsAsciiL calls to startWith calls where possibleNoel Grandin2013-11-191-1/+1
* remove unnecessary use of OUString constructor when assigningNoel Grandin2013-11-192-3/+3
* remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin2013-11-191-2/+2
* SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann2013-11-141-1/+0
* make l10n buildable separatelyBjoern Michaelsen2013-11-141-2/+5
* Move MediaDescriptor from comphelper to unotoolsStephan Bergmann2013-11-145-15/+14
* -Werror,-Wunused-member-functionStephan Bergmann2013-11-141-10/+0
* -Werror,-Wunused-member-functionStephan Bergmann2013-11-141-4/+0
* -Werror,-Wunused-member-functionStephan Bergmann2013-11-141-4/+0
* remove unnecessary sal_Unicode casts in various placesNoel Grandin2013-11-143-9/+9
* convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin2013-11-111-1/+1
* remove unnecessary use of OUString constructorNoel Grandin2013-11-111-1/+1