LibreOffice Module codemaker (master) 1
|
#include <sal/config.h>
#include <codemaker/commoncpp.hxx>
#include <codemaker/options.hxx>
#include <codemaker/typemanager.hxx>
#include <codemaker/unotype.hxx>
#include <rtl/strbuf.hxx>
#include <rtl/string.hxx>
#include <rtl/ustring.hxx>
#include <sal/types.h>
#include <o3tl/string_view.hxx>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | codemaker |
@HTML | |
namespace | codemaker::cpp |
Functions | |
OString | codemaker::cpp::scopedCppName (OString const &type, bool ns_alias) |
OString | codemaker::cpp::translateUnoToCppType (codemaker::UnoType::Sort sort, std::u16string_view nucleus) |
OString | codemaker::cpp::translateUnoToCppIdentifier (OString const &unoIdentifier, std::string_view prefix, IdentifierTranslationMode transmode, OString const *forbidden) |