summaryrefslogtreecommitdiff
path: root/framework/source/uielement/recentfilesmenucontroller.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: frameworkStephan Bergmann1-4/+4
2023-09-25tdf#155698 - Start Center: Retain pinned items when clearing the listAndreas Heinisch1-1/+1
2023-06-26new loplugin:constexprliteralNoel Grandin1-1/+1
2023-06-15tdf#155699 - MRU: show pinned documents at the beginning of the listAndreas Heinisch1-13/+34
2023-03-25loplugin:stringadd in editeng..frameworkNoel Grandin1-2/+1
2023-02-22BaseMutex->std::mutex in PopupMenuControllerBaseNoel Grandin1-8/+8
2023-02-03tdf#56696 - Sort recent document list according to current LibO moduleAndreas Heinisch1-3/+50
2023-01-14use more VCLXPopupMenu instead of XPopupMenuNoel Grandin1-0/+1
2022-05-27tdf#149170 framework,sfx2: don't add ReadOnly=falseMichael Stahl1-2/+5
2022-05-01use more string_view in variousNoel Grandin1-4/+5
2022-04-26officecfg,unotools,framework,sfx2: store ReadOnly for recent docsMichael Stahl1-4/+6
2021-12-16tdf#146219: don't try to detect if a recent file is a directoryMike Kaganski1-1/+3
2021-12-13only use css::awt::XPopupMenu methodsCaolán McNamara1-14/+30
2021-12-13prefer css::awt::XPopupMenu apiCaolán McNamara1-5/+5
2021-12-13prefer css::awt::XPopupMenu apiCaolán McNamara1-14/+10
2021-10-30Prepare for removal of non-const operator[] from Sequence in frameworkMike Kaganski1-10/+8
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski1-1/+1
2021-08-23loplugin:referencecasting look through more clang TypesNoel Grandin1-3/+3
2021-07-27use officecfg for SvtHistoryOptionsNoel Grandin1-16/+5
2021-04-09Avoid user interaction when determining recent documents' MIME typesStephan Bergmann1-1/+1
2021-04-06Following 6fcabbd6199869753fd6a266f23901962a77f556Julien Nabet1-4/+4
2021-04-06tdf#129153: Show MIME type icon in main menu File>Recent documents listBayram Çiçek1-1/+17
2021-03-25const OUString -> const OUStringLiteralMike Kaganski1-1/+1
2021-01-09fix coverity parse errorsCaolán McNamara1-3/+3
2020-12-26New loplugin:stringliteralvarStephan Bergmann1-3/+3
2020-12-03convert EHistoryType to scoped enumNoel1-2/+2
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: frameworkStephan Bergmann1-3/+3
2020-05-29loplugin:simplifybool in dbaccess..frameworkNoel Grandin1-3/+3
2020-05-21use for-range on Sequence in f*Noel Grandin1-6/+6
2020-04-08loplugin:flatten in frameworkNoel Grandin1-141/+141
2019-11-20tdf#42949 Fix IWYU warnings in framework/*/*cxxGabor Kelemen1-3/+0
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): frameworkStephan Bergmann1-1/+1
2019-06-17Add comphelper::getUnoTunnelImplementation templateArkadiy Illarionov1-1/+1
2019-06-04tdf#39593 remove IMPL_XUNOTUNNEL* macrosArkadiy Illarionov1-1/+1
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski1-3/+4
2019-02-05tdf#42949 Fix IWYU warnings in include/svtools/*Gabor Kelemen1-0/+1
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin1-1/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-2/+1
2017-07-20loplugin:constparams in frameworkNoel Grandin1-2/+2
2017-05-17FwkResId and FwlResId are the sameCaolán McNamara1-3/+3
2017-02-28new loplugin unoanyNoel Grandin1-2/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-18/+13
2016-12-13OSL_TRACE->SAL in framework..salNoel Grandin1-2/+0
2016-12-05convert FSysStyle to o3tl::typed_flagsNoel Grandin1-1/+1
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin1-1/+1
2016-12-05loplugin:unnecessaryoverride (dtors) in frameworkStephan Bergmann1-5/+0
2016-11-11Type detection can handle empty doc service just fineMaxim Monastirsky1-9/+4
2016-11-11RecentFile::aTitle is never readMaxim Monastirsky1-18/+9
2016-11-11RecentFilesMenuController: Remove duplicate dispatch handlingMaxim Monastirsky1-53/+2