Lines Matching refs:beans

54 using namespace com::sun::star::beans;
298beans::PropertyValue* pVal = i_pController->getValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( … in PrintJob()
356beans::PropertyValue* pContentVal = i_pController->getValue( rtl::OUString( RTL_CONSTASCII_USTRING… in ImplPrintJob()
361beans::PropertyValue* pPagesVal = i_pController->getValue( rtl::OUString( RTL_CONSTASCII_USTRINGPA… in ImplPrintJob()
387beans::PropertyValue* pRangeVal = i_pController->getValue( rtl::OUString( RTL_CONSTASCII_USTRINGPA… in ImplPrintJob()
410beans::PropertyValue* pReverseVal = i_pController->getValue( rtl::OUString( RTL_CONSTASCII_USTRING… in ImplPrintJob()
447beans::PropertyValue* pPgSizeVal = i_pController->getValue( rtl::OUString( RTL_CONSTASCII_USTRINGP… in ImplPrintJob()
514beans::PropertyValue* pJobNameVal = pController->getValue( rtl::OUString( RTL_CONSTASCII_USTRINGPA… in ImplPrintJob()
565beans::PropertyValue* pSingleValue = i_pController->getValue( rtl::OUString( RTL_CONSTASCII_USTRIN… in StartJob()
571beans::PropertyValue* pFileValue = i_pController->getValue( rtl::OUString( RTL_CONSTASCII_USTRINGP… in StartJob()
882 Sequence< beans::PropertyValue > PrinterController::getPageParametersProtected( int i_nPage ) const in getPageParametersProtected()
888 Sequence< beans::PropertyValue > aResult( getPageParameters( i_nPage ) ); in getPageParametersProtected()
1332 const Sequence< beans::PropertyValue >& PrinterController::getUIOptions() const in getUIOptions()
1337 beans::PropertyValue* PrinterController::getValue( const rtl::OUString& i_rProperty ) in getValue()
1344 const beans::PropertyValue* PrinterController::getValue( const rtl::OUString& i_rProperty ) const in getValue()
1351 Sequence< beans::PropertyValue > PrinterController::getValues( const Sequence< rtl::OUString >& i_r… in getValues()
1353 Sequence< beans::PropertyValue > aRet( i_rNames.getLength() ); in getValues()
1357 const beans::PropertyValue* pVal = getValue( i_rNames[i] ); in getValues()
1367 beans::PropertyValue aVal; in setValue()
1374 void PrinterController::setValue( const beans::PropertyValue& i_rValue ) in setValue()
1389 void PrinterController::setUIOptions( const Sequence< beans::PropertyValue >& i_rOptions ) in setUIOptions()
1397 Sequence< beans::PropertyValue > aOptProp; in setUIOptions()
1406 const beans::PropertyValue& rEntry( aOptProp[ n ] ); in setUIOptions()
1493 … const com::sun::star::beans::PropertyValue* pVal = getValue( it->second.maDependsOnName ); in isUIOptionEnabled()
1561 const com::sun::star::beans::PropertyValue* pVal = getValue( aDependency ); in makeEnabled()
1600beans::PropertyValue* pMonitor = getValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "MonitorVis… in createProgressDialog()
1605 …const com::sun::star::beans::PropertyValue* pVal = getValue( rtl::OUString( RTL_CONSTASCII_USTRING… in createProgressDialog()
1643 …const beans::PropertyValue* pVal = getValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "CopyCoun… in pushPropertiesToPrinter()
1682 const com::sun::star::beans::PropertyValue* pVal = getValue( i_rProperty ); in getBoolProperty()
1691 const com::sun::star::beans::PropertyValue* pVal = getValue( i_rProperty ); in getIntProperty()
1779 void PrinterOptionsHelper::appendPrintUIOptions( uno::Sequence< beans::PropertyValue >& io_rProps )… in appendPrintUIOptions()