# -*- 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_Package_Package,sd_opengl,$(SRCDIR)/sd/xml)) $(eval $(call gb_Package_add_files,sd_opengl,$(LIBO_SHARE_FOLDER)/config/soffice.cfg/simpress,\ transitions-ogl.xml \ )) # vim: set noet sw=4 ts=4: lo/core' href='/cgit/lo/core/'>lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/hffrm.cxx
AgeCommit message (Expand)Author
2024-08-25tdf#162614: report the reason why a frame couldn't growMike Kaganski
2024-05-04WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara
2023-08-25sw layout xml dump: merge some copy&paste into a SwFrame::dumpAsXml()Miklos Vajna
2023-03-24sw layout xml dump: extract SwFooterFrame::dumpAsXml() from SwFrameMiklos Vajna
2023-03-17sw layout xml dump: extract SwHeaderFrame::dumpAsXml() from SwFrameMiklos Vajna
2021-10-21introduce SwNodeOffset strong typedefNoel Grandin
2021-09-26no need to allocate these SwBorderAttrAccess on the heapNoel Grandin
2021-08-24reduce cost of dynamic casting to SwFlyFrameNoel Grandin
2020-11-24tdf#42949 Fix new IWYU warnings in directory swGabor Kelemen
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin
2020-10-20use tools::Long in swNoel
2020-10-11DelFlys is never passed nullptrsCaolán McNamara
2020-10-11dynamic_cast followed by static_castCaolán McNamara
2020-04-20remove direct access to Size field on SwRectNoel Grandin
2020-02-10tdf#90834: Turn in-line version control comments into good commentsPelin Kuran
2019-12-19Fix typoAndrea Gelmini
2019-12-11convert PrepareHint to scoped enumNoel Grandin
2019-12-11convert SwFrameSize to scoped enumNoel Grandin
2019-02-10loplugin:indentation in swNoel Grandin
2019-02-07o3tl::make_unique -> std::make_unique in swGabor Kelemen
2018-11-25tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski
2018-09-17New loplugin:externalStephan Bergmann
2018-08-03Add missing sal/log.hxx headersGabor Kelemen
2018-06-08sw_redlinehide: convert to GetDep()Michael Stahl
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin
2018-02-21loplugin:changetoolsgen in swNoel Grandin
2018-01-24Fix some IWYU warningsMiklos Vajna
2017-10-31RotateFlyFrame2: Unified FrameAreaDefinitionArmin Le Grand
2017-10-30Adapted to get methods and WriteAccess helpersArmin Le Grand
2017-10-30Adapted to get/setSwFrame and get/setSwPrintArmin Le Grand
2017-10-30Migrated from SwFrame::PrintWA to setPrintArmin Le Grand
2017-10-30Migrated from SwFrame::FrameWA to setFrameArmin Le Grand
2017-10-30Isolated SwFrame members maFrane and maPrtArmin Le Grand
2017-10-23loplugin:includeform: swStephan Bergmann
2017-08-04loplugin:constparams in sw part3Noel Grandin
2017-08-02loplugin:checkunusedparams in swNoel Grandin
2017-04-24clang-tidy readability-simplify-boolean-expr in swNoel Grandin
2017-01-09New loplugin:externvar: swStephan Bergmann
2016-04-22Avoid reserved identifiersStephan Bergmann
2016-03-31tdf#84938 convert FRM_ constants to scoped enumNoel Grandin
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-03Smart pointers for SwBorderAttrAccessAshod Nakashian
2015-10-12tdf#89165 sw: looping layout in SwHeadFootFrm::FormatSize()Miklos Vajna
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht
2015-10-01tdf#39080 Interactive hide-whitespace modeAshod Nakashian
2015-08-17tdf#39080 Added HideWhitespaceMode ViewOption flagAshod Nakashian
2015-06-29SwFrm::Calc: use vcl::RenderContextMiklos Vajna
2015-06-26SwTextFrm::Format: use vcl::RenderContextMiklos Vajna