Searched refs:SwTOXPara (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/sw/source/core/tox/ |
H A D | txmsrt.cxx | 599 SwTOXPara::SwTOXPara( const SwCntntNode& rNd, SwTOXElement eT, sal_uInt16 nLevel ) in SwTOXPara() function in SwTOXPara 609 void SwTOXPara::GetText_Impl( String& rTxt, String& ) const in GetText_Impl() 656 void SwTOXPara::FillText( SwTxtNode& rNd, const SwIndex& rInsPos, sal_uInt16 ) const in FillText() 683 sal_uInt16 SwTOXPara::GetLevel() const in GetLevel() 701 String SwTOXPara::GetURL() const in GetURL()
|
/aoo42x/main/sw/source/core/inc/ |
H A D | txmsrt.hxx | 234 struct SwTOXPara : public SwTOXSortTabBase struct 236 SwTOXPara( const SwCntntNode&, SwTOXElement, sal_uInt16 nLevel = FORM_ALPHA_DELIMITTER ); 237 virtual ~SwTOXPara() {} in ~SwTOXPara() argument
|
/aoo42x/main/sw/source/core/doc/ |
H A D | doctxm.cxx | 1289 SwTOXPara * pNew = new SwTOXPara( *pTxtNd, nsSwTOXElement::TOX_OUTLINELEVEL ); in UpdateOutline() 1329 … SwTOXPara * pNew = new SwTOXPara( *pTxtNd, nsSwTOXElement::TOX_TEMPLATE, i + 1 ); in UpdateTemplate() 1361 SwTOXPara * pNew = new SwTOXPara( rTxtNode, nsSwTOXElement::TOX_SEQUENCE, 1 ); in UpdateSequence() 1552 SwTOXPara * pNew = in UpdateCntnt() 1553 new SwTOXPara( in UpdateCntnt()
|
Completed in 76 milliseconds