Lines Matching refs:sm_pSingleImplConfig
113 SvtAccessibilityOptions_Impl* volatile SvtAccessibilityOptions::sm_pSingleImplConfig =NULL; member in SvtAccessibilityOptions
713 if(!sm_pSingleImplConfig) in SvtAccessibilityOptions()
715 sm_pSingleImplConfig = new SvtAccessibilityOptions_Impl; in SvtAccessibilityOptions()
733 DELETEZ( sm_pSingleImplConfig ); in ~SvtAccessibilityOptions()
753 return sm_pSingleImplConfig->IsModified(); in IsModified()
774 return sm_pSingleImplConfig->GetAutoDetectSystemHC(); in GetAutoDetectSystemHC()
778 return sm_pSingleImplConfig->GetIsForPagePreviews(); in GetIsForPagePreviews()
782 return sm_pSingleImplConfig->GetIsHelpTipsDisappear(); in GetIsHelpTipsDisappear()
786 return sm_pSingleImplConfig->GetIsAllowAnimatedGraphics(); in GetIsAllowAnimatedGraphics()
790 return sm_pSingleImplConfig->GetIsAllowAnimatedText(); in GetIsAllowAnimatedText()
794 return sm_pSingleImplConfig->GetIsAutomaticFontColor(); in GetIsAutomaticFontColor()
798 return sm_pSingleImplConfig->GetIsSystemFont(); in GetIsSystemFont()
802 return sm_pSingleImplConfig->GetHelpTipSeconds(); in GetHelpTipSeconds()
806 return sm_pSingleImplConfig->IsSelectionInReadonly(); in IsSelectionInReadonly()
810 return sm_pSingleImplConfig->GetEdgeBlending(); in GetEdgeBlending()
814 return sm_pSingleImplConfig->GetListBoxMaximumLineCount(); in GetListBoxMaximumLineCount()
818 return sm_pSingleImplConfig->GetColorValueSetColumnCount(); in GetColorValueSetColumnCount()
822 return sm_pSingleImplConfig->GetPreviewUsesCheckeredBackground(); in GetPreviewUsesCheckeredBackground()
828 sm_pSingleImplConfig->SetAutoDetectSystemHC(bSet); in SetAutoDetectSystemHC()
832 sm_pSingleImplConfig->SetIsForPagePreviews(bSet); in SetIsForPagePreviews()
836 sm_pSingleImplConfig->SetIsHelpTipsDisappear(bSet); in SetIsHelpTipsDisappear()
840 sm_pSingleImplConfig->SetIsAllowAnimatedGraphics(bSet); in SetIsAllowAnimatedGraphics()
844 sm_pSingleImplConfig->SetIsAllowAnimatedText(bSet); in SetIsAllowAnimatedText()
848 sm_pSingleImplConfig->SetIsAutomaticFontColor(bSet); in SetIsAutomaticFontColor()
852 sm_pSingleImplConfig->SetIsSystemFont(bSet); in SetIsSystemFont()
856 sm_pSingleImplConfig->SetHelpTipSeconds(nSet); in SetHelpTipSeconds()
860 sm_pSingleImplConfig->SetSelectionInReadonly(bSet); in SetSelectionInReadonly()
864 sm_pSingleImplConfig->SetVCLSettings(); in SetVCLSettings()
868 sm_pSingleImplConfig->SetEdgeBlending(nSet); in SetEdgeBlending()
872 sm_pSingleImplConfig->SetListBoxMaximumLineCount(nSet); in SetListBoxMaximumLineCount()
876 sm_pSingleImplConfig->SetColorValueSetColumnCount(nSet); in SetColorValueSetColumnCount()
880 sm_pSingleImplConfig->SetPreviewUsesCheckeredBackground(bSet); in SetPreviewUsesCheckeredBackground()