Searched refs:_xProps (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/xmlscript/source/xmldlg_imexp/ |
H A D | xmldlg_export.cxx | 594 return _xProps->getPropertyValue( rPropName ); in readProp() 606 Any a( _xProps->getPropertyValue( rPropName ) ); in readStringAttr() 620 Any a( _xProps->getPropertyValue( rPropName ) ); in readHexLongAttr() 637 Any a( _xProps->getPropertyValue( rPropName ) ); in readDateFormatAttr() 690 Any a( _xProps->getPropertyValue( rPropName ) ); in readTimeFormatAttr() 725 Any a( _xProps->getPropertyValue( rPropName ) ); in readAlignAttr() 751 Any a( _xProps->getPropertyValue( rPropName ) ); in readVerticalAlignAttr() 779 Any a( _xProps->getPropertyValue( rPropName ) ); in readImageAlignAttr() 808 Any a( _xProps->getPropertyValue( rPropName ) ); in readImagePositionAttr() 864 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() 719 if (extract_throw<bool>( _xProps->getPropertyValue( OUSTR("Repeat") ) )) in readCurrencyFieldModel() 773 if (extract_throw<bool>( _xProps->getPropertyValue( OUSTR("Repeat") ) )) in readDateFieldModel() 830 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() 223 css::uno::Any a( _xProps->getPropertyValue( propName ) ); in read() 236 _xProps->getPropertyValue( rPropName ) >>= *ret; in readProp()
|
/aoo41x/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 28 milliseconds