# -*- 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/. # PRODUCTLIST := libreoffice libreofficedev PKGVERSION := $(LIBO_VERSION_MAJOR).$(LIBO_VERSION_MINOR).$(LIBO_VERSION_MICRO) PKGVERSIONSHORT := $(LIBO_VERSION_MAJOR).$(LIBO_VERSION_MINOR) PRODUCTNAME.libreoffice := LibreOffice PRODUCTNAME.libreofficedev := LibreOfficeDev UNIXFILENAME.libreoffice := libreoffice$(PKGVERSIONSHORT) UNIXFILENAME.libreofficedev := libreofficedev$(PKGVERSIONSHORT) # vim: set noet sw=4 ts=4: name='h' onchange='this.form.submit();'> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/xmloff/source/style/xmlnume.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-04-02 14:07:31 +0200
committerNoel Grandin <noel@peralex.com>2015-04-07 10:24:54 +0200
commitd1b27a1d9af27c0447d4eb1c8d5864b5028d7746 (patch)
tree7f551a3eb69040d674bf5b52b0405b897b23324f /xmloff/source/style/xmlnume.cxx
parente4688a3d41265946007c6c9a5c5b5742078c74a3 (diff)
loplugin:staticmethods onvert OUString !compareToAscii to equalsAsciiNoel Grandin 2013-11-07vcl: WORDS_BIGENDIAN is never defined, use OSL_BIGENDIANMichael Stahl 2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin 2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin 2013-10-30fdo#70968: Incorrect rendering of Devanagari short 'i' vowelKhaled Hosny 2013-10-30SimplifyKhaled Hosny 2013-10-29TypoTor Lillqvist 2013-10-29Add a SAL_WARN_IF to get more verbose information when CheckYieldMutex() failsTor Lillqvist 2013-10-28fixincludeguards.sh: vclThomas Arnhold 2013-10-23convert code to use OUString::endsWithNoel Grandin 2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist 2013-10-21Exempler->ExemplarCaolán McNamara 2013-10-21Remove GetKernPairs() with no implementationKhaled Hosny 2013-10-21Removed unused kerning stuffKhaled Hosny 2013-10-21Drop support for non-Unicode fontsKhaled Hosny 2013-10-20Bin pointless #ifdef'd codeKhaled Hosny 2013-10-07CID#708635 uninitialized membersCaolán McNamara 2013-10-07CID#708895 unused variableCaolán McNamara 2013-10-07CID#736943 clamp no of ttc entries to physical maxCaolán McNamara 2013-10-02Spell "indices" correctlyTor Lillqvist 2013-09-26typo fixes in commentsAndras Timar 2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara 2013-09-20Font and ImplLayoutArgs with LanguageTagEike Rathke 2013-09-11typo fix: wether -> whetherAndras Timar 2013-09-09CID#738553 uninitialized scalarCaolán McNamara 2013-09-06Check for FT_Face_GetCharVariantIndex at build timeKhaled Hosny 2013-09-06Simplify FreeType version checkKhaled Hosny 2013-09-04Require FreeType >= 2.2.0Khaled Hosny 2013-09-04FT_Size API is available since FreeType 2.0.5Khaled Hosny 2013-08-30Remove hacks for ancient FreeTypeKhaled Hosny 2013-08-26Simplify iterator management (part2)Julien Nabet 2013-08-26Simplify a bit iterator managementJulien Nabet 2013-08-22Don't re-create Unicode and font functions for every text runKhaled Hosny 2013-08-22fdo#66715: Avoid compatibility decomposition with HarfBuzzKhaled Hosny 2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák 2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist 2013-08-12convert vcl/inc/outfont.hxx from String to OUStringNoel Grandin 2013-08-12convert vcl/inc/fontcache.hxx from String to OUStringNoel Grandin 2013-08-12convert vcl/ppdparser.hxx from String to OUStringNoel Grandin