Home
last modified time | relevance | path

Searched refs:ND_CONTENTNODE (Results 1 – 5 of 5) sorted by relevance

/aoo4110/main/sw/inc/
H A Dnode.hxx647 return ND_CONTENTNODE & nNodeType ? (SwCntntNode*)this : 0; in GetCntntNode()
651 return ND_CONTENTNODE & nNodeType ? (const SwCntntNode*)this : 0; in GetCntntNode()
661 return ND_CONTENTNODE & nNodeType ? sal_True : sal_False; in IsCntntNode()
H A Dndtyp.hxx38 const sal_uInt8 ND_CONTENTNODE = 0x38; // ContentNode (eines von den 3 Bits) variable
/aoo4110/main/sw/source/core/crsr/
H A Dcallnk.cxx78 if( ND_CONTENTNODE & nNdTyp ) in SwCallLink()
/aoo4110/main/sw/source/core/docnode/
H A Dnodes.cxx2271 else if( ND_CONTENTNODE & pNd->GetNodeType() ) in GoNextSection()
2328 else if( ND_CONTENTNODE & pNd->GetNodeType() ) in GoPrevSection()
H A Dnode.cxx884 ( ND_CONTENTNODE & rNd.GetNodeType() ) || in IsValidNextPrevNd()

Completed in 50 milliseconds