Lines Matching refs:pRetval

88 			ViewObjectContact* pRetval = new ViewObjectContactOfPageBackground(rObjectContact, *this);  in CreateObjectSpecificViewObjectContact()  local
89 DBG_ASSERT(pRetval, "ViewContact::CreateObjectSpecificViewObjectContact() failed (!)"); in CreateObjectSpecificViewObjectContact()
91 return *pRetval; in CreateObjectSpecificViewObjectContact()
126 ViewObjectContact* pRetval = new ViewObjectContactOfPageShadow(rObjectContact, *this); in CreateObjectSpecificViewObjectContact() local
127 DBG_ASSERT(pRetval, "ViewContact::CreateObjectSpecificViewObjectContact() failed (!)"); in CreateObjectSpecificViewObjectContact()
129 return *pRetval; in CreateObjectSpecificViewObjectContact()
208 ViewObjectContact* pRetval = new ViewObjectContactOfMasterPage(rObjectContact, *this); in CreateObjectSpecificViewObjectContact() local
209 DBG_ASSERT(pRetval, "ViewContact::CreateObjectSpecificViewObjectContact() failed (!)"); in CreateObjectSpecificViewObjectContact()
211 return *pRetval; in CreateObjectSpecificViewObjectContact()
287 ViewObjectContact* pRetval = new ViewObjectContactOfPageFill(rObjectContact, *this); in CreateObjectSpecificViewObjectContact() local
288 DBG_ASSERT(pRetval, "ViewContact::CreateObjectSpecificViewObjectContact() failed (!)"); in CreateObjectSpecificViewObjectContact()
290 return *pRetval; in CreateObjectSpecificViewObjectContact()
330 ViewObjectContact* pRetval = new ViewObjectContactOfOuterPageBorder(rObjectContact, *this); in CreateObjectSpecificViewObjectContact() local
331 DBG_ASSERT(pRetval, "ViewContact::CreateObjectSpecificViewObjectContact() failed (!)"); in CreateObjectSpecificViewObjectContact()
333 return *pRetval; in CreateObjectSpecificViewObjectContact()
399 ViewObjectContact* pRetval = new ViewObjectContactOfInnerPageBorder(rObjectContact, *this); in CreateObjectSpecificViewObjectContact() local
400 DBG_ASSERT(pRetval, "ViewContact::CreateObjectSpecificViewObjectContact() failed (!)"); in CreateObjectSpecificViewObjectContact()
402 return *pRetval; in CreateObjectSpecificViewObjectContact()
453 ViewObjectContact* pRetval = new ViewObjectContactOfPageHierarchy(rObjectContact, *this); in CreateObjectSpecificViewObjectContact() local
454 DBG_ASSERT(pRetval, "ViewContact::CreateObjectSpecificViewObjectContact() failed (!)"); in CreateObjectSpecificViewObjectContact()
456 return *pRetval; in CreateObjectSpecificViewObjectContact()
508 ViewObjectContact* pRetval = new ViewObjectContactOfPageGrid(rObjectContact, *this); in CreateObjectSpecificViewObjectContact() local
509 DBG_ASSERT(pRetval, "ViewContact::CreateObjectSpecificViewObjectContact() failed (!)"); in CreateObjectSpecificViewObjectContact()
511 return *pRetval; in CreateObjectSpecificViewObjectContact()
541 ViewObjectContact* pRetval = new ViewObjectContactOfPageHelplines(rObjectContact, *this); in CreateObjectSpecificViewObjectContact() local
542 DBG_ASSERT(pRetval, "ViewContact::CreateObjectSpecificViewObjectContact() failed (!)"); in CreateObjectSpecificViewObjectContact()
544 return *pRetval; in CreateObjectSpecificViewObjectContact()
576 ViewObjectContact* pRetval = new ViewObjectContactOfSdrPage(rObjectContact, *this); in CreateObjectSpecificViewObjectContact() local
577 DBG_ASSERT(pRetval, "ViewContact::CreateObjectSpecificViewObjectContact() failed (!)"); in CreateObjectSpecificViewObjectContact()
579 return *pRetval; in CreateObjectSpecificViewObjectContact()