Lines Matching refs:bSelect

90 sal_Bool SwWrtShell::SimpleMove( FNSimpleMove FnSimpleMove, sal_Bool bSelect )  in SimpleMove()  argument
93 if( bSelect ) in SimpleMove()
106 sal_Bool SwWrtShell::Left( sal_uInt16 nMode, sal_Bool bSelect, in Left() argument
109 if ( !bSelect && !bBasicCall && IsCrsrReadonly() && !GetViewOptions()->IsSelectionInReadonly()) in Left()
118 ShellMoveCrsr aTmp( this, bSelect ); in Left()
125 sal_Bool SwWrtShell::Right( sal_uInt16 nMode, sal_Bool bSelect, in Right() argument
128 if ( !bSelect && !bBasicCall && IsCrsrReadonly() && !GetViewOptions()->IsSelectionInReadonly() ) in Right()
138 ShellMoveCrsr aTmp( this, bSelect ); in Right()
145 sal_Bool SwWrtShell::Up( sal_Bool bSelect, sal_uInt16 nCount, sal_Bool bBasicCall ) in Up() argument
147 if ( !bSelect && !bBasicCall && IsCrsrReadonly() && !GetViewOptions()->IsSelectionInReadonly()) in Up()
156 ShellMoveCrsr aTmp( this, bSelect ); in Up()
163 sal_Bool SwWrtShell::Down( sal_Bool bSelect, sal_uInt16 nCount, sal_Bool bBasicCall ) in Down() argument
165 if ( !bSelect && !bBasicCall && IsCrsrReadonly() && !GetViewOptions()->IsSelectionInReadonly()) in Down()
175 ShellMoveCrsr aTmp( this, bSelect ); in Down()
182 sal_Bool SwWrtShell::LeftMargin( sal_Bool bSelect, sal_Bool bBasicCall ) in LeftMargin() argument
184 if ( !bSelect && !bBasicCall && IsCrsrReadonly() ) in LeftMargin()
193 ShellMoveCrsr aTmp( this, bSelect ); in LeftMargin()
200 sal_Bool SwWrtShell::RightMargin( sal_Bool bSelect, sal_Bool bBasicCall ) in RightMargin() argument
202 if ( !bSelect && !bBasicCall && IsCrsrReadonly() ) in RightMargin()
213 ShellMoveCrsr aTmp( this, bSelect ); in RightMargin()
221 sal_Bool bSelect, sal_Bool bDontMoveRegion ) in GoStart() argument
228 if ( !bSelect ) in GoStart()
261 if ( !bSelect ) in GoStart()
324 sal_Bool SwWrtShell::SttDoc( sal_Bool bSelect ) in SttDoc() argument
326 ShellMoveCrsr aTmp( this, bSelect ); in SttDoc()
327 return GoStart(sal_False, 0, bSelect ); in SttDoc()
332 sal_Bool SwWrtShell::EndDoc( sal_Bool bSelect) in EndDoc() argument
334 ShellMoveCrsr aTmp( this, bSelect ); in EndDoc()
339 sal_Bool SwWrtShell::SttNxtPg( sal_Bool bSelect ) in SttNxtPg() argument
341 ShellMoveCrsr aTmp( this, bSelect ); in SttNxtPg()
347 sal_Bool SwWrtShell::SttPrvPg( sal_Bool bSelect ) in SttPrvPg() argument
349 ShellMoveCrsr aTmp( this, bSelect ); in SttPrvPg()
355 sal_Bool SwWrtShell::EndNxtPg( sal_Bool bSelect ) in EndNxtPg() argument
357 ShellMoveCrsr aTmp( this, bSelect ); in EndNxtPg()
363 sal_Bool SwWrtShell::EndPrvPg( sal_Bool bSelect ) in EndPrvPg() argument
365 ShellMoveCrsr aTmp( this, bSelect ); in EndPrvPg()
371 sal_Bool SwWrtShell::SttPg( sal_Bool bSelect ) in SttPg() argument
373 ShellMoveCrsr aTmp( this, bSelect ); in SttPg()
379 sal_Bool SwWrtShell::EndPg( sal_Bool bSelect ) in EndPg() argument
381 ShellMoveCrsr aTmp( this, bSelect ); in EndPg()
387 sal_Bool SwWrtShell::SttPara( sal_Bool bSelect ) in SttPara() argument
389 ShellMoveCrsr aTmp( this, bSelect ); in SttPara()
395 sal_Bool SwWrtShell::EndPara( sal_Bool bSelect ) in EndPara() argument
397 ShellMoveCrsr aTmp( this, bSelect ); in EndPara()
410 sal_Bool SwWrtShell::StartOfColumn( sal_Bool bSelect ) in StartOfColumn() argument
412 ShellMoveCrsr aTmp( this, bSelect); in StartOfColumn()
418 sal_Bool SwWrtShell::EndOfColumn( sal_Bool bSelect ) in EndOfColumn() argument
420 ShellMoveCrsr aTmp( this, bSelect); in EndOfColumn()
426 sal_Bool SwWrtShell::StartOfNextColumn( sal_Bool bSelect ) in StartOfNextColumn() argument
428 ShellMoveCrsr aTmp( this, bSelect); in StartOfNextColumn()
434 sal_Bool SwWrtShell::EndOfNextColumn( sal_Bool bSelect ) in EndOfNextColumn() argument
436 ShellMoveCrsr aTmp( this, bSelect); in EndOfNextColumn()
442 sal_Bool SwWrtShell::StartOfPrevColumn( sal_Bool bSelect ) in StartOfPrevColumn() argument
444 ShellMoveCrsr aTmp( this, bSelect); in StartOfPrevColumn()
450 sal_Bool SwWrtShell::EndOfPrevColumn( sal_Bool bSelect ) in EndOfPrevColumn() argument
452 ShellMoveCrsr aTmp( this, bSelect); in EndOfPrevColumn()
458 sal_Bool SwWrtShell::PushCrsr(SwTwips lOffset, sal_Bool bSelect) in PushCrsr() argument
494 if( bSelect ) in PushCrsr()
541 sal_Bool SwWrtShell::PopCrsr(sal_Bool bUpdate, sal_Bool bSelect) in PopCrsr() argument
555 if( bSelect ) in PopCrsr()
620 sal_Bool SwWrtShell::PageCrsr(SwTwips lOffset, sal_Bool bSelect) in PageCrsr() argument
639 if( eDir != ePageMove && ePageMove != MV_NO && PopCrsr( sal_True, bSelect )) in PageCrsr()
642 const sal_Bool bRet = PushCrsr(lOffset, bSelect); in PageCrsr()
666 sal_Bool SwWrtShell::GotoMark( const ::sw::mark::IMark* const pMark, sal_Bool bSelect, sal_Bool bSt… in GotoMark() argument
668 ShellMoveCrsr aTmp( this, bSelect ); in GotoMark()