summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/objcont.cxx
AgeCommit message (Expand)Author
2021-03-11keep SfxObjectShell::GetDialogParent ret as an awt::XWindowCaolán McNamara
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-11-11convert more long -> tools::LongNoel
2020-11-04loplugin:constantparamNoel
2020-10-12render document thumbnail directly to bitmap, without metafileLuboš Luňák
2020-09-30loplugin:reducevarscope in sfx2Noel
2020-05-05remove unused nSearchFamily and nMask membersCaolán McNamara
2020-05-05drop SfxStyleSheetBasePool::CountCaolán McNamara
2020-04-21CreateDocumentInfoDialog should return shared_ptrNoel Grandin
2020-04-15add an IsEmpty method to tools::Size and use itNoel Grandin
2020-02-19can avoid including svtools/ctrlbox.hxxCaolán McNamara
2020-01-13tdf#42949 Fix IWYU warnings in sfx2/source/[d-n]*/*cxxGabor Kelemen
2020-01-10use more std::make_sharedNoel Grandin
2020-01-09tdf#45636 trigger accessibility check when exporting as PDF/UATomaž Vajngerl
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-10-21Don't create unnecessary tempfiles for opened docSamuel Mehrbrodt
2019-09-10Fix typosAndrea Gelmini
2019-09-06Fixing "...."Andrea Gelmini
2019-08-27loplugin:constmethod in sfx2Noel Grandin
2019-06-17loplugin:logexceptionnicely in sfx2Noel Grandin
2019-06-14remove some unused includesCaolán McNamara
2019-05-29weld SfxDocumentInfoDialogCaolán McNamara
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen
2019-03-28tdf#42949 Fix IWYU warnings in include/sfx2/[e-M]*Gabor Kelemen
2019-02-07loplugin:flatten in sfx2Noel Grandin
2018-12-03tdf#42949 Fix IWYU warnings in include/vcl/[n-r]*Gabor Kelemen
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2018-04-20tdf#42949 Remove unnecessary localization headers of svtoolsGabor Kelemen
2018-02-27convert various MessBox to weld::MessageDialogCaolán McNamara
2017-12-29Fix typosAndrea Gelmini
2017-11-22tdf#113935 Switching from read-only to edit mode slowNoel Grandin
2017-10-23loplugin:includeform: sfx2Stephan Bergmann
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-08-02remove unnecessary use of 'this->'Noel Grandin
2017-07-21Eliminate DateTime::operator+=() and -=() with POD typesEike Rathke
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-14 use more OUString::operator== in sfx2..svtoolsNoel Grandin
2017-07-03use sal_Int64 in tools::DateTimeNoel Grandin
2017-06-12cleanup unused css/frame/* includesJochen Nitschke
2017-06-05Improved loplugin:cstylecast to reference types: sfx2Stephan Bergmann
2017-05-19make string translation loading more uniformCaolán McNamara
2017-05-12remove unused uno::Reference varsNoel Grandin
2017-05-06OUStrings: constify and reduce temporariesMatteo Casalin
2017-04-29tdf#39468: Translate some German comments and termsJens Carl
2017-03-29expand vis to visible; fix typosdennisroczek
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin
2017-02-10convert SvtSecurityOptions::EOption to scoped enumNoel Grandin
2017-02-03TyposJulien Nabet
2017-01-27-Werror=int-in-bool-context (GCC 7)Stephan Bergmann