Searched refs:aJustified (Results 1 – 2 of 2) sorted by relevance
149 Rectangle aJustified = rRect; in AddRect() local152 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 …]
256 ScRange aJustified = rNew; in UpdateRange() local257 aJustified.Justify(); // Ref in der Formel immer richtigherum anzeigen in UpdateRange()261 aJustified.Format( aNewStr, pData->nFlags, pDoc, aAddrDetails ); in UpdateRange()
Completed in 34 milliseconds