summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2018-08-24 19:45:12 -0300
committerOlivier Hallot <olivier.hallot@libreoffice.org>2018-08-27 17:46:04 +0200
commitad2c3417d5a789ef775fdf70b85f7d95845d4d03 (patch)
treed71a75e63b7856d12837abe6b286b25d5c63cf1e /.gitignore
parent518f86fcc222c145c837f1e2e83e56128a30ed59 (diff)
Refactor help page on empty cells
Change-Id: I8bff8e56804fae90a71fb35c0a67b015356c2138 Reviewed-on: https://gerrit.libreoffice.org/59585 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions
'>feature/stub_writer LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/embedserv
AgeCommit message (Expand)Author
2016-01-07cppcheck: noExplicitConstructorCaolán McNamara
2015-12-08Resolve Linker Warning LNK4104Mike Kaganski
2015-12-02-Werror,-Wint-to-pointer-castStephan Bergmann
2015-12-02Silence clang-cl warnings in ATL headersStephan Bergmann
2015-11-28-Werror,-Wunused-variableStephan Bergmann
2015-11-24-Werror,-Wunused-variableStephan Bergmann
2015-11-24Use Get/SetWindowLongPtr, for 64-bit buildStephan Bergmann
2015-11-24-Werror,-Wbitwise-op-parenthesesStephan Bergmann
2015-11-24Expand single use of SendCommand macroStephan Bergmann
2015-11-24-Werror,-WreorderStephan Bergmann
2015-11-24-Werror,-Wlogical-op-parenthesesStephan Bergmann
2015-11-24-Werror,-WreorderStephan Bergmann
2015-11-24-Werror,-Wint-to-pointer-castStephan Bergmann
2015-11-18Fix css.awt.XSystemDependentMenuPeer.getMenuHandleStephan Bergmann
2015-11-18The #else branch is unused nowStephan Bergmann
2015-11-18-Werror,-Wlogical-op-parenthesesStephan Bergmann
2015-11-18-Werror,-Wduplicate-decl-specifier (extern "C" already in STDAPI)Stephan Bergmann
2015-11-18-Wmissing-braces is globally disabled in com_GCC_defs.mk anywayStephan Bergmann
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-01no need to use OUString constructor in call to createInstanceNoel Grandin
2015-10-31use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-01com::sun::star->css in embedserv/Noel Grandin
2015-09-13cppcheck: noExplicitConstructorCaolán McNamara
2015-09-05cppcheck: fix some redundantCondition warningsJulien Nabet
2015-08-05tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-07-09remove obsolete check for pre-MSVC2013 ATL library nameMichael Stahl
2015-06-29Revert "return and use std::vector from OInterfaceContainerHelper"Noel Grandin
2015-06-29return and use std::vector from OInterfaceContainerHelperNoel Grandin
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin
2015-05-04css::uno::Reference can automatically up-cast nowStephan Bergmann
2015-05-03tdf#66232: Cannot open files by COM2Mike Kaganski
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-03-24Fix various Windows-only XServiceInfo implementationsStephan Bergmann
2015-03-05gbuild: set _WIN32_WINNT globally instead of WINVERMichael Stahl
2015-02-21Typo: trough->throughJulien Nabet
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-07-08No atlsd.lib in VS 2013Tor Lillqvist
2014-05-30fdo#68849: Add header guards to all include filesJens Carl
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold
2014-05-10remove globally disabled warnings from source filesThomas Arnhold