LibreOffice Module sc (master) 1
|
Simple implementation of the Characters symbol for drawing button objects. More...
#include <vbasheetobject.hxx>
Public Member Functions | |
ScVbaButtonCharacters (const css::uno::Reference< ov::XHelperInterface > &rxParent, const css::uno::Reference< css::uno::XComponentContext > &rxContext, const css::uno::Reference< css::beans::XPropertySet > &rxPropSet, const ScVbaPalette &rPalette, const css::uno::Any &rStart, const css::uno::Any &rLength) | |
virtual | ~ScVbaButtonCharacters () override |
virtual OUString SAL_CALL | getCaption () override |
virtual void SAL_CALL | setCaption (const OUString &rCaption) override |
virtual OUString SAL_CALL | getText () override |
virtual void SAL_CALL | setText (const OUString &rText) override |
virtual sal_Int32 SAL_CALL | getCount () override |
virtual css::uno::Reference< ov::excel::XFont > SAL_CALL | getFont () override |
virtual void SAL_CALL | setFont (const css::uno::Reference< ov::excel::XFont > &rxFont) override |
virtual void SAL_CALL | Insert (const OUString &rString) override |
virtual void SAL_CALL | Delete () override |
Public Member Functions inherited from InheritedHelperInterfaceWeakImpl< typename... 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 |
Private Member Functions | |
OUString | getFullString () const |
void | setFullString (const OUString &rString) |
Private Attributes | |
ScVbaPalette | maPalette |
css::uno::Reference< css::beans::XPropertySet > | mxPropSet |
sal_Int32 | mnStart |
sal_Int32 | mnLength |
Additional Inherited Members | |
Protected Attributes inherited from InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > > | |
css::uno::WeakReference< ov::XHelperInterface > | mxParent |
css::uno::Reference< css::uno::XComponentContext > | mxContext |
Simple implementation of the Characters symbol for drawing button objects.
Definition at line 37 of file vbasheetobject.hxx.
|
explicit |
css::uno::RuntimeException |
Definition at line 53 of file vbasheetobject.cxx.
References mnLength, mnStart, and SAL_MAX_INT32.
|
overridevirtual |
Definition at line 74 of file vbasheetobject.cxx.
|
overridevirtual |
Definition at line 142 of file vbasheetobject.cxx.
References setCaption().
|
overridevirtual |
Definition at line 80 of file vbasheetobject.cxx.
References getFullString(), mnLength, mnStart, and nLength.
Referenced by getText().
|
overridevirtual |
Definition at line 104 of file vbasheetobject.cxx.
References getFullString().
|
overridevirtual |
Definition at line 122 of file vbasheetobject.cxx.
References maPalette, InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >::mxContext, and mxPropSet.
|
private |
css::uno::RuntimeException |
Definition at line 157 of file vbasheetobject.cxx.
Referenced by getCaption(), getCount(), and setCaption().
|
overridevirtual |
Definition at line 110 of file vbasheetobject.cxx.
References getCaption().
|
overridevirtual |
Definition at line 134 of file vbasheetobject.cxx.
References setCaption().
|
overridevirtual |
Definition at line 89 of file vbasheetobject.cxx.
References getFullString(), mnLength, mnStart, nLength, and setFullString().
|
overridevirtual |
Definition at line 127 of file vbasheetobject.cxx.
|
private |
css::uno::RuntimeException |
Definition at line 162 of file vbasheetobject.cxx.
References mxPropSet.
Referenced by setCaption().
|
overridevirtual |
Definition at line 116 of file vbasheetobject.cxx.
References setCaption().
|
private |
Definition at line 73 of file vbasheetobject.hxx.
Referenced by getFont().
|
private |
Definition at line 76 of file vbasheetobject.hxx.
Referenced by getCaption(), ScVbaButtonCharacters(), and setCaption().
|
private |
Definition at line 75 of file vbasheetobject.hxx.
Referenced by getCaption(), ScVbaButtonCharacters(), and setCaption().
|
private |
Definition at line 74 of file vbasheetobject.hxx.
Referenced by getFont(), and setFullString().