LibreOffice Module sc (master)
1
|
#include <vbacharacters.hxx>
Public Member Functions | |
ScVbaCharacters (const css::uno::Reference< ov::XHelperInterface > &xParent, const css::uno::Reference< css::uno::XComponentContext > &xContext, const ScVbaPalette &dPalette, const css::uno::Reference< css::text::XSimpleText > &xRange, const css::uno::Any &Start, const css::uno::Any &Length, bool bReplace=false) | |
virtual OUString SAL_CALL | getCaption () override |
virtual void SAL_CALL | setCaption (const OUString &_caption) override |
virtual ::sal_Int32 SAL_CALL | getCount () override |
virtual OUString SAL_CALL | getText () override |
virtual void SAL_CALL | setText (const OUString &_text) override |
virtual css::uno::Reference< ov::excel::XFont > SAL_CALL | getFont () override |
virtual void SAL_CALL | setFont (const css::uno::Reference< ov::excel::XFont > &_font) override |
virtual void SAL_CALL | Insert (const OUString &String) override |
virtual void SAL_CALL | Delete () override |
virtual OUString | getServiceImplName () override |
virtual css::uno::Sequence< OUString > | getServiceNames () override |
![]() | |
InheritedHelperInterfaceWeakImpl (const css::uno::Reference< ov::XHelperInterface > &xParent, const css::uno::Reference< css::uno::XComponentContext > &xContext) | |
![]() | |
InheritedHelperInterfaceImpl (const css::uno::Reference< ov::XHelperInterface > &xParent, const css::uno::Reference< css::uno::XComponentContext > &xContext) | |
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 |
Private Attributes | |
css::uno::Reference< css::text::XTextRange > | m_xTextRange |
css::uno::Reference< css::text::XSimpleText > | m_xSimpleText |
ScVbaPalette | m_aPalette |
bool | bReplace |
Additional Inherited Members | |
![]() | |
css::uno::WeakReference< ov::XHelperInterface > | mxParent |
css::uno::Reference< css::uno::XComponentContext > | mxContext |
Definition at line 30 of file vbacharacters.hxx.
ScVbaCharacters::ScVbaCharacters | ( | const css::uno::Reference< ov::XHelperInterface > & | xParent, |
const css::uno::Reference< css::uno::XComponentContext > & | xContext, | ||
const ScVbaPalette & | dPalette, | ||
const css::uno::Reference< css::text::XSimpleText > & | xRange, | ||
const css::uno::Any & | Start, | ||
const css::uno::Any & | Length, | ||
bool | bReplace = false |
||
) |
css::lang::IllegalArgumentException | |
css::uno::RuntimeException |
Definition at line 28 of file vbacharacters.cxx.
References m_xSimpleText, m_xTextRange, and nLength.
|
overridevirtual |
Definition at line 111 of file vbacharacters.cxx.
References m_xSimpleText.
|
overridevirtual |
Definition at line 63 of file vbacharacters.cxx.
References m_xTextRange.
Referenced by getCount(), and getText().
|
override |
Definition at line 75 of file vbacharacters.cxx.
References getCaption().
|
overridevirtual |
Definition at line 91 of file vbacharacters.cxx.
References m_aPalette, m_xTextRange, and InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >::mxContext.
|
overridevirtual |
Implements InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >.
Definition at line 119 of file vbacharacters.cxx.
|
overridevirtual |
Implements InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >.
Definition at line 125 of file vbacharacters.cxx.
References aServiceNames.
|
overridevirtual |
Definition at line 81 of file vbacharacters.cxx.
References getCaption().
|
overridevirtual |
Definition at line 105 of file vbacharacters.cxx.
References bReplace, m_xSimpleText, and m_xTextRange.
|
overridevirtual |
|
overridevirtual |
Definition at line 97 of file vbacharacters.cxx.
|
overridevirtual |
Definition at line 86 of file vbacharacters.cxx.
References setCaption().
|
private |
Definition at line 37 of file vbacharacters.hxx.
Referenced by Insert().
|
private |
Definition at line 35 of file vbacharacters.hxx.
Referenced by getFont().
|
private |
Definition at line 34 of file vbacharacters.hxx.
Referenced by Delete(), Insert(), and ScVbaCharacters().
|
private |
Definition at line 33 of file vbacharacters.hxx.
Referenced by getCaption(), getFont(), Insert(), ScVbaCharacters(), and setCaption().