Lines Matching refs:nObjId
58 const sal_uInt16 nObjId = pObj->GetObjIdentifier(); in GetContextForSelection_SC() local
60 eContext = GetContextForObjectId_SC(nObjId); in GetContextForSelection_SC()
74 const sal_uInt16 nObjId (GetObjectTypeFromMark(rMarkList)); in GetContextForSelection_SC() local
75 if (nObjId == 0) in GetContextForSelection_SC()
78 eContext = GetContextForObjectId_SC(nObjId); in GetContextForSelection_SC()
148 sal_uInt16 nObjId = pObj->GetObjIdentifier(); in GetContextForSelection_SD() local
151 if (nObjId == OBJ_GRUP) in GetContextForSelection_SD()
153 nObjId = GetObjectTypeFromGroup(pObj); in GetContextForSelection_SD()
154 if (nObjId == 0) in GetContextForSelection_SD()
155 nObjId = OBJ_GRUP; in GetContextForSelection_SD()
157 eContext = GetContextForObjectId_SD(nObjId, eViewType); in GetContextForSelection_SD()
177 const sal_uInt16 nObjId = GetObjectTypeFromMark(rMarkList); in GetContextForSelection_SD() local
178 if (nObjId == 0) in GetContextForSelection_SD()
181 eContext = GetContextForObjectId_SD(nObjId, eViewType); in GetContextForSelection_SD()