Searched refs:pLeftLine (Results 1 – 4 of 4) sorted by relevance
3323 const SvxBorderLine *pLeftLine = aCurrentBox.GetLine(BOX_LINE_LEFT); in AdjustNewBand() local3325 if(pLeftLine) in AdjustNewBand()3326 …nCurrentRightLineWidth = pLeftLine->GetInWidth() + pLeftLine->GetOutWidth() + pLeftLine->GetDistan… in AdjustNewBand()
1569 const SvxBorderLine* pLeftLine; in DrawRotatedFrame() local1574 &pLeftLine, &pTopLine, &pRightLine, &pBottomLine ); in DrawRotatedFrame()1577 aLeftLine.Set( pLeftLine, nPPTX ); in DrawRotatedFrame()
4414 const SvxBorderLine* pLeftLine = pThisAttr->GetLeft(); in GetBorderLines() local4423 if ( ScHasPriority( pOther, pLeftLine ) ) in GetBorderLines()4424 pLeftLine = pOther; in GetBorderLines()4449 *ppLeft = pLeftLine; in GetBorderLines()
2243 SvxBorderLine* pLeftLine = (nCol == 0) ? &aOuterLine : &aInnerLine; in ApplyCellBorders() local2255 aBorderItem.SetLine( (nCellCol == nCellCol1) ? pLeftLine : 0, BOX_LINE_LEFT ); in ApplyCellBorders()
Completed in 77 milliseconds