# -*- 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_ExternalPackage_ExternalPackage,ct2n,ConvertTextToNumber)) $(eval $(call gb_ExternalPackage_add_unpacked_files_with_dir,ct2n,$(LIBO_SHARE_FOLDER)/extensions/ConvertTextToNumber,\ Addons.xcu \ CT2N/MainCode.xba \ CT2N/ToClipbord.xba \ CT2N/Language.xba \ CT2N/dialog.xlb \ CT2N/dlgCode.xba \ CT2N/script.xlb \ CT2N/dlgCT2N.xdl \ CT2N/UserSettings.xba \ META-INF/manifest.xml \ Office/UI/BaseWindowState.xcu \ Office/UI/ImpressWindowState.xcu \ Office/UI/StartModuleWindowState.xcu \ Office/UI/BasicIDEWindowState.xcu \ Office/UI/CalcWindowState.xcu \ Office/UI/WriterWindowState.xcu \ Office/UI/DrawWindowState.xcu \ Office/UI/MathWindowState.xcu \ description.xml \ icons/image1_26.bmp \ icons/image1_16.bmp \ pkg-desc/pkg-description.txt \ registration/COPYING \ )) # vim: set noet sw=4 ts=4: /option> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/basegfx
AgeCommit message (Expand)Author
2015-06-22Fix typosAndrea Gelmini
2015-06-21Fix typosAndrea Gelmini
2015-06-16Fix typosAndrea Gelmini
2015-06-14cppcheck: redundantCondition [part1]Julien Nabet
2015-06-11Typo: vertival -> verticalAndras Timar
2015-06-04Removed getNormal() from polygontools, it just calls B3DPolygon::getNormal()Zsolt Bölöny
2015-06-04uno::Sequence provides now begin and endNoel Grandin
2015-06-04convert B2DLineJoin to scoped enumNoel Grandin
2015-06-04convert B2VectorContinuity to scoped enumNoel Grandin
2015-06-04convert B2VectorOrientation to scoped enumNoel Grandin
2015-06-02Replaced boost::tuple with std::tupleZsolt Bölöny
2015-06-01Remove B1IRange, it's not used anywhereZsolt Bölöny
2015-06-01Remove B1IBox, it's not used anywhereZsolt Bölöny
2015-05-28new clang plugin: loopvartoosmallNoel Grandin
2015-05-27Remove B3IPoint, it's not used anywhereZsolt Bölöny
2015-05-27B3IVector is not used anywhereZsolt Bölöny
2015-05-27Remove B3IRange, it's not used anywhereZsolt Bölöny
2015-05-26Remove B3I64Tuple, it's not used by anythingZsolt Bölöny
2015-05-24comments: fix mis-use of eventual in EnglishThorsten Behrens
2015-05-23Typo: Trapeziod->TrapezoidJulien Nabet
2015-05-21Use the better precision equality check in b2trapezoid.cxxZsolt Bölöny
2015-05-19That was totally pointlessZsolt Bölöny
2015-05-18cppunit: noExplicitConstructorCaolán McNamara
2015-05-07simplify code by replacing std::find_if with std::any_of/std::none_ofTakeshi Abe
2015-05-05Drop misused lcl_ prefixTor Lillqvist
2015-04-27More loplugin:simplifyboolStephan Bergmann
2015-04-21fix crash on export of ooo30155-1.sxw to odtCaolán McNamara
2015-03-27loplugin:staticfunctionNoel Grandin
2015-03-27convert CUTFLAG_ constants to enum classNoel Grandin
2015-03-04V813: Decreased performanceCaolán McNamara