Lines Matching refs:IsChecked

339     sal_Bool bChecked = aToolTipsCB.IsChecked();  in FillItemSet()
342 bChecked = ( aExtHelpCB.IsChecked() && aToolTipsCB.IsChecked() ); in FillItemSet()
345 bChecked = aHelpAgentCB.IsChecked(); in FillItemSet()
355 if ( aFileDlgCB.IsChecked() != aFileDlgCB.GetSavedValue() ) in FillItemSet()
358 aMiscOpt.SetUseSystemFileDialog( !aFileDlgCB.IsChecked() ); in FillItemSet()
362 if ( aPrintDlgCB.IsChecked() != aPrintDlgCB.GetSavedValue() ) in FillItemSet()
365 aMiscOpt.SetUseSystemPrintDialog( !aPrintDlgCB.IsChecked() ); in FillItemSet()
369 if ( aDocStatusCB.IsChecked() != aDocStatusCB.GetSavedValue() ) in FillItemSet()
372 aPrintOptions.SetModifyDocumentOnPrintingAllowed( aDocStatusCB.IsChecked() ); in FillItemSet()
477 aExtHelpCB.Enable( aToolTipsCB.IsChecked() ); in IMPL_LINK()
478 aHelpAgentResetBtn.Enable( aHelpAgentCB.IsChecked() ); in IMPL_LINK()
821 sal_Bool bAAEnabled = aFontAntiAliasing.IsChecked(); in IMPL_LINK()
835 const bool bSelectionEnabled(maSelectionCB.IsChecked()); in IMPL_LINK()
933 if ( aFontAntiAliasing.IsChecked() != aFontAntiAliasing.GetSavedValue() ) in FillItemSet()
935 pAppearanceCfg->SetFontAntiAliasing( aFontAntiAliasing.IsChecked() ); in FillItemSet()
946 if ( aFontShowCB.IsChecked() != aFontShowCB.GetSavedValue() ) in FillItemSet()
948 aFontOpt.EnableFontWYSIWYG( aFontShowCB.IsChecked() ); in FillItemSet()
960 if ( aFontHistoryCB.IsChecked() != aFontHistoryCB.GetSavedValue() ) in FillItemSet()
962 aFontOpt.EnableFontHistory( aFontHistoryCB.IsChecked() ); in FillItemSet()
969 if(aUseHardwareAccell.IsChecked() != aUseHardwareAccell.GetSavedValue()) in FillItemSet()
971 pCanvasSettings->EnabledHardwareAcceleration(aUseHardwareAccell.IsChecked()); in FillItemSet()
979 if(aUseAntiAliase.IsChecked() != mpDrawinglayerOpt->IsAntiAliasing()) in FillItemSet()
981 mpDrawinglayerOpt->SetAntiAliasing(aUseAntiAliase.IsChecked()); in FillItemSet()
990 const bool bNewSelection(maSelectionCB.IsChecked()); in FillItemSet()
995 mpDrawinglayerOpt->SetTransparentSelection(maSelectionCB.IsChecked()); in FillItemSet()
1011 if( aAccessibilityOptions.GetIsSystemFont() != m_aSystemFont.IsChecked() && in FillItemSet()
1014 aAccessibilityOptions.SetIsSystemFont( m_aSystemFont.IsChecked() ); in FillItemSet()
1025 aStyleSettings.SetUseSystemUIFonts( m_aSystemFont.IsChecked() ); in FillItemSet()
1409 if(aCTLSupportCB.IsChecked() && in FillItemSet()
1410 (aCTLSupportCB.GetSavedValue() != aCTLSupportCB.IsChecked()) || in FillItemSet()
1499 if(aDecimalSeparatorCB.GetSavedValue() != aDecimalSeparatorCB.IsChecked()) in FillItemSet()
1500 pLangConfig->aSysLocaleOptions.SetDecimalSeparatorAsLocale(aDecimalSeparatorCB.IsChecked()); in FillItemSet()
1517 sal_Bool bCurrentDocCBChecked = aCurrentDocCB.IsChecked(); in FillItemSet()
1586 if(aAsianSupportCB.GetSavedValue() != aAsianSupportCB.IsChecked() ) in FillItemSet()
1588 sal_Bool bChecked = aAsianSupportCB.IsChecked(); in FillItemSet()
1605 if ( aCTLSupportCB.GetSavedValue() != aCTLSupportCB.IsChecked() ) in FillItemSet()
1607 pLangConfig->aLanguageOptions.SetCTLFontEnabled( aCTLSupportCB.IsChecked() ); in FillItemSet()
1757 …!pLangConfig->aLinguConfig.IsReadOnly( C2U("DefaultLocale_CJK") ) && aAsianSupportCB.IsChecked() ); in Reset()
1761 …( !pLangConfig->aLinguConfig.IsReadOnly( C2U("DefaultLocale_CTL") ) && aCTLSupportCB.IsChecked() ); in Reset()
1784 sal_Bool bCheck = pBox->IsChecked(); in IMPL_LINK()