LibreOffice Module sw (master) 1
|
#include <modcfg.hxx>
Public Member Functions | |
InsCaptionOpt * | Find (const SwCapObjType eType, const SvGlobalName *pOleId=nullptr) |
void | Insert (InsCaptionOpt *pObj) |
Private Types | |
typedef std::vector< std::unique_ptr< InsCaptionOpt > > | InsCapOptArr |
Private Attributes | |
InsCapOptArr | m_InsCapOptArr |
Definition at line 51 of file modcfg.hxx.
|
private |
Definition at line 54 of file modcfg.hxx.
InsCaptionOpt * InsCaptionOptArr::Find | ( | const SwCapObjType | eType, |
const SvGlobalName * | pOleId = nullptr |
||
) |
Definition at line 44 of file modcfg.cxx.
References eType, InsCaptionOpt::GetObjType(), InsCaptionOpt::GetOleId(), m_InsCapOptArr, and OLE_CAP.
Referenced by SwModuleOptions::SetCapOption().
void InsCaptionOptArr::Insert | ( | InsCaptionOpt * | pObj | ) |
Definition at line 56 of file modcfg.cxx.
References m_InsCapOptArr.
Referenced by SwModuleOptions::SetCapOption().
|
private |
Definition at line 55 of file modcfg.hxx.