Lines Matching refs:getPropertyValue
158 xNode->getPropertyValue(s_sAutoDetectSystemHC) >>= bRet; in GetAutoDetectSystemHC()
176 xNode->getPropertyValue(s_sIsForPagePreviews) >>= bRet; in GetIsForPagePreviews()
193 xNode->getPropertyValue(s_sIsHelpTipsDisappear) >>= bRet; in GetIsHelpTipsDisappear()
211 xNode->getPropertyValue(s_sIsAllowAnimatedGraphics) >>= bRet; in GetIsAllowAnimatedGraphics()
229 xNode->getPropertyValue(s_sIsAllowAnimatedText) >>= bRet; in GetIsAllowAnimatedText()
247 xNode->getPropertyValue(s_sIsAutomaticFontColor) >>= bRet; in GetIsAutomaticFontColor()
265 xNode->getPropertyValue(s_sIsSystemFont) >>= bRet; in GetIsSystemFont()
283 xNode->getPropertyValue(s_sHelpTipSeconds) >>= nRet; in GetHelpTipSeconds()
301 xNode->getPropertyValue(s_sIsSelectionInReadonly) >>= bRet; in IsSelectionInReadonly()
319 xNode->getPropertyValue(s_sEdgeBlending) >>= nRet; in GetEdgeBlending()
337 xNode->getPropertyValue(s_sListBoxMaximumLineCount) >>= nRet; in GetListBoxMaximumLineCount()
355 xNode->getPropertyValue(s_sColorValueSetColumnCount) >>= nRet; in GetColorValueSetColumnCount()
373 xNode->getPropertyValue(s_sPreviewUsesCheckeredBackground) >>= bRet; in GetPreviewUsesCheckeredBackground()
389 if(xNode.is() && xNode->getPropertyValue(s_sAutoDetectSystemHC)!=bSet) in SetAutoDetectSystemHC()
409 if(xNode.is() && xNode->getPropertyValue(s_sIsForPagePreviews)!=bSet) in SetIsForPagePreviews()
429 if(xNode.is() && xNode->getPropertyValue(s_sIsHelpTipsDisappear)!=bSet) in SetIsHelpTipsDisappear()
449 if(xNode.is() && xNode->getPropertyValue(s_sIsAllowAnimatedGraphics)!=bSet) in SetIsAllowAnimatedGraphics()
469 if(xNode.is() && xNode->getPropertyValue(s_sIsAllowAnimatedText)!=bSet) in SetIsAllowAnimatedText()
489 if(xNode.is() && xNode->getPropertyValue(s_sIsAutomaticFontColor)!=bSet) in SetIsAutomaticFontColor()
509 if(xNode.is() && xNode->getPropertyValue(s_sIsSystemFont)!=bSet) in SetIsSystemFont()
529 if(xNode.is() && xNode->getPropertyValue(s_sHelpTipSeconds)!=nSet) in SetHelpTipSeconds()
549 if(xNode.is() && xNode->getPropertyValue(s_sIsSelectionInReadonly)!=bSet) in SetSelectionInReadonly()
632 if(xNode.is() && xNode->getPropertyValue(s_sEdgeBlending)!=nSet) in SetEdgeBlending()
652 if(xNode.is() && xNode->getPropertyValue(s_sListBoxMaximumLineCount)!=nSet) in SetListBoxMaximumLineCount()
672 if(xNode.is() && xNode->getPropertyValue(s_sColorValueSetColumnCount)!=nSet) in SetColorValueSetColumnCount()
692 if(xNode.is() && xNode->getPropertyValue(s_sPreviewUsesCheckeredBackground)!=bSet) in SetPreviewUsesCheckeredBackground()