LibreOffice Module sc (master) 1
Public Member Functions | Static Public Member Functions | Private Attributes | List of all members
oox::xls::WorksheetHelper Class Reference

#include <worksheethelper.hxx>

Inheritance diagram for oox::xls::WorksheetHelper:
[legend]
Collaboration diagram for oox::xls::WorksheetHelper:
[legend]

Public Member Functions

 WorksheetHelper (WorksheetGlobals &rSheetGlob)
 
WorksheetType getSheetType () const
 Returns the type of this sheet. More...
 
SCTAB getSheetIndex () const
 Returns the index of the current sheet. More...
 
const css::uno::Reference< css::sheet::XSpreadsheet > & getSheet () const
 Returns the XSpreadsheet interface of the current sheet. More...
 
css::uno::Reference< css::table::XCell > getCell (const ScAddress &rAddress) const
 Returns the XCell interface for the passed cell address. More...
 
css::uno::Reference< css::table::XCellRange > getCellRange (const ScRange &rRange) const
 Returns the XCellRange interface for the passed cell range address. More...
 
css::uno::Reference< css::drawing::XDrawPage > getDrawPage () const
 Returns the XDrawPage interface of the draw page of the current sheet. More...
 
css::awt::Point getCellPosition (sal_Int32 nCol, sal_Int32 nRow) const
 Returns the absolute cell position in 1/100 mm. More...
 
const css::awt::Size & getDrawPageSize () const
 Returns the size of the entire drawing page in 1/100 mm. More...
 
SheetDataBuffergetSheetData () const
 Returns the buffer for cell contents and cell formatting. More...
 
CondFormatBuffergetCondFormats () const
 Returns the conditional formatting in this sheet. More...
 
CommentsBuffergetComments () const
 Returns the buffer for all cell comments in this sheet. More...
 
AutoFilterBuffergetAutoFilters () const
 Returns the auto filters for the sheet. More...
 
QueryTableBuffergetQueryTables () const
 Returns the buffer for all web query tables in this sheet. More...
 
WorksheetSettingsgetWorksheetSettings () const
 Returns the worksheet settings object. More...
 
PageSettingsgetPageSettings () const
 Returns the page/print settings for this sheet. More...
 
SheetViewSettingsgetSheetViewSettings () const
 Returns the view settings for this sheet. More...
 
VmlDrawinggetVmlDrawing () const
 Returns the VML drawing page for this sheet (OOXML/BIFF12 only). More...
 
ExtLstgetExtLst () const
 
void setPageBreak (const PageBreakModel &rModel, bool bRowBreak)
 Sets a column or row page break described in the passed struct. More...
 
void setHyperlink (const HyperlinkModel &rModel)
 Inserts the hyperlink URL into the spreadsheet. More...
 
void setValidation (const ValidationModel &rModel)
 Inserts the data validation settings into the spreadsheet. More...
 
void setDrawingPath (const OUString &rDrawingPath)
 Sets the path to the DrawingML fragment of this sheet. More...
 
void setVmlDrawingPath (const OUString &rVmlDrawingPath)
 Sets the path to the legacy VML drawing fragment of this sheet. More...
 
void extendUsedArea (const ScAddress &rAddress)
 Extends the used area of this sheet by the passed cell position. More...
 
void extendUsedArea (const ScRange &rRange)
 Extends the used area of this sheet by the passed cell range. More...
 
void extendShapeBoundingBox (const css::awt::Rectangle &rShapeRect)
 Extends the shape bounding box by the position and size of the passed rectangle (in 1/100 mm). More...
 
void setBaseColumnWidth (sal_Int32 nWidth)
 Sets base width for all columns (without padding pixels). More...
 
void setDefaultColumnWidth (double fWidth)
 Sets default width for all columns. More...
 
void setColumnModel (const ColumnModel &rModel)
 Sets column settings for a specific range of columns. More...
 
void setDefaultRowSettings (double fHeight, bool bCustomHeight, bool bHidden, bool bThickTop, bool bThickBottom)
 Sets default height and hidden state for all unused rows in the sheet. More...
 
void setRowModel (const RowModel &rModel)
 Sets row settings for a specific range of rows. More...
 
void putRichString (const ScAddress &rAddress, RichString &rString, const oox::xls::Font *pFirstPortionFont, bool bSingleLine=false)
 Inserts a rich-string cell directly into the Calc sheet. More...
 
void putFormulaTokens (const ScAddress &rAddress, const ApiTokenSequence &rTokens)
 Inserts a formula cell directly into the Calc sheet. More...
 
void initializeWorksheetImport ()
 Initial conversion before importing the worksheet. More...
 
void finalizeWorksheetImport ()
 Final conversion after importing the worksheet. More...
 
void finalizeDrawingImport ()
 Final import of drawing objects. More...
 
void setCellFormula (const ScAddress &rTokenAddress, const OUString &)
 
void setCellFormula (const ScAddress &rAddr, sal_Int32 nSharedId, const OUString &rCellValue, sal_Int32 nValueType)
 
void setCellArrayFormula (const ScRange &rRangeAddress, const ScAddress &rTokenAddress, const OUString &rTokenStr)
 
void createSharedFormulaMapEntry (const ScAddress &rAddress, sal_Int32 nSharedId, const OUString &rTokens)
 
void setCellFormulaValue (const ScAddress &rAddress, const OUString &rValueStr, sal_Int32 nCellType)
 
ScDocumentgetScDocument ()
 
- Public Member Functions inherited from oox::xls::WorkbookHelper
 WorkbookHelper (WorkbookGlobals &rBookGlob)
 
virtual ~WorkbookHelper ()
 
 WorkbookHelper (WorkbookHelper const &)=default
 
 WorkbookHelper (WorkbookHelper &&)=default
 
WorkbookHelperoperator= (WorkbookHelper const &)=delete
 
WorkbookHelperoperator= (WorkbookHelper &&)=delete
 
::oox::core::FilterBasegetBaseFilter () const
 Returns the base filter object (base class of all filters). More...
 
SegmentProgressBargetProgressBar () const
 Returns the filter progress bar. More...
 
sal_Int16 getCurrentSheetIndex () const
 Returns the index of the current Calc sheet, if filter currently processes a sheet. More...
 
bool isGeneratorKnownGood () const
 Returns true when reading a file generated by a known good generator. More...
 
bool hasCalculatedFormulaCells () const
 Returns true if any formula cell is calculated. More...
 
void setCalculatedFormulaCells ()
 Set if any formula cell is calculated. More...
 
void setVbaProjectStorage (const StorageRef &rxVbaPrjStrg)
 Sets the VBA project storage used to import VBA source code and forms. More...
 
void setCurrentSheetIndex (SCTAB nSheet)
 Sets the index of the current Calc sheet, if filter currently processes a sheet. More...
 
void finalizeWorkbookImport ()
 Final conversion after importing the workbook. More...
 
void useInternalChartDataTable (bool bInternal)
 
ScDocumentgetScDocument ()
 
const ScDocumentgetScDocument () const
 
ScDocumentImportgetDocImport ()
 
const ScDocumentImportgetDocImport () const
 
ScEditEngineDefaultergetEditEngine () const
 
const css::uno::Reference< css::sheet::XSpreadsheetDocument > & getDocument () const
 Returns a reference to the source/target spreadsheet document model. More...
 
css::uno::Reference< css::sheet::XSpreadsheet > getSheetFromDoc (sal_Int32 nSheet) const
 Returns a reference to the specified spreadsheet in the document model. More...
 
css::uno::Reference< css::sheet::XSpreadsheet > getSheetFromDoc (const OUString &rSheet) const
 Returns a reference to the specified spreadsheet in the document model. More...
 
css::uno::Reference< css::table::XCellRange > getCellRangeFromDoc (const ScRange &rRange) const
 Returns the XCellRange interface for the passed cell range address. More...
 
css::uno::Reference< css::container::XNameContainer > getCellStyleFamily () const
 Returns the cell styles container from the Calc document. More...
 
css::uno::Reference< css::style::XStyle > getStyleObject (const OUString &rStyleName, bool bPageStyle) const
 Returns the specified cell or page style from the Calc document. More...
 
RangeDataRet createNamedRangeObject (OUString &orName, sal_Int32 nIndex, sal_Int32 nNameFlags, bool bHidden) const
 Creates and returns a defined name on-the-fly in the Calc document. More...
 
RangeDataRet createLocalNamedRangeObject (OUString &orName, sal_Int32 nIndex, sal_Int32 nNameFlags, sal_Int32 nTab, bool bHidden) const
 Creates and returns a defined name on-the-fly in the sheet. More...
 
css::uno::Reference< css::sheet::XDatabaseRange > createDatabaseRangeObject (OUString &orName, const ScRange &rRangeAddr) const
 Creates and returns a database range on-the-fly in the Calc document. More...
 
css::uno::Reference< css::sheet::XDatabaseRange > createUnnamedDatabaseRangeObject (const ScRange &rRangeAddr) const
 Creates and returns an unnamed database range on-the-fly in the Calc document. More...
 
ScDBDatafindDatabaseRangeByIndex (sal_uInt16 nIndex) const
 Finds the (already existing) database range of the given formula token index. More...
 
css::uno::Reference< css::style::XStyle > createStyleObject (OUString &orStyleName, bool bPageStyle) const
 Creates and returns a com.sun.star.style.Style object for cells or pages. More...
 
FormulaBuffergetFormulaBuffer () const
 
WorkbookSettingsgetWorkbookSettings () const
 Returns the global workbook settings object. More...
 
ViewSettingsgetViewSettings () const
 Returns the workbook and sheet view settings object. More...
 
WorksheetBuffergetWorksheets () const
 Returns the worksheet buffer containing sheet names and properties. More...
 
ThemeBuffergetTheme () const
 Returns the office theme object read from the theme substorage. More...
 
StylesBuffergetStyles () const
 Returns all cell formatting objects read from the styles substream. More...
 
SharedStringsBuffergetSharedStrings () const
 Returns the shared strings read from the shared strings substream. More...
 
ExternalLinkBuffergetExternalLinks () const
 Returns the external links read from the external links substream. More...
 
DefinedNamesBuffergetDefinedNames () const
 Returns the defined names read from the workbook globals. More...
 
TableBuffergetTables () const
 Returns the tables collection (equivalent to Calc's database ranges). More...
 
ScenarioBuffergetScenarios () const
 Returns the scenarios collection. More...
 
ConnectionsBuffergetConnections () const
 Returns the collection of external data connections. More...
 
PivotCacheBuffergetPivotCaches () const
 Returns the collection of pivot caches. More...
 
PivotTableBuffergetPivotTables () const
 Returns the collection of pivot tables. More...
 
FormulaParsergetFormulaParser () const
 Returns a shared import formula parser (import filter only!). More...
 
FormulaParsercreateFormulaParser () const
 Returns an unshared import formula parser (import filter only!). More...
 
UnitConvertergetUnitConverter () const
 Returns the measurement unit converter. More...
 
AddressConvertergetAddressConverter () const
 Returns the converter for string to cell address/range conversion. More...
 
oox::drawingml::chart::ChartConvertergetChartConverter () const
 Returns the chart object converter. More...
 
PageSettingsConvertergetPageSettingsConverter () const
 Returns the page and print settings converter. More...
 
::oox::core::XmlFilterBasegetOoxFilter () const
 Returns the base OOXML/BIFF12 filter object. More...
 
bool importOoxFragment (const rtl::Reference< oox::core::FragmentHandler > &rxHandler)
 Imports a fragment using the passed fragment handler, which contains the full path to the fragment stream. More...
 
bool importOoxFragment (const rtl::Reference< oox::core::FragmentHandler > &rxHandler, oox::core::FastParser &rParser)
 
rtl_TextEncoding getTextEncoding () const
 Returns the text encoding used to import/export byte strings. More...
 

Static Public Member Functions

static WorksheetGlobalsRef constructGlobals (const WorkbookHelper &rHelper, const ISegmentProgressBarRef &rxProgressBar, WorksheetType eSheetType, SCTAB nSheet)
 
static IWorksheetProgressgetWorksheetInterface (const WorksheetGlobalsRef &xRef)
 
- Static Public Member Functions inherited from oox::xls::WorkbookHelper
static WorkbookGlobalsRef constructGlobals (ExcelFilter &rFilter)
 

Private Attributes

WorksheetGlobalsmrSheetGlob
 

Additional Inherited Members

- Public Types inherited from oox::xls::WorkbookHelper
typedef std::pair< ScRangeData *, bool > RangeDataRet
 

Detailed Description

Definition at line 165 of file worksheethelper.hxx.

Constructor & Destructor Documentation

◆ WorksheetHelper()

oox::xls::WorksheetHelper::WorksheetHelper ( WorksheetGlobals rSheetGlob)

Definition at line 1424 of file worksheethelper.cxx.

Member Function Documentation

◆ constructGlobals()

WorksheetGlobalsRef oox::xls::WorksheetHelper::constructGlobals ( const WorkbookHelper rHelper,
const ISegmentProgressBarRef rxProgressBar,
WorksheetType  eSheetType,
SCTAB  nSheet 
)
static

◆ createSharedFormulaMapEntry()

void oox::xls::WorksheetHelper::createSharedFormulaMapEntry ( const ScAddress rAddress,
sal_Int32  nSharedId,
const OUString &  rTokens 
)

◆ extendShapeBoundingBox()

void oox::xls::WorksheetHelper::extendShapeBoundingBox ( const css::awt::Rectangle &  rShapeRect)

Extends the shape bounding box by the position and size of the passed rectangle (in 1/100 mm).

Definition at line 1569 of file worksheethelper.cxx.

References oox::xls::WorksheetGlobals::extendShapeBoundingBox(), and mrSheetGlob.

Referenced by oox::xls::VmlDrawing::notifyXShapeInserted(), and oox::xls::DrawingFragment::onEndElement().

◆ extendUsedArea() [1/2]

void oox::xls::WorksheetHelper::extendUsedArea ( const ScAddress rAddress)

◆ extendUsedArea() [2/2]

void oox::xls::WorksheetHelper::extendUsedArea ( const ScRange rRange)

Extends the used area of this sheet by the passed cell range.

Definition at line 723 of file worksheethelper.cxx.

References ScRange::aEnd, ScRange::aStart, and extendUsedArea().

◆ finalizeDrawingImport()

void oox::xls::WorksheetHelper::finalizeDrawingImport ( )

Final import of drawing objects.

Has to be called after all content has been imported

Definition at line 1635 of file worksheethelper.cxx.

References oox::xls::WorksheetGlobals::finalizeDrawingImport(), and mrSheetGlob.

◆ finalizeWorksheetImport()

void oox::xls::WorksheetHelper::finalizeWorksheetImport ( )

Final conversion after importing the worksheet.

Definition at line 1630 of file worksheethelper.cxx.

References oox::xls::WorksheetGlobals::finalizeWorksheetImport(), and mrSheetGlob.

Referenced by oox::xls::ChartsheetFragment::finalizeImport(), and oox::xls::WorksheetFragment::finalizeImport().

◆ getAutoFilters()

AutoFilterBuffer & oox::xls::WorksheetHelper::getAutoFilters ( ) const

◆ getCell()

Reference< XCell > oox::xls::WorksheetHelper::getCell ( const ScAddress rAddress) const

Returns the XCell interface for the passed cell address.

Definition at line 1464 of file worksheethelper.cxx.

References oox::xls::WorksheetGlobals::getCell(), and mrSheetGlob.

Referenced by oox::xls::SheetDataBuffer::setDateTimeCell().

◆ getCellPosition()

awt::Point oox::xls::WorksheetHelper::getCellPosition ( sal_Int32  nCol,
sal_Int32  nRow 
) const

Returns the absolute cell position in 1/100 mm.

Definition at line 1479 of file worksheethelper.cxx.

References oox::xls::WorksheetGlobals::getCellPosition(), and mrSheetGlob.

Referenced by oox::xls::ShapeAnchor::calcCellAnchorEmu().

◆ getCellRange()

Reference< XCellRange > oox::xls::WorksheetHelper::getCellRange ( const ScRange rRange) const

Returns the XCellRange interface for the passed cell range address.

Definition at line 1469 of file worksheethelper.cxx.

References oox::xls::WorksheetGlobals::getCellRange(), and mrSheetGlob.

Referenced by oox::xls::SheetDataBuffer::finalizeArrayFormula().

◆ getComments()

CommentsBuffer & oox::xls::WorksheetHelper::getComments ( ) const

◆ getCondFormats()

CondFormatBuffer & oox::xls::WorksheetHelper::getCondFormats ( ) const

◆ getDrawPage()

Reference< XDrawPage > oox::xls::WorksheetHelper::getDrawPage ( ) const

Returns the XDrawPage interface of the draw page of the current sheet.

Definition at line 1474 of file worksheethelper.cxx.

References oox::xls::WorksheetGlobals::getDrawPage(), and mrSheetGlob.

◆ getDrawPageSize()

const awt::Size & oox::xls::WorksheetHelper::getDrawPageSize ( ) const

Returns the size of the entire drawing page in 1/100 mm.

Definition at line 1484 of file worksheethelper.cxx.

References oox::xls::WorksheetGlobals::getDrawPageSize(), and mrSheetGlob.

Referenced by oox::xls::VmlDrawing::convertClientAnchor(), and oox::xls::DrawingFragment::onEndElement().

◆ getExtLst()

ExtLst & oox::xls::WorksheetHelper::getExtLst ( ) const

◆ getPageSettings()

PageSettings & oox::xls::WorksheetHelper::getPageSettings ( ) const

◆ getQueryTables()

QueryTableBuffer & oox::xls::WorksheetHelper::getQueryTables ( ) const

Returns the buffer for all web query tables in this sheet.

Definition at line 1509 of file worksheethelper.cxx.

References oox::xls::WorksheetGlobals::getQueryTables(), and mrSheetGlob.

◆ getScDocument()

ScDocument & oox::xls::WorksheetHelper::getScDocument ( )

◆ getSheet()

const Reference< XSpreadsheet > & oox::xls::WorksheetHelper::getSheet ( ) const

◆ getSheetData()

SheetDataBuffer & oox::xls::WorksheetHelper::getSheetData ( ) const

◆ getSheetIndex()

SCTAB oox::xls::WorksheetHelper::getSheetIndex ( ) const

Returns the index of the current sheet.

Definition at line 1454 of file worksheethelper.cxx.

References oox::xls::WorksheetGlobals::getSheetIndex(), and mrSheetGlob.

Referenced by oox::xls::SheetDataBuffer::applyCellMerging(), oox::xls::ShapeAnchor::calcAnchorRectEmu(), oox::xls::PageSettings::finalizeImport(), oox::xls::QueryTable::finalizeImport(), oox::xls::SheetDataBuffer::finalizeImport(), oox::xls::SheetViewSettings::finalizeImport(), oox::xls::WorksheetSettings::finalizeImport(), oox::xls::SheetDataBuffer::finalizeTableOperation(), oox::xls::Comment::importComment(), oox::xls::CondFormat::importCondFormatting(), oox::xls::CondFormat::importConditionalFormatting(), oox::xls::WorksheetFragment::importDimension(), oox::xls::WorksheetFragment::importHyperlink(), oox::xls::WorksheetFragment::importMergeCell(), oox::xls::SheetViewSettings::importPane(), oox::xls::WorksheetSettings::importProtectedRange(), oox::xls::SheetViewSettings::importSelection(), oox::xls::SheetViewSettings::importSheetView(), oox::xls::VmlDrawing::notifyXShapeInserted(), oox::xls::SparklineGroupsContext::onCharacters(), oox::xls::ExtConditionalFormattingContext::onCreateContext(), oox::xls::PivotTableFragment::onCreateContext(), oox::xls::TableFragment::onCreateContext(), oox::xls::PivotTableFragment::onCreateRecordContext(), oox::xls::TableFragment::onCreateRecordContext(), oox::xls::DrawingFragment::onEndElement(), oox::xls::ExtConditionalFormattingContext::onEndElement(), oox::xls::SortConditionContext::onStartElement(), oox::xls::SortStateContext::onStartElement(), oox::xls::AutoFilterContext::onStartElement(), oox::xls::AutoFilterContext::onStartRecord(), oox::xls::PivotCacheField::writeItemToSourceDataCell(), and oox::xls::PivotCacheField::writeSourceHeaderCell().

◆ getSheetType()

WorksheetType oox::xls::WorksheetHelper::getSheetType ( ) const

◆ getSheetViewSettings()

SheetViewSettings & oox::xls::WorksheetHelper::getSheetViewSettings ( ) const

◆ getVmlDrawing()

VmlDrawing & oox::xls::WorksheetHelper::getVmlDrawing ( ) const

◆ getWorksheetInterface()

IWorksheetProgress * oox::xls::WorksheetHelper::getWorksheetInterface ( const WorksheetGlobalsRef xRef)
static

Definition at line 1444 of file worksheethelper.cxx.

◆ getWorksheetSettings()

WorksheetSettings & oox::xls::WorksheetHelper::getWorksheetSettings ( ) const

◆ initializeWorksheetImport()

void oox::xls::WorksheetHelper::initializeWorksheetImport ( )

Initial conversion before importing the worksheet.

Definition at line 1625 of file worksheethelper.cxx.

References oox::xls::WorksheetGlobals::initializeWorksheetImport(), and mrSheetGlob.

Referenced by oox::xls::ChartsheetFragment::initializeImport(), and oox::xls::WorksheetFragment::initializeImport().

◆ putFormulaTokens()

void oox::xls::WorksheetHelper::putFormulaTokens ( const ScAddress rAddress,
const ApiTokenSequence rTokens 
)

◆ putRichString()

void oox::xls::WorksheetHelper::putRichString ( const ScAddress rAddress,
RichString rString,
const oox::xls::Font pFirstPortionFont,
bool  bSingleLine = false 
)

◆ setBaseColumnWidth()

void oox::xls::WorksheetHelper::setBaseColumnWidth ( sal_Int32  nWidth)

Sets base width for all columns (without padding pixels).

This value is only used, if width has not been set with setDefaultColumnWidth().

Definition at line 1574 of file worksheethelper.cxx.

References mrSheetGlob, and oox::xls::WorksheetGlobals::setBaseColumnWidth().

Referenced by oox::xls::WorksheetFragment::importSheetFormatPr().

◆ setCellArrayFormula()

void oox::xls::WorksheetHelper::setCellArrayFormula ( const ScRange rRangeAddress,
const ScAddress rTokenAddress,
const OUString &  rTokenStr 
)

◆ setCellFormula() [1/2]

void oox::xls::WorksheetHelper::setCellFormula ( const ScAddress rAddr,
sal_Int32  nSharedId,
const OUString &  rCellValue,
sal_Int32  nValueType 
)

◆ setCellFormula() [2/2]

void oox::xls::WorksheetHelper::setCellFormula ( const ScAddress rTokenAddress,
const OUString &  rTokenStr 
)

◆ setCellFormulaValue()

void oox::xls::WorksheetHelper::setCellFormulaValue ( const ScAddress rAddress,
const OUString &  rValueStr,
sal_Int32  nCellType 
)

◆ setColumnModel()

void oox::xls::WorksheetHelper::setColumnModel ( const ColumnModel rModel)

Sets column settings for a specific range of columns.

@descr Column default formatting is converted directly, other settings are cached and converted in the finalizeWorksheetImport() call.

Definition at line 1584 of file worksheethelper.cxx.

References mrSheetGlob, and oox::xls::WorksheetGlobals::setColumnModel().

Referenced by oox::xls::WorksheetFragment::importCol().

◆ setDefaultColumnWidth()

void oox::xls::WorksheetHelper::setDefaultColumnWidth ( double  fWidth)

Sets default width for all columns.

This function overrides the base width set with the setBaseColumnWidth() function.

Definition at line 1579 of file worksheethelper.cxx.

References mrSheetGlob, and oox::xls::WorksheetGlobals::setDefaultColumnWidth().

Referenced by oox::xls::WorksheetFragment::importSheetFormatPr().

◆ setDefaultRowSettings()

void oox::xls::WorksheetHelper::setDefaultRowSettings ( double  fHeight,
bool  bCustomHeight,
bool  bHidden,
bool  bThickTop,
bool  bThickBottom 
)

Sets default height and hidden state for all unused rows in the sheet.

Definition at line 1589 of file worksheethelper.cxx.

References mrSheetGlob, and oox::xls::WorksheetGlobals::setDefaultRowSettings().

Referenced by oox::xls::WorksheetFragment::importSheetFormatPr().

◆ setDrawingPath()

void oox::xls::WorksheetHelper::setDrawingPath ( const OUString &  rDrawingPath)

Sets the path to the DrawingML fragment of this sheet.

Definition at line 1554 of file worksheethelper.cxx.

References mrSheetGlob, and oox::xls::WorksheetGlobals::setDrawingPath().

Referenced by oox::xls::ChartsheetFragment::importDrawing(), and oox::xls::WorksheetFragment::importDrawing().

◆ setHyperlink()

void oox::xls::WorksheetHelper::setHyperlink ( const HyperlinkModel rModel)

Inserts the hyperlink URL into the spreadsheet.

Definition at line 1544 of file worksheethelper.cxx.

References mrSheetGlob, and oox::xls::WorksheetGlobals::setHyperlink().

Referenced by oox::xls::WorksheetFragment::importHyperlink().

◆ setPageBreak()

void oox::xls::WorksheetHelper::setPageBreak ( const PageBreakModel rModel,
bool  bRowBreak 
)

Sets a column or row page break described in the passed struct.

Definition at line 1539 of file worksheethelper.cxx.

References mrSheetGlob, and oox::xls::WorksheetGlobals::setPageBreak().

Referenced by oox::xls::WorksheetFragment::importBrk().

◆ setRowModel()

void oox::xls::WorksheetHelper::setRowModel ( const RowModel rModel)

Sets row settings for a specific range of rows.

@descr Row default formatting is converted directly, other settings are cached and converted in the finalizeWorksheetImport() call.

Definition at line 1594 of file worksheethelper.cxx.

References mrSheetGlob, and oox::xls::WorksheetGlobals::setRowModel().

Referenced by oox::xls::SheetDataContext::importRow().

◆ setValidation()

void oox::xls::WorksheetHelper::setValidation ( const ValidationModel rModel)

Inserts the data validation settings into the spreadsheet.

Definition at line 1549 of file worksheethelper.cxx.

References mrSheetGlob, and oox::xls::WorksheetGlobals::setValidation().

◆ setVmlDrawingPath()

void oox::xls::WorksheetHelper::setVmlDrawingPath ( const OUString &  rVmlDrawingPath)

Sets the path to the legacy VML drawing fragment of this sheet.

Definition at line 1559 of file worksheethelper.cxx.

References mrSheetGlob, and oox::xls::WorksheetGlobals::setVmlDrawingPath().

Referenced by oox::xls::WorksheetFragment::importLegacyDrawing().

Member Data Documentation

◆ mrSheetGlob

WorksheetGlobals& oox::xls::WorksheetHelper::mrSheetGlob
private

The documentation for this class was generated from the following files: