/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * 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/. * */ #include #include namespace svx { std::unique_ptr CommonStyleManager::CreateStylePreviewRenderer( OutputDevice& rOutputDev, SfxStyleSheetBase* pStyle, long nMaxHeight) { return std::unique_ptr(new CommonStylePreviewRenderer(mrShell, rOutputDev, pStyle, nMaxHeight)); } } // end svx namespace /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ n> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-15ComplexColor various clean-up and (trivial) refactoringsTomaž Vajngerl
2023-07-10svx: prefix members of GeoStatMiklos Vajna
2023-07-04loplugin:constantparamNoel Grandin
2023-07-02pAttr is always dereferenced, use a reference instead of a pointerCaolán McNamara
2023-07-01cid#1532376 Big parameter passed by valueCaolán McNamara
2023-06-29Use getXWeak in svxMike Kaganski
2023-06-26new loplugin:constexprliteralNoel Grandin
2023-05-25use more TypedWhichIdNoel Grandin
2023-05-12use ComplexColor instead of ThemeColor for better OOXML compat.Tomaž Vajngerl
2023-05-10rename SDRATTR_TABLE_GRABBAG to SDRATTR_TABLE_CELL_GRABBAGSarper Akdemir
2023-05-04tdf#105404 [API CHANGE] add index to accessiblity change eventNoel Grandin
2023-05-02use more specific class in sdr::table::CellNoel Grandin
2023-04-19tdf#150020: pass transform and scale matrix for the table shadow primitiveSarper Akdemir
2023-04-17oox: tcPr vert roundtrip, introduce interopability grab bag for table cellSarper Akdemir
2023-04-14tdf#154501 - Fileopen PPTX: Table with rotated text wrongNoel Grandin
2023-04-10Drop SvStream::WriteCharPtrMike Kaganski
2023-04-09new loplugin:unnecessarygetstrNoel Grandin
2023-03-29loplugin:stringadd in svxNoel Grandin
2023-03-04svx: SdrTextObj maRect - use getter and add funcs. for manipulationTomaž Vajngerl
2023-01-20Fix TableColumn/-Row queryAggregationStephan Bergmann
2023-01-20Base CellRange on WeakImplHelperStephan Bergmann
2023-01-13support theme color for lines + oox support + testsTomaž Vajngerl
2023-01-13introduce {Char,Fill}ColorThemeReference which uses XThemeColorTomaž Vajngerl
2023-01-12introduce docmodel comp., model::ThemeColor, use it in SvxColorItemTomaž Vajngerl
2022-12-16Merge sdr::table::TableDesignUser into sdr::table::SdrTableObjImplStephan Bergmann
2022-12-06tdf#152380: add checks for names and values sequences length equalityMike Kaganski
2022-12-01tdf#135192 svx: PDF/UA export: table tag primitives only if necessaryMichael Stahl
2022-12-01tdf#135192 drawinglayer,svx: PDF/UA export: also tag TH for SdrTableObjMichael Stahl
2022-12-01tdf#135192 svx: PDF/UA export: implement tags for SdrTableObjMichael Stahl
2022-11-29sd: replace hardcoded table styles with xml fileMaxim Monastirsky
2022-11-28loplugin:unusedfields make some protected fields privateNoel Grandin
2022-11-21sd: table design editingMaxim Monastirsky
2022-11-21Export modified table stylesMaxim Monastirsky
2022-11-19Prepare the dialog for cell style editingMaxim Monastirsky
2022-11-14svx: On table style removal, revert to the default styleMaxim Monastirsky
2022-11-14svx: Update tables on style changesMaxim Monastirsky