summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)Author
2021-11-29use VCLXPopupMenu directly, don't extract underlying PopupMenu*Caolán McNamara
2021-11-29pAry is always FontList::GetStdSizeAry()Caolán McNamara
2021-11-29m_pHeightArray can be a std::vectorCaolán McNamara
2021-11-29can use css::awt::XPopupMenu::setCommandCaolán McNamara
2021-11-29use VCLXPopupMenu directly, don't extract underlying PopupMenu*Caolán McNamara
2021-11-29use css::awt::XPopupMenu api, don't need to tunnel to get VCLXPopupMenu*Caolán McNamara
2021-11-29can use css::awt::XPopupMenu::setCommandCaolán McNamara
2021-11-29move PopupMenu::IsInExecute out of vcl/include/menu.hxxCaolán McNamara
2021-11-29use VCLXPopupMenu directly, don't extract underlying PopupMenu*Caolán McNamara
2021-11-27use more OInterfaceContainerHelper3 in UndoManagerHelper_ImplNoel Grandin
2021-11-26cid#1494445 silence Data race conditionCaolán McNamara
2021-11-26remove unused definesNoel Grandin
2021-11-26loplugin:stringliteraldefine in frameworkNoel Grandin
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin
2021-11-22osl::Mutex->std::mutex in WindowCommandDispatchNoel Grandin
2021-11-22osl::Mutex->std::mutex in XFrameImpl::windowShownNoel Grandin
2021-11-22osl::Mutex->std::mutex in GlobalSettings_AccessNoel Grandin
2021-11-21osl::Mutex->std::mutex in ActionLockGuardNoel Grandin
2021-11-21osl::Mutex->std::mutex in ConfigurationAccess_FactoryManagerNoel Grandin
2021-11-21osl::Mutex->std::mutex in ConfigurationAccess_ControllerFactoryNoel Grandin
2021-11-21osl::Mutex->std::mutex in framework::ConfigAccessNoel Grandin
2021-11-21osl::Mutex->std::mutex in StatusIndicatorFactoryNoel Grandin
2021-11-17tdf#143971 Removes pop-up dialog for read-only documentsMatt K
2021-11-12introduce OUStringConstExprNoel Grandin
2021-11-11Handle UNO command aliases in ToolBoxesSzymon Kłos
2021-11-10Fix typosAndrea Gelmini
2021-11-08use more OUStringLiteral in MediaDescriptorNoel Grandin
2021-11-05flatten PopupMenuDispatcher::queryDispatchNoel Grandin
2021-11-05[-Werror=nonnull] ‘this’ pointer is nullNoel Grandin
2021-11-04elide unnecessary UNO_QUERY_THROW callsNoel Grandin
2021-10-30Prepare for removal of non-const operator[] from Sequence in frameworkMike Kaganski
2021-10-29simplify framework::TitleHelperNoel Grandin
2021-10-22return weld::Builder by unique_ptrNoel Grandin
2021-10-21loplugin:flattenNoel Grandin
2021-10-20framework: allow tests to run with read-only $SRCDIRMichael Stahl
2021-10-19can reduce scope a littleCaolán McNamara
2021-10-19Following 3abbb1486f09b377084c3232a921772302ab34ecJulien Nabet
2021-10-18Fix nb of tokens in XCUBasedAcceleratorConfiguration::reloadChangedJulien Nabet
2021-10-18Simplify Sequences init + remove dup block + typos in frameworkJulien Nabet
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-10-14use std::vector::insert instead of push_backNoel Grandin
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-10-12Fix typoAndrea Gelmini
2021-10-12loplugin:unusedfieldsNoel Grandin
2021-10-11loplugin:moveparam in frameworkNoel Grandin
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann
2021-10-03drop 'using namespace std' in desktop, e*, f*Julien Nabet
2021-10-01tdf#127543 add saveacopy to Save dropdown menuJustin Luth
2021-10-01else branch doesn't make sense, dereferences nullCaolán McNamara