Lines Matching refs:SwCntntFrm
28 class SwCntntFrm;
62 SwCntntFrm *pRef; //In diesem CntntFrm steht die Fussnotenref.
78 SwFtnFrm( SwFrmFmt*, SwFrm*, SwCntntFrm*, SwTxtFtn* );
86 const SwCntntFrm *GetRef() const { return pRef; } in GetRef()
87 SwCntntFrm *GetRef() { return pRef; } in GetRef()
91 const SwCntntFrm *GetRef() const;
92 SwCntntFrm *GetRef();
94 const SwCntntFrm *GetRefFromAttr() const;
95 SwCntntFrm *GetRefFromAttr();
108 void SetRef ( SwCntntFrm *pNew ) { pRef = pNew; } in SetRef()
143 SwCntntFrm* FindLastCntnt();