# -*- 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/. # ifeq (,$(gb_Side)) gb_Side := host endif ifeq (,$(BUILDDIR)) BUILDDIR := $(dir $(realpath $(firstword $(MAKEFILE_LIST)))) endif include $(BUILDDIR)/config_$(gb_Side).mk include $(SRCDIR)/solenv/gbuild/gbuild.mk $(eval $(call gb_Module_make_global_targets,$(SRCDIR)/RepositoryModule_$(gb_Side).mk)) # vim: set noet sw=4 ts=4: e='hidden' name='id' value='39d45390f4fab1e9e85f211d74ed2c08fda5b652'/> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)Author
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold
2013-03-19Simplify equalsIgnoreAsciiCaseAscii[L] callsStephan Bergmann
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-03-18cleanup doxygen warningsPeter Foley
2013-03-16Resolves: #i118556# replace framework::OUStringHashCode with rtl::OUStringHashAriel Constenla-Haile
2013-03-15drop unused includeDavid Tardon
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks
2013-03-13fdo#60724: Fix spelling avaliable -> available.Steven Meyer
2013-03-11fdo#47011 autosave featureKrisztian Pinter
2013-03-11use startsWith() instead of compareToAscii()Thomas Arnhold
2013-03-09coverity#705655: fix memory leakMarkus Mohrhard
2013-03-09simplify code a bitMarkus Mohrhard
2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim
2013-03-08make use of startsWith()Thomas Arnhold
2013-03-08simplify compareTo (now correct)Thomas Arnhold