Lines Matching refs:sal_Bool

50     sal_Bool bAct;
52 inline ShellMoveCrsr( SwWrtShell* pWrtSh, sal_Bool bSel ) in ShellMoveCrsr()
55 ( pSh = pWrtSh )->MoveCrsr( sal_Bool(bSel) ); in ShellMoveCrsr()
70 void SwWrtShell::MoveCrsr( sal_Bool bWithSelect ) in MoveCrsr()
87 sal_Bool SwWrtShell::SimpleMove( FNSimpleMove FnSimpleMove, sal_Bool bSelect ) in SimpleMove()
89 sal_Bool nRet; in SimpleMove()
103 sal_Bool SwWrtShell::Left( sal_uInt16 nMode, sal_Bool bSelect, in Left()
104 sal_uInt16 nCount, sal_Bool bBasicCall, sal_Bool bVisual ) in Left()
122 sal_Bool SwWrtShell::Right( sal_uInt16 nMode, sal_Bool bSelect, in Right()
123 sal_uInt16 nCount, sal_Bool bBasicCall, sal_Bool bVisual ) in Right()
142 sal_Bool SwWrtShell::Up( sal_Bool bSelect, sal_uInt16 nCount, sal_Bool bBasicCall ) in Up()
160 sal_Bool SwWrtShell::Down( sal_Bool bSelect, sal_uInt16 nCount, sal_Bool bBasicCall ) in Down()
179 sal_Bool SwWrtShell::LeftMargin( sal_Bool bSelect, sal_Bool bBasicCall ) in LeftMargin()
197 sal_Bool SwWrtShell::RightMargin( sal_Bool bSelect, sal_Bool bBasicCall ) in RightMargin()
217 sal_Bool SwWrtShell::GoStart( sal_Bool bKeepArea, sal_Bool *pMoveTable, in GoStart()
218 sal_Bool bSelect, sal_Bool bDontMoveRegion ) in GoStart()
222 const sal_Bool bBoxSelection = HasBoxSelection(); in GoStart()
285 sal_Bool SwWrtShell::GoEnd(sal_Bool bKeepArea, sal_Bool *pMoveTable) in GoEnd()
321 sal_Bool SwWrtShell::SttDoc( sal_Bool bSelect ) in SttDoc()
329 sal_Bool SwWrtShell::EndDoc( sal_Bool bSelect) in EndDoc()
336 sal_Bool SwWrtShell::SttNxtPg( sal_Bool bSelect ) in SttNxtPg()
344 sal_Bool SwWrtShell::SttPrvPg( sal_Bool bSelect ) in SttPrvPg()
352 sal_Bool SwWrtShell::EndNxtPg( sal_Bool bSelect ) in EndNxtPg()
360 sal_Bool SwWrtShell::EndPrvPg( sal_Bool bSelect ) in EndPrvPg()
368 sal_Bool SwWrtShell::SttPg( sal_Bool bSelect ) in SttPg()
376 sal_Bool SwWrtShell::EndPg( sal_Bool bSelect ) in EndPg()
384 sal_Bool SwWrtShell::SttPara( sal_Bool bSelect ) in SttPara()
392 sal_Bool SwWrtShell::EndPara( sal_Bool bSelect ) in EndPara()
407 sal_Bool SwWrtShell::StartOfColumn( sal_Bool bSelect ) in StartOfColumn()
415 sal_Bool SwWrtShell::EndOfColumn( sal_Bool bSelect ) in EndOfColumn()
423 sal_Bool SwWrtShell::StartOfNextColumn( sal_Bool bSelect ) in StartOfNextColumn()
431 sal_Bool SwWrtShell::EndOfNextColumn( sal_Bool bSelect ) in EndOfNextColumn()
439 sal_Bool SwWrtShell::StartOfPrevColumn( sal_Bool bSelect ) in StartOfPrevColumn()
447 sal_Bool SwWrtShell::EndOfPrevColumn( sal_Bool bSelect ) in EndOfPrevColumn()
455 sal_Bool SwWrtShell::PushCrsr(SwTwips lOffset, sal_Bool bSelect) in PushCrsr()
457 sal_Bool bDiff = sal_False; in PushCrsr()
480 sal_Bool bIsFrmSel = sal_False; in PushCrsr()
482 sal_Bool bIsObjSel = sal_False; in PushCrsr()
538 sal_Bool SwWrtShell::PopCrsr(sal_Bool bUpdate, sal_Bool bSelect) in PopCrsr()
543 const sal_Bool bValidPos = pCrsrStack->bValidCurPos; in PopCrsr()
617 sal_Bool SwWrtShell::PageCrsr(SwTwips lOffset, sal_Bool bSelect) in PageCrsr()
639 const sal_Bool bRet = PushCrsr(lOffset, bSelect); in PageCrsr()
646 sal_Bool SwWrtShell::GotoPage(sal_uInt16 nPage, sal_Bool bRecord) in GotoPage()
663 sal_Bool SwWrtShell::GotoMark( const ::sw::mark::IMark* const pMark, sal_Bool bSelect, sal_Bool bSt… in GotoMark()
671 sal_Bool SwWrtShell::SelectTxtAttr( sal_uInt16 nWhich, const SwTxtAttr* pAttr ) in SelectTxtAttr()
673 sal_Bool bRet; in SelectTxtAttr()