LibreOffice Module vcl (master) 1
Classes | Namespaces | Macros | Enumerations
ppdparser.hxx File Reference
#include <sal/config.h>
#include <cstddef>
#include <memory>
#include <string_view>
#include <unordered_map>
#include <vector>
#include <rtl/string.hxx>
#include <rtl/ustring.hxx>
#include <tools/solar.h>
#include <vcl/dllapi.h>
Include dependency graph for ppdparser.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  psp::PPDValue
 
class  psp::PPDKey
 
struct  psp::PPDKeyhash
 
class  psp::PPDParser
 
struct  psp::PPDParser::PPDConstraint
 
class  psp::PPDContext
 

Namespaces

namespace  psp
 

Macros

#define PRINTER_PPDDIR   "driver"
 

Enumerations

enum  psp::PPDValueType {
  psp::eInvocation ,
  psp::eQuoted ,
  psp::eSymbol ,
  psp::eString ,
  psp::eNo
}
 

Macro Definition Documentation

◆ PRINTER_PPDDIR

#define PRINTER_PPDDIR   "driver"

Definition at line 35 of file ppdparser.hxx.