LibreOffice Module i18npool (master) 1
Functions
saxparser.cxx File Reference
#include <sal/config.h>
#include <cstdlib>
#include <iostream>
#include <stdio.h>
#include <string>
#include <stack>
#include <sal/main.h>
#include <com/sun/star/lang/XComponent.hpp>
#include <com/sun/star/xml/sax/SAXException.hpp>
#include <com/sun/star/xml/sax/Parser.hpp>
#include <com/sun/star/xml/sax/XExtendedDocumentHandler.hpp>
#include <cppuhelper/bootstrap.hxx>
#include <cppuhelper/implbase.hxx>
#include <tools/long.hxx>
#include <rtl/ref.hxx>
#include "LocaleNode.hxx"
Include dependency graph for saxparser.cxx:

Go to the source code of this file.

Functions

static Reference< XInputStream > createStreamFromFile (const char *pcFile)
 
 SAL_IMPLEMENT_MAIN_WITH_ARGS (argc, argv)
 

Function Documentation

◆ createStreamFromFile()

static Reference< XInputStream > createStreamFromFile ( const char *  pcFile)
static

Definition at line 96 of file saxparser.cxx.

References FILE, and nLength.

Referenced by SAL_IMPLEMENT_MAIN_WITH_ARGS().

◆ SAL_IMPLEMENT_MAIN_WITH_ARGS()

SAL_IMPLEMENT_MAIN_WITH_ARGS ( argc  ,
argv   
)