Searched refs:aLineRect (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/sc/source/ui/view/ |
H A D | invmerge.cxx | 121 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 …]
|
/aoo4110/main/starmath/source/ |
H A D | node.cxx | 2595 SmRect aLineRect; in Arrange() local 2598 { aLineRect = SmRect(); in Arrange() 2606 aPos = rNodeRect.AlignTo(aLineRect, RP_RIGHT, RHA_CENTER, RVA_BASELINE); in Arrange() 2631 aLineRect.ExtendBy(rNodeRect, RCP_XOR); in Arrange() 2634 aPos = aLineRect.AlignTo(*this, RP_BOTTOM, RHA_CENTER, RVA_BASELINE); in Arrange() 2639 aDelta.Y() = aPos.Y() - aLineRect.GetTop(); in Arrange() 2640 aLineRect.Move(aDelta); in Arrange() 2645 ExtendBy(aLineRect, RCP_NONE); in Arrange()
|
/aoo4110/main/sw/source/core/layout/ |
H A D | paintfrm.cxx | 4911 const SwRect aLineRect = bVert ? in PaintLine() local 4916 if ( aLineRect.HasArea() ) in PaintLine() 4917 PaintBorderLine( rRect, aLineRect , pPage, &rInf.GetLineColor() ); in PaintLine() 4940 SwRect aLineRect = Prt(); in PaintColLines() local 4941 aLineRect += Frm().Pos(); in PaintColLines() 4944 / 100 - (aLineRect.*fnRect->fnGetHeight)(); in PaintColLines() 4960 (aLineRect.*fnRect->fnSubTop)( nTop ); in PaintColLines() 4962 (aLineRect.*fnRect->fnAddBottom)( nBottom ); in PaintColLines() 4965 (aLineRect.*fnRect->fnSetWidth)( nPenHalf ); in PaintColLines() 4975 (aLineRect.*fnRect->fnSetPosX) in PaintColLines() [all …]
|
/aoo4110/main/sc/source/ui/inc/ |
H A D | invmerge.hxx | 39 Rectangle aLineRect; member in ScInvertMerger
|
/aoo4110/main/sw/source/core/text/ |
H A D | itrpaint.cxx | 257 const SwRect aLineRect( aPnt1, aPnt2 ); in DrawTextLine() local 261 rClip.ChgClip( aLineRect, pFrm ); in DrawTextLine()
|
Completed in 56 milliseconds