summaryrefslogtreecommitdiff
path: root/svx/source/dialog/svxruler.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-12-19weld rulermenuCaolán McNamara1-14/+17
2020-12-19missing modelinesCaolán McNamara1-1/+3
2020-12-15don't need to include vcl/menu.hxx hereCaolán McNamara1-0/+1
2020-10-26switching long to a 64-bit type on 64-bit windowsNoel1-173/+173
2020-09-01Fix typo in codeAndrea Gelmini1-6/+6
2020-08-06loplugin:flatten in svxNoel Grandin1-60/+60
2020-07-25move getUIRootDir to AllSettingsCaolán McNamara1-1/+1
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: svxStephan Bergmann1-1/+1
2020-05-10new loplugin:simplifypointertoboolNoel Grandin1-30/+30
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen1-0/+1
2020-02-14split StringToMetric and TextToValue into fieldvalue.hxxCaolán McNamara1-3/+3
2020-02-12clang-analyzer-deadcode.DeadStoresNoel Grandin1-1/+1
2020-02-04rename Set/GetTextFirstLineOfst->Set/GetTextFirstLineOffsetNoel Grandin1-4/+4
2020-01-23Remove redundant redefinition of RULER_TAB_RTLStephan Bergmann1-4/+0
2020-01-17tdf#42949 Fix IWYU warnings in svx/source/[a-e]*/*cxx and svx/qa/Gabor Kelemen1-3/+0
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara1-1/+1
2019-10-03drop debugging RulerDebugWindowCaolán McNamara1-63/+0
2019-08-23Fix commented out debug code in ruler so it compilesTomaž Vajngerl1-2/+2
2019-08-03Fix typosAndrea Gelmini1-1/+1
2019-06-14loplugin:unusedfields improvementsNoel Grandin1-5/+1
2019-06-11tdf#42949 Fix IWYU warnings in include/svx/[sS][v-Z]*Gabor Kelemen1-0/+1
2019-05-22New loplugin:dataStephan Bergmann1-26/+26
2019-04-25WIP: Further preparations for deeper Item changesArmin Le Grand1-15/+16
2019-03-25tdf#42949 Fix IWYU warnings in include/sfx2/[a-D]*Gabor Kelemen1-0/+2
2019-02-10loplugin:indentation in svxNoel Grandin1-1/+1
2019-02-05tdf#42949 Fix IWYU warnings in include/svtools/*Gabor Kelemen1-0/+2
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin1-2/+2
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-1/+1
2018-12-05fix logic in SvxRuler::UpdateColumnsNoel Grandin1-1/+5
2018-12-05-Werror=duplicated-condStephan Bergmann1-4/+1
2018-12-05remove unused RulerBorderStyle enum valueNoel Grandin1-2/+0
2018-11-16loplugin:buriedassign in sd..writerfilterNoel Grandin1-4/+4
2018-11-08Convert FieldUnit to scoped enumMike Kaganski1-6/+6
2018-11-01clang-tidy: (WIP) bugprone-too-small-loop-variable findingsTamás Zolnai1-2/+2
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-70/+67
2018-10-15tdf#120593: properly handle tab pos identical to right indentMike Kaganski1-1/+9
2018-10-08loplugin:constfields in svxNoel Grandin1-33/+34
2018-09-17New loplugin:externalStephan Bergmann1-3/+3
2018-06-21use more OutputDevice::GetBitmapExNoel Grandin1-1/+3
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-1/+0
2018-03-06use more Color in svxNoel Grandin1-1/+1
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-2/+2
2018-01-12More loplugin:cstylecast: svxStephan Bergmann1-12/+12
2017-09-27svx: Simplify SvxRuler_Impl's ctor&dtor with std::unique_ptrTakeshi Abe1-12/+5
2017-08-17implementing callback for ruler invalidationAditya Dewan1-1/+12
2017-08-01loplugin:checkunusedparamsNoel Grandin1-26/+2
2017-07-21migrate to boost::gettextCaolán McNamara1-2/+12
2017-07-11loplugin:useuniqueptr in scaddins..svxNoel Grandin1-9/+9
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-1/+1
2017-06-27loplugin:oncevar in svxNoel Grandin1-2/+1