Searched refs:pRelationCell (Results 1 – 1 of 1) sorted by relevance
94 …ScAccessibleShapeData() : pAccShape(NULL), pRelationCell(NULL), bSelected(sal_False), bSelectable(… in ScAccessibleShapeData()97 mutable ScAddress* pRelationCell; // if it is NULL this shape is anchored on the table member901 ((!pAccShapeData->pRelationCell && !mpAddress) || in operator ()()902 … (pAccShapeData->pRelationCell && mpAddress && (*(pAccShapeData->pRelationCell) == *mpAddress)))) in operator ()()1210 if (pData->pRelationCell && xAccessible.is()) in GetRelationSet()1214 …xAccessible = xAccTable->getAccessibleCellAt(pData->pRelationCell->Row(), pData->pRelationCell->Co… in GetRelationSet()1238 if ((pAddress && pData->pRelationCell && (*pAddress != *(pData->pRelationCell))) || in SetAnchor()1239 (!pAddress && pData->pRelationCell) || (pAddress && !pData->pRelationCell)) in SetAnchor()1241 if (pData->pRelationCell) in SetAnchor()1242 delete pData->pRelationCell; in SetAnchor()[all …]
Completed in 18 milliseconds