LibreOffice Module sc (master) 1
|
#include <addruno.hxx>
Public Member Functions | |
ScAddressConversionObj (ScDocShell *pDocSh, bool bIsRange) | |
virtual | ~ScAddressConversionObj () override |
virtual void | Notify (SfxBroadcaster &rBC, const SfxHint &rHint) override |
virtual css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL | getPropertySetInfo () override |
virtual void SAL_CALL | setPropertyValue (const OUString &aPropertyName, const css::uno::Any &aValue) override |
virtual css::uno::Any SAL_CALL | getPropertyValue (const OUString &PropertyName) override |
virtual void SAL_CALL | addPropertyChangeListener (const OUString &aPropertyName, const css::uno::Reference< css::beans::XPropertyChangeListener > &xListener) override |
virtual void SAL_CALL | removePropertyChangeListener (const OUString &aPropertyName, const css::uno::Reference< css::beans::XPropertyChangeListener > &aListener) override |
virtual void SAL_CALL | addVetoableChangeListener (const OUString &PropertyName, const css::uno::Reference< css::beans::XVetoableChangeListener > &aListener) override |
virtual void SAL_CALL | removeVetoableChangeListener (const OUString &PropertyName, const css::uno::Reference< css::beans::XVetoableChangeListener > &aListener) 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 |
Public Member Functions inherited from SfxListener | |
SfxListener () | |
SfxListener (const SfxListener &rCopy) | |
virtual | ~SfxListener () COVERITY_NOEXCEPT_FALSE |
void | StartListening (SfxBroadcaster &rBroadcaster, DuplicateHandling eDuplicateHanding=DuplicateHandling::Unexpected) |
void | EndListening (SfxBroadcaster &rBroadcaster, bool bRemoveAllDuplicates=false) |
void | EndListeningAll () |
bool | IsListening (SfxBroadcaster &rBroadcaster) const |
sal_uInt16 | GetBroadcasterCount () const |
SfxBroadcaster * | GetBroadcasterJOE (sal_uInt16 nNo) const |
virtual void | Notify (SfxBroadcaster &rBC, const SfxHint &rHint) |
void | RemoveBroadcaster_Impl (SfxBroadcaster &rBC) |
virtual bool | IsSdrView () const |
Private Member Functions | |
bool | ParseUIString (const OUString &rUIString, ::formula::FormulaGrammar::AddressConvention eConv=::formula::FormulaGrammar::CONV_OOO) |
Private Attributes | |
ScDocShell * | pDocShell |
ScRange | aRange |
sal_Int32 | nRefSheet |
bool | bIsRange |
Definition at line 30 of file addruno.hxx.
ScAddressConversionObj::ScAddressConversionObj | ( | ScDocShell * | pDocSh, |
bool | bIsRange | ||
) |
Definition at line 35 of file addruno.cxx.
References ScDocument::AddUnoObject(), ScDocShell::GetDocument(), and pDocShell.
|
overridevirtual |
Definition at line 43 of file addruno.cxx.
References ScDocShell::GetDocument(), pDocShell, and ScDocument::RemoveUnoObject().
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |
Definition at line 280 of file addruno.cxx.
|
overridevirtual |
Definition at line 95 of file addruno.cxx.
References bIsRange, cppu::UnoType< typename T >::get(), SC_UNONAME_ADDRESS, SC_UNONAME_PERSREPR, SC_UNONAME_REFSHEET, SC_UNONAME_UIREPR, and SC_UNONAME_XLA1REPR.
|
overridevirtual |
Definition at line 211 of file addruno.cxx.
References ScRange::aEnd, aRange, ScRange::aStart, bIsRange, formula::FormulaGrammar::CONV_OOO, formula::FormulaGrammar::CONV_XL_A1, ScUnoConversion::FillApiAddress(), ScUnoConversion::FillApiRange(), ScRange::Format(), ScAddress::Format(), ScDocShell::GetDocument(), nRefSheet, pDocShell, SC_UNONAME_ADDRESS, SC_UNONAME_PERSREPR, SC_UNONAME_REFSHEET, SC_UNONAME_UIREPR, SC_UNONAME_XLA1REPR, ScAddress::Tab(), TAB_3D, and VALID.
|
overridevirtual |
Definition at line 290 of file addruno.cxx.
References bIsRange, SC_SERVICENAME_CELLADDRESS, and SC_SERVICENAME_RANGEADDRESS.
|
overridevirtual |
Reimplemented from SfxListener.
Definition at line 51 of file addruno.cxx.
References SfxHint::GetId(), and pDocShell.
|
private |
Definition at line 59 of file addruno.cxx.
References ScRange::aEnd, aRange, ScRange::aStart, bIsRange, ScDocShell::GetDocument(), nRefSheet, ScAddress::Parse(), ScRange::ParseAny(), pDocShell, ScAddress::SetTab(), ScAddress::Tab(), TAB2_3D, TAB_3D, VALID, and ZERO.
Referenced by setPropertyValue().
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |
Definition at line 129 of file addruno.cxx.
References aRange, ScRange::aStart, bIsRange, formula::FormulaGrammar::CONV_OOO, formula::FormulaGrammar::CONV_XL_A1, ScUnoConversion::FillScAddress(), ScUnoConversion::FillScRange(), nRefSheet, ParseUIString(), pDocShell, SC_UNONAME_ADDRESS, SC_UNONAME_PERSREPR, SC_UNONAME_REFSHEET, SC_UNONAME_UIREPR, SC_UNONAME_XLA1REPR, and u.
|
overridevirtual |
Definition at line 285 of file addruno.cxx.
References cppu::supportsService().
|
private |
Definition at line 37 of file addruno.hxx.
Referenced by getPropertyValue(), ParseUIString(), and setPropertyValue().
|
private |
Definition at line 39 of file addruno.hxx.
Referenced by getPropertySetInfo(), getPropertyValue(), getSupportedServiceNames(), ParseUIString(), and setPropertyValue().
|
private |
Definition at line 38 of file addruno.hxx.
Referenced by getPropertyValue(), ParseUIString(), and setPropertyValue().
|
private |
Definition at line 36 of file addruno.hxx.
Referenced by getPropertyValue(), Notify(), ParseUIString(), ScAddressConversionObj(), setPropertyValue(), and ~ScAddressConversionObj().