summaryrefslogtreecommitdiff
path: root/sd/source/ui/annotations
AgeCommit message (Expand)Author
2021-12-11Resolves: tdf#145974 reduce the papersize by scrollbar thicknessCaolán McNamara
2021-05-31no need to allocate these on the heapNoel Grandin
2021-05-17split OutputDevice from WindowNoel Grandin
2021-05-08ref-count SfxItemPoolNoel Grandin
2021-05-06use Widget::get_clipboardCaolán McNamara
2021-05-05rhbz#1956977 crash on switch from active comment to slide sorterCaolán McNamara
2021-05-03loplugin:unnecessaryparen small improvementNoel Grandin
2021-03-26loplugin:flattenNoel
2021-03-24tdf#124176 Use pragma once in sdVincent LE GARREC
2021-02-27drop intermediate vcl container for impress annotation floating toplevelCaolán McNamara
2021-02-27calculate text height after setting paper sizeCaolán McNamara
2021-02-24drop unneeded includeCaolán McNamara
2021-02-23loplugin:unusedmethodsNoel
2021-02-23loplugin:unusedfieldsNoel
2021-02-20drop some unneeded includesCaolán McNamara
2021-02-19rename get_vscroll_width to get_scroll_thicknessCaolán McNamara
2021-02-15loplugin:referencecasting in sdNoel
2021-02-13Related: tdf#62688 support Ctrl+A to select all in impress commentsCaolán McNamara
2021-02-12drop unnecessary includeCaolán McNamara
2021-02-12weld impress annotation windowCaolán McNamara
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-11-12Revert "remove Fraction::operator tools::Long()"Noel Grandin
2020-11-12remove Fraction::operator tools::Long()Noel
2020-10-28convert some more long -> tools::LongNoel
2020-10-27Resolves: tdf#137620 add DeleteSurroundingText at vcl::Window levelCaolán McNamara
2020-10-23long->tools::Long in pyuno..sdNoel
2020-10-18sd: custom annotation marker and draw polygon annotation from PDFTomaž Vajngerl
2020-09-30loplugin:reducevarscope in sdNoel
2020-09-02SetCallHandlersOnInputDisabled unneeded if AlwaysDisableInput not usedCaolán McNamara
2020-09-02annotation label doesn't need to be an Edit, FixedText is enoughCaolán McNamara
2020-09-01Fix typo in codeAndrea Gelmini
2020-08-18annotation label doesn't need to be a MultiLine edit, FixedText is enoughCaolán McNamara
2020-08-17inline some use-once typedefsNoel Grandin
2020-08-14loplugin:simplifybool moreNoel Grandin
2020-08-03tdf#42949 Fix IWYU warnings in include/[t-x]*/*hxxGabor Kelemen
2020-07-25move getUIRootDir to AllSettingsCaolán McNamara
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: sdStephan Bergmann
2020-06-29sd: support changing position with .uno:EditAnnotationTomaž Vajngerl
2020-06-04loplugin:simplifypointertobool improve (2)Noel Grandin
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann
2020-05-10new loplugin:simplifypointertoboolNoel Grandin
2020-05-09compact namespace in sdNoel Grandin
2020-05-07replace ODFDefaultVersion usage with ODFSaneDefaultVersionMichael Stahl
2020-03-12Revert "loplugin:constfields in sd"Noel Grandin
2020-02-18VclMultiLineEdit is sufficient hereCaolán McNamara
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-03loplugin:stringaddNoel Grandin
2019-10-11simplify "a = a +" to "a +="Noel Grandin