Searched refs:InsCaptionOpt (Results 1 – 8 of 8) sorted by relevance
/trunk/main/sw/source/ui/config/ |
H A D | modcfg.cxx | 70 InsCaptionOpt* pObj = GetObject(i); in SV_IMPL_PTRARR_SORT() 143 rArr.Insert(new InsCaptionOpt(*pOpt)); in SetCapOption() 703 const InsCaptionOpt* pOLECalcOpt = 0; in Commit() 707 const InsCaptionOpt* pOLEDrawOpt = 0; in Commit() 944 InsCaptionOpt* pWriterTableOpt = 0; in Load() 945 InsCaptionOpt* pWriterFrameOpt = 0; in Load() 947 InsCaptionOpt* pOLECalcOpt = 0; in Load() 948 InsCaptionOpt* pOLEImpressOpt = 0; in Load() 949 InsCaptionOpt* pOLEChartOpt = 0; in Load() 950 InsCaptionOpt* pOLEFormulaOpt = 0; in Load() [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()
|
/trunk/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 | 78 class InsCaptionOpt; 593 void InsertCaption(const InsCaptionOpt *pOpt);
|
/trunk/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);
|
/trunk/main/sw/source/ui/uiview/ |
H A D | viewdlg2.cxx | 111 const InsCaptionOpt *pOpt = pModOpt->GetCapOption(bWeb, (SwCapObjType)nType, pOleId); in AutoCaption() 121 void SwView::InsertCaption(const InsCaptionOpt *pOpt) in InsertCaption()
|
/trunk/main/sw/source/ui/frmdlg/ |
H A D | cption.cxx | 292 InsCaptionOpt aOpt; in Apply()
|
Completed in 77 milliseconds