Searched refs:ND_CONTENTNODE (Results 1 – 5 of 5) sorted by relevance
656 return ND_CONTENTNODE & nNodeType ? (SwCntntNode*)this : 0; in GetCntntNode()660 return ND_CONTENTNODE & nNodeType ? (const SwCntntNode*)this : 0; in GetCntntNode()670 return ND_CONTENTNODE & nNodeType ? sal_True : sal_False; in IsCntntNode()
38 const sal_uInt8 ND_CONTENTNODE = 0x38; // ContentNode (eines von den 3 Bits) variable
78 if( ND_CONTENTNODE & nNdTyp ) in SwCallLink()
2271 else if( ND_CONTENTNODE & pNd->GetNodeType() ) in GoNextSection()2328 else if( ND_CONTENTNODE & pNd->GetNodeType() ) in GoPrevSection()
884 ( ND_CONTENTNODE & rNd.GetNodeType() ) || in IsValidNextPrevNd()
Completed in 30 milliseconds