Searched refs:SmMathConfig (Results 1 – 4 of 4) sorted by relevance
422 SmMathConfig::SmMathConfig() : in SmMathConfig() function in SmMathConfig434 SmMathConfig::~SmMathConfig() in ~SmMathConfig()444 void SmMathConfig::SetOtherModified( sal_Bool bVal ) in SetOtherModified()450 void SmMathConfig::SetFormatModified( sal_Bool bVal ) in SetFormatModified()456 void SmMathConfig::SetFontFormatListModified( sal_Bool bVal ) in SetFontFormatListModified()463 void SmMathConfig::ReadSymbol( SmSym &rSymbol, in ReadSymbol()483 const Sequence< Any > aValues = ((SmMathConfig*) this)->GetProperties( aNames ); in ReadSymbol()553 SmSymbolManager & SmMathConfig::GetSymbolManager() in GetSymbolManager()564 void SmMathConfig::Commit() in Commit()570 void SmMathConfig::Save() in Save()[all …]
112 class SmMathConfig : public utl::ConfigItem class122 SmMathConfig( const SmMathConfig & );123 SmMathConfig & operator = ( const SmMathConfig & );158 return ((SmMathConfig *) this)->GetFontFormatList(); in GetFontFormatList()162 SmMathConfig();163 virtual ~SmMathConfig();
275 SmMathConfig &rCfg = *SM_MOD()->GetConfig(); in Load()322 SmMathConfig &rCfg = *SM_MOD()->GetConfig(); in Save()
38 class SmConfig : public SmMathConfig, public SfxBroadcaster