Home
last modified time | relevance | path

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

/AOO42X/main/vcl/unx/generic/printer/
H A Dppdparser.cxx764 case eInvocation: pVType = "invocation";break; in PPDParser()
1024 eType = eInvocation; in parse()
1039 eType = eInvocation; in parse()
1145 pNewValue->m_eType = eInvocation; // or what ? in parse()
H A Dcupsmgr.cxx879 if(pValue && pValue->m_eType == eInvocation && pValue->m_aValue.Len() ) in getOptionsFromDocumentSetup()
/AOO42X/main/vcl/inc/vcl/
H A Dppdparser.hxx44 enum PPDValueType { eInvocation, eQuoted, eSymbol, eString, eNo }; enumerator
/AOO42X/main/vcl/unx/generic/printergfx/
H A Dprinterjob.cxx841 && pValue->m_eType == eInvocation in writeFeatureList()