LibreOffice Module sc (master) 1
|
#include <funcuno.hxx>
Public Member Functions | |
ScFunctionAccess () | |
virtual | ~ScFunctionAccess () override |
virtual void | Notify (SfxBroadcaster &rBC, const SfxHint &rHint) override |
virtual css::uno::Any SAL_CALL | callFunction (const OUString &aName, const css::uno::Sequence< css::uno::Any > &aArguments) 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 Attributes | |
ScTempDocCache | aDocCache |
std::unique_ptr< ScDocOptions > | pOptions |
SfxItemPropertyMap | aPropertyMap |
bool | mbArray |
bool | mbValid |
Definition at line 55 of file funcuno.hxx.
ScFunctionAccess::ScFunctionAccess | ( | ) |
Definition at line 169 of file funcuno.cxx.
References SfxGetpApp(), and SfxListener::StartListening().
|
overridevirtual |
Definition at line 177 of file funcuno.cxx.
References SfxListener::EndListeningAll(), and pOptions.
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |
TODO: check
Definition at line 452 of file funcuno.cxx.
References aArguments, formula::FormulaTokenArray::AddDouble(), ScTokenArray::AddOpCode(), formula::FormulaTokenArray::AddString(), aDocCache, ScRange::aEnd, ALL, aName, ScRange::aStart, ScAddress::Col(), ScDocument::DeleteAreaTab(), ScRangeToSequence::FillMixedArray(), Formula, ScFormulaCell::GetErrCode(), ScDocument::GetGrammar(), ScFormulaCell::GetMatrix(), ScSheetLimits::GetMaxRowCount(), ScDocument::GetSharedStringPool(), ScDocument::GetSheetLimits(), ScFormulaCell::GetString(), svl::SharedString::getString(), ScFormulaCell::GetValue(), formula::FormulaGrammar::GRAM_API, ScDocument::HasTable(), svl::SharedStringPool::intern(), ScFormulaCell::IsValue(), lcl_AddFunctionToken(), lcl_AddRef(), lcl_CopyData(), ScDocument::MakeTable(), ScDocument::MaxCol(), ScDocument::MaxRow(), mbArray, mbValid, NONE, nPos, ocClose, ocOpen, ocSep, ocStop, pOptions, ScAddress::Row(), ScDocument::SetDocOptions(), ScDocument::SetFormulaCell(), ScFormulaCell::SetMatColsRows(), and ScRangeList::size().
|
overridevirtual |
Definition at line 206 of file funcuno.cxx.
|
overridevirtual |
Definition at line 223 of file funcuno.cxx.
References aPropertyMap.
|
overridevirtual |
Definition at line 254 of file funcuno.cxx.
References aPropertyMap, ScDocOptionsHelper::getPropertyValue(), mbArray, and pOptions.
|
overridevirtual |
Definition at line 216 of file funcuno.cxx.
References SCDOCSETTINGS_SERVICE, and SCFUNCTIONACCESS_SERVICE.
|
overridevirtual |
Reimplemented from SfxListener.
Definition at line 187 of file funcuno.cxx.
References aDocCache, ScTempDocCache::Clear(), SfxHint::GetId(), and mbValid.
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |
Definition at line 231 of file funcuno.cxx.
References aPropertyMap, mbArray, pOptions, and ScDocOptionsHelper::setPropertyValue().
|
overridevirtual |
Definition at line 211 of file funcuno.cxx.
References cppu::supportsService().
|
private |
Definition at line 62 of file funcuno.hxx.
Referenced by callFunction(), and Notify().
|
private |
Definition at line 64 of file funcuno.hxx.
Referenced by getPropertySetInfo(), getPropertyValue(), and setPropertyValue().
|
private |
Definition at line 65 of file funcuno.hxx.
Referenced by callFunction(), getPropertyValue(), and setPropertyValue().
|
private |
Definition at line 66 of file funcuno.hxx.
Referenced by callFunction(), and Notify().
|
private |
Definition at line 63 of file funcuno.hxx.
Referenced by callFunction(), getPropertyValue(), setPropertyValue(), and ~ScFunctionAccess().