Searched refs:InsCaptionOpt (Results 1 – 8 of 8) sorted by relevance
| /AOO42X/main/sw/source/ui/config/ |
| H A D | modcfg.cxx | 66 InsCaptionOpt* InsCaptionOptArr::Find(const SwCapObjType eType, const SvGlobalName *pOleId) const in SV_IMPL_PTRARR_SORT() 70 InsCaptionOpt* pObj = GetObject(i); in SV_IMPL_PTRARR_SORT() 85 const InsCaptionOpt* SwModuleOptions::GetCapOption( in GetCapOption() 111 sal_Bool SwModuleOptions::SetCapOption(sal_Bool bHTML, const InsCaptionOpt* pOpt) in SetCapOption() 131 aInsertConfig.pOLEMiscOpt = new InsCaptionOpt(*pOpt); in SetCapOption() 136 InsCaptionOpt *pObj = rArr.Find(pOpt->GetObjType(), &pOpt->GetOleId()); in SetCapOption() 143 rArr.Insert(new InsCaptionOpt(*pOpt)); in SetCapOption() 667 void lcl_WriteOpt(const InsCaptionOpt& rOpt, Any* pValues, sal_Int32 nProp, sal_Int32 nOffset) in lcl_WriteOpt() 700 const InsCaptionOpt* pWriterTableOpt = 0; in Commit() 701 const InsCaptionOpt* pWriterFrameOpt = 0; in Commit() [all …]
|
| H A D | caption.cxx | 40 InsCaptionOpt::InsCaptionOpt(const SwCapObjType eType, const SvGlobalName* pOleId) : in InsCaptionOpt() function in InsCaptionOpt 59 InsCaptionOpt::InsCaptionOpt(const InsCaptionOpt& rOpt) in InsCaptionOpt() function in InsCaptionOpt 68 InsCaptionOpt::~InsCaptionOpt() in ~InsCaptionOpt() 76 InsCaptionOpt& InsCaptionOpt::operator=( const InsCaptionOpt& rOpt ) in operator =() 99 sal_Bool InsCaptionOpt::operator==( const InsCaptionOpt& rOpt ) const in operator ==()
|
| H A D | optload.cxx | 547 InsCaptionOpt* pData = (InsCaptionOpt*)pEntry->GetUserData(); in FillItemSet() 639 const InsCaptionOpt* pOpt = pModOpt->GetCapOption(bHTMLMode, eObjType, pOleId); in SetOptions() 643 aCheckLB.SetEntryData(nPos, new InsCaptionOpt(*pOpt)); in SetOptions() 647 aCheckLB.SetEntryData(nPos, new InsCaptionOpt(eObjType, pOleId)); in SetOptions() 660 delete (InsCaptionOpt*)pEntry->GetUserData(); in DelUserData() 703 InsCaptionOpt* pOpt = (InsCaptionOpt*)pSelEntry->GetUserData(); in IMPL_LINK() 817 InsCaptionOpt* pOpt = (InsCaptionOpt*)pEntry->GetUserData(); in SaveEntry()
|
| /AOO42X/main/sw/source/ui/inc/ |
| H A D | caption.hxx | 38 class SW_DLLPUBLIC InsCaptionOpt class 58 InsCaptionOpt(const SwCapObjType eType = FRAME_CAP, const SvGlobalName* pOleId = 0); 59 InsCaptionOpt(const InsCaptionOpt&); 60 ~InsCaptionOpt(); 104 sal_Bool operator==( const InsCaptionOpt& rOpt ) const; 105 InsCaptionOpt& operator= ( const InsCaptionOpt& rOpt ); 106 inline sal_Bool operator< ( const InsCaptionOpt & rObj ) const in operator <()
|
| H A D | view.hxx | 77 class InsCaptionOpt; 592 void InsertCaption(const InsCaptionOpt *pOpt);
|
| /AOO42X/main/sw/inc/ |
| H A D | modcfg.hxx | 40 class InsCaptionOpt; 41 typedef InsCaptionOpt* InsCaptionOptPtr; 49 InsCaptionOpt* Find(const SwCapObjType eType, const SvGlobalName *pOleId = 0) const; 86 InsCaptionOpt* pOLEMiscOpt; 269 …const InsCaptionOpt* GetCapOption(sal_Bool bHTML, const SwCapObjType eType, const SvGlobalName *pO… 270 sal_Bool SetCapOption(sal_Bool bHTML, const InsCaptionOpt* pOpt);
|
| /AOO42X/main/sw/source/ui/uiview/ |
| H A D | viewdlg2.cxx | 99 const InsCaptionOpt *pOpt = pModOpt->GetCapOption(bWeb, (SwCapObjType)nType, pOleId); in AutoCaption() 105 void SwView::InsertCaption(const InsCaptionOpt *pOpt) in InsertCaption()
|
| /AOO42X/main/sw/source/ui/frmdlg/ |
| H A D | cption.cxx | 292 InsCaptionOpt aOpt; in Apply()
|