Home
last modified time | relevance | path

Searched refs:InsCaptionOpt (Results 1 – 8 of 8) sorted by relevance

/aoo41x/main/sw/source/ui/config/
H A Dmodcfg.cxx70 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 Dcaption.cxx40 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 Doptload.cxx547 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()
/aoo41x/main/sw/source/ui/inc/
H A Dcaption.hxx38 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 Dview.hxx78 class InsCaptionOpt;
593 void InsertCaption(const InsCaptionOpt *pOpt);
/aoo41x/main/sw/inc/
H A Dmodcfg.hxx40 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);
/aoo41x/main/sw/source/ui/uiview/
H A Dviewdlg2.cxx111 const InsCaptionOpt *pOpt = pModOpt->GetCapOption(bWeb, (SwCapObjType)nType, pOleId); in AutoCaption()
121 void SwView::InsertCaption(const InsCaptionOpt *pOpt) in InsertCaption()
/aoo41x/main/sw/source/ui/frmdlg/
H A Dcption.cxx292 InsCaptionOpt aOpt; in Apply()

Completed in 57 milliseconds