Home
last modified time | relevance | path

Searched refs:SwContent (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/sw/source/ui/inc/
H A Dcontent.hxx60 class SwOutlineContent : public SwContent
72 SwContent(pCnt, rName, nYPos), in SwOutlineContent()
81 class SwRegionContent : public SwContent
91 SwContent(pCnt, rName, nYPos), in SwRegionContent()
97 class SwURLFieldContent : public SwContent
108 : SwContent( pCnt, rName, nYPos ), sURL( rURL ), pINetAttr( pAttr ) in SwURLFieldContent()
117 class SwPostItContent : public SwContent
127 : SwContent( pCnt, rName, nYPos ), pFld( pField ),mbPostIt(true) in SwPostItContent()
133 : SwContent( pCnt, rName, nYPos ), pRedline( pRed ),mbPostIt(false) in SwPostItContent()
144 class SwGraphicContent : public SwContent
[all …]
H A Dswcont.hxx78 class SwContent : public SwTypeNumber class
85 SwContent(const SwContentType* pCnt, const String& rName, long nYPos );
90 int operator==(const SwContent& /*rCont*/) const in operator ==()
95 int operator<(const SwContent& rCont) const in operator <()
H A Dconttree.hxx141 void GotoContent(SwContent* pCnt);
152 SdrObject* GetDrawingObjectsByContent(const SwContent *pCnt);
/AOO41X/main/sw/source/ui/utlui/
H A Dcontent.cxx120 typedef SwContent* SwContentPtr;
168 SwContent::SwContent(const SwContentType* pCnt, const String& rName, long nYPos) : in SwContent() function in SwContent
187 sal_Bool SwContent::IsProtect() const in IsProtect()
333 SwContent* pCnt = new SwRegionContent(this, rSectionName, in Init()
488 const SwContent* SwContentType::GetMember(sal_uInt16 nIndex) in GetMember()
580 SwContent* pCnt = new SwContent(this, sTblName, in FillMemberList()
612 SwContent* pCnt; in FillMemberList()
625 pCnt = new SwContent(this, sFrmName, in FillMemberList()
649 SwContent* pCnt = new SwContent(this, rBkmName, 0); in FillMemberList()
677 SwContent* pCnt = new SwRegionContent(this, sSectionName, in FillMemberList()
[all …]