summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/control/opendoccontrols.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-12-13loplugin:unusedfieldsNoel Grandin1-4/+0
2022-04-26officecfg,unotools,framework,sfx2: store ReadOnly for recent docsMichael Stahl1-1/+1
2021-07-27use officecfg for SvtHistoryOptionsNoel Grandin1-8/+6
2021-03-05emplace_back: use perfect forwarding if possibleThorsten Behrens1-1/+1
2021-01-26loplugin:passstuffbyrefNoel1-1/+1
2020-12-03convert EHistoryType to scoped enumNoel1-1/+1
2020-04-20tdf#42949 Fix IWYU warnings in dbaccess/source/ui/[a-d]*/*cxxGabor Kelemen1-4/+0
2020-01-28drop some unneeded vcl/builderfactory.hxx includesCaolán McNamara1-1/+0
2019-12-18sal_Char->char in dbaccessNoel Grandin1-5/+5
2019-12-12Resolves: tdf#128972 limit width of combobox of recently-usedCaolán McNamara1-0/+4
2019-11-26tdf#126043 fetch the command properties just onceCaolán McNamara1-1/+2
2019-10-22loplugin:constantparamNoel Grandin1-8/+2
2019-08-01weld OGeneralPage and OGeneralPageWizardCaolán McNamara1-55/+18
2019-03-09loplugin:unusedmethodsNoel Grandin1-9/+0
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen1-0/+1
2017-10-23loplugin:includeform: dbaccessStephan Bergmann1-1/+1
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt1-4/+4
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-1/+1
2017-07-02loplugin:casttovoid: dbaccessStephan Bergmann1-8/+2
2017-05-12remove unused uno::Reference varsNoel Grandin1-1/+0
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-2/+2
2017-02-21Use module name when getting labelsMaxim Monastirsky1-1/+1
2017-02-21tdf#95844 Refactor CommandInfoProviderRohan Kumar1-1/+1
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin1-2/+2
2016-04-18clean-up: unused using declarations and includesJochen Nitschke1-3/+0
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke1-1/+0
2016-03-14tdf#95845 Use CommandInfoProvider to receive UNO command labelsSusobhan Ghosh1-50/+2
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin1-1/+1
2015-08-03com::sun::star->css in dbaccessNoel Grandin1-1/+1
2015-07-24convert ImageAlign to enum classNoel Grandin1-1/+1
2015-06-25loplugin:stringconstant: Flag more inefficienciesStephan Bergmann1-1/+1
2015-05-14convert QUICKHELP constants to scoped enumNoel Grandin1-1/+1
2015-05-09tdf#91052 - more macros for 'make' constructors.Michael Meeks1-9/+3
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann1-1/+1
2014-11-11fdo#84938: replace HELPMODE_ constants with enumNoel Grandin1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-4/+4
2014-06-13loplugin:staticcallStephan Bergmann1-3/+3
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke1-4/+4
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-2/+2
2014-01-30Introduce com.sun.star.ui.theModuleUIConfigurationManagerSupplier singleton.Matúš Kukan1-3/+3
2014-01-28Introduce com.sun.star.frame.theUICommandDescription singleton.Matúš Kukan1-3/+3
2013-10-22vcl: mark more Image constructors as "explicit"Michael Stahl1-1/+1
2013-10-01convert dbaccess module from String to OUStringNoel Grandin1-10/+10
2013-08-27fdo#62475 removed pointless commentsJelle van der Waa1-22/+2
2013-07-14String::SearchAndReplaceAllAscii -> OUString::replaceAllCaolán McNamara1-4/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-15/+15
2013-03-27Remove ResId support for a few dbaui controlsMathias Hasselmann1-12/+0
2013-03-24Add builder support for a few dbaui controlsMathias Hasselmann1-0/+27
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-2/+2