Lines Matching refs:_rProperty

2216 …ormComponentPropertyHandler::impl_shouldExcludeProperty_nothrow( const Property& _rProperty ) const  in impl_shouldExcludeProperty_nothrow()
2218 OSL_ENSURE( _rProperty.Handle == m_pInfoService->getPropertyId( _rProperty.Name ), in impl_shouldExcludeProperty_nothrow()
2221 if ( _rProperty.Handle == PROPERTY_ID_CONTROLLABEL ) in impl_shouldExcludeProperty_nothrow()
2225 if ( ( _rProperty.Type.getTypeClass() == TypeClass_INTERFACE ) in impl_shouldExcludeProperty_nothrow()
2226 || ( _rProperty.Type.getTypeClass() == TypeClass_ARRAY ) in impl_shouldExcludeProperty_nothrow()
2227 || ( _rProperty.Type.getTypeClass() == TypeClass_UNKNOWN ) in impl_shouldExcludeProperty_nothrow()
2231 …if ( ( _rProperty.Attributes & PropertyAttribute::TRANSIENT ) && ( m_eComponentClass != eDialogCon… in impl_shouldExcludeProperty_nothrow()
2235 if ( _rProperty.Attributes & PropertyAttribute::READONLY ) in impl_shouldExcludeProperty_nothrow()
2238 switch ( _rProperty.Handle ) in impl_shouldExcludeProperty_nothrow()
2290 sal_uInt32 nPropertyUIFlags = m_pInfoService->getPropertyUIFlags( _rProperty.Handle ); in impl_shouldExcludeProperty_nothrow()
2616 …pertyHandler::impl_dialogListSelection_nothrow( const ::rtl::OUString& _rProperty, ::osl::Clearabl… in impl_dialogListSelection_nothrow() argument
2620 …rtyUIName( m_pInfoService->getPropertyTranslation( m_pInfoService->getPropertyId( _rProperty ) ) ); in impl_dialogListSelection_nothrow()
2621 …onDialog aDialog( impl_getDefaultDialogParent_nothrow(), m_xComponent, _rProperty, sPropertyUIName… in impl_dialogListSelection_nothrow()