LibreOffice Module sc (master) 1
Public Member Functions | Private Member Functions | Private Attributes | List of all members
ScFormulaParserObj Class Referencefinal

#include <tokenuno.hxx>

Inheritance diagram for ScFormulaParserObj:
[legend]
Collaboration diagram for ScFormulaParserObj:
[legend]

Public Member Functions

 ScFormulaParserObj (ScDocShell *pDocSh)
 
virtual ~ScFormulaParserObj () override
 
virtual void Notify (SfxBroadcaster &rBC, const SfxHint &rHint) override
 
virtual css::uno::Sequence< css::sheet::FormulaToken > SAL_CALL parseFormula (const OUString &aFormula, const css::table::CellAddress &rReferencePos) override
 
virtual OUString SAL_CALL printFormula (const css::uno::Sequence< css::sheet::FormulaToken > &aTokens, const css::table::CellAddress &rReferencePos) 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
 
SfxBroadcasterGetBroadcasterJOE (sal_uInt16 nNo) const
 
virtual void Notify (SfxBroadcaster &rBC, const SfxHint &rHint)
 
void RemoveBroadcaster_Impl (SfxBroadcaster &rBC)
 
virtual bool IsSdrView () const
 

Private Member Functions

void SetCompilerFlags (ScCompiler &rCompiler) const
 

Private Attributes

css::uno::Sequence< const css::sheet::FormulaOpCodeMapEntry > maOpCodeMapping
 
css::uno::Sequence< css::sheet::ExternalLinkInfo > maExternalLinks
 
ScCompiler::OpCodeMapPtr mxOpCodeMap
 
ScDocShellmpDocShell
 
sal_Int16 mnConv
 
bool mbEnglish
 
bool mbIgnoreSpaces
 
bool mbCompileFAP
 
bool mbRefConventionChartOOXML
 

Detailed Description

Definition at line 50 of file tokenuno.hxx.

Constructor & Destructor Documentation

◆ ScFormulaParserObj()

ScFormulaParserObj::ScFormulaParserObj ( ScDocShell pDocSh)

Definition at line 75 of file tokenuno.cxx.

◆ ~ScFormulaParserObj()

ScFormulaParserObj::~ScFormulaParserObj ( )
overridevirtual

Definition at line 86 of file tokenuno.cxx.

References ScDocShell::GetDocument(), mpDocShell, and ScDocument::RemoveUnoObject().

Member Function Documentation

◆ addPropertyChangeListener()

virtual void SAL_CALL ScFormulaParserObj::addPropertyChangeListener ( const OUString &  aPropertyName,
const css::uno::Reference< css::beans::XPropertyChangeListener > &  xListener 
)
overridevirtual

◆ addVetoableChangeListener()

virtual void SAL_CALL ScFormulaParserObj::addVetoableChangeListener ( const OUString &  PropertyName,
const css::uno::Reference< css::beans::XVetoableChangeListener > &  aListener 
)
overridevirtual

◆ getImplementationName()

virtual OUString SAL_CALL ScFormulaParserObj::getImplementationName ( )
overridevirtual

◆ getPropertySetInfo()

uno::Reference< beans::XPropertySetInfo > SAL_CALL ScFormulaParserObj::getPropertySetInfo ( )
overridevirtual

Definition at line 178 of file tokenuno.cxx.

References lcl_GetFormulaParserMap().

◆ getPropertyValue()

uno::Any SAL_CALL ScFormulaParserObj::getPropertyValue ( const OUString &  PropertyName)
overridevirtual

◆ getSupportedServiceNames()

virtual css::uno::Sequence< OUString > SAL_CALL ScFormulaParserObj::getSupportedServiceNames ( )
overridevirtual

◆ Notify()

void ScFormulaParserObj::Notify ( SfxBroadcaster rBC,
const SfxHint rHint 
)
overridevirtual

Reimplemented from SfxListener.

Definition at line 94 of file tokenuno.cxx.

References SfxHint::GetId(), and mpDocShell.

◆ parseFormula()

uno::Sequence< sheet::FormulaToken > SAL_CALL ScFormulaParserObj::parseFormula ( const OUString &  aFormula,
const css::table::CellAddress &  rReferencePos 
)
overridevirtual

◆ printFormula()

OUString SAL_CALL ScFormulaParserObj::printFormula ( const css::uno::Sequence< css::sheet::FormulaToken > &  aTokens,
const css::table::CellAddress &  rReferencePos 
)
overridevirtual

◆ removePropertyChangeListener()

virtual void SAL_CALL ScFormulaParserObj::removePropertyChangeListener ( const OUString &  aPropertyName,
const css::uno::Reference< css::beans::XPropertyChangeListener > &  aListener 
)
overridevirtual

◆ removeVetoableChangeListener()

virtual void SAL_CALL ScFormulaParserObj::removeVetoableChangeListener ( const OUString &  PropertyName,
const css::uno::Reference< css::beans::XVetoableChangeListener > &  aListener 
)
overridevirtual

◆ SetCompilerFlags()

void ScFormulaParserObj::SetCompilerFlags ( ScCompiler rCompiler) const
private

◆ setPropertyValue()

void SAL_CALL ScFormulaParserObj::setPropertyValue ( const OUString &  aPropertyName,
const css::uno::Any &  aValue 
)
overridevirtual

◆ supportsService()

virtual sal_Bool SAL_CALL ScFormulaParserObj::supportsService ( const OUString &  ServiceName)
overridevirtual

Member Data Documentation

◆ maExternalLinks

css::uno::Sequence<css::sheet::ExternalLinkInfo> ScFormulaParserObj::maExternalLinks
private

Definition at line 58 of file tokenuno.hxx.

Referenced by getPropertyValue(), SetCompilerFlags(), and setPropertyValue().

◆ maOpCodeMapping

css::uno::Sequence< const css::sheet::FormulaOpCodeMapEntry > ScFormulaParserObj::maOpCodeMapping
private

Definition at line 57 of file tokenuno.hxx.

Referenced by getPropertyValue(), and setPropertyValue().

◆ mbCompileFAP

bool ScFormulaParserObj::mbCompileFAP
private

Definition at line 64 of file tokenuno.hxx.

Referenced by getPropertyValue(), SetCompilerFlags(), and setPropertyValue().

◆ mbEnglish

bool ScFormulaParserObj::mbEnglish
private

Definition at line 62 of file tokenuno.hxx.

Referenced by getPropertyValue(), SetCompilerFlags(), and setPropertyValue().

◆ mbIgnoreSpaces

bool ScFormulaParserObj::mbIgnoreSpaces
private

Definition at line 63 of file tokenuno.hxx.

Referenced by getPropertyValue(), and setPropertyValue().

◆ mbRefConventionChartOOXML

bool ScFormulaParserObj::mbRefConventionChartOOXML
private

Definition at line 65 of file tokenuno.hxx.

Referenced by getPropertyValue(), SetCompilerFlags(), and setPropertyValue().

◆ mnConv

sal_Int16 ScFormulaParserObj::mnConv
private

Definition at line 61 of file tokenuno.hxx.

Referenced by getPropertyValue(), SetCompilerFlags(), and setPropertyValue().

◆ mpDocShell

ScDocShell* ScFormulaParserObj::mpDocShell
private

◆ mxOpCodeMap

ScCompiler::OpCodeMapPtr ScFormulaParserObj::mxOpCodeMap
private

Definition at line 59 of file tokenuno.hxx.

Referenced by SetCompilerFlags(), and setPropertyValue().


The documentation for this class was generated from the following files: