LibreOffice Module codemaker (master) 1
|
#include <sal/config.h>
#include <string_view>
#include <vector>
#include <codemaker/unotype.hxx>
#include <rtl/ref.hxx>
#include <rtl/string.hxx>
#include <rtl/textenc.h>
#include <rtl/ustring.hxx>
#include <salhelper/simplereferenceobject.hxx>
Go to the source code of this file.
Classes | |
class | TypeManager |
Namespaces | |
namespace | unoidl |
Functions | |
OString | u2b (std::u16string_view s) |
OUString | b2u (std::string_view s) |
|
inline |
Definition at line 71 of file typemanager.hxx.
Referenced by codemaker::cppumaker::Includes::add(), codemaker::ExceptionTree::add(), TypeManager::decompose(), codemaker::cppumaker::Dependencies::insert(), codemaker::cppumaker::Includes::isInterfaceType(), and SAL_IMPLEMENT_MAIN_WITH_ARGS().
|
inline |
Definition at line 67 of file typemanager.hxx.
References OUStringToOString().
Referenced by codemaker::ExceptionTree::add(), TypeManager::decompose(), codemaker::cppumaker::Includes::dump(), codemaker::cppumaker::Dependencies::insert(), produce(), and codemaker::cpp::translateUnoToCppType().