# -*- 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_Module_Module,binaryurp)) $(eval $(call gb_Module_add_targets,binaryurp,\ Library_binaryurp \ )) $(eval $(call gb_Module_add_check_targets,binaryurp,\ CppunitTest_binaryurp_test-cache \ CppunitTest_binaryurp_test-unmarshal \ )) # vim: set noet sw=4 ts=4: class='form'>
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sd/source/ui/presenter
AgeCommit message (Expand)Author
2015-09-25sd/source/ui/annotations boost->stdCaolán McNamara
2015-09-24sd/source/ui/inc boost::scoped_ptr->std::unique_ptrCaolán McNamara
2015-09-23boost::shared_ptr->std::shared_ptrCaolán McNamara
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara
2015-09-17boost->stdCaolán McNamara
2015-08-31sd: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-08-29o3tl/cow_wrapper: remove boost dependencyDaniel Robertson
2015-08-28make PostUserEvent Link<> typedNoel Grandin
2015-08-20loplugin:defaultparamsNoel Grandin
2015-08-05loplugin:unusedmethodsNoel Grandin
2015-07-08Fix MSVC buildStephan Bergmann
2015-07-07tdf#91574 - fix slideshow presenter console lifecycle.Michael Meeks
2015-05-28convert PARENTCLIPMODE constants to scoped enumNoel Grandin
2015-05-25convert WINDOW_ZORDER constants to scoped enumNoel Grandin
2015-05-20convert DEFAULTCONSTANT constant to scoped enumNoel Grandin
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin
2015-05-06convert DEFAULTFONT_ constants to scoped enumNoel Grandin
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-20sd: convert new to ::Create.Noel Grandin
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-13loplugin:staticmethodsNoel Grandin
2015-04-10vclwidget: some small fixesNoel Grandin
2015-03-25convert EE_CNTRL constants to enum classNoel Grandin
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann
2015-03-12sd: convert sd.component to constructor usageChris Sherlock
2015-03-11consistently check hereCaolán McNamara
2015-01-19use supersampling in Impress if fast opengl scaling is availableLuboš Luňák
2014-12-15sd: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-13coverity#1251594 Uncaught exceptionCaolán McNamara