Lines Matching refs:pNewControl
3165 SdrObject* pNewControl = NULL; in createControl() local
3169 …pNewControl = SdrObjFactory::MakeNewObject( ReportInventor, _nObjectId, pSectionWindow->getReportS… in createControl()
3170 xShapeProp.set(pNewControl->getUnoShape(),uno::UNO_QUERY); in createControl()
3174 pSectionWindow->getReportSection().createDefault(sCustomShapeType,pNewControl); in createControl()
3175 pNewControl->SetLogicRect(Rectangle(3000,500,6000,3500)); // switch height and width in createControl()
3179 …pNewControl = SdrObjFactory::MakeNewObject( ReportInventor, _nObjectId, pSectionWindow->getReportS… in createControl()
3181 pNewControl->SetLogicRect(Rectangle(3000,500,8000,5500)); // switch height and width in createControl()
3182 xShapeProp.set(pNewControl->getUnoShape(),uno::UNO_QUERY_THROW); in createControl()
3183 OOle2Obj* pObj = dynamic_cast<OOle2Obj*>(pNewControl); in createControl()
3200 pNewControl = pControl; in createControl()
3260 correctOverlapping(pNewControl,pSectionWindow->getReportSection()); in createControl()