Home
last modified time | relevance | path

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

/aoo41x/main/svx/source/table/
H A Dviewcontactoftableobj.cxx560 sdr::table::CellRef xCurrentCell; in createViewIndependentPrimitive2DSequence() local
586xCurrentCell.set(dynamic_cast< sdr::table::Cell* >(xTable->getCellByPosition(aCellPos.mnCol, aCell… in createViewIndependentPrimitive2DSequence()
588 if(xCurrentCell.is() && !xCurrentCell->isMerged()) in createViewIndependentPrimitive2DSequence()
600 const SfxItemSet& rCellItemSet = xCurrentCell->GetItemSet(); in createViewIndependentPrimitive2DSequence()
608 const sal_Int32 nLeft(xCurrentCell->GetTextLeftDistance()); in createViewIndependentPrimitive2DSequence()
609 const sal_Int32 nRight(xCurrentCell->GetTextRightDistance()); in createViewIndependentPrimitive2DSequence()
610 const sal_Int32 nUpper(xCurrentCell->GetTextUpperDistance()); in createViewIndependentPrimitive2DSequence()
611 const sal_Int32 nLower(xCurrentCell->GetTextLowerDistance()); in createViewIndependentPrimitive2DSequence()
641 const sal_Int32 nXSpan(xCurrentCell->getColumnSpan()); in createViewIndependentPrimitive2DSequence()
642 const sal_Int32 nYSpan(xCurrentCell->getRowSpan()); in createViewIndependentPrimitive2DSequence()

Completed in 33 milliseconds