Home
last modified time | relevance | path

Searched refs:bSkipOverHiddenSections (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/inc/
H A Dunocrsr.hxx32 sal_Bool bSkipOverHiddenSections : 1; member in SwUnoCrsr
67 { return bSkipOverHiddenSections; } in IsSkipOverHiddenSections()
69 { bSkipOverHiddenSections = bFlag; } in SetSkipOverHiddenSections()
/trunk/main/sw/source/core/crsr/
H A Dswcrsr.cxx234 sal_Bool bSkipOverHiddenSections = IsSkipOverHiddenSections(); in IsSelOvr() local
250 ((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()
H A Dunocrsr.cxx41 bSkipOverHiddenSections( sal_False ), in SV_IMPL_PTRARR()

Completed in 24 milliseconds