Lines Matching refs:bVert

494 		const sal_Bool bVert = rL1.Height() > rL1.Width();  in ConnectEdges()  local
497 if ( bVert ) in ConnectEdges()
515 (bVert == (rL2.Height() > rL2.Width())) ) in ConnectEdges()
519 if ( bVert ) in ConnectEdges()
552 if ( bVert ) in ConnectEdges()
2320 const bool bVert = pTmpFrm->IsVertical(); in PaintLines() local
2348 const SwTwips nTwipXCorr = bVert ? 0 : Max( 0L, nHalfPixelSzW - 2 ); // 1 < 2 < 3 ;-) in PaintLines()
2349 const SwTwips nTwipYCorr = !bVert ? 0 : Max( 0L, nHalfPixelSzW - 2 ); // 1 < 2 < 3 ;-) in PaintLines()
2657 bool bVert = mrTabFrm.IsVertical(); in Insert() local
2662 aT.SetRefMode( !bVert ? svx::frame::REFMODE_BEGIN : svx::frame::REFMODE_END ); in Insert()
2663 aB.SetRefMode( !bVert ? svx::frame::REFMODE_BEGIN : svx::frame::REFMODE_END ); in Insert()
2665 SwLineEntry aLeft ( nLeft, nTop, nBottom, bVert ? aB : ( bR2L ? aR : aL ) ); in Insert()
2666 SwLineEntry aRight ( nRight, nTop, nBottom, bVert ? aT : ( bR2L ? aL : aR ) ); in Insert()
2667 SwLineEntry aTop ( nTop, nLeft, nRight, bVert ? aL : aT ); in Insert()
2668 SwLineEntry aBottom( nBottom, nLeft, nRight, bVert ? aR : aB ); in Insert()
2687 …SwLineEntry aFollowTop( !bVert ? nTop : nRight, !bVert ? nLeft : nTop, !bVert ? nRight : nBottom, … in Insert()
2688 Insert( aFollowTop, !bVert ); in Insert()
3263 sal_Bool bVert = rFrm.IsVertical(); in SwShortCut() local
3265 if( rFrm.IsNeighbourFrm() && bVert == bR2L ) in SwShortCut()
3267 if( bVert ) in SwShortCut()
3278 else if( bVert == rFrm.IsNeighbourFrm() ) in SwShortCut()
5024 const SwRect aLineRect = bVert ? in PaintLine()
6355 const bool bVert = IsVertical() ? true : false; in PaintSubsidiaryLines() local
6359 if ( !bCell || bNewTableModel || !bVert ) in PaintSubsidiaryLines()
6367 (bBreak && bVert) ? SUBCOL_BREAK : nSubColor, in PaintSubsidiaryLines()
6371 if ( !bCell || bNewTableModel || bVert ) in PaintSubsidiaryLines()
6376 (bBreak && !bVert) ? SUBCOL_BREAK : nSubColor, in PaintSubsidiaryLines()
6386 if ( !bCell || bNewTableModel || !bVert ) in PaintSubsidiaryLines()
6398 (bBreak && bVert) ? SUBCOL_BREAK : nSubColor ); in PaintSubsidiaryLines()
6402 if ( !bCell || bNewTableModel || bVert ) in PaintSubsidiaryLines()
6409 (bBreak && !bVert) ? SUBCOL_BREAK : nSubColor ); in PaintSubsidiaryLines()