#include <rtl/ustring.hxx>
Go to the source code of this file.
|
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...
|
|
◆ JOBURL_ALIAS_LEN
#define JOBURL_ALIAS_LEN 6 |
◆ JOBURL_ALIAS_STR
#define JOBURL_ALIAS_STR "alias=" |
◆ JOBURL_EVENT_LEN
#define JOBURL_EVENT_LEN 6 |
◆ JOBURL_EVENT_STR
#define JOBURL_EVENT_STR "event=" |
◆ JOBURL_PART_SEPARATOR
#define JOBURL_PART_SEPARATOR ';' |
◆ JOBURL_PARTARGS_SEPARATOR
#define JOBURL_PARTARGS_SEPARATOR ',' |
◆ JOBURL_SERVICE_LEN
#define JOBURL_SERVICE_LEN 8 |
◆ JOBURL_SERVICE_STR
#define JOBURL_SERVICE_STR "service=" |