LibreOffice Module framework (master) 1
Classes | Namespaces | Macros
joburl.hxx File Reference
#include <rtl/ustring.hxx>
Include dependency graph for joburl.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  framework::JobURL
 can be used to parse, validate and work with job URL's @descr Job URLs are specified by the following syntax: vnd.sun.star.job:{[event=<name>]|[alias=<name>]|[service=<name>]} This class can analyze this structure and separate it into his different parts. More...
 

Namespaces

namespace  framework
 

Macros

#define JOBURL_EVENT_STR   "event="
 
#define JOBURL_EVENT_LEN   6
 
#define JOBURL_ALIAS_STR   "alias="
 
#define JOBURL_ALIAS_LEN   6
 
#define JOBURL_SERVICE_STR   "service="
 
#define JOBURL_SERVICE_LEN   8
 
#define JOBURL_PART_SEPARATOR   ';'
 
#define JOBURL_PARTARGS_SEPARATOR   ','
 

Macro Definition Documentation

◆ JOBURL_ALIAS_LEN

#define JOBURL_ALIAS_LEN   6

Definition at line 30 of file joburl.hxx.

◆ JOBURL_ALIAS_STR

#define JOBURL_ALIAS_STR   "alias="

Definition at line 29 of file joburl.hxx.

◆ JOBURL_EVENT_LEN

#define JOBURL_EVENT_LEN   6

Definition at line 27 of file joburl.hxx.

◆ JOBURL_EVENT_STR

#define JOBURL_EVENT_STR   "event="

Definition at line 26 of file joburl.hxx.

◆ JOBURL_PART_SEPARATOR

#define JOBURL_PART_SEPARATOR   ';'

Definition at line 35 of file joburl.hxx.

◆ JOBURL_PARTARGS_SEPARATOR

#define JOBURL_PARTARGS_SEPARATOR   ','

Definition at line 36 of file joburl.hxx.

◆ JOBURL_SERVICE_LEN

#define JOBURL_SERVICE_LEN   8

Definition at line 33 of file joburl.hxx.

◆ JOBURL_SERVICE_STR

#define JOBURL_SERVICE_STR   "service="

Definition at line 32 of file joburl.hxx.