LibreOffice Module bridges (master) 1
|
Public Member Functions | |
BaseOffset (typelib_InterfaceTypeDescription *type) | |
sal_Int32 | getFunctionOffset (OUString const &name) const |
Private Member Functions | |
sal_Int32 | calculate (typelib_InterfaceTypeDescription *type, sal_Int32 offset) |
Private Attributes | |
std::unordered_map< OUString, sal_Int32 > | m_map |
Definition at line 173 of file vtablefactory.cxx.
|
inlineexplicit |
Definition at line 175 of file vtablefactory.cxx.
References bridges::cpp_uno::shared::VtableFactory::BaseOffset::calculate(), and type.
|
private |
Definition at line 187 of file vtablefactory.cxx.
References bridges::cpp_uno::shared::getLocalFunctions(), i, m_map, name, type, and typelib_typedescription_complete().
Referenced by bridges::cpp_uno::shared::VtableFactory::BaseOffset::BaseOffset().
|
inline |
Definition at line 177 of file vtablefactory.cxx.
References bridges::cpp_uno::shared::VtableFactory::BaseOffset::m_map, and name.
Referenced by bridges::cpp_uno::shared::VtableFactory::createVtables().
|
private |
Definition at line 184 of file vtablefactory.cxx.
Referenced by bridges::cpp_uno::shared::VtableFactory::BaseOffset::getFunctionOffset().