Home
last modified time | relevance | path

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

/aoo42x/main/svx/source/table/
H A Dviewcontactoftableobj.cxx562 sdr::table::CellRef xCurrentCell; in createViewIndependentPrimitive2DSequence() local
588xCurrentCell.set(dynamic_cast< sdr::table::Cell* >(xTable->getCellByPosition(aCellPos.mnCol, aCell… in createViewIndependentPrimitive2DSequence()
590 if(xCurrentCell.is() && !xCurrentCell->isMerged()) in createViewIndependentPrimitive2DSequence()
602 const SfxItemSet& rCellItemSet = xCurrentCell->GetItemSet(); in createViewIndependentPrimitive2DSequence()
610 const sal_Int32 nLeft(xCurrentCell->GetTextLeftDistance()); in createViewIndependentPrimitive2DSequence()
611 const sal_Int32 nRight(xCurrentCell->GetTextRightDistance()); in createViewIndependentPrimitive2DSequence()
612 const sal_Int32 nUpper(xCurrentCell->GetTextUpperDistance()); in createViewIndependentPrimitive2DSequence()
613 const sal_Int32 nLower(xCurrentCell->GetTextLowerDistance()); in createViewIndependentPrimitive2DSequence()
643 const sal_Int32 nXSpan(xCurrentCell->getColumnSpan()); in createViewIndependentPrimitive2DSequence()
644 const sal_Int32 nYSpan(xCurrentCell->getRowSpan()); in createViewIndependentPrimitive2DSequence()

Completed in 18 milliseconds