Lines Matching refs:SmMathConfig
422 SmMathConfig::SmMathConfig() : in SmMathConfig() function in SmMathConfig
434 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()
578 void SmMathConfig::GetSymbols( std::vector< SmSym > &rSymbols ) const in GetSymbols()
580 Sequence< OUString > aNodes( ((SmMathConfig*) this)->GetNodeNames( A2OU( SYMBOL_LIST ) ) ); in GetSymbols()
594 void SmMathConfig::SetSymbols( const std::vector< SmSym > &rNewSymbols ) in SetSymbols()
655 SmFontFormatList & SmMathConfig::GetFontFormatList() in GetFontFormatList()
665 void SmMathConfig::LoadFontFormatList() in LoadFontFormatList()
691 void SmMathConfig::ReadFontFormat( SmFontFormat &rFontFormat, in ReadFontFormat()
710 const Sequence< Any > aValues = ((SmMathConfig*) this)->GetProperties( aNames ); in ReadFontFormat()
756 void SmMathConfig::SaveFontFormatList() in SaveFontFormatList()
824 void SmMathConfig::StripFontFormatList( const std::vector< SmSym > &rSymbols ) in StripFontFormatList()
865 void SmMathConfig::LoadOther() in LoadOther()
934 void SmMathConfig::SaveOther() in SaveOther()
976 void SmMathConfig::LoadFormat() in LoadFormat()
1064 void SmMathConfig::SaveFormat() in SaveFormat()
1116 const SmFormat & SmMathConfig::GetStandardFormat() const in GetStandardFormat()
1119 ((SmMathConfig *) this)->LoadFormat(); in GetStandardFormat()
1124 void SmMathConfig::SetStandardFormat( const SmFormat &rFormat, sal_Bool bSaveFontFormatList ) in SetStandardFormat()
1144 SmPrintSize SmMathConfig::GetPrintSize() const in GetPrintSize()
1147 ((SmMathConfig *) this)->LoadOther(); in GetPrintSize()
1152 void SmMathConfig::SetPrintSize( SmPrintSize eSize ) in SetPrintSize()
1164 sal_uInt16 SmMathConfig::GetPrintZoomFactor() const in GetPrintZoomFactor()
1167 ((SmMathConfig *) this)->LoadOther(); in GetPrintZoomFactor()
1172 void SmMathConfig::SetPrintZoomFactor( sal_uInt16 nVal ) in SetPrintZoomFactor()
1184 void SmMathConfig::SetOtherIfNotEqual( sal_Bool &rbItem, sal_Bool bNewVal ) in SetOtherIfNotEqual()
1194 sal_Bool SmMathConfig::IsPrintTitle() const in IsPrintTitle()
1197 ((SmMathConfig *) this)->LoadOther(); in IsPrintTitle()
1202 void SmMathConfig::SetPrintTitle( sal_Bool bVal ) in SetPrintTitle()
1210 sal_Bool SmMathConfig::IsPrintFormulaText() const in IsPrintFormulaText()
1213 ((SmMathConfig *) this)->LoadOther(); in IsPrintFormulaText()
1218 void SmMathConfig::SetPrintFormulaText( sal_Bool bVal ) in SetPrintFormulaText()
1226 sal_Bool SmMathConfig::IsPrintFrame() const in IsPrintFrame()
1229 ((SmMathConfig *) this)->LoadOther(); in IsPrintFrame()
1234 void SmMathConfig::SetPrintFrame( sal_Bool bVal ) in SetPrintFrame()
1242 sal_Bool SmMathConfig::IsSaveOnlyUsedSymbols() const in IsSaveOnlyUsedSymbols()
1245 ((SmMathConfig *) this)->LoadOther(); in IsSaveOnlyUsedSymbols()
1250 void SmMathConfig::SetSaveOnlyUsedSymbols( sal_Bool bVal ) in SetSaveOnlyUsedSymbols()
1258 sal_Bool SmMathConfig::IsIgnoreSpacesRight() const in IsIgnoreSpacesRight()
1261 ((SmMathConfig *) this)->LoadOther(); in IsIgnoreSpacesRight()
1266 void SmMathConfig::SetIgnoreSpacesRight( sal_Bool bVal ) in SetIgnoreSpacesRight()
1274 sal_Bool SmMathConfig::IsAutoRedraw() const in IsAutoRedraw()
1277 ((SmMathConfig *) this)->LoadOther(); in IsAutoRedraw()
1282 void SmMathConfig::SetAutoRedraw( sal_Bool bVal ) in SetAutoRedraw()
1290 sal_Bool SmMathConfig::IsShowFormulaCursor() const in IsShowFormulaCursor()
1293 ((SmMathConfig *) this)->LoadOther(); in IsShowFormulaCursor()
1298 void SmMathConfig::SetShowFormulaCursor( sal_Bool bVal ) in SetShowFormulaCursor()
1305 void SmMathConfig::Notify( const com::sun::star::uno::Sequence< rtl::OUString >& ) in Notify()