# # # 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_Jar_Jar,XMergeBridge)) $(eval $(call gb_Jar_set_componentfile,XMergeBridge,xmerge/source/bridge/XMergeBridge,OOO)) $(eval $(call gb_Jar_set_manifest,XMergeBridge,$(SRCDIR)/xmerge/source/bridge/manifest.mf)) $(eval $(call gb_Jar_set_packageroot,XMergeBridge,*.class)) $(eval $(call gb_Jar_use_jars,XMergeBridge,\ xmerge \ unoil \ ridl \ jurt \ juh \ )) $(eval $(call gb_Jar_add_sourcefiles,XMergeBridge,\ xmerge/source/bridge/java/XMergeBridge \ )) 'id' value='d665e058246631c8a838c3a731bdd0c56be27903'/> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/framework/source/uielement/fontsizemenucontroller.cxx
AgeCommit message (Expand)Author
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-09-17convert FRAMEWORK module from String to OUStringNoel Grandin
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-06-10mingw64: use integers of teh right size in frameworkFridrich Štrba
2013-06-05fdo#46808, Convert some XMultiservice in framework moduleNoel Grandin
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-04doubled namespacesThomas Arnhold
2013-03-03loplugin: unused variables and commented codeThomas Arnhold
2012-11-22AllSettings with LanguageTagEike Rathke
2012-11-15re-base on ALv2 code. Includes:Michael Meeks
2012-08-16-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann
2012-08-08remove include comments and boxesThomas Arnhold
2012-06-02targeted string re-workNorbert Thiebaud
2012-05-18removed unused const rtl::OUStringTakeshi Abe
2012-05-14removed unused static rtl::OUStringTakeshi Abe
2012-05-04fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2011-12-30Fix for fdo43460 Part XX getLength() to isEmpty()Olivier Hallot
2011-12-07Remove oooimprovementAugust Sodora
2011-11-27remove include of pch header from frameworkNorbert Thiebaud