Lines Matching refs:_rPropertyName

152 …Any SAL_CALL PropertyHandler::convertToPropertyValue( const ::rtl::OUString& _rPropertyName, const…  in convertToPropertyValue()  argument
155 PropertyId nPropId = m_pInfoService->getPropertyId( _rPropertyName ); in convertToPropertyValue()
156 Property aProperty( impl_getPropertyFromName_throw( _rPropertyName ) ); in convertToPropertyValue()
179 …Any SAL_CALL PropertyHandler::convertToControlValue( const ::rtl::OUString& _rPropertyName, const … in convertToControlValue() argument
182 PropertyId nPropId = m_pInfoService->getPropertyId( _rPropertyName ); in convertToControlValue()
205 …neDescriptor SAL_CALL PropertyHandler::describePropertyLine( const ::rtl::OUString& _rPropertyName, in describePropertyLine() argument
213 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in describePropertyLine()
237 …::sal_Bool SAL_CALL PropertyHandler::isComposable( const ::rtl::OUString& _rPropertyName ) throw (… in isComposable() argument
240 return m_pInfoService->isComposeable( _rPropertyName ); in isComposable()
324 …rty& PropertyHandler::impl_getPropertyFromName_throw( const ::rtl::OUString& _rPropertyName ) const in impl_getPropertyFromName_throw()
328 FindPropertyByName( _rPropertyName ) in impl_getPropertyFromName_throw()
337 …ion( ::std::vector< Property >& _rProperties, const ::rtl::OUString& _rPropertyName, const Type& _… in implAddPropertyDescription() argument
340 _rPropertyName, in implAddPropertyDescription()
341 m_pInfoService->getPropertyId( _rPropertyName ), in implAddPropertyDescription()
354 …PropertyId PropertyHandler::impl_getPropertyId_throw( const ::rtl::OUString& _rPropertyName ) const in impl_getPropertyId_throw()
356 PropertyId nPropId = m_pInfoService->getPropertyId( _rPropertyName ); in impl_getPropertyId_throw()