Home
last modified time | relevance | path

Searched refs:i_rPropertyName (Results 1 – 3 of 3) sorted by relevance

/trunk/main/vcl/inc/vcl/
H A Dprint.hxx456 com::sun::star::beans::PropertyValue* getValue( const rtl::OUString& i_rPropertyName );
457 …const com::sun::star::beans::PropertyValue* getValue( const rtl::OUString& i_rPropertyName ) const;
463 sal_Bool getBoolProperty( const rtl::OUString& i_rPropertyName, sal_Bool i_bFallback ) const;
467 sal_Int32 getIntProperty( const rtl::OUString& i_rPropertyName, sal_Int32 i_nFallback ) const;
471 void setValue( const rtl::OUString& i_rPropertyName, const com::sun::star::uno::Any& i_rValue );
579 bool hasProperty( const rtl::OUString& i_rPropertyName ) const;
584 com::sun::star::uno::Any getValue( const rtl::OUString& i_rPropertyName ) const;
587 void setValue( const rtl::OUString& i_rPropertyName, const com::sun::star::uno::Any& i_rValue );
591 …sal_Bool getBoolValue( const rtl::OUString& i_rPropertyName, sal_Bool i_bDefault = sal_False ) con…
596 sal_Int64 getIntValue( const rtl::OUString& i_rPropertyName, sal_Int64 i_nDefault = 0 ) const;
[all …]
/trunk/main/vcl/source/gdi/
H A Dprint3.cxx1700 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()
[all …]
/trunk/main/vcl/aqua/source/gdi/
H A Daquaprintaccessoryview.mm165 int addNameTag( const rtl::OUString& i_rPropertyName )
168 maTagToPropertyName[ nNewTag ] = i_rPropertyName;
172 int addNameAndValueTag( const rtl::OUString& i_rPropertyName, sal_Int32 i_nValue )
175 maTagToPropertyName[ nNewTag ] = i_rPropertyName;

Completed in 62 milliseconds