Searched refs:pOleId (Results 1 – 8 of 8) sorted by relevance
/trunk/main/sw/source/ui/config/ |
H A D | caption.cxx | 40 InsCaptionOpt::InsCaptionOpt(const SwCapObjType eType, const SvGlobalName* pOleId) : in InsCaptionOpt() argument 51 if (pOleId) in InsCaptionOpt() 52 aOleId = *pOleId; in InsCaptionOpt()
|
H A D | modcfg.cxx | 66 InsCaptionOpt* InsCaptionOptArr::Find(const SwCapObjType eType, const SvGlobalName *pOleId) const in SV_IMPL_PTRARR_SORT() 73 (pOleId && in SV_IMPL_PTRARR_SORT() 74 pObj->GetOleId() == *pOleId))) in SV_IMPL_PTRARR_SORT() 86 sal_Bool bHTML, const SwCapObjType eType, const SvGlobalName *pOleId) in GetCapOption() argument 96 if(eType == OLE_CAP && pOleId) in GetCapOption() 99 bFound = *pOleId == aInsertConfig.aGlobalNames[nId ]; in GetCapOption() 103 return aInsertConfig.pCapOptions->Find(eType, pOleId); in GetCapOption()
|
H A D | optload.cxx | 636 const SwCapObjType eObjType, const SvGlobalName *pOleId) in SetOptions() argument 639 const InsCaptionOpt* pOpt = pModOpt->GetCapOption(bHTMLMode, eObjType, pOleId); in SetOptions() 647 aCheckLB.SetEntryData(nPos, new InsCaptionOpt(eObjType, pOleId)); in SetOptions()
|
/trunk/main/sw/source/ui/uiview/ |
H A D | viewdlg2.cxx | 104 void SwView::AutoCaption(const sal_uInt16 nType, const SvGlobalName *pOleId) in AutoCaption() argument 111 const InsCaptionOpt *pOpt = pModOpt->GetCapOption(bWeb, (SwCapObjType)nType, pOleId); in AutoCaption()
|
/trunk/main/sw/inc/ |
H A D | modcfg.hxx | 49 InsCaptionOpt* Find(const SwCapObjType eType, const SvGlobalName *pOleId = 0) const; 269 … InsCaptionOpt* GetCapOption(sal_Bool bHTML, const SwCapObjType eType, const SvGlobalName *pOleId);
|
/trunk/main/sw/source/ui/inc/ |
H A D | caption.hxx | 58 InsCaptionOpt(const SwCapObjType eType = FRAME_CAP, const SvGlobalName* pOleId = 0);
|
H A D | optload.hxx | 191 const SvGlobalName *pOleId = 0);
|
H A D | view.hxx | 592 void AutoCaption(const sal_uInt16 nType, const SvGlobalName *pOleId = 0);
|
Completed in 39 milliseconds