LibreOffice Module l10ntools (master) 1
Functions
xrmlex.hxx File Reference
#include <sal/config.h>
#include <stdio.h>
Include dependency graph for xrmlex.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int WorkOnTokenSet (int, char *)
 
int InitXrmExport (const char *)
 
int EndXrmExport ()
 
int GetError ()
 
int SetError ()
 
bool GetOutputFile (int argc, char *argv[])
 
FILE * GetXrmFile ()
 
const char * getFilename ()
 
void yyerror (const char *)
 

Function Documentation

◆ EndXrmExport()

int EndXrmExport ( )

Definition at line 87 of file xrmmerge.cxx.

References pParser.

Referenced by SAL_IMPLEMENT_MAIN_WITH_ARGS().

◆ GetError()

int GetError ( )

Definition at line 132 of file xrmmerge.cxx.

References XRMResParser::GetError(), and pParser.

Referenced by SAL_IMPLEMENT_MAIN_WITH_ARGS().

◆ getFilename()

const char * getFilename ( )

Definition at line 92 of file xrmmerge.cxx.

References sInputFileName.

Referenced by SAL_IMPLEMENT_MAIN_WITH_ARGS().

◆ GetOutputFile()

bool GetOutputFile ( int  argc,
char *  argv[] 
)

◆ GetXrmFile()

FILE * GetXrmFile ( )

Definition at line 97 of file xrmmerge.cxx.

References FILE, and sInputFileName.

Referenced by SAL_IMPLEMENT_MAIN_WITH_ARGS().

◆ InitXrmExport()

int InitXrmExport ( const char *  pFilename)

Definition at line 74 of file xrmmerge.cxx.

References bMergeMode, pParser, sInputFileName, sMergeSrc, and sOutputFile.

Referenced by SAL_IMPLEMENT_MAIN_WITH_ARGS().

◆ SetError()

int SetError ( )

Definition at line 123 of file xrmmerge.cxx.

References pParser, and XRMResParser::SetError().

Referenced by yyerror().

◆ WorkOnTokenSet()

int WorkOnTokenSet ( int  nTyp,
char *  pTokenText 
)

Definition at line 115 of file xrmmerge.cxx.

References XRMResParser::Execute(), and pParser.

◆ yyerror()

void yyerror ( const char *  s)

Definition at line 150 of file cfglex.l.

References SetError(), and yycolumn.

Referenced by XRMResParser::Error(), and CfgParser::ExecuteAnalyzedToken().