Lines Matching refs:mnObjId
137 sal_uInt32 mnObjId; member
156 ,mnObjId( 0 ) in SvxShapeImpl()
299 mpImpl->mnObjId = nKind; in setShapeKind()
306 return mpImpl->mnObjId; in getShapeKind()
435 mpImpl->mnObjId = OBJ_UNO; in impl_initFromSdrObject()
439 mpImpl->mnObjId = mpObj->GetObjIdentifier(); in impl_initFromSdrObject()
441 mpImpl->mnObjId |= E3D_INVENTOR_FLAG; in impl_initFromSdrObject()
444 switch(mpImpl->mnObjId) in impl_initFromSdrObject()
449 mpImpl->mnObjId = OBJ_CIRC; in impl_initFromSdrObject()
453 mpImpl->mnObjId = E3D_POLYSCENE_ID | E3D_INVENTOR_FLAG; in impl_initFromSdrObject()
802 switch( mpImpl->mnObjId ) in _getTypes()
1398 while ( ( pMap->nId != mpImpl->mnObjId ) && pMap->aIdentifier.getLength() ) in getShapeType()
4149 switch( mpImpl->mnObjId ) in updateShapeKind()
4163 if( nId != mpImpl->mnObjId ) in updateShapeKind()
4165 mpImpl->mnObjId = nId; in updateShapeKind()