|
uno::Reference< sheet::XUnnamedDatabaseRanges > | ooo::vba::excel::GetUnnamedDataBaseRanges (const ScDocShell *pShell) |
|
uno::Reference< sheet::XDatabaseRange > | ooo::vba::excel::GetAutoFiltRange (const ScDocShell *pShell, sal_Int16 nSheet) |
|
ScDocShell * | ooo::vba::excel::GetDocShellFromRange (const uno::Reference< uno::XInterface > &xRange) |
|
uno::Reference< XHelperInterface > | ooo::vba::excel::getUnoSheetModuleObj (const uno::Reference< table::XCellRange > &xRange) |
|
void | ooo::vba::excel::implSetZoom (const uno::Reference< frame::XModel > &xModel, sal_Int16 nZoom, std::vector< SCTAB > &nTabs) |
|
void | ooo::vba::excel::implnPaste (const uno::Reference< frame::XModel > &xModel) |
|
void | ooo::vba::excel::implnCopy (const uno::Reference< frame::XModel > &xModel) |
|
void | ooo::vba::excel::implnCut (const uno::Reference< frame::XModel > &xModel) |
|
void | ooo::vba::excel::implnPasteSpecial (const uno::Reference< frame::XModel > &xModel, InsertDeleteFlags nFlags, ScPasteFunc nFunction, bool bSkipEmpty, bool bTranspose) |
|
ScDocShell * | ooo::vba::excel::getDocShell (const css::uno::Reference< css::frame::XModel > &xModel) |
|
ScTabViewShell * | ooo::vba::excel::getBestViewShell (const css::uno::Reference< css::frame::XModel > &xModel) |
|
ScTabViewShell * | ooo::vba::excel::getCurrentBestViewShell (const uno::Reference< uno::XComponentContext > &xContext) |
|
SfxViewFrame * | ooo::vba::excel::getViewFrame (const uno::Reference< frame::XModel > &xModel) |
|
uno::Reference< XHelperInterface > | ooo::vba::excel::getUnoSheetModuleObj (const uno::Reference< sheet::XSpreadsheet > &xSheet) |
|
uno::Reference< XHelperInterface > | ooo::vba::excel::getUnoSheetModuleObj (const uno::Reference< sheet::XSheetCellRangeContainer > &xRanges) |
|
uno::Reference< XHelperInterface > | ooo::vba::excel::getUnoSheetModuleObj (const uno::Reference< table::XCell > &xCell) |
|
uno::Reference< XHelperInterface > | ooo::vba::excel::getUnoSheetModuleObj (const uno::Reference< frame::XModel > &xModel, SCTAB nTab) |
|
void | ooo::vba::excel::setUpDocumentModules (const uno::Reference< sheet::XSpreadsheetDocument > &xDoc) |
|
void | ooo::vba::excel::ExportAsFixedFormatHelper (const uno::Reference< frame::XModel > &xModel, const css::uno::Reference< XApplication > &xApplication, const css::uno::Any &Type, const css::uno::Any &FileName, const css::uno::Any &Quality, const css::uno::Any &IncludeDocProperties, const css::uno::Any &From, const css::uno::Any &To, const css::uno::Any &OpenAfterPublish) |
|
void | ooo::vba::excel::SetDocInfoState (const uno::Reference< frame::XModel > &xModel, const uno::Reference< css::document::XDocumentProperties > &i_xOldDocProps) |
|