Searched refs:bSkipOverHiddenSections (Results 1 – 3 of 3) sorted by relevance
32 sal_Bool bSkipOverHiddenSections : 1; member in SwUnoCrsr67 { return bSkipOverHiddenSections; } in IsSkipOverHiddenSections()69 { bSkipOverHiddenSections = bFlag; } in SetSkipOverHiddenSections()
234 sal_Bool bSkipOverHiddenSections = IsSkipOverHiddenSections(); in IsSelOvr() local250 ((bSkipOverHiddenSections && pSectNd->GetSection().IsHiddenFlag() ) || in IsSelOvr()265 ? rNds.GoNextSection( &rPtIdx, bSkipOverHiddenSections, bSkipOverProtectSections) in IsSelOvr()266 : rNds.GoPrevSection( &rPtIdx, bSkipOverHiddenSections, bSkipOverProtectSections); in IsSelOvr()270 … pCNd = bGoNxt ? rNds.GoNextSection( &rPtIdx, bSkipOverHiddenSections, bSkipOverProtectSections) in IsSelOvr()271 … : rNds.GoPrevSection( &rPtIdx, bSkipOverHiddenSections, bSkipOverProtectSections); in IsSelOvr()
41 bSkipOverHiddenSections( sal_False ), in SV_IMPL_PTRARR()
Completed in 18 milliseconds