Searched refs:_xProps (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/xmlscript/source/xmldlg_imexp/ |
H A D | xmldlg_export.cxx | 595 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 D | xmldlg_expmodels.cxx | 103 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 D | exp_share.hxx | 87 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()
|
/aoo42x/main/cui/source/customize/ |
H A D | selector.cxx | 554 Reference < beans::XPropertySet > _xProps( in Init() local 556 …xCtx.set( _xProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "DefaultContext" … in Init()
|
Completed in 62 milliseconds