Lines Matching refs:bRet

1237 	sal_Bool bRet = sal_False;  in IsStartWordWT()  local
1242 bRet = pBreakIt->GetBreakIter()->isBeginWord( in IsStartWordWT()
1247 return bRet; in IsStartWordWT()
1252 sal_Bool bRet = sal_False; in IsEndWordWT() local
1257 bRet = pBreakIt->GetBreakIter()->isEndWord( in IsEndWordWT()
1263 return bRet; in IsEndWordWT()
1268 sal_Bool bRet = sal_False; in IsInWordWT() local
1279 bRet = aBoundary.startPos != aBoundary.endPos && in IsInWordWT()
1282 if(bRet) in IsInWordWT()
1285bRet = rCC.isLetterNumeric( pTxtNd->GetTxt(), static_cast<xub_StrLen>(aBoundary.startPos) ); in IsInWordWT()
1288 return bRet; in IsInWordWT()
1293 sal_Bool bRet = bEnd ? in IsStartEndSentence() local
1297 if( !bRet ) in IsStartEndSentence()
1302 bRet = aOrigPos == *aCrsr.GetPoint(); in IsStartEndSentence()
1305 return bRet; in IsStartEndSentence()
1310 sal_Bool bRet = sal_False; in GoStartWordWT() local
1326 bRet = sal_True; in GoStartWordWT()
1329 return bRet; in GoStartWordWT()
1334 sal_Bool bRet = sal_False; in GoEndWordWT() local
1351 bRet = sal_True; in GoEndWordWT()
1354 return bRet; in GoEndWordWT()
1359 sal_Bool bRet = sal_False; in GoNextWordWT() local
1375 bRet = sal_True; in GoNextWordWT()
1378 return bRet; in GoNextWordWT()
1383 sal_Bool bRet = sal_False; in GoPrevWordWT() local
1402 bRet = sal_True; in GoPrevWordWT()
1405 return bRet; in GoPrevWordWT()
1412 sal_Bool bRet = sal_False; in SelectWordWT() local
1441 bRet = sal_True; in SelectWordWT()
1446 if( !bRet ) in SelectWordWT()
1451 return bRet; in SelectWordWT()
1491 sal_Bool bRet = sal_False; in GoSentence() local
1545 bRet = sal_True; in GoSentence()
1548 return bRet; in GoSentence()
1831 sal_Bool bRet = sal_False; in UpDown() local
1912bRet = !IsSelOvr( nsSwCursorSelOverFlags::SELOVER_TOGGLE | nsSwCursorSelOverFlags::SELOVER_CHANGEP… in UpDown()
1920 return bRet; in UpDown()
1940 sal_Bool bRet = sal_False; in IsAtLeftRightMargin() local
1948 bRet = (bLeft ? pFrm->LeftMargin( &aPam ) in IsAtLeftRightMargin()
1952 return bRet; in IsAtLeftRightMargin()
1962 sal_Bool bRet = (!HasMark() || !IsNoCntnt() ) && in SttEndDoc() local
1969 return bRet; in SttEndDoc()
2040 sal_Bool bRet = sal_False; in GotoTable() local
2051 bRet = !IsSelOvr(); in GotoTable()
2054 return bRet; in GotoTable()
2059 sal_Bool bRet = sal_False; in GotoTblBox() local
2072 bRet = !IsSelOvr(); in GotoTblBox()
2075 return bRet; in GotoTblBox()
2318 bool bRet = false; in NewTableSelection() local
2327 bRet = true; in NewTableSelection()
2335 return bRet; in NewTableSelection()
2403 sal_Bool bRet = sal_False; in HasReadOnlyBoxSel() local
2407 bRet = sal_True; in HasReadOnlyBoxSel()
2410 return bRet; in HasReadOnlyBoxSel()