Searched refs:_xVclWindowPeer (Results 1 – 5 of 5) sorted by relevance
127 …er::setPlaceholderText( const uno::Reference< awt::XVclWindowPeer >& _xVclWindowPeer, const ::rtl:… in setPlaceholderText() argument129 … OSL_ENSURE( _xVclWindowPeer.is(), "FormattedFieldBeautifier::setPlaceholderText: invalid peer!" ); in setPlaceholderText()130 if ( !_xVclWindowPeer.is() ) in setPlaceholderText()134 _xVclWindowPeer->setProperty(PROPERTY_TEXT, uno::makeAny(_rText)); in setPlaceholderText()136 _xVclWindowPeer->setProperty(PROPERTY_TEXTCOLOR, uno::makeAny(getTextColor())); in setPlaceholderText()138 uno::Any aFontDescriptor = _xVclWindowPeer->getProperty(PROPERTY_FONTDESCRIPTOR); in setPlaceholderText()142 … _xVclWindowPeer->setProperty(PROPERTY_FONTDESCRIPTOR, uno::makeAny(aFontDescriptorStructure)); in setPlaceholderText()
160 …r::setPropertyTextColor(const uno::Reference< awt::XVclWindowPeer >& _xVclWindowPeer, sal_Int32 _n… in setPropertyTextColor() argument162 _xVclWindowPeer->setProperty(PROPERTY_TEXTCOLOR, uno::makeAny(sal_Int32(_nTextColor))); in setPropertyTextColor()
187 public boolean isHighContrastModeActivated(XVclWindowPeer _xVclWindowPeer) { in isHighContrastModeActivated() argument191 if (_xVclWindowPeer != null){ in isHighContrastModeActivated()192 … int nUIColor = AnyConverter.toInt(_xVclWindowPeer.getProperty("DisplayBackgroundColor")); in isHighContrastModeActivated()
50 …:sun::star::uno::Reference< ::com::sun::star::awt::XVclWindowPeer >& _xVclWindowPeer, const ::rtl:…
52 …:sun::star::uno::Reference< ::com::sun::star::awt::XVclWindowPeer >& _xVclWindowPeer, sal_Int32 _n…
Completed in 23 milliseconds