Lines Matching refs:aStyleSettings
566 StyleSettings aStyleSettings(aAllSettings.GetStyleSettings()); in SetVCLSettings() local
573 if(aStyleSettings.GetUseSystemUIFonts() != GetIsSystemFont()) in SetVCLSettings()
575 aStyleSettings.SetUseSystemUIFonts(GetIsSystemFont()); in SetVCLSettings()
583 if(aStyleSettings.GetEdgeBlending() != nEdgeBlendingCountB) in SetVCLSettings()
585 aStyleSettings.SetEdgeBlending(nEdgeBlendingCountB); in SetVCLSettings()
593 if(aStyleSettings.GetListBoxMaximumLineCount() != nMaxLineCountB) in SetVCLSettings()
595 aStyleSettings.SetListBoxMaximumLineCount(nMaxLineCountB); in SetVCLSettings()
603 if(aStyleSettings.GetColorValueSetColumnCount() != nMaxColumnCountB) in SetVCLSettings()
605 aStyleSettings.SetColorValueSetColumnCount(nMaxColumnCountB); in SetVCLSettings()
611 if(aStyleSettings.GetPreviewUsesCheckeredBackground() != bPreviewUsesCheckeredBackground) in SetVCLSettings()
613 aStyleSettings.SetPreviewUsesCheckeredBackground(bPreviewUsesCheckeredBackground); in SetVCLSettings()
619 aAllSettings.SetStyleSettings(aStyleSettings); in SetVCLSettings()