Home
last modified time | relevance | path

Searched refs:bSkipHidden (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sw/inc/
H A Dswcrsr.hxx162 sal_Bool bAllowVisual, sal_Bool bSkipHidden, sal_Bool bInsertCrsr );
169 sal_Bool Left( sal_uInt16 nCnt, sal_uInt16 nMode, sal_Bool bAllowVisual, sal_Bool bSkipHidden ) in Left() argument
170 … { return LeftRight( sal_True, nCnt, nMode, bAllowVisual, bSkipHidden, sal_False ); } in Left()
171 sal_Bool Right( sal_uInt16 nCnt, sal_uInt16 nMode, sal_Bool bAllowVisual, sal_Bool bSkipHidden ) in Right() argument
172 … { return LeftRight( sal_False, nCnt, nMode, bAllowVisual, bSkipHidden, sal_False ); } in Right()
269 sal_Bool bAllowVisual, sal_Bool bSkipHidden, sal_Bool bInsertCrsr );
H A Dndarr.hxx204 SwCntntNode* GoNextSection( SwNodeIndex *, int bSkipHidden = sal_True,
206 SwCntntNode* GoPrevSection( SwNodeIndex *, int bSkipHidden = sal_True,
/trunk/main/sw/source/core/docnode/
H A Dnodes.cxx2241 int bSkipHidden, int bSkipProtect ) const in GoNextSection() argument
2252 if( (bSkipHidden && rSect.IsHiddenFlag()) || in GoNextSection()
2265 if( (bSkipHidden && rSect.IsHiddenFlag()) || in GoNextSection()
2274 if( ( bSkipHidden || bSkipProtect ) && in GoNextSection()
2276 ( ( bSkipHidden && pSectNd->GetSection().IsHiddenFlag() ) || in GoNextSection()
2294 int bSkipHidden, int bSkipProtect ) const in GoPrevSection() argument
2308 if( (bSkipHidden && rSect.IsHiddenFlag()) || in GoPrevSection()
2322 if( (bSkipHidden && rSect.IsHiddenFlag()) || in GoPrevSection()
2331 if( ( bSkipHidden || bSkipProtect ) && in GoPrevSection()
2333 ( ( bSkipHidden && pSectNd->GetSection().IsHiddenFlag() ) || in GoPrevSection()
/trunk/main/sc/source/core/data/
H A Dolinetab.cxx492 …ray::SetVisibleBelow( sal_uInt16 nLevel, sal_uInt16 nEntry, sal_Bool bValue, sal_Bool bSkipHidden ) in SetVisibleBelow() argument
510 if (bSkipHidden) in SetVisibleBelow()
519 if (bSkipHidden) in SetVisibleBelow()
/trunk/main/sc/inc/
H A Dolinetab.hxx113 sal_Bool bSkipHidden = sal_False );
/trunk/main/sw/source/core/crsr/
H A Dswcrsr.cxx1655 sal_Bool bVisualAllowed,sal_Bool bSkipHidden, sal_Bool bInsertCrsr ) in LeftRight() argument
1667 if ( bSkipHidden ) in LeftRight()
H A Dcrsrsh.cxx406 const sal_Bool bSkipHidden = !GetViewOptions()->IsShowHiddenChar(); in LeftRight() local
412 bSkipHidden, !IsOverwriteCrsr() ); in LeftRight()

Completed in 73 milliseconds