Lines Matching refs:Col
147 mpViewShell->SetCursor(maCellAddress.Col(), maCellAddress.Row()); in grabFocus()
177 maCellAddress.Col(), maCellAddress.Row(), nSizeX, nSizeY); in GetBoundingBox()
179 …aCellRect.SetPos(mpViewShell->GetViewData()->GetScrPos(maCellAddress.Col(), maCellAddress.Row(), m… in GetBoundingBox()
197 …mpDoc->GetAttr( maCellAddress.Col(), maCellAddress.Row(), maCellAddress.Tab(), ATTR_ROTATE_VALUE )… in GetBoundingBox()
340 maCellAddress.Col(), maCellAddress.Row(), in IsEditable()
356 maCellAddress.Col(), maCellAddress.Row(), in IsOpaque()
379 bResult = rMarkdata.IsCellMarked(maCellAddress.Col(), maCellAddress.Row()); in IsSelected()
464 sal_uInt32 nCount(static_cast<sal_uInt32>(rRange.aEnd.Col() - in AddRelation()
465 rRange.aStart.Col() + 1) * (rRange.aEnd.Row() - in AddRelation()
474 …for (sal_uInt32 nCol = rRange.aStart.Col(); nCol <= sal::static_int_cast<sal_uInt32>(rRange.aEnd.C… in AddRelation()
551 …sal_uInt16 nParaIndent = static_cast< const SfxUInt16Item* >( mpDoc->GetAttr( maCellAddress.Col(),… in getCharacterAttributes()
578 sal_uInt16 nPosX = maCellAddress.Col(); in IsDropdown()
615 bHasScenario = (aRange.aStart.Col() == nPosX && aRange.aEnd.Row() == nPosY-1); in IsDropdown()
619 bHasScenario = (aRange.aStart.Col() == nPosX && aRange.aStart.Row() == nPosY+1); in IsDropdown()