Home
last modified time | relevance | path

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

/trunk/main/svx/source/table/
H A Dviewcontactoftableobj.cxx563 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 Dtablelayouter.cxx886 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 31 milliseconds