Home
last modified time | relevance | path

Searched refs:nNdType (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/core/docnode/
H A Dnode.cxx333 SwNode::SwNode( const SwNodeIndex &rWhere, const sal_uInt8 nNdType ) in SwNode() argument
334 : nNodeType( nNdType ), pStartOfSection( 0 ) in SwNode()
367 SwNode::SwNode( SwNodes& rNodes, sal_uLong nPos, const sal_uInt8 nNdType ) in SwNode() argument
368 : nNodeType( nNdType ), pStartOfSection( 0 ) in SwNode()
945 SwStartNode::SwStartNode( const SwNodeIndex &rWhere, const sal_uInt8 nNdType, in SwStartNode() argument
947 : SwNode( rWhere, nNdType ), eSttNdTyp( eSttNd ) in SwStartNode()
1028 SwNode( rWhere, nNdType ), in SwCntntNode()
1821 sal_uInt8 nNdType = GetNodeType(); in CanJoinNext() local
1830 if( pNd->GetNodeType() != nNdType || rNds.Count()-1 == aIdx.GetIndex() ) in CanJoinNext()
1851 sal_uInt8 nNdType = GetNodeType(); in CanJoinPrev() local
[all …]
H A Dndnotxt.cxx49 const sal_uInt8 nNdType, in SwNoTxtNode() argument
52 SwCntntNode( rWhere, nNdType, pGrfColl ), in SwNoTxtNode()
/trunk/main/sw/inc/
H A Dndnotxt.hxx56 SwNoTxtNode( const SwNodeIndex &rWhere, const sal_uInt8 nNdType,

Completed in 28 milliseconds