LibreOffice Module vcl (master) 1
Macros | Functions
jobset.cxx File Reference
#include <rtl/ustring.hxx>
#include <sal/log.hxx>
#include <tools/solar.h>
#include <tools/stream.hxx>
#include <vcl/jobset.hxx>
#include <jobset.h>
#include <memory>
Include dependency graph for jobset.cxx:

Go to the source code of this file.

Macros

#define JOBSET_FILE364_SYSTEM   (sal_uInt16(0xFFFF))
 
#define JOBSET_FILE605_SYSTEM   (sal_uInt16(0xFFFE))
 

Functions

SvStreamReadJobSetup (SvStream &rIStream, JobSetup &rJobSetup)
 
SvStreamWriteJobSetup (SvStream &rOStream, const JobSetup &rJobSetup)
 

Macro Definition Documentation

◆ JOBSET_FILE364_SYSTEM

#define JOBSET_FILE364_SYSTEM   (sal_uInt16(0xFFFF))

Definition at line 28 of file jobset.cxx.

◆ JOBSET_FILE605_SYSTEM

#define JOBSET_FILE605_SYSTEM   (sal_uInt16(0xFFFE))

Definition at line 29 of file jobset.cxx.

Function Documentation

◆ ReadJobSetup()

SvStream & ReadJobSetup ( SvStream rIStream,
JobSetup rJobSetup 
)

Definition at line 235 of file jobset.cxx.

◆ WriteJobSetup()

SvStream & WriteJobSetup ( SvStream rOStream,
const JobSetup rJobSetup 
)

Definition at line 353 of file jobset.cxx.