Searched refs:bSkipOverProtectSections (Results 1 – 3 of 3) sorted by relevance
33 sal_Bool bSkipOverProtectSections : 1; member in SwUnoCrsr62 { return bSkipOverProtectSections; } in IsSkipOverProtectSections()64 { bSkipOverProtectSections = bFlag; } in SetSkipOverProtectSections()
235 sal_Bool bSkipOverProtectSections = IsSkipOverProtectSections(); in IsSelOvr() local251 (bSkipOverProtectSections && pSectNd->GetSection().IsProtectFlag() ))) 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()304 if( HasMark() && bSkipOverProtectSections) in IsSelOvr()
42 bSkipOverProtectSections( sal_False ) in SV_IMPL_PTRARR()
Completed in 21 milliseconds