LibreOffice Module sc (master) 1
|
#include <vbaformat.hxx>
Public Member Functions | |
ScVbaFormat (const css::uno::Reference< ov::XHelperInterface > &xParent, const css::uno::Reference< css::uno::XComponentContext > &xContext, css::uno::Reference< css::beans::XPropertySet > _xPropertySet, css::uno::Reference< css::frame::XModel > xModel, bool bCheckAmbiguoity) | |
virtual css::uno::Reference< ov::XHelperInterface > | thisHelperIface ()=0 |
void SAL_CALL | setAddIndent (const css::uno::Any &BAddIndent) |
css::uno::Any SAL_CALL | getAddIndent () |
virtual css::uno::Any SAL_CALL | Borders (const css::uno::Any &Index) |
virtual css::uno::Reference< ::ooo::vba::excel::XFont > SAL_CALL | Font () |
virtual css::uno::Reference< ::ooo::vba::excel::XInterior > SAL_CALL | Interior () |
virtual void SAL_CALL | setNumberFormat (const css::uno::Any &NumberFormat) |
virtual css::uno::Any SAL_CALL | getNumberFormat () |
virtual void SAL_CALL | setNumberFormatLocal (const css::uno::Any &NumberFormatLocal) |
virtual css::uno::Any SAL_CALL | getNumberFormatLocal () |
virtual void SAL_CALL | setIndentLevel (const css::uno::Any &IndentLevel) |
virtual css::uno::Any SAL_CALL | getIndentLevel () |
virtual void SAL_CALL | setHorizontalAlignment (const css::uno::Any &HorizontalAlignment) |
virtual css::uno::Any SAL_CALL | getHorizontalAlignment () |
virtual void SAL_CALL | setVerticalAlignment (const css::uno::Any &VerticalAlignment) |
virtual css::uno::Any SAL_CALL | getVerticalAlignment () |
virtual void SAL_CALL | setOrientation (const css::uno::Any &Orientation) |
virtual css::uno::Any SAL_CALL | getOrientation () |
virtual void SAL_CALL | setShrinkToFit (const css::uno::Any &ShrinkToFit) |
virtual css::uno::Any SAL_CALL | getShrinkToFit () |
virtual void SAL_CALL | setWrapText (const css::uno::Any &WrapText) |
virtual css::uno::Any SAL_CALL | getWrapText () |
virtual void SAL_CALL | setLocked (const css::uno::Any &Locked) |
virtual css::uno::Any SAL_CALL | getLocked () |
virtual void SAL_CALL | setFormulaHidden (const css::uno::Any &FormulaHidden) |
virtual css::uno::Any SAL_CALL | getFormulaHidden () |
virtual void SAL_CALL | setMergeCells (const css::uno::Any &MergeCells)=0 |
virtual css::uno::Any SAL_CALL | getMergeCells ()=0 |
virtual void SAL_CALL | setReadingOrder (const css::uno::Any &ReadingOrder) |
virtual css::uno::Any SAL_CALL | getReadingOrder () |
Public Member Functions inherited from InheritedHelperInterfaceWeakImpl< Ifc... > | |
InheritedHelperInterfaceWeakImpl (const css::uno::Reference< ov::XHelperInterface > &xParent, const css::uno::Reference< css::uno::XComponentContext > &xContext) | |
Public Member Functions inherited from InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > > | |
InheritedHelperInterfaceImpl (const css::uno::Reference< ov::XHelperInterface > &xParent, css::uno::Reference< css::uno::XComponentContext > xContext) | |
virtual OUString | getServiceImplName ()=0 |
virtual css::uno::Sequence< OUString > | getServiceNames ()=0 |
virtual ::sal_Int32 SAL_CALL | getCreator () override |
virtual css::uno::Reference< ov::XHelperInterface > SAL_CALL | getParent () override |
virtual css::uno::Any SAL_CALL | Application () override |
virtual OUString SAL_CALL | getImplementationName () override |
virtual sal_Bool SAL_CALL | supportsService (const OUString &ServiceName) override |
virtual css::uno::Sequence< OUString > SAL_CALL | getSupportedServiceNames () override |
Protected Member Functions | |
bool | isAmbiguous (const OUString &_sPropertyName) |
css::uno::Reference< css::beans::XPropertyState > const & | getXPropertyState () |
void | initializeNumberFormats () |
SfxItemSet * | getCurrentDataSet () |
virtual ScCellRangesBase * | getCellRangesBase () |
Protected Attributes | |
css::uno::Reference< css::beans::XPropertySet > | mxPropertySet |
css::uno::Reference< css::util::XNumberFormatsSupplier > | mxNumberFormatsSupplier |
css::uno::Reference< css::util::XNumberFormats > | xNumberFormats |
css::uno::Reference< css::util::XNumberFormatTypes > | xNumberFormatTypes |
css::uno::Reference< css::frame::XModel > | mxModel |
css::uno::Reference< css::beans::XPropertyState > | xPropertyState |
bool | mbCheckAmbiguoity |
bool | mbAddIndent |
Protected Attributes inherited from InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > > | |
css::uno::WeakReference< ov::XHelperInterface > | mxParent |
css::uno::Reference< css::uno::XComponentContext > | mxContext |
Private Types | |
typedef InheritedHelperInterfaceWeakImpl< Ifc... > | ScVbaFormat_BASE |
Private Attributes | |
css::lang::Locale | m_aDefaultLocale |
Definition at line 37 of file vbaformat.hxx.
|
private |
Definition at line 39 of file vbaformat.hxx.
ScVbaFormat< Ifc >::ScVbaFormat | ( | const css::uno::Reference< ov::XHelperInterface > & | xParent, |
const css::uno::Reference< css::uno::XComponentContext > & | xContext, | ||
css::uno::Reference< css::beans::XPropertySet > | _xPropertySet, | ||
css::uno::Reference< css::frame::XModel > | xModel, | ||
bool | bCheckAmbiguoity | ||
) |
css::script::BasicErrorException |
Definition at line 61 of file vbaformat.cxx.
References _xPropertySet, ERRCODE_BASIC_METHOD_FAILED, mxModel, ScVbaFormat< Ifc >::mxModel, u, and xModel.
|
virtual |
css::script::BasicErrorException | |
css::uno::RuntimeException |
Reimplemented in ScVbaRange.
Definition at line 354 of file vbaformat.cxx.
References ooo::vba::excel::getDocShell(), and mxModel.
|
virtual |
css::script::BasicErrorException | |
css::uno::RuntimeException |
Reimplemented in ScVbaRange.
Definition at line 368 of file vbaformat.cxx.
References ooo::vba::excel::getDocShell(), and mxModel.
|
inline |
css::uno::RuntimeException |
Definition at line 69 of file vbaformat.hxx.
References ScVbaFormat< Ifc >::mbAddIndent.
|
protectedvirtual |
css::uno::RuntimeException |
Reimplemented in ScVbaRange.
Definition at line 797 of file vbaformat.cxx.
|
protected |
css::uno::RuntimeException |
Definition at line 804 of file vbaformat.cxx.
|
virtual |
css::script::BasicErrorException | |
css::uno::RuntimeException |
Definition at line 597 of file vbaformat.cxx.
References aNULL(), ATTR_PROTECTION(), ERRCODE_BASIC_METHOD_FAILED, SfxItemSet::Get(), ScProtectionAttr::GetHideFormula(), SfxItemSet::GetItemState(), and SC_UNONAME_CELLPRO.
|
virtual |
css::script::BasicErrorException | |
css::uno::RuntimeException |
Definition at line 203 of file vbaformat.cxx.
References aNULL(), ERRCODE_BASIC_METHOD_FAILED, and SC_UNONAME_CELLHJUS.
|
virtual |
css::script::BasicErrorException | |
css::uno::RuntimeException |
Definition at line 498 of file vbaformat.cxx.
References aNULL(), ERRCODE_BASIC_METHOD_FAILED, and SC_UNONAME_PINDENT.
|
virtual |
css::script::BasicErrorException | |
css::uno::RuntimeException |
Definition at line 563 of file vbaformat.cxx.
References aNULL(), ATTR_PROTECTION(), ERRCODE_BASIC_METHOD_FAILED, SfxItemSet::Get(), SfxItemSet::GetItemState(), ScProtectionAttr::GetProtection(), and SC_UNONAME_CELLPRO.
|
pure virtual |
css::script::BasicErrorException | |
css::uno::RuntimeException |
Implemented in ScVbaRange, and ScVbaStyle.
|
virtual |
css::script::BasicErrorException | |
css::uno::RuntimeException |
Reimplemented in ScVbaRange.
Definition at line 732 of file vbaformat.cxx.
References aNULL(), ERRCODE_BASIC_METHOD_FAILED, FORMATSTRING, and SC_UNO_DP_NUMBERFO.
|
virtual |
css::script::BasicErrorException | |
css::uno::RuntimeException |
Definition at line 383 of file vbaformat.cxx.
References ERRCODE_BASIC_METHOD_FAILED, FORMATSTRING, and SC_UNO_DP_NUMBERFO.
|
virtual |
css::script::BasicErrorException | |
css::uno::RuntimeException |
Definition at line 281 of file vbaformat.cxx.
References aNULL(), ERRCODE_BASIC_METHOD_FAILED, and SC_UNONAME_CELLORI.
|
virtual |
css::script::BasicErrorException | |
css::uno::RuntimeException |
Definition at line 699 of file vbaformat.cxx.
References aNULL(), ERRCODE_BASIC_NOT_IMPLEMENTED, and SC_UNONAME_WRITING.
|
virtual |
css::script::BasicErrorException | |
css::uno::RuntimeException |
Definition at line 645 of file vbaformat.cxx.
References aNULL(), ERRCODE_BASIC_NOT_IMPLEMENTED, and SC_UNONAME_SHRINK_TO_FIT.
|
virtual |
css::script::BasicErrorException | |
css::uno::RuntimeException |
Definition at line 126 of file vbaformat.cxx.
References aNULL(), ERRCODE_BASIC_METHOD_FAILED, and SC_UNONAME_CELLVJUS.
|
virtual |
css::script::BasicErrorException | |
css::uno::RuntimeException |
Reimplemented in ScVbaRange.
Definition at line 334 of file vbaformat.cxx.
References aNULL(), aPropName, ERRCODE_BASIC_METHOD_FAILED, and SC_UNONAME_WRAP.
|
protected |
css::uno::RuntimeException |
Definition at line 788 of file vbaformat.cxx.
|
protected |
css::script::BasicErrorException | |
css::uno::RuntimeException |
Definition at line 776 of file vbaformat.cxx.
References mxModel.
|
virtual |
css::script::BasicErrorException | |
css::uno::RuntimeException |
Reimplemented in ScVbaRange.
Definition at line 376 of file vbaformat.cxx.
|
protected |
css::script::BasicErrorException |
Definition at line 759 of file vbaformat.cxx.
References ERRCODE_BASIC_METHOD_FAILED.
|
inline |
css::uno::RuntimeException |
Definition at line 67 of file vbaformat.hxx.
References ScVbaFormat< Ifc >::mbAddIndent.
|
virtual |
css::script::BasicErrorException | |
css::uno::RuntimeException |
Definition at line 543 of file vbaformat.cxx.
References ERRCODE_BASIC_METHOD_FAILED, and SC_UNONAME_CELLPRO.
|
virtual |
css::script::BasicErrorException | |
css::uno::RuntimeException |
Definition at line 163 of file vbaformat.cxx.
References ERRCODE_BASIC_METHOD_FAILED, uno::Any::hasValue(), and SC_UNONAME_CELLHJUS.
|
virtual |
css::script::BasicErrorException | |
css::uno::RuntimeException |
Definition at line 474 of file vbaformat.cxx.
References ERRCODE_BASIC_METHOD_FAILED, SC_UNONAME_CELLHJUS, and SC_UNONAME_PINDENT.
|
virtual |
css::script::BasicErrorException | |
css::uno::RuntimeException |
Definition at line 522 of file vbaformat.cxx.
References ERRCODE_BASIC_METHOD_FAILED, and SC_UNONAME_CELLPRO.
|
pure virtual |
css::script::BasicErrorException | |
css::uno::RuntimeException |
Implemented in ScVbaRange, and ScVbaStyle.
|
virtual |
css::script::BasicErrorException | |
css::uno::RuntimeException |
Reimplemented in ScVbaRange, and ScVbaRange.
Definition at line 443 of file vbaformat.cxx.
References ERRCODE_BASIC_METHOD_FAILED, LOCALE, and SC_UNO_DP_NUMBERFO.
|
virtual |
css::script::BasicErrorException | |
css::uno::RuntimeException |
Definition at line 414 of file vbaformat.cxx.
References ERRCODE_BASIC_METHOD_FAILED, LOCALE, and SC_UNO_DP_NUMBERFO.
|
virtual |
css::script::BasicErrorException | |
css::uno::RuntimeException |
Definition at line 244 of file vbaformat.cxx.
References ERRCODE_BASIC_METHOD_FAILED, uno::Any::hasValue(), SC_UNONAME_CELLORI, and SC_UNONAME_ROTANG.
|
virtual |
css::script::BasicErrorException | |
css::uno::RuntimeException |
Definition at line 663 of file vbaformat.cxx.
References aNULL(), ERRCODE_BASIC_METHOD_FAILED, and SC_UNONAME_WRITING.
|
virtual |
css::script::BasicErrorException | |
css::uno::RuntimeException |
Definition at line 630 of file vbaformat.cxx.
References ERRCODE_BASIC_NOT_IMPLEMENTED, and SC_UNONAME_SHRINK_TO_FIT.
|
virtual |
css::script::BasicErrorException | |
css::uno::RuntimeException |
Definition at line 88 of file vbaformat.cxx.
References ERRCODE_BASIC_METHOD_FAILED, and SC_UNONAME_CELLVJUS.
|
virtual |
css::script::BasicErrorException | |
css::uno::RuntimeException |
Reimplemented in ScVbaRange.
Definition at line 320 of file vbaformat.cxx.
References ERRCODE_BASIC_METHOD_FAILED, and SC_UNONAME_WRAP.
|
pure virtual |
Implemented in ScVbaRange, and ScVbaStyle.
|
private |
Definition at line 40 of file vbaformat.hxx.
|
protected |
Definition at line 49 of file vbaformat.hxx.
Referenced by ScVbaFormat< Ifc >::getAddIndent(), and ScVbaFormat< Ifc >::setAddIndent().
|
protected |
Definition at line 48 of file vbaformat.hxx.
|
protected |
Definition at line 46 of file vbaformat.hxx.
Referenced by ScVbaStyle::initialise(), and ScVbaFormat< Ifc >::ScVbaFormat().
|
protected |
Definition at line 43 of file vbaformat.hxx.
|
protected |
Definition at line 42 of file vbaformat.hxx.
Referenced by ScVbaStyle::getNameLocal(), ScVbaStyle::initialise(), and ScVbaStyle::setNameLocal().
|
protected |
Definition at line 44 of file vbaformat.hxx.
|
protected |
Definition at line 45 of file vbaformat.hxx.
|
protected |
Definition at line 47 of file vbaformat.hxx.