Searched refs:pRightLine (Results 1 – 4 of 4) sorted by relevance
3332 const SvxBorderLine *pRightLine = aOldBox.GetLine(BOX_LINE_RIGHT); in AdjustNewBand() local3334 if(pRightLine) in AdjustNewBand()3335 …nOldBoxRightLineWidth = pRightLine->GetInWidth() + pRightLine->GetOutWidth() + pRightLine->GetDist… in AdjustNewBand()
1571 const SvxBorderLine* pRightLine; in DrawRotatedFrame() local1574 &pLeftLine, &pTopLine, &pRightLine, &pBottomLine ); in DrawRotatedFrame()1578 aRightLine.Set( pRightLine, nPPTX ); in DrawRotatedFrame()
4416 const SvxBorderLine* pRightLine = pThisAttr->GetRight(); in GetBorderLines() local4437 if ( ScHasPriority( pOther, pRightLine ) ) in GetBorderLines()4438 pRightLine = pOther; in GetBorderLines()4453 *ppRight = pRightLine; in GetBorderLines()
2244 SvxBorderLine* pRightLine = (nCol == nLastCol) ? &aOuterLine : &aInnerLine; in ApplyCellBorders() local2256 aBorderItem.SetLine( (nCellCol == nCellCol2) ? pRightLine : 0, BOX_LINE_RIGHT ); in ApplyCellBorders()
Completed in 63 milliseconds