Searched refs:pRightLine (Results 1 – 4 of 4) sorted by relevance
3303 const SvxBorderLine *pRightLine = aOldBox.GetLine(BOX_LINE_RIGHT); in AdjustNewBand() local3305 if(pRightLine) in AdjustNewBand()3306 …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()
4414 const SvxBorderLine* pRightLine = pThisAttr->GetRight(); in GetBorderLines() local4435 if ( ScHasPriority( pOther, pRightLine ) ) in GetBorderLines()4436 pRightLine = pOther; in GetBorderLines()4451 *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 78 milliseconds