LibreOffice Module cli_ure (master) 1
Classes | Namespaces | Functions | Variables
climaker_app.cxx File Reference
#include "sal/config.h"
#include <cstdlib>
#include <iostream>
#include <stdio.h>
#include <vector>
#include "climaker_share.h"
#include "sal/main.h"
#include "osl/process.h"
#include "osl/file.hxx"
#include "osl/thread.h"
#include "rtl/ustrbuf.hxx"
#include "cppuhelper/bootstrap.hxx"
#include "com/sun/star/lang/XComponent.hpp"
#include "com/sun/star/container/XHierarchicalNameAccess.hpp"
#include "com/sun/star/container/XSet.hpp"
#include "com/sun/star/reflection/XTypeDescriptionEnumerationAccess.hpp"
#include "com/sun/star/uno/XComponentContext.hpp"
#include "unoidl/unoidl.hxx"
Include dependency graph for climaker_app.cxx:

Go to the source code of this file.

Classes

struct  climaker::OptionInfo
 

Namespaces

namespace  climaker
 

Functions

static OptionInfo const * climaker::get_option_info (OUString const &opt, sal_Unicode copt='\0')
 
static bool climaker::is_option (OptionInfo const *option_info, sal_uInt32 *pIndex)
 
static bool climaker::read_option (bool *flag, OptionInfo const *option_info, sal_uInt32 *pIndex)
 
static bool climaker::read_argument (OUString *pValue, OptionInfo const *option_info, sal_uInt32 *pIndex)
 
static OUString const & climaker::path_get_working_dir ()
 
static OUString climaker::path_make_absolute_file_url (OUString const &path)
 
 SAL_IMPLEMENT_MAIN ()
 

Variables

static char const climaker::s_usingText []
 
bool climaker::g_bVerbose = false
 
static const OptionInfo climaker::s_option_infos []
 

Function Documentation

◆ SAL_IMPLEMENT_MAIN()

SAL_IMPLEMENT_MAIN ( )