summaryrefslogtreecommitdiff
path: root/helpers/uno-commands.csv
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2016-01-28 15:25:16 +0200
committerMaxim Monastirsky <momonasmon@gmail.com>2016-01-28 15:38:53 +0200
commita3309357af9fa43dc06f0075cbc557658855d8b9 (patch)
tree30abb540c89535b8590d6448e99d449f7cd7881b /helpers/uno-commands.csv
parent19e057689707299b20f539c618f60baecbbf1326 (diff)
Fix smath help for recent context menu changes
Change-Id: Ic1cb6aa17940e189386a59ca74ed061fac0ee90c
Diffstat (limited to 'helpers/uno-commands.csv')
-rw-r--r--helpers/uno-commands.csv4
1 files changed, 0 insertions, 4 deletions
diff --git a/helpers/uno-commands.csv b/helpers/uno-commands.csv
index 76ef110172..83379a397a 100644
--- a/helpers/uno-commands.csv
+++ b/helpers/uno-commands.csv
@@ -15,7 +15,6 @@
.uno:AddWatch
.uno:Addons
.uno:AddressBookSource
-.uno:Adjust
.uno:AdjustPrintZoom
.uno:AdvancedMode
.uno:AlignBlock
@@ -1658,9 +1657,6 @@
.uno:VerticalText
.uno:VerticalTextFitToSizeTool
.uno:View3D
-.uno:View50
-.uno:View100
-.uno:View200
.uno:ViewBounds
.uno:ViewDataSourceBrowser
.uno:ViewFormAsGrid
tegration LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/vcl/commandinfoprovider.hxx
+0200'>2019-04-01
AgeCommit message (Expand)Author
2020-05-03use more compact namespace syntax in /includeNoel Grandin
2020-03-11tdf#125440 Allow raising text import dialog for pasteSamuel Mehrbrodt
2020-01-06Display menu item keyboard shortcuts in toolbar menuJim Raykowski
2019-11-26tdf#126043 fetch the command properties just onceCaolán McNamara
2019-08-23loplugin:returnconstval in vclNoel Grandin
2019-04-18weld ScOptSolverDlgCaolán McNamara
2018-11-21tdf#42949 Fix IWYU warnings in include/vcl/[B-E]*Gabor Kelemen
tdf#120703 PVS: Silence V522 warningsMike Kaganski
2019-03-07log nice exception messages whereever possibleNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-17New loplugin:externalStephan Bergmann
2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin
2018-07-30Add missing sal/log.hxx headersGabor Kelemen
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-10-23loplugin:includeform: javaunohelperStephan Bergmann
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert javaunohelper from OSL_ASSERT to assertChris Sherlock
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-13OSL_TRACE->SAL in framework..salNoel Grandin
2015-11-24cppcheck: noExplicitConstructorCaolán McNamara
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann
2015-11-11coverity#1338592 Explicit null dereferencedCaolán McNamara
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09new loplugin: oncevarNoel Grandin
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin
2015-10-23com::sun::star->css in lingucomponentNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-15Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann
2015-05-08jboolean-related clean-upStephan Bergmann
2015-04-27More loplugin:simplifyboolStephan Bergmann
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-01-20Some more loplugin:cstylecast: javaunohelperStephan Bergmann
2015-01-07javaunohelper: missing includeMiklos Vajna
2015-01-07WaE: -Werror=unused-variable with #define DISABLE_DYNLOADINGCaolán McNamara
2014-12-15silence coverity#705667 Resource leakCaolán McNamara
2014-10-30coverity#705665 osl_Module->osl::ModuleCaolán McNamara
2014-09-29loplugin: cstylecastNoel Grandin