#include <vbaworkbooks.hxx>
|
| ScVbaWorkbooks (const css::uno::Reference< ov::XHelperInterface > &xParent, const css::uno::Reference< css::uno::XComponentContext > &xContext) |
|
virtual css::uno::Type SAL_CALL | getElementType () override |
|
virtual css::uno::Reference< css::container::XEnumeration > SAL_CALL | createEnumeration () override |
|
virtual css::uno::Any | createCollectionObject (const css::uno::Any &aSource) override |
|
virtual OUString | getServiceImplName () override |
|
virtual css::uno::Sequence< OUString > | getServiceNames () override |
|
virtual css::uno::Any SAL_CALL | Add (const css::uno::Any &Template) override |
|
virtual void SAL_CALL | Close () override |
|
virtual css::uno::Any SAL_CALL | Open (const OUString &Filename, const css::uno::Any &UpdateLinks, const css::uno::Any &ReadOnly, const css::uno::Any &Format, const css::uno::Any &Password, const css::uno::Any &WriteResPassword, const css::uno::Any &IgnoreReadOnlyRecommended, const css::uno::Any &Origin, const css::uno::Any &Delimiter, const css::uno::Any &Editable, const css::uno::Any &Notify, const css::uno::Any &Converter, const css::uno::Any &AddToMru) override |
|
Definition at line 31 of file vbaworkbooks.hxx.
◆ ScVbaWorkbooks()
ScVbaWorkbooks::ScVbaWorkbooks |
( |
const css::uno::Reference< ov::XHelperInterface > & |
xParent, |
|
|
const css::uno::Reference< css::uno::XComponentContext > & |
xContext |
|
) |
| |
◆ Add()
uno::Any SAL_CALL ScVbaWorkbooks::Add |
( |
const css::uno::Any & |
Template | ) |
|
|
overridevirtual |
◆ Close()
void SAL_CALL ScVbaWorkbooks::Close |
( |
| ) |
|
|
overridevirtual |
◆ createCollectionObject()
uno::Any ScVbaWorkbooks::createCollectionObject |
( |
const css::uno::Any & |
aSource | ) |
|
|
overridevirtual |
◆ createEnumeration()
uno::Reference< container::XEnumeration > ScVbaWorkbooks::createEnumeration |
( |
| ) |
|
|
overridevirtual |
◆ getCurrentDelim()
static sal_Int16 & ScVbaWorkbooks::getCurrentDelim |
( |
| ) |
|
|
inlinestaticprivate |
◆ getElementType()
◆ getFileFilterType()
OUString ScVbaWorkbooks::getFileFilterType |
( |
const OUString & |
rString | ) |
|
|
private |
◆ getServiceImplName()
OUString ScVbaWorkbooks::getServiceImplName |
( |
| ) |
|
|
overridevirtual |
◆ getServiceNames()
css::uno::Sequence< OUString > ScVbaWorkbooks::getServiceNames |
( |
| ) |
|
|
overridevirtual |
◆ isSpreadSheetFile()
bool ScVbaWorkbooks::isSpreadSheetFile |
( |
std::u16string_view |
rString | ) |
|
|
staticprivate |
◆ isTextFile()
bool ScVbaWorkbooks::isTextFile |
( |
std::u16string_view |
rString | ) |
|
|
staticprivate |
◆ Open()
uno::Any SAL_CALL ScVbaWorkbooks::Open |
( |
const OUString & |
Filename, |
|
|
const css::uno::Any & |
UpdateLinks, |
|
|
const css::uno::Any & |
ReadOnly, |
|
|
const css::uno::Any & |
Format, |
|
|
const css::uno::Any & |
Password, |
|
|
const css::uno::Any & |
WriteResPassword, |
|
|
const css::uno::Any & |
IgnoreReadOnlyRecommended, |
|
|
const css::uno::Any & |
Origin, |
|
|
const css::uno::Any & |
Delimiter, |
|
|
const css::uno::Any & |
Editable, |
|
|
const css::uno::Any & |
Notify, |
|
|
const css::uno::Any & |
Converter, |
|
|
const css::uno::Any & |
AddToMru |
|
) |
| |
|
overridevirtual |
Definition at line 194 of file vbaworkbooks.cxx.
References aURL, CUSTOM_CHAR, Format, getCurrentDelim(), getFileFilterType(), INetURLObject::GetProtocol(), getWorkbook(), uno::Any::hasValue(), isSpreadSheetFile(), isTextFile(), comphelper::makePropertyValue(), mxContext, mxParent, ReadOnly, SC_TEXT_CSV_FILTER_NAME, INetURLObject::SetURL(), and sType.
The documentation for this class was generated from the following files: