Lines Matching refs:xNode
152 css::uno::Reference< css::beans::XPropertySet > xNode(m_xCfg, css::uno::UNO_QUERY); in GetAutoDetectSystemHC() local
157 if(xNode.is()) in GetAutoDetectSystemHC()
158 xNode->getPropertyValue(s_sAutoDetectSystemHC) >>= bRet; in GetAutoDetectSystemHC()
170 css::uno::Reference< css::beans::XPropertySet > xNode(m_xCfg, css::uno::UNO_QUERY); in GetIsForPagePreviews() local
175 if(xNode.is()) in GetIsForPagePreviews()
176 xNode->getPropertyValue(s_sIsForPagePreviews) >>= bRet; in GetIsForPagePreviews()
187 css::uno::Reference< css::beans::XPropertySet > xNode(m_xCfg, css::uno::UNO_QUERY); in GetIsHelpTipsDisappear() local
192 if(xNode.is()) in GetIsHelpTipsDisappear()
193 xNode->getPropertyValue(s_sIsHelpTipsDisappear) >>= bRet; in GetIsHelpTipsDisappear()
205 css::uno::Reference< css::beans::XPropertySet > xNode(m_xCfg, css::uno::UNO_QUERY); in GetIsAllowAnimatedGraphics() local
210 if(xNode.is()) in GetIsAllowAnimatedGraphics()
211 xNode->getPropertyValue(s_sIsAllowAnimatedGraphics) >>= bRet; in GetIsAllowAnimatedGraphics()
223 css::uno::Reference< css::beans::XPropertySet > xNode(m_xCfg, css::uno::UNO_QUERY); in GetIsAllowAnimatedText() local
228 if(xNode.is()) in GetIsAllowAnimatedText()
229 xNode->getPropertyValue(s_sIsAllowAnimatedText) >>= bRet; in GetIsAllowAnimatedText()
241 css::uno::Reference< css::beans::XPropertySet > xNode(m_xCfg, css::uno::UNO_QUERY); in GetIsAutomaticFontColor() local
246 if(xNode.is()) in GetIsAutomaticFontColor()
247 xNode->getPropertyValue(s_sIsAutomaticFontColor) >>= bRet; in GetIsAutomaticFontColor()
259 css::uno::Reference< css::beans::XPropertySet > xNode(m_xCfg, css::uno::UNO_QUERY); in GetIsSystemFont() local
264 if(xNode.is()) in GetIsSystemFont()
265 xNode->getPropertyValue(s_sIsSystemFont) >>= bRet; in GetIsSystemFont()
277 css::uno::Reference< css::beans::XPropertySet > xNode(m_xCfg, css::uno::UNO_QUERY); in GetHelpTipSeconds() local
282 if(xNode.is()) in GetHelpTipSeconds()
283 xNode->getPropertyValue(s_sHelpTipSeconds) >>= nRet; in GetHelpTipSeconds()
295 css::uno::Reference< css::beans::XPropertySet > xNode(m_xCfg, css::uno::UNO_QUERY); in IsSelectionInReadonly() local
300 if(xNode.is()) in IsSelectionInReadonly()
301 xNode->getPropertyValue(s_sIsSelectionInReadonly) >>= bRet; in IsSelectionInReadonly()
313 css::uno::Reference< css::beans::XPropertySet > xNode(m_xCfg, css::uno::UNO_QUERY); in GetEdgeBlending() local
318 if(xNode.is()) in GetEdgeBlending()
319 xNode->getPropertyValue(s_sEdgeBlending) >>= nRet; in GetEdgeBlending()
331 css::uno::Reference< css::beans::XPropertySet > xNode(m_xCfg, css::uno::UNO_QUERY); in GetListBoxMaximumLineCount() local
336 if(xNode.is()) in GetListBoxMaximumLineCount()
337 xNode->getPropertyValue(s_sListBoxMaximumLineCount) >>= nRet; in GetListBoxMaximumLineCount()
349 css::uno::Reference< css::beans::XPropertySet > xNode(m_xCfg, css::uno::UNO_QUERY); in GetColorValueSetColumnCount() local
354 if(xNode.is()) in GetColorValueSetColumnCount()
355 xNode->getPropertyValue(s_sColorValueSetColumnCount) >>= nRet; in GetColorValueSetColumnCount()
367 css::uno::Reference< css::beans::XPropertySet > xNode(m_xCfg, css::uno::UNO_QUERY); in GetPreviewUsesCheckeredBackground() local
372 if(xNode.is()) in GetPreviewUsesCheckeredBackground()
373 xNode->getPropertyValue(s_sPreviewUsesCheckeredBackground) >>= bRet; in GetPreviewUsesCheckeredBackground()
385 css::uno::Reference< css::beans::XPropertySet > xNode(m_xCfg, css::uno::UNO_QUERY); in SetAutoDetectSystemHC() local
389 if(xNode.is() && xNode->getPropertyValue(s_sAutoDetectSystemHC)!=bSet) in SetAutoDetectSystemHC()
391 xNode->setPropertyValue(s_sAutoDetectSystemHC, css::uno::makeAny(bSet)); in SetAutoDetectSystemHC()
405 css::uno::Reference< css::beans::XPropertySet > xNode(m_xCfg, css::uno::UNO_QUERY); in SetIsForPagePreviews() local
409 if(xNode.is() && xNode->getPropertyValue(s_sIsForPagePreviews)!=bSet) in SetIsForPagePreviews()
411 xNode->setPropertyValue(s_sIsForPagePreviews, css::uno::makeAny(bSet)); in SetIsForPagePreviews()
425 css::uno::Reference< css::beans::XPropertySet > xNode(m_xCfg, css::uno::UNO_QUERY); in SetIsHelpTipsDisappear() local
429 if(xNode.is() && xNode->getPropertyValue(s_sIsHelpTipsDisappear)!=bSet) in SetIsHelpTipsDisappear()
431 xNode->setPropertyValue(s_sIsHelpTipsDisappear, css::uno::makeAny(bSet)); in SetIsHelpTipsDisappear()
445 css::uno::Reference< css::beans::XPropertySet > xNode(m_xCfg, css::uno::UNO_QUERY); in SetIsAllowAnimatedGraphics() local
449 if(xNode.is() && xNode->getPropertyValue(s_sIsAllowAnimatedGraphics)!=bSet) in SetIsAllowAnimatedGraphics()
451 xNode->setPropertyValue(s_sIsAllowAnimatedGraphics, css::uno::makeAny(bSet)); in SetIsAllowAnimatedGraphics()
465 css::uno::Reference< css::beans::XPropertySet > xNode(m_xCfg, css::uno::UNO_QUERY); in SetIsAllowAnimatedText() local
469 if(xNode.is() && xNode->getPropertyValue(s_sIsAllowAnimatedText)!=bSet) in SetIsAllowAnimatedText()
471 xNode->setPropertyValue(s_sIsAllowAnimatedText, css::uno::makeAny(bSet)); in SetIsAllowAnimatedText()
485 css::uno::Reference< css::beans::XPropertySet > xNode(m_xCfg, css::uno::UNO_QUERY); in SetIsAutomaticFontColor() local
489 if(xNode.is() && xNode->getPropertyValue(s_sIsAutomaticFontColor)!=bSet) in SetIsAutomaticFontColor()
491 xNode->setPropertyValue(s_sIsAutomaticFontColor, css::uno::makeAny(bSet)); in SetIsAutomaticFontColor()
505 css::uno::Reference< css::beans::XPropertySet > xNode(m_xCfg, css::uno::UNO_QUERY); in SetIsSystemFont() local
509 if(xNode.is() && xNode->getPropertyValue(s_sIsSystemFont)!=bSet) in SetIsSystemFont()
511 xNode->setPropertyValue(s_sIsSystemFont, css::uno::makeAny(bSet)); in SetIsSystemFont()
525 css::uno::Reference< css::beans::XPropertySet > xNode(m_xCfg, css::uno::UNO_QUERY); in SetHelpTipSeconds() local
529 if(xNode.is() && xNode->getPropertyValue(s_sHelpTipSeconds)!=nSet) in SetHelpTipSeconds()
531 xNode->setPropertyValue(s_sHelpTipSeconds, css::uno::makeAny(nSet)); in SetHelpTipSeconds()
545 css::uno::Reference< css::beans::XPropertySet > xNode(m_xCfg, css::uno::UNO_QUERY); in SetSelectionInReadonly() local
549 if(xNode.is() && xNode->getPropertyValue(s_sIsSelectionInReadonly)!=bSet) in SetSelectionInReadonly()
551 xNode->setPropertyValue(s_sIsSelectionInReadonly, css::uno::makeAny(bSet)); in SetSelectionInReadonly()
628 css::uno::Reference< css::beans::XPropertySet > xNode(m_xCfg, css::uno::UNO_QUERY); in SetEdgeBlending() local
632 if(xNode.is() && xNode->getPropertyValue(s_sEdgeBlending)!=nSet) in SetEdgeBlending()
634 xNode->setPropertyValue(s_sEdgeBlending, css::uno::makeAny(nSet)); in SetEdgeBlending()
648 css::uno::Reference< css::beans::XPropertySet > xNode(m_xCfg, css::uno::UNO_QUERY); in SetListBoxMaximumLineCount() local
652 if(xNode.is() && xNode->getPropertyValue(s_sListBoxMaximumLineCount)!=nSet) in SetListBoxMaximumLineCount()
654 xNode->setPropertyValue(s_sListBoxMaximumLineCount, css::uno::makeAny(nSet)); in SetListBoxMaximumLineCount()
668 css::uno::Reference< css::beans::XPropertySet > xNode(m_xCfg, css::uno::UNO_QUERY); in SetColorValueSetColumnCount() local
672 if(xNode.is() && xNode->getPropertyValue(s_sColorValueSetColumnCount)!=nSet) in SetColorValueSetColumnCount()
674 xNode->setPropertyValue(s_sColorValueSetColumnCount, css::uno::makeAny(nSet)); in SetColorValueSetColumnCount()
688 css::uno::Reference< css::beans::XPropertySet > xNode(m_xCfg, css::uno::UNO_QUERY); in SetPreviewUsesCheckeredBackground() local
692 if(xNode.is() && xNode->getPropertyValue(s_sPreviewUsesCheckeredBackground)!=bSet) in SetPreviewUsesCheckeredBackground()
694 xNode->setPropertyValue(s_sPreviewUsesCheckeredBackground, css::uno::makeAny(bSet)); in SetPreviewUsesCheckeredBackground()