Lines Matching refs:rPropertyName

165 …static sal_Bool GetHdlByName( sal_Int32 &rnHdl, const OUString &rPropertyName, sal_Bool bFullPropN…
188 GetProperty( const rtl::OUString &rPropertyName ) const;
192 sal_Bool SetProperty( const rtl::OUString &rPropertyName,
200 sal_Bool IsReadOnly( const rtl::OUString &rPropertyName ) const;
311 const OUString &rPropertyName, in GetHdlByName() argument
320 if (0 == rPropertyName.compareToAscii( pEntry->pFullPropName )) in GetHdlByName()
333 if (0 == rPropertyName.compareToAscii( pEntry->pPropName )) in GetHdlByName()
345 uno::Any SvtLinguConfigItem::GetProperty( const OUString &rPropertyName ) const in GetProperty()
350 return GetHdlByName( nHdl, rPropertyName ) ? GetProperty( nHdl ) : uno::Any(); in GetProperty()
437 sal_Bool SvtLinguConfigItem::SetProperty( const OUString &rPropertyName, const uno::Any &rValue ) in SetProperty() argument
443 if (GetHdlByName( nHdl, rPropertyName )) in SetProperty()
783 sal_Bool SvtLinguConfigItem::IsReadOnly( const rtl::OUString &rPropertyName ) const in IsReadOnly()
789 if (GetHdlByName( nHdl, rPropertyName )) in IsReadOnly()
908 uno::Any SvtLinguConfig::GetProperty( const OUString &rPropertyName ) const in GetProperty()
910 return GetConfigItem().GetProperty( rPropertyName ); in GetProperty()
920 sal_Bool SvtLinguConfig::SetProperty( const OUString &rPropertyName, const uno::Any &rValue ) in SetProperty() argument
922 return GetConfigItem().SetProperty( rPropertyName, rValue ); in SetProperty()
944 sal_Bool SvtLinguConfig::IsReadOnly( const rtl::OUString &rPropertyName ) const in IsReadOnly()
946 return GetConfigItem().IsReadOnly( rPropertyName ); in IsReadOnly()