summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/DocumentRenderer.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-02-05Fix typo in commentSamuel Mehrbrodt1-6/+3
2023-12-10cid#1546285 this copy is dead-codeCaolán McNamara1-3/+0
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: sdStephan Bergmann1-1/+1
2023-10-19use more SdrObjList::begin/end in sdNoel Grandin1-8/+8
2023-06-26new loplugin:constexprliteralNoel Grandin1-1/+1
2023-02-27return by ref from SdrGlobalDataNoel Grandin1-2/+2
2023-01-13XUnoTunnel->dynamic_cast in VCLXDeviceNoel Grandin1-1/+1
2022-11-02tdf#54857 elide more dynamic_castNoel Grandin1-3/+3
2022-08-29ref-count SdrObjectNoel Grandin1-7/+3
2022-08-11clang-tidy modernize-pass-by-value in sdNoel Grandin1-2/+3
2022-07-25loplugin:moveitNoel Grandin1-1/+1
2022-01-07remove E3D_INVENTOR_FLAG and convert SdrObjKind to scoped enumNoel Grandin1-3/+3
2021-12-29use comphelper::WeakComponentImplHelper in sd::DocumentRendererNoel Grandin1-2/+1
2021-11-24tdf#145354: Revert "tdf#91362: Use document paper size for printing slides"Tor Lillqvist1-10/+10
2021-10-30Prepare for removal of non-const operator[] from Sequence in sdMike Kaganski1-45/+28
2021-10-11loplugin:moveparam in sdNoel Grandin1-6/+6
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski1-1/+1
2021-09-02rename UpdateMode -> UpdateLayout in editeng classNoel Grandin1-6/+6
2021-09-02clang-tidy:readability-redundant-member-initNoel Grandin1-6/+0
2021-08-16pass OutlinerParaObject around by valueNoel Grandin1-2/+2
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin1-1/+1
2021-07-28Three identical functions for a class is a bit too muchMike Kaganski1-2/+2
2021-05-19ImplPlayWithRenderer never checks its OutputDevice against nullptrCaolán McNamara1-1/+1
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin1-1/+1
2021-03-25const OUString -> const OUStringLiteralMike Kaganski1-1/+1
2020-10-23long->tools::Long in pyuno..sdNoel1-8/+8
2020-08-29Assign aPageRange only once, after the loopStephan Bergmann1-1/+1
2020-07-24tdf#127680 change even/odd dialog orderSrijan Bhatia1-2/+2
2020-07-02tdf#127680 Add the option to print even or odd values from a particular rangeSrijan Bhatia1-13/+13
2020-04-03convert PresObjKind to scoped enumNoel Grandin1-1/+1
2020-03-27selecting multiple slides and using "print..." doesn't set selection as rangeCaolán McNamara1-0/+1
2020-03-12Revert "loplugin:constfields in sd"Noel Grandin1-3/+3
2020-01-22flush out unused MapModesCaolán McNamara1-1/+0
2020-01-10use more std::make_sharedNoel Grandin1-18/+12
2019-12-22sal_Char->char in sdNoel Grandin1-2/+2
2019-09-29loplugin:constmethod in sdNoel Grandin1-2/+2
2019-09-12tdf#42949 Fix IWYU warnings in sd/source/ui/[u-v]*/*cxxGabor Kelemen1-4/+1
2019-08-05Fix typosAndrea Gelmini1-1/+1
2019-07-29Simplify Sequence iterations in sdArkadiy Illarionov1-2/+2
2019-07-26tdf#39742 tdf#44786 Consider Impress/Draw default printing settingsGabor Kelemen1-7/+31
2019-06-17Add comphelper::getUnoTunnelImplementation templateArkadiy Illarionov1-1/+1
2019-06-11tdf#42949 Fix IWYU warnings in include/svx/[sS][v-Z]*Gabor Kelemen1-0/+2
2019-06-04tdf#39593 remove IMPL_XUNOTUNNEL* macrosArkadiy Illarionov1-1/+1
2019-03-14Resolves tdf#122707 - Replace listbox for print range by radio buttonsheiko tietze1-2/+22
2019-02-18loplugin:simplifybool, check for !(!a op !b)Noel Grandin1-3/+2
2019-02-15loplugin:flatten in sd/source/ui/viewNoel Grandin1-93/+93
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin1-2/+2
2018-12-03tdf#42949 Fix IWYU warnings in include/vcl/[n-r]*Gabor Kelemen1-0/+1
2018-11-29Adds print even pages/print odd pages options in print dialogDaniel Silva1-27/+47
2018-11-29Reinserts alternative impress document types in print dialogDaniel Silva1-7/+0