LibreOffice Module oox (master) 1
|
#include <pptfilterhelpers.hxx>
Static Public Member Functions | |
static const transition * | getList () |
static const transition * | find (std::u16string_view rName) |
Public Attributes | |
const char * | mpName |
sal_Int16 | mnType |
sal_Int16 | mnSubType |
bool | mbDirection |
Definition at line 53 of file pptfilterhelpers.hxx.
|
static |
Definition at line 130 of file pptfilterhelpers.cxx.
References o3tl::equalsAscii(), getList(), and p.
Referenced by oox::ppt::SlideTransition::SlideTransition().
|
static |
Definition at line 81 of file pptfilterhelpers.cxx.
Referenced by find().
bool oox::ppt::transition::mbDirection |
Definition at line 58 of file pptfilterhelpers.hxx.
sal_Int16 oox::ppt::transition::mnSubType |
Definition at line 57 of file pptfilterhelpers.hxx.
sal_Int16 oox::ppt::transition::mnType |
Definition at line 56 of file pptfilterhelpers.hxx.
const char* oox::ppt::transition::mpName |
Definition at line 55 of file pptfilterhelpers.hxx.