Lines Matching refs:maCellAddress

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()
292 pRelationSet = mpAccDoc->GetRelationSet(&maCellAddress); in getAccessibleRelationSet()
340 maCellAddress.Col(), maCellAddress.Row(), in IsEditable()
341 maCellAddress.Tab(), ATTR_PROTECTION); in IsEditable()
356 maCellAddress.Col(), maCellAddress.Row(), in IsOpaque()
357 maCellAddress.Tab(), ATTR_BACKGROUND); in IsOpaque()
371 return pSheet->IsScAddrFormulaSel(maCellAddress); in IsSelected()
379 bResult = rMarkdata.IsCellMarked(maCellAddress.Col(), maCellAddress.Row()); in IsSelected()
409 ScCellIterator aCellIter( mpDoc, 0,0, maCellAddress.Tab(), MAXCOL,MAXROW, maCellAddress.Tab() ); in FillDependends()
420 if (aRef.In(maCellAddress)) in FillDependends()
435 ScBaseCell* pBaseCell = mpDoc->GetCell(maCellAddress); in FillPrecedents()
520 ::rtl::OUString strFor = mpViewShell->GetFormula(maCellAddress) ; in getExtendedAttributes()
551 …ic_cast< const SfxUInt16Item* >( mpDoc->GetAttr( maCellAddress.Col(), maCellAddress.Row(), maCellA… in getCharacterAttributes()
578 sal_uInt16 nPosX = maCellAddress.Col(); in IsDropdown()
579 sal_uInt16 nPosY = sal_uInt16(maCellAddress.Row()); in IsDropdown()
580 sal_uInt16 nTab = maCellAddress.Tab(); in IsDropdown()