Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Dww8par2.cxx3332 const SvxBorderLine *pRightLine = aOldBox.GetLine(BOX_LINE_RIGHT); in AdjustNewBand() local
3334 if(pRightLine) in AdjustNewBand()
3335 …nOldBoxRightLineWidth = pRightLine->GetInWidth() + pRightLine->GetOutWidth() + pRightLine->GetDist… in AdjustNewBand()
/trunk/main/sc/source/ui/view/
H A Doutput.cxx1571 const SvxBorderLine* pRightLine; in DrawRotatedFrame() local
1574 &pLeftLine, &pTopLine, &pRightLine, &pBottomLine ); in DrawRotatedFrame()
1578 aRightLine.Set( pRightLine, nPPTX ); in DrawRotatedFrame()
/trunk/main/sc/source/core/data/
H A Ddocument.cxx4416 const SvxBorderLine* pRightLine = pThisAttr->GetRight(); in GetBorderLines() local
4437 if ( ScHasPriority( pOther, pRightLine ) ) in GetBorderLines()
4438 pRightLine = pOther; in GetBorderLines()
4453 *ppRight = pRightLine; in GetBorderLines()
/trunk/main/sc/source/filter/html/
H A Dhtmlpars.cxx2244 SvxBorderLine* pRightLine = (nCol == nLastCol) ? &aOuterLine : &aInnerLine; in ApplyCellBorders() local
2256 aBorderItem.SetLine( (nCellCol == nCellCol2) ? pRightLine : 0, BOX_LINE_RIGHT ); in ApplyCellBorders()

Completed in 107 milliseconds