summaryrefslogtreecommitdiff
path: root/helpers/uno-commands.csv
diff options
context:
space:
mode:
authorMuhammad Haggag <mhaggag@gmail.com>2012-11-25 02:06:22 +0200
committerBosdonnat Cedric <cedric.bosdonnat@free.fr>2012-11-27 15:05:45 +0000
commitdf872eb038151f90ee6a128f33acbbd96c000a70 (patch)
treefe14587f1ad7b207e1290ede0ab27aab1b694101 /helpers/uno-commands.csv
parentcd65acbcb541da83c39c3f1eeb6672a7bcc123d6 (diff)
fdo#48317 Help content for next/previous change navigation.
Change-Id: Id0b44f449bf099b7e79c33cb7f060c0b05457145 Reviewed-on: https://gerrit.libreoffice.org/1163 Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr> Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
Diffstat (limited to 'helpers/uno-commands.csv')
-rw-r--r--helpers/uno-commands.csv2
1 files changed, 2 insertions, 0 deletions
diff --git a/helpers/uno-commands.csv b/helpers/uno-commands.csv
index 25898a579c..6eb950966c 100644
--- a/helpers/uno-commands.csv
+++ b/helpers/uno-commands.csv
@@ -1156,6 +1156,7 @@
.uno:NextMark
.uno:NextPage
.uno:NextRecord
+.uno:NextTrackedChange
.uno:NormalMultiPaneGUI
.uno:NormalViewMode
.uno:NoteVisible
@@ -1279,6 +1280,7 @@
.uno:PreviewWindow
.uno:PreviewZoom
.uno:PreviousPage
+.uno:PreviousTrackedChange
.uno:Print
.uno:PrintDefault
.uno:PrintLayout
ture/vcl-opengl2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/pyuno
AgeCommit message (Expand)Author
2016-01-10Fix typosAndrea Gelmini
2016-01-07configure: hard-code /usr/bin/{sort,find} for CygwinMichael Stahl
2016-01-06Pyuno add compat for python 2.6Tomáš Chvátal
2016-01-05new loplugin rangedforcopy - use reference in range based forAndrzej Hunt
2015-11-19use comphelper::containerToSequenceNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-04yyyyyNoel Grandin
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin
2015-10-27loplugin:unusedmethodsNoel Grandin
2015-10-25Bump python to 3.5David Ostrovsky
2015-10-23com::sun::star->css in package,pyunoNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-09fix build by moving python-related includes below othersDouglas Mencken
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin
2015-09-15Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-08-22tdf#39440 reduce scope of local variablesMichael Weghorn
2015-08-18configure, pyuno: stop claiming our python 3.3.5 is 3.3.3Michael Stahl
2015-07-30Give PyUNO structs/exceptions their own separate typeMatthew J. Francis
2015-07-27Tweak introspection/invocation to be more useful to PyUNOMatthew J. Francis
2015-07-25Fix PyUNO object hash to use the correct pointerMatthew J. Francis
2015-07-21Make PyUNO objects hashableMatthew J. Francis
2015-07-02loplugin:unusedmethods bridges,ucbhelper,io,pyunoNoel Grandin
2015-07-02coverity#1309066 Uncaught exceptionCaolán McNamara
2015-07-01PyUNO: Allow import of constant group by nameMatthew J. Francis
2015-07-01Fix compilation with Python 2.7Matthew J. Francis
2015-06-28coverity#1308526 Uncaught exceptionCaolán McNamara
2015-06-26loplugin:implicitboolconversionStephan Bergmann
2015-06-26loplugin:cstylecastStephan Bergmann
2015-06-26loplugin:passstuffbyrefStephan Bergmann
2015-06-26loplugin:salboolStephan Bergmann
2015-06-26loplugin:salboolStephan Bergmann
2015-06-26loplugin:loopvartoosmallStephan Bergmann
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann
2015-06-26Make PyUNO provide more Pythonic behaviourMatthew J. Francis
2015-06-14Typo: pyhton->pythonJulien Nabet
2015-06-13TyposJulien Nabet
2015-06-12Typo: Adapater->AdapterJulien Nabet
2015-06-10pyuno: remove obsolete LC_NUMERIC to "C" mangling codeMichael Stahl
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-02loplugin:loopvartoosmallNoel Grandin