summaryrefslogtreecommitdiff
path: root/upload-wiki.pl
AgeCommit message (Collapse)Author
2018-01-03Fix typosAndrea Gelmini
Change-Id: I7ef82f8d2896f3687be1aacfd08b8cf0d0d6e105 Reviewed-on: https://gerrit.libreoffice.org/47273 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2015-07-07improving upload scriptDennis Roczek
Change-Id: I8f7bc5973f988af29b0a07ad3ac066f93bebe5e6 Reviewed-on: https://gerrit.libreoffice.org/16198 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2014-02-20use 'unless' instead of 'if'Andras Timar
Change-Id: Ie40681e6f7097a1d9b2935e238cfb0ecfb840db4
2014-02-20Retry wiki page upload on errorAndras Timar
Change-Id: I9a9621198d4fc02a03ef94eccdddb481109c73fd
2014-02-20line break instead of literal \nAndras Timar
Change-Id: I0617304a7523ab06b862bdca108265b8ea969ab6
2013-05-07fdo#64211 replace / to %2F in HIDs for wiki redirectsAndras Timar
Change-Id: I93780b76e17a3b833ef4ee6a50bb0969ab8bb01c
2013-05-07do not verify hostname when using SSLAndras Timar
Change-Id: I9f89e0b185661a92c63937853c53afecea0d57fc
2012-12-13re-base on ALv2 code. Includes:Michael Meeks
Patch contributed by Oliver Rainer-Wittmann i#118572 - remove ui string and help content regarding usage of Java Mail in Writer's Mail Merge as Java Mail is not used. http://svn.apache.org/viewvc?view=revision&revision=1197035 Patches contributed by Herbert Duerr updated help text for regexp word boundaries http://svn.apache.org/viewvc?view=revision&revision=1228026 improved help text for word boundary regexp expression \b http://svn.apache.org/viewvc?view=revision&revision=1234738 Patches contributed by Jurgen Schmidt remove onlineregistration with dependencies http://svn.apache.org/viewvc?view=revision&revision=1240245 Patch contributed by Regina Henschel Extended tips for corner and cap style http://svn.apache.org/viewvc?view=revision&revision=1242287 * re-enable on-line update help, remove obsolete on-line purchasing.
2012-10-16move help structure one directory upNorbert Thiebaud
Change-Id: Ie970e39fbb6795a92d9fdd13510409d7dcd071bc
on value='feature/windows-cross-build'>feature/windows-cross-build LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/framework/inc/uielement/langselectionmenucontroller.hxx
AgeCommit message (Expand)Author
2015-10-14com::sun::star->css in frameworkNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-07-14loplugin:unusedmethods svtoolsNoel Grandin
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin
2014-04-07framework: sal_Bool->boolNoel Grandin
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2013-11-05fixincludeguards.sh: frameworkThomas Arnhold
2013-06-05fdo#46808, Convert some XMultiservice in framework moduleNoel Grandin
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2012-08-08remove include comments and boxesThomas Arnhold
2012-06-21re-base on ALv2 code.Michael Meeks