Lines Matching refs:i_rProperty

1337 beans::PropertyValue* PrinterController::getValue( const rtl::OUString& i_rProperty )  in getValue()  argument
1340 mpImplData->maPropertyToIndex.find( i_rProperty ); in getValue()
1344 const beans::PropertyValue* PrinterController::getValue( const rtl::OUString& i_rProperty ) const in getValue()
1347 mpImplData->maPropertyToIndex.find( i_rProperty ); in getValue()
1453 void PrinterController::enableUIOption( const rtl::OUString& i_rProperty, bool i_bEnable ) in enableUIOption() argument
1456 mpImplData->maPropertyToIndex.find( i_rProperty ); in enableUIOption()
1464 rtl::OUString aPropName( i_rProperty ); in enableUIOption()
1470 bool PrinterController::isUIOptionEnabled( const rtl::OUString& i_rProperty ) const in isUIOptionEnabled()
1474 mpImplData->maPropertyToIndex.find( i_rProperty ); in isUIOptionEnabled()
1483 mpImplData->maControlDependencies.find( i_rProperty ); in isUIOptionEnabled()
1524 bool PrinterController::isUIChoiceEnabled( const rtl::OUString& i_rProperty, sal_Int32 i_nValue ) c… in isUIChoiceEnabled() argument
1528 mpImplData->maChoiceDisableMap.find( i_rProperty ); in isUIChoiceEnabled()
1538 rtl::OUString PrinterController::getDependency( const rtl::OUString& i_rProperty ) const in getDependency()
1543 mpImplData->maControlDependencies.find( i_rProperty ); in getDependency()
1550 rtl::OUString PrinterController::makeEnabled( const rtl::OUString& i_rProperty ) in makeEnabled() argument
1555 mpImplData->maControlDependencies.find( i_rProperty ); in makeEnabled()
1679 sal_Bool PrinterController::getBoolProperty( const rtl::OUString& i_rProperty, sal_Bool i_bFallback… in getBoolProperty() argument
1682 const com::sun::star::beans::PropertyValue* pVal = getValue( i_rProperty ); in getBoolProperty()
1688 sal_Int32 PrinterController::getIntProperty( const rtl::OUString& i_rProperty, sal_Int32 i_nFallbac… in getIntProperty() argument
1691 const com::sun::star::beans::PropertyValue* pVal = getValue( i_rProperty ); in getIntProperty()
1905 const rtl::OUString& i_rProperty, in getBoolControlOpt() argument
1917 aVal.Name = i_rProperty; in getBoolControlOpt()
1924 const rtl::OUString& i_rProperty, in getChoiceControlOpt() argument
1944 aVal.Name = i_rProperty; in getChoiceControlOpt()
1951 const rtl::OUString& i_rProperty, in getRangeControlOpt() argument
1976 aVal.Name = i_rProperty; in getRangeControlOpt()
1988 const rtl::OUString& i_rProperty, in getEditControlOpt() argument
2000 aVal.Name = i_rProperty; in getEditControlOpt()