summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui/report/ReportController.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-01-21REPORTDESIGN : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini1-3/+0
2013-12-31convert related family of tabdialogs to .uiCaolán McNamara1-1/+3
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-2/+2
2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann1-2/+2
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-4/+0
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin1-1/+1
2013-11-11remove unnecessary use of OUString constructorNoel Grandin1-1/+1
2013-11-11remove unnecessary use of OUString constructor in REPORTDESIGN moduleNoel Grandin1-12/+12
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin1-1/+1
2013-10-20drop unnecessary tools/string includesCaolán McNamara1-1/+0
2013-10-18convert String to OUString in reportdesign moduleNoel Grandin1-20/+20
2013-10-17Related: fdo#38838 remove String::SearchAndReplaceThomas Arnhold1-6/+4
2013-07-29Mark as constTakeshi Abe1-3/+3
2013-07-14String::SearchAndReplaceAllAscii -> OUString::replaceAllCaolán McNamara1-2/+2
2013-07-07module svl: all String and some bool and related clean-upNorbert Thiebaud1-1/+1
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-4/+4
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák1-4/+4
2013-05-02fdo#60780, refactor Save a Copy and fixÁdám Csaba Király1-0/+4
2013-04-24Fix MSVC build: A ? : operator doesn't automagically construct an OUStringTor Lillqvist1-1/+1
2013-04-24reportdesign: {DECLARE,IMPLEMENT}_CONSTASCII_USTRING are no longer neededMiklos Vajna1-18/+18
2013-04-15fdo#60724 informations -> informationThomas Arnhold1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-103/+103
2013-03-27-Wunused-macrosStephan Bergmann1-9/+2
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-5/+5
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-30/+30
2013-03-04doubled namespacesThomas Arnhold1-1/+0
2013-03-04doubled includesThomas Arnhold1-1/+0
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida1-1/+1
2013-01-22fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac1-3/+3
2013-01-15fdo#46808, Adapt frame::TaskCreator UNO service to new styleNoel Grandin1-4/+4
2013-01-09fdo#46808, use new method OConfigurationTreeRoot::createWithComponentContextNoel Grandin1-1/+1
2013-01-09fdo#46808, Adapt report::ReportEngine UNO service to new styleNoel Grandin1-2/+3
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin1-4/+5
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-2/+2
2012-10-02re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann1-2/+2
2012-09-03fdo#46808, Adapt util::NumberFormatter UNO service to new styleNoel Grandin1-1/+3
2012-08-14fdo#53061: Fix for C++11 #define NULL nullptrJung-uk Kim1-1/+1
2012-07-03ditch String::CreateFromAsciiCaolán McNamara1-4/+4
2012-06-21removed useless InsertFunctions.hxxTakeshi Abe1-1/+0
2012-06-15move zoomitem from svx to sfx2Tim Hardeck1-1/+1
2012-05-31targetted revert of minor cppcheck cleanupsMichael Meeks1-1/+1
2012-05-31targetted SAL_N_ELEMENTS reversion.Michael Meeks1-12/+12
2012-05-15convert GetUndoActionComment family to rtl::OUStringCaolán McNamara1-1/+1
2012-05-10WaE: msvc2008 C4928 copy-ctor confusionCaolán McNamara1-1/+1
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-10/+10
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann1-1/+1
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) to equalsAscii(...)Takeshi Abe1-7/+7
2012-01-13these OnInvalidateClipboard don't have to be LINKsCaolán McNamara1-3/+3
2012-01-04Fix for fdo43460 Part XXVIII getLength() to isEmpty()Olivier Hallot1-13/+13