Lines Matching refs:nIdent
384 void SdrCreateView::SetCurrentObj(sal_uInt16 nIdent, sal_uInt32 nInvent) in SetCurrentObj() argument
386 if (nAktInvent!=nInvent || nAktIdent!=nIdent) in SetCurrentObj()
389 nAktIdent=nIdent; in SetCurrentObj()
390 SdrObject* pObj = SdrObjFactory::MakeNewObject(nInvent,nIdent,NULL,NULL); in SetCurrentObj()
418 sal_Bool SdrCreateView::ImpBegCreateObj(sal_uInt32 nInvent, sal_uInt16 nIdent, const Point& rPnt, O… in ImpBegCreateObj() argument
439 if(nInvent == SdrInventor && nIdent == OBJ_MEASURE && aMeasureLayer.Len()) in ImpBegCreateObj()
463 pAktCreate = SdrObjFactory::MakeNewObject(nInvent, nIdent, pCreatePV->GetPage(), pMod); in ImpBegCreateObj()
481 if(nInvent != SdrInventor || nIdent != OBJ_NONE) in ImpBegCreateObj()
496 if (nInvent==SdrInventor && (nIdent==OBJ_TEXT || nIdent==OBJ_TEXTEXT || in ImpBegCreateObj()
497 nIdent==OBJ_TITLETEXT || nIdent==OBJ_OUTLINETEXT)) in ImpBegCreateObj()
568 sal_uInt16 nIdent(nAktIdent); in BegCreatePreparedObject() local
573 nIdent = pPreparedFactoryObject->GetObjIdentifier(); in BegCreatePreparedObject()
576 …return ImpBegCreateObj(nInvent, nIdent, rPnt, 0L, nMinMov, 0L, Rectangle(), pPreparedFactoryObject… in BegCreatePreparedObject()