summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui/misc/UITools.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-2/+2
2017-10-23loplugin:includeform: reportdesignStephan Bergmann1-14/+14
2017-08-03loplugin:constparams in reportdesignNoel Grandin1-7/+7
2017-07-21migrate to boost::gettextCaolán McNamara1-5/+5
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann1-1/+1
2017-06-03cleanup unused css/inspection/ and css/reportdesign includesJochen Nitschke1-2/+0
2017-05-07revert OSL_ASSERT changesChris Sherlock1-1/+1
2017-05-07tdf#43157: convert oox module away from OSL_ASSERT to assertChris Sherlock1-1/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-02coverity#1403662 Mixing enum typesCaolán McNamara1-1/+2
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-10/+10
2017-03-08convert SvxCaseMap to scoped enumNoel Grandin1-1/+1
2017-03-03convert SfxEnumItem to type-safe template classNoel Grandin1-1/+1
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-1/+1
2016-12-26use std::vector instead of naked array in SfxItemPoolNoel Grandin1-3/+3
2016-11-11update vclwidget loplugin to find ref-dropping assigmentNoel Grandin1-3/+3
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara1-1/+1
2016-10-05convert MapUnit to scoped enumNoel Grandin1-3/+3
2016-08-23convert SdrIterMode to scoped enumNoel Grandin1-2/+2
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara1-1/+1
2016-05-30Convert FontRelief to scoped enumNoel Grandin1-1/+1
2016-05-27tdf#34465 remove calls to SfxItemSet::Put(const SfxPoolItem&, sal_uInt16)Noel Grandin1-1/+2
2016-05-09convert FONT_EMPHASIS_MARK to scoped enumNoel Grandin1-1/+1
2016-05-05clang-tidy modernize-loop-convert in oox to saxNoel Grandin1-5/+5
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin1-1/+1
2016-03-31use SAL_N_ELEMENTS in for loopsNoel Grandin1-2/+2
2016-03-09remove unused NOT_POOLABLE enum valueNoel Grandin1-37/+37
2016-03-02loplugin:unuseddefaultparam in reportdesignNoel Grandin1-2/+2
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock1-2/+2
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock1-1/+1
2016-01-18vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock1-1/+1
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud1-1/+1
2016-01-16vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock1-1/+1
2016-01-07svx: fix windows build, rename SvxEscapementItem::GetProp()Michael Stahl1-1/+1
2015-11-26mark UNO structs as SAL_WARN_UNUSED, where possibleNoel Grandin1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-16/+16
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-3/+3
2015-10-26com::sun::star->css in remotebridges,reportdesignNoel Grandin1-2/+2
2015-10-01tdf#94559: third step to remove rtti.hxxOliver Specht1-27/+27
2015-09-17boost->stdCaolán McNamara1-2/+2
2015-08-14remove default value from SfxPoolItem::PutValueNoel Grandin1-1/+1
2015-04-29convert SDRINSERT constants to scoped enumNoel Grandin1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-8/+9
2015-04-15convert SFX_ITEM constants to scoped enumNoel Grandin1-37/+37
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-1/+1
2015-04-10first half of non-scriptable, Instance constructor conversion.Michael Meeks1-2/+3
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-2/+2
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-8/+8
2015-03-04V813: Decreased performanceCaolán McNamara1-3/+2
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-3/+3