Lines Matching refs:bVal

444 void SmMathConfig::SetOtherModified( sal_Bool bVal )  in SetOtherModified()  argument
446 bIsOtherModified = bVal; in SetOtherModified()
450 void SmMathConfig::SetFormatModified( sal_Bool bVal ) in SetFormatModified() argument
452 bIsFormatModified = bVal; in SetFormatModified()
456 void SmMathConfig::SetFontFormatListModified( sal_Bool bVal ) in SetFontFormatListModified() argument
459 pFontFormatList->SetModified( bVal ); in SetFontFormatListModified()
1202 void SmMathConfig::SetPrintTitle( sal_Bool bVal ) in SetPrintTitle() argument
1206 SetOtherIfNotEqual( pOther->bPrintTitle, bVal ); in SetPrintTitle()
1218 void SmMathConfig::SetPrintFormulaText( sal_Bool bVal ) in SetPrintFormulaText() argument
1222 SetOtherIfNotEqual( pOther->bPrintFormulaText, bVal ); in SetPrintFormulaText()
1234 void SmMathConfig::SetPrintFrame( sal_Bool bVal ) in SetPrintFrame() argument
1238 SetOtherIfNotEqual( pOther->bPrintFrame, bVal ); in SetPrintFrame()
1250 void SmMathConfig::SetSaveOnlyUsedSymbols( sal_Bool bVal ) in SetSaveOnlyUsedSymbols() argument
1254 SetOtherIfNotEqual( pOther->bIsSaveOnlyUsedSymbols, bVal ); in SetSaveOnlyUsedSymbols()
1266 void SmMathConfig::SetIgnoreSpacesRight( sal_Bool bVal ) in SetIgnoreSpacesRight() argument
1270 SetOtherIfNotEqual( pOther->bIgnoreSpacesRight, bVal ); in SetIgnoreSpacesRight()
1282 void SmMathConfig::SetAutoRedraw( sal_Bool bVal ) in SetAutoRedraw() argument
1286 SetOtherIfNotEqual( pOther->bAutoRedraw, bVal ); in SetAutoRedraw()
1298 void SmMathConfig::SetShowFormulaCursor( sal_Bool bVal ) in SetShowFormulaCursor() argument
1302 SetOtherIfNotEqual( pOther->bFormulaCursor, bVal ); in SetShowFormulaCursor()