LibreOffice Module sc (master) 1
|
#include <worksheethelper.hxx>
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... | |
SheetDataBuffer & | getSheetData () const |
Returns the buffer for cell contents and cell formatting. More... | |
CondFormatBuffer & | getCondFormats () const |
Returns the conditional formatting in this sheet. More... | |
CommentsBuffer & | getComments () const |
Returns the buffer for all cell comments in this sheet. More... | |
AutoFilterBuffer & | getAutoFilters () const |
Returns the auto filters for the sheet. More... | |
QueryTableBuffer & | getQueryTables () const |
Returns the buffer for all web query tables in this sheet. More... | |
WorksheetSettings & | getWorksheetSettings () const |
Returns the worksheet settings object. More... | |
PageSettings & | getPageSettings () const |
Returns the page/print settings for this sheet. More... | |
SheetViewSettings & | getSheetViewSettings () const |
Returns the view settings for this sheet. More... | |
VmlDrawing & | getVmlDrawing () const |
Returns the VML drawing page for this sheet (OOXML/BIFF12 only). More... | |
ExtLst & | getExtLst () 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) |
ScDocument & | getScDocument () |
Public Member Functions inherited from oox::xls::WorkbookHelper | |
WorkbookHelper (WorkbookGlobals &rBookGlob) | |
virtual | ~WorkbookHelper () |
WorkbookHelper (WorkbookHelper const &)=default | |
WorkbookHelper (WorkbookHelper &&)=default | |
WorkbookHelper & | operator= (WorkbookHelper const &)=delete |
WorkbookHelper & | operator= (WorkbookHelper &&)=delete |
::oox::core::FilterBase & | getBaseFilter () const |
Returns the base filter object (base class of all filters). More... | |
SegmentProgressBar & | getProgressBar () 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) |
ScDocument & | getScDocument () |
const ScDocument & | getScDocument () const |
ScDocumentImport & | getDocImport () |
const ScDocumentImport & | getDocImport () const |
ScEditEngineDefaulter & | getEditEngine () 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... | |
ScDBData * | findDatabaseRangeByIndex (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... | |
FormulaBuffer & | getFormulaBuffer () const |
WorkbookSettings & | getWorkbookSettings () const |
Returns the global workbook settings object. More... | |
ViewSettings & | getViewSettings () const |
Returns the workbook and sheet view settings object. More... | |
WorksheetBuffer & | getWorksheets () const |
Returns the worksheet buffer containing sheet names and properties. More... | |
ThemeBuffer & | getTheme () const |
Returns the office theme object read from the theme substorage. More... | |
StylesBuffer & | getStyles () const |
Returns all cell formatting objects read from the styles substream. More... | |
SharedStringsBuffer & | getSharedStrings () const |
Returns the shared strings read from the shared strings substream. More... | |
ExternalLinkBuffer & | getExternalLinks () const |
Returns the external links read from the external links substream. More... | |
DefinedNamesBuffer & | getDefinedNames () const |
Returns the defined names read from the workbook globals. More... | |
TableBuffer & | getTables () const |
Returns the tables collection (equivalent to Calc's database ranges). More... | |
ScenarioBuffer & | getScenarios () const |
Returns the scenarios collection. More... | |
ConnectionsBuffer & | getConnections () const |
Returns the collection of external data connections. More... | |
PivotCacheBuffer & | getPivotCaches () const |
Returns the collection of pivot caches. More... | |
PivotTableBuffer & | getPivotTables () const |
Returns the collection of pivot tables. More... | |
FormulaParser & | getFormulaParser () const |
Returns a shared import formula parser (import filter only!). More... | |
FormulaParser * | createFormulaParser () const |
Returns an unshared import formula parser (import filter only!). More... | |
UnitConverter & | getUnitConverter () const |
Returns the measurement unit converter. More... | |
AddressConverter & | getAddressConverter () const |
Returns the converter for string to cell address/range conversion. More... | |
oox::drawingml::chart::ChartConverter * | getChartConverter () const |
Returns the chart object converter. More... | |
PageSettingsConverter & | getPageSettingsConverter () const |
Returns the page and print settings converter. More... | |
::oox::core::XmlFilterBase & | getOoxFilter () 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 IWorksheetProgress * | getWorksheetInterface (const WorksheetGlobalsRef &xRef) |
Static Public Member Functions inherited from oox::xls::WorkbookHelper | |
static WorkbookGlobalsRef | constructGlobals (ExcelFilter &rFilter) |
Private Attributes | |
WorksheetGlobals & | mrSheetGlob |
Additional Inherited Members | |
Public Types inherited from oox::xls::WorkbookHelper | |
typedef std::pair< ScRangeData *, bool > | RangeDataRet |
Definition at line 165 of file worksheethelper.hxx.
oox::xls::WorksheetHelper::WorksheetHelper | ( | WorksheetGlobals & | rSheetGlob | ) |
Definition at line 1424 of file worksheethelper.cxx.
|
static |
Definition at line 1435 of file worksheethelper.cxx.
Referenced by oox::xls::PivotCacheDefinitionFragment::finalizeImport(), and oox::xls::WorkbookFragment::finalizeImport().
void oox::xls::WorksheetHelper::createSharedFormulaMapEntry | ( | const ScAddress & | rAddress, |
sal_Int32 | nSharedId, | ||
const OUString & | rTokens | ||
) |
Definition at line 1657 of file worksheethelper.cxx.
References oox::xls::FormulaBuffer::createSharedFormulaMapEntry(), and oox::xls::WorkbookHelper::getFormulaBuffer().
Referenced by oox::xls::SheetDataContext::onEndElement().
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().
void oox::xls::WorksheetHelper::extendUsedArea | ( | const ScAddress & | rAddress | ) |
Extends the used area of this sheet by the passed cell position.
Definition at line 1564 of file worksheethelper.cxx.
References oox::xls::WorksheetGlobals::extendUsedArea(), and mrSheetGlob.
Referenced by extendUsedArea(), oox::xls::SheetDataContext::importCell(), oox::xls::WorksheetFragment::importDimension(), and oox::xls::SheetDataContext::readCellHeader().
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().
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.
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().
AutoFilterBuffer & oox::xls::WorksheetHelper::getAutoFilters | ( | ) | const |
Returns the auto filters for the sheet.
Definition at line 1504 of file worksheethelper.cxx.
References oox::xls::WorksheetGlobals::getAutoFilters(), and mrSheetGlob.
Referenced by oox::xls::WorksheetFragment::onCreateContext(), and oox::xls::WorksheetFragment::onCreateRecordContext().
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().
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().
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().
CommentsBuffer & oox::xls::WorksheetHelper::getComments | ( | ) | const |
Returns the buffer for all cell comments in this sheet.
Definition at line 1499 of file worksheethelper.cxx.
References oox::xls::WorksheetGlobals::getComments(), and mrSheetGlob.
Referenced by oox::xls::CommentsFragment::importComment(), oox::xls::CommentsFragment::onCharacters(), and oox::xls::CommentsFragment::onCreateRecordContext().
CondFormatBuffer & oox::xls::WorksheetHelper::getCondFormats | ( | ) | const |
Returns the conditional formatting in this sheet.
Definition at line 1494 of file worksheethelper.cxx.
References oox::xls::WorksheetGlobals::getCondFormats(), and mrSheetGlob.
Referenced by oox::xls::ExtConditionalFormattingContext::onCreateContext(), oox::xls::CondFormatContext::onEndElement(), oox::xls::ExtConditionalFormattingContext::onEndElement(), oox::xls::CondFormatContext::onStartElement(), oox::xls::ExtCfRuleContext::onStartElement(), and oox::xls::CondFormatContext::onStartRecord().
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.
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().
ExtLst & oox::xls::WorksheetHelper::getExtLst | ( | ) | const |
Definition at line 1534 of file worksheethelper.cxx.
References oox::xls::WorksheetGlobals::getExtLst(), and mrSheetGlob.
Referenced by oox::xls::ExtLstLocalContext::onCharacters(), and oox::xls::ExtConditionalFormattingContext::onCreateContext().
PageSettings & oox::xls::WorksheetHelper::getPageSettings | ( | ) | const |
Returns the page/print settings for this sheet.
Definition at line 1519 of file worksheethelper.cxx.
References oox::xls::WorksheetGlobals::getPageSettings(), and mrSheetGlob.
Referenced by oox::xls::WorksheetFragment::importPageSetUpPr(), oox::xls::WorksheetSettings::importSheetPr(), oox::xls::ChartsheetFragment::onCharacters(), oox::xls::WorksheetFragment::onCharacters(), oox::xls::ChartsheetFragment::onCreateContext(), oox::xls::WorksheetFragment::onCreateContext(), oox::xls::ChartsheetFragment::onCreateRecordContext(), and oox::xls::WorksheetFragment::onCreateRecordContext().
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.
ScDocument & oox::xls::WorksheetHelper::getScDocument | ( | ) |
Definition at line 1430 of file worksheethelper.cxx.
References ScDocumentImport::getDoc(), and oox::xls::WorkbookHelper::getDocImport().
Referenced by oox::xls::SheetDataBuffer::applyCellMerging(), oox::xls::CommentsBuffer::finalizeImport(), oox::xls::CondFormatRule::finalizeImport(), oox::xls::CondFormat::finalizeImport(), oox::xls::CondFormatBuffer::finalizeImport(), oox::xls::PageSettings::finalizeImport(), oox::xls::WorksheetSettings::finalizeImport(), oox::xls::CondFormat::importCondFormatting(), oox::xls::CondFormat::importConditionalFormatting(), oox::xls::SparklineGroupsContext::insertSparkline(), oox::xls::SparklineGroupsContext::onCharacters(), oox::xls::ExtConditionalFormattingContext::onCreateContext(), oox::xls::DrawingFragment::onEndElement(), and oox::xls::ExtConditionalFormattingContext::onEndElement().
const Reference< XSpreadsheet > & oox::xls::WorksheetHelper::getSheet | ( | ) | const |
Returns the XSpreadsheet interface of the current sheet.
Definition at line 1459 of file worksheethelper.cxx.
References oox::xls::WorksheetGlobals::getSheet(), and mrSheetGlob.
Referenced by oox::xls::Comment::finalizeImport(), oox::xls::PageSettings::finalizeImport(), oox::xls::SheetViewSettings::finalizeImport(), and oox::xls::WorksheetSettings::finalizeImport().
SheetDataBuffer & oox::xls::WorksheetHelper::getSheetData | ( | ) | const |
Returns the buffer for cell contents and cell formatting.
Definition at line 1489 of file worksheethelper.cxx.
References oox::xls::WorksheetGlobals::getSheetData(), and mrSheetGlob.
Referenced by oox::xls::WorksheetFragment::importMergeCell(), oox::xls::PivotCacheField::writeItemToSourceDataCell(), and oox::xls::PivotCacheField::writeSourceHeaderCell().
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().
WorksheetType oox::xls::WorksheetHelper::getSheetType | ( | ) | const |
Returns the type of this sheet.
Definition at line 1449 of file worksheethelper.cxx.
References oox::xls::WorksheetGlobals::getSheetType(), and mrSheetGlob.
Referenced by oox::xls::GroupShapeContext::createShapeContext(), oox::xls::PageSettings::finalizeImport(), oox::xls::SheetViewSettings::finalizeImport(), and oox::xls::WorksheetFragment::onCreateContext().
SheetViewSettings & oox::xls::WorksheetHelper::getSheetViewSettings | ( | ) | const |
Returns the view settings for this sheet.
Definition at line 1524 of file worksheethelper.cxx.
References oox::xls::WorksheetGlobals::getSheetViewSettings(), and mrSheetGlob.
Referenced by oox::xls::ChartsheetFragment::onCreateContext(), oox::xls::WorksheetFragment::onCreateContext(), oox::xls::ChartsheetFragment::onCreateRecordContext(), and oox::xls::WorksheetFragment::onCreateRecordContext().
VmlDrawing & oox::xls::WorksheetHelper::getVmlDrawing | ( | ) | const |
Returns the VML drawing page for this sheet (OOXML/BIFF12 only).
Definition at line 1529 of file worksheethelper.cxx.
References oox::xls::WorksheetGlobals::getVmlDrawing(), and mrSheetGlob.
Referenced by oox::xls::Comment::finalizeImport(), oox::xls::VmlDrawingFragment::finalizeImport(), oox::xls::WorksheetFragment::importControl(), and oox::xls::WorksheetFragment::importOleObject().
|
static |
Definition at line 1444 of file worksheethelper.cxx.
WorksheetSettings & oox::xls::WorksheetHelper::getWorksheetSettings | ( | ) | const |
Returns the worksheet settings object.
Definition at line 1514 of file worksheethelper.cxx.
References oox::xls::WorksheetGlobals::getWorksheetSettings(), and mrSheetGlob.
Referenced by oox::xls::ChartsheetFragment::onCreateContext(), oox::xls::WorksheetFragment::onCreateContext(), oox::xls::ChartsheetFragment::onCreateRecordContext(), and oox::xls::WorksheetFragment::onCreateRecordContext().
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().
void oox::xls::WorksheetHelper::putFormulaTokens | ( | const ScAddress & | rAddress, |
const ApiTokenSequence & | rTokens | ||
) |
Inserts a formula cell directly into the Calc sheet.
Definition at line 1617 of file worksheethelper.cxx.
References ScTokenConversion::ConvertToTokenArray(), ScDocumentImport::getDoc(), oox::xls::WorkbookHelper::getDocImport(), and ScDocumentImport::setFormulaCell().
Referenced by oox::xls::SheetDataBuffer::setCellFormula().
void oox::xls::WorksheetHelper::putRichString | ( | const ScAddress & | rAddress, |
RichString & | rString, | ||
const oox::xls::Font * | pFirstPortionFont, | ||
bool | bSingleLine = false |
||
) |
Inserts a rich-string cell directly into the Calc sheet.
Definition at line 1605 of file worksheethelper.cxx.
References oox::xls::RichString::convert(), oox::xls::WorkbookHelper::getDocImport(), oox::xls::WorkbookHelper::getEditEngine(), ScDocumentImport::setEditCell(), and EditEngine::SetSingleLine().
Referenced by oox::xls::SheetDataBuffer::setStringCell().
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().
void oox::xls::WorksheetHelper::setCellArrayFormula | ( | const ScRange & | rRangeAddress, |
const ScAddress & | rTokenAddress, | ||
const OUString & | rTokenStr | ||
) |
Definition at line 1652 of file worksheethelper.cxx.
References oox::xls::WorkbookHelper::getFormulaBuffer(), and oox::xls::FormulaBuffer::setCellArrayFormula().
Referenced by oox::xls::SheetDataContext::onEndElement().
void oox::xls::WorksheetHelper::setCellFormula | ( | const ScAddress & | rAddr, |
sal_Int32 | nSharedId, | ||
const OUString & | rCellValue, | ||
sal_Int32 | nValueType | ||
) |
Definition at line 1645 of file worksheethelper.cxx.
References oox::xls::WorkbookHelper::getFormulaBuffer(), and oox::xls::FormulaBuffer::setCellFormula().
void oox::xls::WorksheetHelper::setCellFormula | ( | const ScAddress & | rTokenAddress, |
const OUString & | rTokenStr | ||
) |
Definition at line 1640 of file worksheethelper.cxx.
References oox::xls::WorkbookHelper::getFormulaBuffer(), and oox::xls::FormulaBuffer::setCellFormula().
Referenced by oox::xls::SheetDataContext::onEndElement().
void oox::xls::WorksheetHelper::setCellFormulaValue | ( | const ScAddress & | rAddress, |
const OUString & | rValueStr, | ||
sal_Int32 | nCellType | ||
) |
Definition at line 1599 of file worksheethelper.cxx.
References oox::xls::WorkbookHelper::getFormulaBuffer(), and oox::xls::FormulaBuffer::setCellFormulaValue().
Referenced by oox::xls::SheetDataContext::onEndElement().
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().
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().
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().
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().
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().
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().
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().
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().
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().
|
private |
Definition at line 299 of file worksheethelper.hxx.
Referenced by extendShapeBoundingBox(), extendUsedArea(), finalizeDrawingImport(), finalizeWorksheetImport(), getAutoFilters(), getCell(), getCellPosition(), getCellRange(), getComments(), getCondFormats(), getDrawPage(), getDrawPageSize(), getExtLst(), getPageSettings(), getQueryTables(), getSheet(), getSheetData(), getSheetIndex(), getSheetType(), getSheetViewSettings(), getVmlDrawing(), getWorksheetSettings(), initializeWorksheetImport(), setBaseColumnWidth(), setColumnModel(), setDefaultColumnWidth(), setDefaultRowSettings(), setDrawingPath(), setHyperlink(), setPageBreak(), setRowModel(), setValidation(), and setVmlDrawingPath().