Home
last modified time | relevance | path

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

/trunk/main/vcl/inc/vcl/
H A Dprint.hxx580 bool hasProperty( const char* i_pPropertyName ) const in hasProperty()
581 { return hasProperty( rtl::OUString::createFromAscii( i_pPropertyName ) ); } in hasProperty()
588 void setValue( const char* i_pPropertyName, const com::sun::star::uno::Any& i_rValue ) in setValue() argument
589 { setValue( rtl::OUString::createFromAscii( i_pPropertyName ), i_rValue ); } in setValue()

Completed in 21 milliseconds