Lines Matching refs:nFndPos
731 sal_uInt16 nFndPos = ::lcl_FindOutlineNum( GetNodes(), sName ); in GotoOutline() local
732 if( USHRT_MAX != nFndPos ) in GotoOutline()
734 SwTxtNode* pNd = rOutlNds[ nFndPos ]->GetTxtNode(); in GotoOutline()
754 nFndPos = nTmp; in GotoOutline()
755 pNd = rOutlNds[ nFndPos ]->GetTxtNode(); in GotoOutline()
763 nFndPos = ::lcl_FindOutlineName( GetNodes(), rName, sal_False ); in GotoOutline()
764 if( USHRT_MAX != nFndPos ) in GotoOutline()
766 SwTxtNode* pNd = rOutlNds[ nFndPos ]->GetTxtNode(); in GotoOutline()
776 nFndPos = ::lcl_FindOutlineName( GetNodes(), sName, sal_False ); in GotoOutline()
777 if( USHRT_MAX != nFndPos ) in GotoOutline()
779 SwTxtNode* pNd = rOutlNds[ nFndPos ]->GetTxtNode(); in GotoOutline()