Lines Matching refs:pVal

298 …beans::PropertyValue* pVal = i_pController->getValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( …  in PrintJob()  local
299 if( pVal ) in PrintJob()
300 pVal->Value >>= bSynchronous; in PrintJob()
1357 const beans::PropertyValue* pVal = getValue( i_rNames[i] ); in getValues() local
1358 if( pVal ) in getValues()
1359 aRet[ nFound++ ] = *pVal; in getValues()
1493 … const com::sun::star::beans::PropertyValue* pVal = getValue( it->second.maDependsOnName ); in isUIOptionEnabled() local
1494 OSL_ENSURE( pVal, "unknown property in dependency" ); in isUIOptionEnabled()
1495 if( pVal ) in isUIOptionEnabled()
1499 if( pVal->Value >>= nDepVal ) in isUIOptionEnabled()
1503 else if( pVal->Value >>= bDepVal ) in isUIOptionEnabled()
1561 const com::sun::star::beans::PropertyValue* pVal = getValue( aDependency ); in makeEnabled() local
1562 OSL_ENSURE( pVal, "unknown property in dependency" ); in makeEnabled()
1563 if( pVal ) in makeEnabled()
1567 if( pVal->Value >>= nDepVal ) in makeEnabled()
1574 else if( pVal->Value >>= bDepVal ) in makeEnabled()
1605 …const com::sun::star::beans::PropertyValue* pVal = getValue( rtl::OUString( RTL_CONSTASCII_USTRING… in createProgressDialog() local
1606 if( pVal ) in createProgressDialog()
1609 pVal->Value >>= bApi; in createProgressDialog()
1643 …const beans::PropertyValue* pVal = getValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "CopyCoun… in pushPropertiesToPrinter() local
1644 if( pVal ) in pushPropertiesToPrinter()
1645 pVal->Value >>= nCopyCount; in pushPropertiesToPrinter()
1647 pVal = getValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Collate" ) ) ); in pushPropertiesToPrinter()
1648 if( pVal ) in pushPropertiesToPrinter()
1649 pVal->Value >>= bCollate; in pushPropertiesToPrinter()
1653 pVal = getValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "DuplexMode" ) ) ); in pushPropertiesToPrinter()
1654 if( pVal ) in pushPropertiesToPrinter()
1657 pVal->Value >>= nDuplex; in pushPropertiesToPrinter()
1682 const com::sun::star::beans::PropertyValue* pVal = getValue( i_rProperty ); in getBoolProperty() local
1683 if( pVal ) in getBoolProperty()
1684 pVal->Value >>= bRet; in getBoolProperty()
1691 const com::sun::star::beans::PropertyValue* pVal = getValue( i_rProperty ); in getIntProperty() local
1692 if( pVal ) in getIntProperty()
1693 pVal->Value >>= nRet; in getIntProperty()