Lines Matching refs:pAddress
290 utl::AccessibleRelationSetHelper* GetRelationSet(const ScAddress* pAddress) const;
891 SetRelation(const ScChildrenShapes* pChildrenShapes, const ScAddress* pAddress) in SetRelation()
895 mpAddress(pAddress) in SetRelation()
917 utl::AccessibleRelationSetHelper* ScChildrenShapes::GetRelationSet(const ScAddress* pAddress) const in GetRelationSet()
919 SetRelation aSetRelation(this, pAddress); in GetRelationSet()
1160 ScAddress* pAddress = NULL; in GetAnchor() local
1191 pAddress = new ScAddress(aRange.aStart); in GetAnchor()
1200 return pAddress; in GetAnchor()
1237 ScAddress* pAddress = GetAnchor(xShape); in SetAnchor() local
1238 if ((pAddress && pData->pRelationCell && (*pAddress != *(pData->pRelationCell))) || in SetAnchor()
1239 (!pAddress && pData->pRelationCell) || (pAddress && !pData->pRelationCell)) in SetAnchor()
1243 pData->pRelationCell = pAddress; in SetAnchor()
2200 utl::AccessibleRelationSetHelper* ScAccessibleDocument::GetRelationSet(const ScAddress* pAddress) c… in GetRelationSet()
2204 pRelationSet = mpChildrenShapes->GetRelationSet(pAddress); in GetRelationSet()