Searched refs:m_aOption (Results 1 – 8 of 8) sorted by relevance
| /trunk/main/vcl/unx/generic/printer/ |
| H A D | ppdparser.cxx | 772 BSTRING( pValue->m_aOption ).GetBuffer(), in PPDParser() 784 cit->m_pOption1 ? BSTRING( cit->m_pOption1->m_aOption ).GetBuffer() : "<nil>", in PPDParser() 786 cit->m_pOption2 ? BSTRING( cit->m_pOption2->m_aOption ).GetBuffer() : "<nil>" in PPDParser() 1113 pKey->eraseValue( pValue->m_aOption ); in parse() 1287 return m_pDefaultPaperDimension->m_aOption; in getDefaultPaperDimension() 1302 if( rPaperName == m_pImageableAreas->getValue( i )->m_aOption ) in getMargins() 1305 if( rPaperName == m_pPaperDimensions->getValue( i )->m_aOption ) in getMargins() 1341 if( rPaperName == m_pPaperDimensions->getValue( i )->m_aOption ) in getPaperDimension() 1378 return m_pPaperDimensions->getValue( i )->m_aOption; in matchPaper() 1398 return nPDim != -1 ? m_pPaperDimensions->getValue( nPDim )->m_aOption : String(); in matchPaper() [all …]
|
| H A D | printerinfomanager.cxx | 435 … const PPDValue* pPrinterValue = pPrinterKey->getValue( pDefValue->m_aOption ); in initialize() 591 … const PPDValue* pMergeValue = pMergeKey ? pMergeKey->getValue( pDefValue->m_aOption ) : NULL; in initialize() 798 …aValue = pValue ? ByteString( pValue->m_aOption, RTL_TEXTENCODING_ISO_8859_1 ) : ByteString( "*nil… in writePrinterConfig() 851 const PPDValue* pPrinterValue = pPrinterKey->getValue( pDefValue->m_aOption ); in addPrinter() 1149 …OUStringToOString( rContext.getValue( pPageSizeKey )->m_aOption, RTL_TEXTENCODING_ISO_8859_1 ).get… in setDefaultPaper() 1160 if( pVal->m_aOption.EqualsIgnoreCaseAscii( m_aSystemDefaultPaper.getStr() ) ) in setDefaultPaper() 1166 …fprintf( stderr, "setting default paper %s\n", OUStringToOString( pPaperVal->m_aOption, RTL_TEXTEN… in setDefaultPaper() 1171 …fprintf( stderr, "-> got paper %s\n", OUStringToOString( pPaperVal->m_aOption, RTL_TEXTENCODING_IS… in setDefaultPaper()
|
| H A D | cupsmgr.cxx | 882 OString aValue = OUStringToOString( pValue->m_aOption, RTL_TEXTENCODING_ASCII_US ); in getOptionsFromDocumentSetup() 1101 OString aValue = OUStringToOString( pValue->m_aOption, aEncoding ); in writePrinterConfig()
|
| /trunk/main/vcl/unx/headless/ |
| H A D | svpprn.cxx | 134 if( pValue->m_aOption.EqualsIgnoreCaseAscii( "None" ) || in copyJobDataToJobSetup() 135 pValue->m_aOption.EqualsIgnoreCaseAscii( "Simplex", 0, 7 ) in copyJobDataToJobSetup() 140 else if( pValue->m_aOption.EqualsIgnoreCaseAscii( "DuplexNoTumble" ) ) in copyJobDataToJobSetup() 144 else if( pValue->m_aOption.EqualsIgnoreCaseAscii( "DuplexTumble" ) ) in copyJobDataToJobSetup() 471 m_aJobData.m_pParser->getPaperDimension( pValue->m_aOption, nWidth, nHeight ); in InitPaperFormats() 736 aRet = aData.m_pParser->translateOption( pKey->getKey(), pValue->m_aOption ); in GetPaperBinName()
|
| /trunk/main/vcl/unx/generic/gdi/ |
| H A D | salprnpsp.cxx | 186 if( pValue->m_aOption.EqualsIgnoreCaseAscii( "None" ) || in copyJobDataToJobSetup() 187 pValue->m_aOption.EqualsIgnoreCaseAscii( "Simplex", 0, 7 ) in copyJobDataToJobSetup() 192 else if( pValue->m_aOption.EqualsIgnoreCaseAscii( "DuplexNoTumble" ) ) in copyJobDataToJobSetup() 196 else if( pValue->m_aOption.EqualsIgnoreCaseAscii( "DuplexTumble" ) ) in copyJobDataToJobSetup() 539 m_aJobData.m_pParser->getPaperDimension( pValue->m_aOption, nWidth, nHeight ); in InitPaperFormats() 850 aRet = aData.m_pParser->translateOption( pKey->getKey(), pValue->m_aOption ); in GetPaperBinName()
|
| /trunk/main/vcl/unx/generic/printergfx/ |
| H A D | printerjob.cxx | 792 aFeature.append( OUStringToOString( pValue->m_aOption, RTL_TEXTENCODING_ASCII_US ) ); in writeFeature() 935 patch_order.push_back( pVal->m_aOption.ToInt32() ); in writeJobPatch() 936 if( patch_order.back() == 0 && ! pVal->m_aOption.EqualsAscii( "0" ) ) in writeJobPatch() 939 OString aOption = OUStringToOString( pVal->m_aOption, RTL_TEXTENCODING_ASCII_US ); in writeJobPatch()
|
| /trunk/main/padmin/source/ |
| H A D | prtsetup.cxx | 52 aOptionText = pParser->translateOption( pKey->getKey(), pValue->m_aOption) ; in insertAllPPDValues() 488 …ng aEntry( m_pParent->m_aJobData.m_pParser->translateOption( pKey->getKey(), pValue->m_aOption ) ); in FillValueBox()
|
| /trunk/main/vcl/inc/vcl/ |
| H A D | ppdparser.hxx | 49 String m_aOption; member
|