/* -*- 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/. * * This file incorporates work covered by the following license notice: * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright * ownership. The ASF licenses this file to you under the Apache * License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #ifndef _FLTCALL_HXX #define _FLTCALL_HXX #include #include #include #include #include class FilterConfigItem; class SvStream; class Graphic; class Window; struct FltCallDialogParameter { Window* pWindow; ResMgr* pResMgr; FieldUnit eFieldUnit; OUString aFilterExt; // In and Out PropertySequence for all filter dialogs ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > aFilterData; FltCallDialogParameter( Window* pW, ResMgr* pRsMgr, FieldUnit eFiUni ) : pWindow ( pW ), pResMgr ( pRsMgr ), eFieldUnit ( eFiUni ) {}; }; typedef sal_Bool (*PFilterCall)(SvStream & rStream, Graphic & rGraphic, FilterConfigItem* pConfigItem, sal_Bool bPrefDialog); // Of this type are both export-filter and import-filter functions // rFileName is the complete path to the file to be imported or exported // pCallBack can be NULL. pCallerData is handed to the callback function // pOptionsConfig can be NULL; if not, the group of the config is already set // and may not be changed by this filter! // If bPrefDialog==sal_True, a Preferences-Dialog might be called typedef sal_Bool ( *PFilterDlgCall )( FltCallDialogParameter& ); // Of this type are both export-filter and import-filter functions // hands a pointer to the parent window and to the options config // pOptions and pWindow can be NULL; in this case sal_False is returned, // otherwise the group of the config is already set // and may not be changed by this filter! #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ istro/collabora/co-24.04.4'>distro/collabora/co-24.04.4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-19Move static aFontFileList into GlyphCacheJan-Marek Glogowski
2019-11-03make some classes module-privateNoel Grandin
2019-09-05Merge GetFontCodeRanges() into GetFontCharMap()Khaled Hosny
2019-03-22rhbz#1690732 basic font variation supportCaolán McNamara
2018-11-29tdf#42949 Fix IWYU warnings in include/vcl/[i-m]*Gabor Kelemen
2018-10-30Move SalGraphics glyph functions into FontInstanceJan-Marek Glogowski
2018-10-25Change GlyphItem::nFallbackLevel to font instanceJan-Marek Glogowski
2018-10-06UNX merge FreetypeManager into GlyphCacheJan-Marek Glogowski
2018-09-14loplugin:constfields in vclNoel Grandin
2018-08-22rename FontSelectPatternAttributes to FontSelectPatternCaolán McNamara
2018-08-22turn the cache around to work on LogicalFontInstanceCaolán McNamara
2018-08-21CreateFont from LogicalFontInstance instead of FontSelectPatternCaolán McNamara
2018-08-15loplugin:useuniqueptr in FreetypeManagerNoel Grandin
2018-06-11drop PhysicalFontFace::CloneNoel Grandin
2018-06-08hold LogicalFontInstance with rtl::ReferenceNoel Grandin
2018-06-07manage PhysicalFontFace by rtl::ReferenceNoel Grandin
2018-05-08Refactor CommonSalLayout font handlingJan-Marek Glogowski
2018-05-07Move PhysicalFontFace member of FontSelectPatternJan-Marek Glogowski
2017-12-15Protect all LogicalFontInstance constructorsJan-Marek Glogowski
2017-11-24loplugin:countusersofdefaultparams in sw (1)Noel Grandin
2017-10-30Constify some VCL interface functionsJan-Marek Glogowski
2017-10-23loplugin:includeform: vclStephan Bergmann
2016-12-01Unused codeKhaled Hosny
2016-11-26Kill old Graphite layout enginesKhaled Hosny
2016-11-23with wayland scaling cairo is meddling with our fontCaolán McNamara
2016-10-30Rename ServerFont to FreetypeFontKhaled Hosny
2016-09-02boost::intrusive_ptr->tools::SvRefCaolán McNamara
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-01-11vcl: move all glyph files from generic to unxChris Sherlock
2016-01-11vcl: rename gcach_ftyp.{cxx|hxx} to freetype_glyphcache.{cxx|hxx}Chris Sherlock