Lines Matching refs:pCnt
66 SwOutlineContent( const SwContentType* pCnt, in SwOutlineContent() argument
72 SwContent(pCnt, rName, nYPos), in SwOutlineContent()
87 SwRegionContent( const SwContentType* pCnt, in SwRegionContent() argument
91 SwContent(pCnt, rName, nYPos), in SwRegionContent()
103 SwURLFieldContent( const SwContentType* pCnt, in SwURLFieldContent() argument
108 : SwContent( pCnt, rName, nYPos ), sURL( rURL ), pINetAttr( pAttr ) in SwURLFieldContent()
123 SwPostItContent( const SwContentType* pCnt, in SwPostItContent() argument
127 : SwContent( pCnt, rName, nYPos ), pFld( pField ),mbPostIt(true) in SwPostItContent()
129 SwPostItContent( const SwContentType* pCnt, in SwPostItContent() argument
133 : SwContent( pCnt, rName, nYPos ), pRedline( pRed ),mbPostIt(false) in SwPostItContent()
148 SwGraphicContent(const SwContentType* pCnt, const String& rName, const String& rLink, long nYPos) in SwGraphicContent() argument
149 : SwContent( pCnt, rName, nYPos ), sLink( rLink ) in SwGraphicContent()
161 …SwTOXBaseContent(const SwContentType* pCnt, const String& rName, long nYPos, const SwTOXBase& rBas… in SwTOXBaseContent() argument
162 : SwContent( pCnt, rName, nYPos ), pBase(&rBase) in SwTOXBaseContent()