# -*- 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_AllLangResTarget_AllLangResTarget,abp)) $(eval $(call gb_AllLangResTarget_set_reslocation,abp,extensions/res)) $(eval $(call gb_AllLangResTarget_add_srs,abp,abp/res)) $(eval $(call gb_SrsTarget_SrsTarget,abp/res)) $(eval $(call gb_SrsTarget_set_include,abp/res,\ $$(INCLUDE) \ -I$(SRCDIR)/extensions/inc \ )) $(eval $(call gb_SrsTarget_add_files,abp/res,\ extensions/source/abpilot/abspilot.src \ )) # vim:set noet sw=4 ts=4: S'>distro/CN/libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/doclay.cxx
AgeCommit message (Expand)Author
2015-06-03sw: fix assert with frames anchored in redlines on rhbz490395-1.odtMichael Stahl
2015-05-11sw: remove bogus assert in SwDoc::IsInHeaderFooter()Michael Stahl
2014-11-14loplugin: cstylecastNoel Grandin
2014-11-09speed up SwDoc::IsInHeaderFooter() by using SwFrmFmtAnchorMapLuboš Luňák
2014-11-09do not bother with nice unique names during mailmergeLuboš Luňák
2014-10-15coverity#982478 Dereference after null checkCaolán McNamara
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-09-06SwSortedObjs: Count() to size() and use size_t consistentlyMatteo Casalin
2014-08-12Refactored IDocumentStylePoolAccess out of SwDoc.Valentin Kettner
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner
2014-08-12Refactored IDocumentState out of SwDoc.Valentin Kettner
2014-08-12Refactored IDocumentFieldsAccess out of SwDoc.Valentin Kettner
2014-08-12Refactored IDocumentRedlineAccess out of SwDoc.Valentin Kettner
2014-08-12-Werror,-Wundefined-bool-conversionStephan Bergmann
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner
2014-07-15Refactored IDocumentTimerAccess in SwDoc into DocumentTimerManager.Valentin Kettner
2014-07-06fix crash on loading ooo32089-1.sxwCaolán McNamara
2014-07-01Related: #i124638# Corrected relationship between DrawModel and...Armin Le Grand
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-06-19coverity#705037 Unchecked dynamic_castCaolán McNamara
2014-06-13SwDoc::DelLayoutFmt: don't delete content of a draw formatMiklos Vajna
2014-06-03Split out IDocumentDrawModelAccess from SwDoc.Valentin Kettner
2014-06-03Removed DocumentSettingManager methods from SwDoc.Valentin Kettner
2014-05-28coverity#704955 Unchecked dynamic_castCaolán McNamara
2014-05-27Remove ASCII art and useless comments from sw moduleChris Laplante
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante
2014-05-09fdo#77720: Mail Merge: reset cursors after clearing documentMichael Stahl
2014-05-08Related: fdo#77720 Writer crashes when running Mail Merge WizardJulien Nabet
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-04-30sw: sal_Bool->boolNoel Grandin
2014-04-14typo: beause -> becauseThomas Arnhold
2014-04-10It's "its", not "it's"Tor Lillqvist
2014-04-03svl: sal_Bool->boolNoel Grandin
2014-02-27Remove visual noise from swAlexander Wilms
2014-02-27editeng: sal_Bool->boolNoel Grandin
2014-02-27editeng: sal_Bool->boolNoel Grandin
2014-02-27editeng: sal_Bool->boolNoel Grandin
2014-02-20svl: sal_Bool -> boolStephan Bergmann
2014-02-19Resolves: #i124188# assure correct insertion of text attribute...Oliver-Rainer Wittmann