Home
last modified time | relevance | path

Searched refs:_xProps (Results 1 – 4 of 4) sorted by relevance

/trunk/main/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_export.cxx595 return _xProps->getPropertyValue( rPropName ); in readProp()
607 Any a( _xProps->getPropertyValue( rPropName ) ); in readStringAttr()
621 Any a( _xProps->getPropertyValue( rPropName ) ); in readHexLongAttr()
638 Any a( _xProps->getPropertyValue( rPropName ) ); in readDateFormatAttr()
691 Any a( _xProps->getPropertyValue( rPropName ) ); in readTimeFormatAttr()
726 Any a( _xProps->getPropertyValue( rPropName ) ); in readAlignAttr()
752 Any a( _xProps->getPropertyValue( rPropName ) ); in readVerticalAlignAttr()
780 Any a( _xProps->getPropertyValue( rPropName ) ); in readImageAlignAttr()
809 Any a( _xProps->getPropertyValue( rPropName ) ); in readImagePositionAttr()
865 Any a( _xProps->getPropertyValue( rPropName ) ); in readButtonTypeAttr()
[all …]
H A Dxmldlg_expmodels.cxx103 if (extract_throw<bool>( _xProps->getPropertyValue( OUSTR("Repeat") ) )) in readButtonModel()
106 if (extract_throw<bool>( _xProps->getPropertyValue( OUSTR("Toggle") ) )) in readButtonModel()
253 _xProps, _xPropState, in readComboBoxModel()
260 _xProps, _xPropState, in readComboBoxModel()
314 _xProps, _xPropState, in readListBoxModel()
322 _xProps, _xPropState, in readListBoxModel()
430 _xProps, _xPropState, in readGroupBoxModel()
721 if (extract_throw<bool>( _xProps->getPropertyValue( OUSTR("Repeat") ) )) in readCurrencyFieldModel()
775 if (extract_throw<bool>( _xProps->getPropertyValue( OUSTR("Repeat") ) )) in readDateFieldModel()
832 if (extract_throw<bool>( _xProps->getPropertyValue( OUSTR("Repeat") ) )) in readNumericFieldModel()
[all …]
H A Dexp_share.hxx87 css::uno::Reference< css::beans::XPropertySet > _xProps; member in xmlscript::ElementDescriptor
97 , _xProps( xProps ) in ElementDescriptor()
225 css::uno::Any a( _xProps->getPropertyValue( propName ) ); in read()
238 _xProps->getPropertyValue( rPropName ) >>= *ret; in readProp()
/trunk/main/cui/source/customize/
H A Dselector.cxx554 Reference < beans::XPropertySet > _xProps( in Init() local
556 …xCtx.set( _xProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "DefaultContext" … in Init()

Completed in 44 milliseconds