Searched refs:ScFormulaParserObj (Results 1 – 3 of 3) sorted by relevance
67 SC_SIMPLE_SERVICE_INFO( ScFormulaParserObj, "ScFormulaParserObj", SC_SERVICENAME_FORMULAPARS )71 ScFormulaParserObj::ScFormulaParserObj(ScDocShell* pDocSh) : in ScFormulaParserObj() function in ScFormulaParserObj81 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 …]
531 xRet.set(static_cast<sheet::XFormulaParser*>(new ScFormulaParserObj( pDocShell ))); in MakeInstance()
59 class ScFormulaParserObj : public ::cppu::WeakImplHelper3< class78 ScFormulaParserObj(ScDocShell* pDocSh);79 virtual ~ScFormulaParserObj();
Completed in 25 milliseconds