Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/
H A Dprint.hxx445 css::beans::PropertyValue* getValue( const OUString& i_rPropertyName );
446 const css::beans::PropertyValue* getValue( const OUString& i_rPropertyName ) const;
452 …bool getBoolProperty( const OUString& i_rPropertyName, bool i_bFall…
458 …sal_Int32 getIntProperty( const OUString& i_rPropertyName, sal_Int32 i_n…
461 …void setValue( const OUString& i_rPropertyName, const css::uno::Any…
587 css::uno::Any getValue( const OUString& i_rPropertyName ) const;
589 bool getBoolValue( const OUString& i_rPropertyName, bool i_bDefault ) const;
594 sal_Int64 getIntValue( const OUString& i_rPropertyName, sal_Int64 i_nDefault ) const;
599 OUString getStringValue( const OUString& i_rPropertyName ) const;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Dprint.hxx452 css::beans::PropertyValue* getValue( const OUString& i_rPropertyName );
453 const css::beans::PropertyValue* getValue( const OUString& i_rPropertyName ) const;
459 …bool getBoolProperty( const OUString& i_rPropertyName, bool i_bFall…
465 …sal_Int32 getIntProperty( const OUString& i_rPropertyName, sal_Int32 i_n…
468 …void setValue( const OUString& i_rPropertyName, const css::uno::Any…
592 css::uno::Any getValue( const OUString& i_rPropertyName ) const;
594 bool getBoolValue( const OUString& i_rPropertyName, bool i_bDefault ) const;
599 sal_Int64 getIntValue( const OUString& i_rPropertyName, sal_Int64 i_nDefault ) const;
604 OUString getStringValue( const OUString& i_rPropertyName ) const;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/gdi/
H A Dprint3.cxx1478 void PrinterController::setValue( const OUString& i_rPropertyName, const css::uno::Any& i_rValue ) in setValue() argument
1481 aVal.Name = i_rPropertyName; in setValue()
1786 css::uno::Any PrinterOptionsHelper::getValue( const OUString& i_rPropertyName ) const in getValue()
1790 m_aPropertyMap.find( i_rPropertyName ); in getValue()
1796 bool PrinterOptionsHelper::getBoolValue( const OUString& i_rPropertyName, bool i_bDefault ) const in getBoolValue() argument
1799 css::uno::Any aVal( getValue( i_rPropertyName ) ); in getBoolValue()
1803 sal_Int64 PrinterOptionsHelper::getIntValue( const OUString& i_rPropertyName, sal_Int64 i_nDefault … in getIntValue() argument
1806 css::uno::Any aVal( getValue( i_rPropertyName ) ); in getIntValue()
1810 OUString PrinterOptionsHelper::getStringValue( const OUString& i_rPropertyName ) const in getStringValue()
1813 css::uno::Any aVal( getValue( i_rPropertyName ) ); in getStringValue()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/gdi/
H A Dprint3.cxx1511 void PrinterController::setValue( const OUString& i_rPropertyName, const css::uno::Any& i_rValue ) in setValue() argument
1514 aVal.Name = i_rPropertyName; in setValue()
1825 css::uno::Any PrinterOptionsHelper::getValue( const OUString& i_rPropertyName ) const in getValue()
1829 m_aPropertyMap.find( i_rPropertyName ); in getValue()
1835 bool PrinterOptionsHelper::getBoolValue( const OUString& i_rPropertyName, bool i_bDefault ) const in getBoolValue() argument
1838 css::uno::Any aVal( getValue( i_rPropertyName ) ); in getBoolValue()
1842 sal_Int64 PrinterOptionsHelper::getIntValue( const OUString& i_rPropertyName, sal_Int64 i_nDefault … in getIntValue() argument
1845 css::uno::Any aVal( getValue( i_rPropertyName ) ); in getIntValue()
1849 OUString PrinterOptionsHelper::getStringValue( const OUString& i_rPropertyName ) const in getStringValue()
1852 css::uno::Any aVal( getValue( i_rPropertyName ) ); in getStringValue()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/osx/
H A Dprintaccessoryview.mm190 int addNameTag( const OUString& i_rPropertyName )
193 maTagToPropertyName[ nNewTag ] = i_rPropertyName;
197 int addNameAndValueTag( const OUString& i_rPropertyName, sal_Int32 i_nValue )
200 maTagToPropertyName[ nNewTag ] = i_rPropertyName;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/osx/
H A Dprintaccessoryview.mm181 int addNameTag( const OUString& i_rPropertyName )
184 maTagToPropertyName[ nNewTag ] = i_rPropertyName;
188 int addNameAndValueTag( const OUString& i_rPropertyName, sal_Int32 i_nValue )
191 maTagToPropertyName[ nNewTag ] = i_rPropertyName;