/* -*- 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/.
*/
class EditTextObject; class ScDocument; class ScColumn; class ScPatternAttr; class ScTokenArray; class ScFormulaCell; class ScStyleSheet; struct ScSetStringParam; struct ScTabOpParam; struct ScDocumentImportImpl; enumclass SvtScriptType : sal_uInt8;
/** * Accessor class to ScDocument. Its purpose is to allow import filter to * fill the document model and nothing but that. Filling the document via * this class does not trigger any kind of broadcasting, drawing object * position calculation, or anything else that requires expensive * computation which are unnecessary and undesirable during import.
*/ class SC_DLLPUBLIC ScDocumentImport
{
std::unique_ptr<ScDocumentImportImpl> mpImpl;
/** * Set an array of cell attributes to specified range of columns. This call * transfers the ownership of the ScAttrEntry array from the caller to the * column.
*/ void setAttrEntries( SCTAB nTab, SCCOL nColStart, SCCOL nColEnd, Attrs&& rAttrs );
/** Broadcast all formula cells that are marked with FormulaTokenArray::IsRecalcModeMustAfterImport() for a subsequent ScDocument::CalcFormulaTree().
*/ void broadcastRecalcAfterImport();
/** small cache for hot call during import */ bool isLatinScript(sal_uInt32 nFormat); bool isLatinScript(const ScPatternAttr&);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.