Home
last modified time | relevance | path

Searched refs:pLeftLine (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/source/filter/ww8/
H A Dww8par2.cxx3323 const SvxBorderLine *pLeftLine = aCurrentBox.GetLine(BOX_LINE_LEFT); in AdjustNewBand() local
3325 if(pLeftLine) in AdjustNewBand()
3326 …nCurrentRightLineWidth = pLeftLine->GetInWidth() + pLeftLine->GetOutWidth() + pLeftLine->GetDistan… in AdjustNewBand()
/trunk/main/sc/source/ui/view/
H A Doutput.cxx1569 const SvxBorderLine* pLeftLine; in DrawRotatedFrame() local
1574 &pLeftLine, &pTopLine, &pRightLine, &pBottomLine ); in DrawRotatedFrame()
1577 aLeftLine.Set( pLeftLine, nPPTX ); in DrawRotatedFrame()
/trunk/main/sc/source/core/data/
H A Ddocument.cxx4414 const SvxBorderLine* pLeftLine = pThisAttr->GetLeft(); in GetBorderLines() local
4423 if ( ScHasPriority( pOther, pLeftLine ) ) in GetBorderLines()
4424 pLeftLine = pOther; in GetBorderLines()
4449 *ppLeft = pLeftLine; in GetBorderLines()
/trunk/main/sc/source/filter/html/
H A Dhtmlpars.cxx2243 SvxBorderLine* pLeftLine = (nCol == 0) ? &aOuterLine : &aInnerLine; in ApplyCellBorders() local
2255 aBorderItem.SetLine( (nCellCol == nCellCol1) ? pLeftLine : 0, BOX_LINE_LEFT ); in ApplyCellBorders()

Completed in 90 milliseconds