Lines Matching refs:i_rPropertyName
1700 Any PrinterOptionsHelper::getValue( const rtl::OUString& i_rPropertyName ) const in getValue()
1704 m_aPropertyMap.find( i_rPropertyName ); in getValue()
1710 void PrinterOptionsHelper::setValue( const rtl::OUString& i_rPropertyName, const Any& i_rValue ) in setValue() argument
1712 m_aPropertyMap[ i_rPropertyName ] = i_rValue; in setValue()
1715 bool PrinterOptionsHelper::hasProperty( const rtl::OUString& i_rPropertyName ) const in hasProperty()
1719 m_aPropertyMap.find( i_rPropertyName ); in hasProperty()
1723 sal_Bool PrinterOptionsHelper::getBoolValue( const rtl::OUString& i_rPropertyName, sal_Bool i_bDefa… in getBoolValue() argument
1726 Any aVal( getValue( i_rPropertyName ) ); in getBoolValue()
1730 sal_Int64 PrinterOptionsHelper::getIntValue( const rtl::OUString& i_rPropertyName, sal_Int64 i_nDef… in getIntValue() argument
1733 Any aVal( getValue( i_rPropertyName ) ); in getIntValue()
1737 rtl::OUString PrinterOptionsHelper::getStringValue( const rtl::OUString& i_rPropertyName, const rtl… in getStringValue() argument
1740 Any aVal( getValue( i_rPropertyName ) ); in getStringValue()