Home
last modified time | relevance | path

Searched refs:aLineRect (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Dinvmerge.cxx121 if( aLineRect.IsEmpty() ) in FlushLine()
130 if ( aLineRect.Left() == aTotalRect.Left() && in FlushLine()
131 aLineRect.Right() == aTotalRect.Right() && in FlushLine()
135 aTotalRect.Bottom() = aLineRect.Bottom(); in FlushLine()
140 aTotalRect = aLineRect; // and start new one in FlushLine()
144 aLineRect.SetEmpty(); in FlushLine()
156 if ( aLineRect.IsEmpty() ) in AddRect()
164 aJustified.Bottom() == aLineRect.Bottom() ) in AddRect()
169 aLineRect.Right() = aJustified.Right(); in AddRect()
174 aLineRect.Left() = aJustified.Left(); in AddRect()
[all …]
/trunk/main/starmath/source/
H A Dnode.cxx2635 SmRect aLineRect; in Arrange() local
2638 { aLineRect = SmRect(); in Arrange()
2646 aPos = rNodeRect.AlignTo(aLineRect, RP_RIGHT, RHA_CENTER, RVA_BASELINE); in Arrange()
2671 aLineRect.ExtendBy(rNodeRect, RCP_XOR); in Arrange()
2674 aPos = aLineRect.AlignTo(*this, RP_BOTTOM, RHA_CENTER, RVA_BASELINE); in Arrange()
2679 aDelta.Y() = aPos.Y() - aLineRect.GetTop(); in Arrange()
2680 aLineRect.Move(aDelta); in Arrange()
2685 ExtendBy(aLineRect, RCP_NONE); in Arrange()
/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx5024 const SwRect aLineRect = bVert ? in PaintLine() local
5029 if ( aLineRect.HasArea() ) in PaintLine()
5030 PaintBorderLine( rRect, aLineRect , pPage, &rInf.GetLineColor() ); in PaintLine()
5053 SwRect aLineRect = Prt(); in PaintColLines() local
5054 aLineRect += Frm().Pos(); in PaintColLines()
5057 / 100 - (aLineRect.*fnRect->fnGetHeight)(); in PaintColLines()
5073 (aLineRect.*fnRect->fnSubTop)( nTop ); in PaintColLines()
5075 (aLineRect.*fnRect->fnAddBottom)( nBottom ); in PaintColLines()
5078 (aLineRect.*fnRect->fnSetWidth)( nPenHalf ); in PaintColLines()
5088 (aLineRect.*fnRect->fnSetPosX) in PaintColLines()
[all …]
/trunk/main/sw/source/core/text/
H A Ditrpaint.cxx257 const SwRect aLineRect( aPnt1, aPnt2 ); in DrawTextLine() local
261 rClip.ChgClip( aLineRect, pFrm ); in DrawTextLine()
/trunk/main/sc/source/ui/inc/
H A Dinvmerge.hxx39 Rectangle aLineRect; member in ScInvertMerger

Completed in 73 milliseconds