Searched refs:aCellArea (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/svx/source/table/ |
H A D | viewcontactoftableobj.cxx | 563 basegfx::B2IRectangle aCellArea; in createViewIndependentPrimitive2DSequence() local 592 if(rTableLayouter.getCellArea(aCellPos, aCellArea)) in createViewIndependentPrimitive2DSequence() 596 aCellMatrix.set(0, 0, (double)aCellArea.getWidth()); in createViewIndependentPrimitive2DSequence() 597 aCellMatrix.set(1, 1, (double)aCellArea.getHeight()); in createViewIndependentPrimitive2DSequence() 598 aCellMatrix.set(0, 2, (double)aCellArea.getMinX() + aObjectRange.getMinX()); in createViewIndependentPrimitive2DSequence() 599 aCellMatrix.set(1, 2, (double)aCellArea.getMinY() + aObjectRange.getMinY()); in createViewIndependentPrimitive2DSequence()
|
H A D | tablelayouter.cxx | 886 basegfx::B2IRectangle aCellArea; in updateCells() local 887 getCellArea( aPos, aCellArea ); in updateCells() 890 aCellRect.nLeft = aCellArea.getMinX(); in updateCells() 891 aCellRect.nRight = aCellArea.getMaxX(); in updateCells() 892 aCellRect.nTop = aCellArea.getMinY(); in updateCells() 893 aCellRect.nBottom = aCellArea.getMaxY(); in updateCells()
|
Completed in 29 milliseconds