Home
last modified time | relevance | path

Searched refs:aJustified (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Dinvmerge.cxx149 Rectangle aJustified = rRect; in AddRect() local
152 aJustified.Left() = rRect.Right(); in AddRect()
153 aJustified.Right() = rRect.Left(); in AddRect()
158 aLineRect = aJustified; // start new line rect in AddRect()
163 if ( aJustified.Top() == aLineRect.Top() && in AddRect()
164 aJustified.Bottom() == aLineRect.Bottom() ) in AddRect()
167 if ( aJustified.Left() == aLineRect.Right() + 1 ) in AddRect()
169 aLineRect.Right() = aJustified.Right(); in AddRect()
172 else if ( aJustified.Right() + 1 == aLineRect.Left() ) // for RTL layout in AddRect()
174 aLineRect.Left() = aJustified.Left(); in AddRect()
[all …]
/trunk/main/sc/source/ui/app/
H A Dinputhdl.cxx256 ScRange aJustified = rNew; in UpdateRange() local
257 aJustified.Justify(); // Ref in der Formel immer richtigherum anzeigen in UpdateRange()
261 aJustified.Format( aNewStr, pData->nFlags, pDoc, aAddrDetails ); in UpdateRange()

Completed in 23 milliseconds