Home
last modified time | relevance | path

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

/trunk/main/sw/inc/
H A Dunocrsr.hxx33 sal_Bool bSkipOverProtectSections : 1; member in SwUnoCrsr
62 { return bSkipOverProtectSections; } in IsSkipOverProtectSections()
64 { bSkipOverProtectSections = bFlag; } in SetSkipOverProtectSections()
/trunk/main/sw/source/core/crsr/
H A Dswcrsr.cxx235 sal_Bool bSkipOverProtectSections = IsSkipOverProtectSections(); in IsSelOvr() local
251 (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()
H A Dunocrsr.cxx42 bSkipOverProtectSections( sal_False ) in SV_IMPL_PTRARR()

Completed in 24 milliseconds