Home
last modified time | relevance | path

Searched refs:ScFormulaParserObj (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/sc/source/ui/unoobj/
H A Dtokenuno.cxx67 SC_SIMPLE_SERVICE_INFO( ScFormulaParserObj, "ScFormulaParserObj", SC_SERVICENAME_FORMULAPARS )
71 ScFormulaParserObj::ScFormulaParserObj(ScDocShell* pDocSh) : in ScFormulaParserObj() function in ScFormulaParserObj
81 ScFormulaParserObj::~ScFormulaParserObj() in ~ScFormulaParserObj()
87 void ScFormulaParserObj::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify()
95 void ScFormulaParserObj::SetCompilerFlags( ScCompiler& rCompiler ) const in SetCompilerFlags()
130 uno::Sequence<sheet::FormulaToken> SAL_CALL ScFormulaParserObj::parseFormula( in parseFormula()
156 rtl::OUString SAL_CALL ScFormulaParserObj::printFormula( in printFormula()
184 uno::Reference<beans::XPropertySetInfo> SAL_CALL ScFormulaParserObj::getPropertySetInfo() in getPropertySetInfo()
192 void SAL_CALL ScFormulaParserObj::setPropertyValue( in setPropertyValue()
252 uno::Any SAL_CALL ScFormulaParserObj::getPropertyValue( const rtl::OUString& aPropertyName ) in getPropertyValue()
[all …]
H A Dservuno.cxx531 xRet.set(static_cast<sheet::XFormulaParser*>(new ScFormulaParserObj( pDocShell ))); in MakeInstance()
/aoo4110/main/sc/inc/
H A Dtokenuno.hxx59 class ScFormulaParserObj : public ::cppu::WeakImplHelper3< class
78 ScFormulaParserObj(ScDocShell* pDocSh);
79 virtual ~ScFormulaParserObj();

Completed in 20 milliseconds