# -*- 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 sc_unoapi_common,indexenumeration_sheetcellrangesenumeration)) # vim: set noet sw=4 ts=4: t'> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/rtl/ref.hxx
AgeCommit message (Expand)Author
2015-11-06Best avoid SAL_CALL cargo-cult for new inline functionsStephan Bergmann
2015-11-06rtl::Reference Add move construction/assignmentDaniel Robertson
2015-04-10vclptr: create Instance helpers, and set initial ref-count to 1.Michael Meeks
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-07-14remove IReferenceNoel Grandin
2014-07-03Catch invalid null pointer operations earlyStephan Bergmann