summaryrefslogtreecommitdiffstats
path: root/reportdesign
Commit message (Expand)AuthorAgeFilesLines
* remove unused function, loplugin:unreffunMarkus Mohrhard2017-04-151-60/+0
* loplugin:unreffun DelayedPaste unusedCaolán McNamara2017-04-151-12/+0
* convert group sort context menu to .uiCaolán McNamara2017-04-145-16/+22
* remove methods that were never calledCaolán McNamara2017-04-141-39/+0
* the context menu has only DELETE in itCaolán McNamara2017-04-142-21/+6
* convert ControlModification to scoped enumNoel Grandin2017-04-1311-29/+30
* can use gb_CppunitTest_use_configuration and still access .ui filesCaolán McNamara2017-04-121-2/+1
* reportdesign: what the whitespace?Michael Stahl2017-04-111-1/+1
* xmloff: rename one overloaded XMLTextParagraphExport::exportTextMichael Stahl2017-04-111-2/+2
* tdf#39468 Translate German commentsJens Carl2017-04-071-1/+1
* tdf#95386 More Help Agent cleanupGabor Kelemen2017-04-072-21/+0
* Improved loplugin:redundantcast, static_cast on arithmetic types: reportdesignStephan Bergmann2017-04-0611-17/+17
* loplugin:redundantcast find cstyle double castsNoel Grandin2017-04-061-1/+1
* tdf#39468 Translate German commentsJens Carl2017-04-031-1/+1
* use actual UNO enums in reportdesign..svtoolsNoel Grandin2017-04-036-14/+16
* coverity#1403662 Mixing enum typesCaolán McNamara2017-04-021-1/+2
* tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna2017-03-3122-103/+103
* loplugin:unusedmethodsNoel Grandin2017-03-291-1/+0
* convert EViewType to scoped enumNoel Grandin2017-03-293-8/+8
* Fix typosAndrea Gelmini2017-03-281-1/+1
* Fix typosAndrea Gelmini2017-03-252-2/+2
* convert ViewShellId to o3tl::strong_intNoel Grandin2017-03-243-4/+4
* loplugins:redundantcast teach it about c-style typedef castsNoel Grandin2017-03-231-1/+1
* TyposJulien Nabet2017-03-191-1/+1
* remove unused defines from HRC files in reportdesignNoel Grandin2017-03-174-27/+0
* remove unused RID constantsNoel Grandin2017-03-144-77/+1
* Clean up integer types representing positions in ToolBox's item vectorStephan Bergmann2017-03-133-9/+9
* templatize SvXMLEnumMapEntryNoel Grandin2017-03-1310-48/+48
* convert SvxCaseMap to scoped enumNoel Grandin2017-03-081-1/+1
* convert SvxAdjust to scoped enumNoel Grandin2017-03-081-1/+1
* remove some unnecessary use of OUString constructorNoel Grandin2017-03-061-1/+1
* Remove redundant 'inline' keywordStephan Bergmann2017-03-0322-62/+62
* drop SvxNumType and rename SvxExtNumType->SvxNumTypeNoel Grandin2017-03-032-3/+3
* convert SfxEnumItem to type-safe template classNoel Grandin2017-03-031-1/+1
* Fix typosAndrea Gelmini2017-03-021-1/+1
* no need to use smart pointers for DataFlavorExVectorJochen Nitschke2017-03-021-1/+1
* typesafe wrappers for css::i18nutil::TransliterationModulesNoel Grandin2017-03-011-3/+3
* loplugin:unusedmethodsNoel Grandin2017-02-213-5/+4
* loplugin:subtlezeroinit: reportdesignStephan Bergmann2017-02-213-8/+8
* Convert RID_MENU_REPORT to xmlMaxim Monastirsky2017-02-186-338/+99
* convert DlgEdMode to scoped enumNoel Grandin2017-02-165-32/+29
* Some simplifications, using UNO_QUERY_THROWStephan Bergmann2017-02-152-6/+3
* Add missing #includesStephan Bergmann2017-02-069-0/+12
* loplugin:unusedenumconstants in reportdesignNoel Grandin2017-02-061-2/+0
* .uno:ScriptOrganizer should be menu:menuitemMaxim Monastirsky2017-02-051-1/+1
* convert method names in tools::SvRef to be more like our other..Noel Grandin2017-02-022-2/+2
* expand out ::sax::Converter::convertNumber to OUString::numberNoel Grandin2017-02-022-15/+5
* loplugin:stringconstant handle calls to constructors with one argNoel Grandin2017-02-011-1/+1
* teach lolugin:stringconstant about calling constructorsNoel Grandin2017-01-317-13/+13
* loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin2017-01-282-4/+4