# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # $(eval $(call gb_Library_Library,ucptdoc1)) $(eval $(call gb_Library_set_componentfile,ucptdoc1,ucb/source/ucp/tdoc/ucptdoc1)) $(eval $(call gb_Library_use_sdk_api,ucptdoc1)) $(eval $(call gb_Library_use_libraries,ucptdoc1,\ comphelper \ cppu \ cppuhelper \ sal \ salhelper \ ucbhelper \ )) $(eval $(call gb_Library_add_exception_objects,ucptdoc1,\ ucb/source/ucp/tdoc/tdoc_contentcaps \ ucb/source/ucp/tdoc/tdoc_content \ ucb/source/ucp/tdoc/tdoc_datasupplier \ ucb/source/ucp/tdoc/tdoc_docmgr \ ucb/source/ucp/tdoc/tdoc_documentcontentfactory \ ucb/source/ucp/tdoc/tdoc_passwordrequest \ ucb/source/ucp/tdoc/tdoc_provider \ ucb/source/ucp/tdoc/tdoc_resultset \ ucb/source/ucp/tdoc/tdoc_services \ ucb/source/ucp/tdoc/tdoc_stgelems \ ucb/source/ucp/tdoc/tdoc_storage \ ucb/source/ucp/tdoc/tdoc_uri \ )) # vim: set noet sw=4 ts=4: istro/capgemini/cg-4.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/starmath/inc/caret.hxx
ffice artifacts on Maven Central
AgeCommit message (Expand)Author
2017-04-18starmath: Convert SmNodeType to scoped enumTakeshi Abe
2016-12-27starmath: SmCaretPos's index must be non-negativeTakeshi Abe
2016-12-26starmath: Prefix n to SmCaretPos's IndexTakeshi Abe
2016-10-14loplugin:countusersofdefaultparams in sot..svtoolsNoel Grandin
2016-09-09loplugin:constantparam in sot..svlNoel Grandin
2016-06-02Passing its const ref is sufficientTakeshi Abe
2016-05-31Use std::vector for SmCaretPosGraphTakeshi Abe
2016-01-14loplugin:unusedmethods unused return value in starmathNoel Grandin
2015-12-09starmath: Pass by const referenceTakeshi Abe
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-30Fix typosAndrea Gelmini
2015-07-29Avoid warning C4819Takeshi Abe
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-03-04V813: Decreased performanceCaolán McNamara
2014-12-22prefer constant to macroTakeshi Abe
2014-12-10Typo: postion(s)=>position(s)Julien Nabet
2014-12-03loplugin: cstylecastNoel Grandin
David Ostrovsky
2015-11-05java: remove ((unnecessary)) parenthesesNoel Grandin
2015-11-05java:avoid empty if statementsNoel Grandin
2015-10-22coverity#1328488 DLS: Dead local storeCaolán McNamara
2015-10-20coverity#1326431 Dereference null return valueCaolán McNamara
2015-10-16cid#1326334 Unguarded readNoel Grandin
2015-10-15coverity#1326731 Dm: Dubious method usedCaolán McNamara
2015-10-15cid#1327023 to cid#1327077 SIC: Inner class could be made staticNoel Grandin
2015-10-14cid#1326360 Data race conditionNoel Grandin
2015-10-14cid#1326347 Check of thread-shared field evades lock acquisitionNoel Grandin
2015-10-02Fix typosAndrea Gelmini
2015-07-08Fix typosAndrea Gelmini
2015-06-22Fix typosAndrea Gelmini
2015-06-15java: 'final static' to 'static final'Noel Grandin
2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin
2015-06-09java:use System.arrayCopy to copy arraysNoel Grandin
2015-06-09java:Non-synchronized method should not override a synchronized methodNoel Grandin
2015-06-03reduce sleep when connecting to soffice from JavaNoel Grandin
2015-05-08jboolean-related clean-upStephan Bergmann
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin