summaryrefslogtreecommitdiffstats
path: root/reportdesign
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove unnecessary use of OUString constructor in REPORTDESIGN moduleNoel Grandin2013-11-1118-85/+85
* rptui::OShape make getSupportedServiceNames and supportsServiceLionel Elie Mamane2013-11-091-8/+19
* fdo#71130 pretend to support service m_sServiceNameLionel Elie Mamane2013-11-081-1/+1
* Remove #ifdef TIMELOG'ed SAL_INFOsStephan Bergmann2013-11-061-6/+0
* remove redundant calls to OUString constructor in if expressionNoel Grandin2013-11-041-9/+9
* remove redundant calls to OUString constructorNoel Grandin2013-11-043-8/+7
* Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin2013-11-042-2/+2
* Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin2013-10-314-8/+8
* fdo#54938: Replace existsValue for cppu::supportsServiceMarcos Paulo de Souza2013-10-2321-71/+43
* Bin comments that claim to say why some header is includedTor Lillqvist2013-10-222-2/+2
* drop unnecessary tools/string includesCaolán McNamara2013-10-206-6/+0
* convert String to OUString in reportdesign moduleNoel Grandin2013-10-1825-123/+123
* Related: fdo#38838 remove String::SearchAndReplaceThomas Arnhold2013-10-175-14/+11
* [API CHANGE]: PreView -> Preview, including .uno:PrintPagePreView.Jan Holesovsky2013-10-161-3/+3
* Improve ErrorCodeIOException messagesStephan Bergmann2013-10-091-1/+0
* Related: fdo#38838 remove UniString::SearchAndReplaceAllCaolán McNamara2013-10-081-6/+6
* Related: fdo#38838 remove UniString::SearchAndReplaceAsciiCaolán McNamara2013-10-071-18/+12
* Use std::auto_ptr::reset where applicableStephan Bergmann2013-10-021-1/+1