# -*- 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,ucpimage)) $(eval $(call gb_Library_add_exception_objects,ucpimage, \ ucb/source/ucp/image/ucpimage \ )) $(eval $(call gb_Library_set_componentfile,ucpimage,ucb/source/ucp/image/ucpimage)) $(eval $(call gb_Library_use_externals,ucpimage, \ boost_headers \ )) $(eval $(call gb_Library_use_libraries,ucpimage, \ comphelper \ cppu \ cppuhelper \ sal \ ucbhelper \ vcl \ )) $(eval $(call gb_Library_use_sdk_api,ucpimage)) # vim: set noet sw=4 ts=4: on value='aoo/trunk'>aoo/trunk LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/tools/inc
AgeCommit message (Expand)Author
2012-08-16Remove the Container classNoel Grandin
2012-08-15Related fdo#44989: Bin (Un)LockRegion functionsJulien Nabet
2012-08-14tools/list.hxx: Now that's what i call a dead parrot.Michael Stahl
2012-08-13re-indent LOC to match coding styles (in tools/inc/)Philipp Riemer
2012-08-13remove ascii art and blank lines in tools/inc/Philipp Riemer
2012-08-13removed "// end of sth." comments in tools/inc/Philipp Riemer
2012-08-13clean-up of existing comments in tools/incPhilipp Riemer
2012-08-13"doxygenized" comments in tools/incPhilipp Riemer
2012-08-13Move definition of LIST_APPEND to contnr.hxxNoel Grandin
2012-08-13fdo#39468: Translated German comments in core/toolsOliver Günther
2012-08-13callcatcher: update listCaolán McNamara
2012-08-10callcatcher: reduce Container, update unused code listCaolán McNamara
2012-08-08adding missing typenameLuboš Luňák
2012-08-08fix MSVC buildMichael Stahl
2012-08-08STL'ify SV_DECL_IMPL_PERSIST_LISTNoel Grandin
2012-08-08Remove unused SV_DECL_REF_LIST(SvRefBase,SvRefBase*)Noel Grandin
2012-08-08Expand the only use of the SV_DECL_IMPL_REF_LIST macroNoel Grandin
2012-08-08STL'ify UniqueIndexNoel Grandin
2012-08-07String::AllocBuffer replacementsCaolán McNamara
2012-08-07move UniString::GetQuotedToken to sc, you can keep itCaolán McNamara
2012-08-07Remove forwards of non-existing structsThomas Arnhold
2012-08-07Remove non-existing forward declarationsThomas Arnhold
2012-08-05Remove unused macrosThomas Arnhold
2012-08-02strip down UniString some moreCaolán McNamara
2012-07-31remove DECLARE_LISTCaolán McNamara
2012-07-30Typo ressource -> resourceStephan Bergmann