# -*- 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,lingucomponent)) $(eval $(call gb_Module_add_targets,lingucomponent,\ Library_guesslang \ Library_hyphen \ Library_lnth \ $(if $(filter MACOSX,$(OS)),Library_MacOSXSpell) \ Library_spell \ StaticLibrary_ulingu \ )) # vim: set noet sw=4 ts=4: value='040e022d06ecadc36d3ef5c52178095a4d2c828a'/> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Expand)Author
2012-10-31Related: rhbz#871516 plausible reason for crash in MathType::HandleRecordsCaolán McNamara
2012-10-31CMIS: added cancelCheckOut and checkIn implementations and menu itemsCédric Bosdonnat
2012-10-31CMIS: added CheckOut in the File menuCédric Bosdonnat
2012-10-31Get rid of vcl::unohelper::GetMultiServiceFactoryStephan Bergmann
2012-10-29String -> OUStringIvan Timofeev
2012-10-28String -> OUStringIvan Timofeev
2012-10-25remove .ui mark-up in favor of font attributesCaolán McNamara
2012-10-25fix compilation and linking of starmath cppunit testsIvan Timofeev
2012-10-22fdo#46808, Adapt xml::sax::XWriter UNO service to new styleNoel Grandin
2012-10-22String -> OUStringIvan Timofeev
2012-10-19replace sxub_Unicode by sal_UnicodeNorbert Thiebaud
2012-10-17make use of ability to use bold in labelsCaolán McNamara
2012-10-12XubString->OUStringCaolán McNamara
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák
2012-10-11Make a function static for deduplication in the DISABLE_DYNLOADING caseTor Lillqvist
2012-10-10add missing deps on headersDavid Tardon
2012-10-09add link to detailed module description to Math's READMEAndras Timar
2012-10-04fdo#46808, Adapt xml::sax::XParser UNO service to new styleNoel Grandin
2012-10-02String -> OUStringIvan Timofeev
2012-10-02String -> OUStringIvan Timofeev
2012-10-02String -> OUStringIvan Timofeev
2012-10-02remove unused methodIvan Timofeev
2012-10-02String -> OUStringIvan Timofeev
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini
2012-10-01String -> OUStringIvan Timofeev
2012-10-01String -> OUStringIvan Timofeev
2012-10-01String -> OUStringIvan Timofeev
2012-10-01String -> OUStringIvan Timofeev
2012-10-01String -> OUStringIvan Timofeev
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl
2012-09-28convert writer, draw, impress, calc and starmath printer dialogsCaolán McNamara
2012-09-22make starmath's gbuild module name the same as dirDavid Tardon
2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud
2012-09-12Improvement on previous commitStephan Bergmann
2012-09-12fdo#46808, Adapt xml::dom::SAXDocumentBuilderr UNO service to new styleNoel Grandin
2012-09-11-Werror,-Wunused-private-fieldStephan Bergmann
2012-09-11-Werror,-Wunused-valueStephan Bergmann
2012-09-06actually use startsWith(), now that it really existsLuboš Luňák
2012-09-02crash with safe iterators: attempt to decrement a past-the-end iteratorIvan Timofeev