Searched refs:_rxSourceDescriptor (Results 1 – 7 of 7) sorted by relevance
300 void OComponentDefinition::columnAppended( const Reference< XPropertySet >& _rxSourceDescriptor ) in columnAppended() argument303 _rxSourceDescriptor->getPropertyValue( PROPERTY_NAME ) >>= sName; in columnAppended()306 ::comphelper::copyProperties( _rxSourceDescriptor, xColDesc ); in columnAppended()
180 …t ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxSourceDescriptor );
277 const Reference< XPropertySet >& _rxSourceDescriptor ) const;738 …mpl_checkForUnsupportedSettings_throw( const Reference< XPropertySet >& _rxSourceDescriptor ) const in impl_checkForUnsupportedSettings_throw()740 …OSL_PRECOND( _rxSourceDescriptor.is(), "CopyTableWizard::impl_checkForUnsupportedSettings_throw: i… in impl_checkForUnsupportedSettings_throw()741 Reference< XPropertySetInfo > xPSI( _rxSourceDescriptor->getPropertySetInfo(), UNO_SET_THROW ); in impl_checkForUnsupportedSettings_throw()749 if ( lcl_hasNonEmptyStringValue_throw( _rxSourceDescriptor, xPSI, aSettings[i] ) ) in impl_checkForUnsupportedSettings_throw()
126 …t ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxSourceDescriptor );
79 …t ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxSourceDescriptor );
144 …com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxSourceDescriptor ) = 0;
125 …t ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxSourceDescriptor );
Completed in 29 milliseconds