Lines Matching refs:ScFormulaParserObj
67 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()
288 SC_IMPL_DUMMY_PROPERTY_LISTENER( ScFormulaParserObj ) in SC_IMPL_DUMMY_PROPERTY_LISTENER() argument