Home
last modified time | relevance | path

Searched refs:bChk (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/core/crsr/
H A Dpam.cxx348 SwCntntNode* GoNextNds( SwNodeIndex* pIdx, sal_Bool bChk ) in GoNextNds() argument
354 if( bChk && 1 != aIdx.GetIndex() - pIdx->GetIndex() && in GoNextNds()
364 SwCntntNode* GoPreviousNds( SwNodeIndex * pIdx, sal_Bool bChk ) in GoPreviousNds() argument
370 if( bChk && 1 != pIdx->GetIndex() - aIdx.GetIndex() && in GoPreviousNds()
/trunk/main/sw/source/filter/rtf/
H A Drtffly.cxx74 extern SwCntntNode* GoNextNds( SwNodeIndex * pIdx, sal_Bool bChk );

Completed in 30 milliseconds