Lines Matching refs:nInvent
384 void SdrCreateView::SetCurrentObj(sal_uInt16 nIdent, sal_uInt32 nInvent) in SetCurrentObj() argument
386 if (nAktInvent!=nInvent || nAktIdent!=nIdent) in SetCurrentObj()
388 nAktInvent=nInvent; 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()
567 sal_uInt32 nInvent(nAktInvent); in BegCreatePreparedObject() local
572 nInvent = pPreparedFactoryObject->GetObjInventor(); in BegCreatePreparedObject()
576 …return ImpBegCreateObj(nInvent, nIdent, rPnt, 0L, nMinMov, 0L, Rectangle(), pPreparedFactoryObject… in BegCreatePreparedObject()