Lines Matching refs:bVert

495 		const sal_Bool bVert = rL1.Height() > rL1.Width();  in ConnectEdges()  local
498 if ( bVert ) in ConnectEdges()
516 (bVert == (rL2.Height() > rL2.Width())) ) in ConnectEdges()
520 if ( bVert ) in ConnectEdges()
553 if ( bVert ) in ConnectEdges()
2229 const bool bVert = pTmpFrm->IsVertical(); in PaintLines() local
2257 const SwTwips nTwipXCorr = bVert ? 0 : Max( 0L, nHalfPixelSzW - 2 ); // 1 < 2 < 3 ;-) in PaintLines()
2258 const SwTwips nTwipYCorr = !bVert ? 0 : Max( 0L, nHalfPixelSzW - 2 ); // 1 < 2 < 3 ;-) in PaintLines()
2566 bool bVert = mrTabFrm.IsVertical(); in Insert() local
2571 aT.SetRefMode( !bVert ? svx::frame::REFMODE_BEGIN : svx::frame::REFMODE_END ); in Insert()
2572 aB.SetRefMode( !bVert ? svx::frame::REFMODE_BEGIN : svx::frame::REFMODE_END ); in Insert()
2574 SwLineEntry aLeft ( nLeft, nTop, nBottom, bVert ? aB : ( bR2L ? aR : aL ) ); in Insert()
2575 SwLineEntry aRight ( nRight, nTop, nBottom, bVert ? aT : ( bR2L ? aL : aR ) ); in Insert()
2576 SwLineEntry aTop ( nTop, nLeft, nRight, bVert ? aL : aT ); in Insert()
2577 SwLineEntry aBottom( nBottom, nLeft, nRight, bVert ? aR : aB ); in Insert()
2596 …SwLineEntry aFollowTop( !bVert ? nTop : nRight, !bVert ? nLeft : nTop, !bVert ? nRight : nBottom, … in Insert()
2597 Insert( aFollowTop, !bVert ); in Insert()
3174 sal_Bool bVert = rFrm.IsVertical(); in SwShortCut() local
3176 if( rFrm.IsNeighbourFrm() && bVert == bR2L ) in SwShortCut()
3178 if( bVert ) in SwShortCut()
3189 else if( bVert == rFrm.IsNeighbourFrm() ) in SwShortCut()
4911 const SwRect aLineRect = bVert ? in PaintLine()
6228 const bool bVert = IsVertical() ? true : false; in PaintSubsidiaryLines() local
6232 if ( !bCell || bNewTableModel || !bVert ) in PaintSubsidiaryLines()
6240 (bBreak && bVert) ? SUBCOL_BREAK : nSubColor, in PaintSubsidiaryLines()
6244 if ( !bCell || bNewTableModel || bVert ) in PaintSubsidiaryLines()
6249 (bBreak && !bVert) ? SUBCOL_BREAK : nSubColor, in PaintSubsidiaryLines()
6259 if ( !bCell || bNewTableModel || !bVert ) in PaintSubsidiaryLines()
6271 (bBreak && bVert) ? SUBCOL_BREAK : nSubColor ); in PaintSubsidiaryLines()
6275 if ( !bCell || bNewTableModel || bVert ) in PaintSubsidiaryLines()
6282 (bBreak && !bVert) ? SUBCOL_BREAK : nSubColor ); in PaintSubsidiaryLines()