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()
289 ViewObjectContact* pRetval = new ViewObjectContactOfPageFill(rObjectContact, *this); in CreateObjectSpecificViewObjectContact() local
290 DBG_ASSERT(pRetval, "ViewContact::CreateObjectSpecificViewObjectContact() failed (!)"); in CreateObjectSpecificViewObjectContact()
292 return *pRetval; in CreateObjectSpecificViewObjectContact()
332 ViewObjectContact* pRetval = new ViewObjectContactOfOuterPageBorder(rObjectContact, *this); in CreateObjectSpecificViewObjectContact() local
333 DBG_ASSERT(pRetval, "ViewContact::CreateObjectSpecificViewObjectContact() failed (!)"); in CreateObjectSpecificViewObjectContact()
335 return *pRetval; in CreateObjectSpecificViewObjectContact()
401 ViewObjectContact* pRetval = new ViewObjectContactOfInnerPageBorder(rObjectContact, *this); in CreateObjectSpecificViewObjectContact() local
402 DBG_ASSERT(pRetval, "ViewContact::CreateObjectSpecificViewObjectContact() failed (!)"); in CreateObjectSpecificViewObjectContact()
404 return *pRetval; in CreateObjectSpecificViewObjectContact()
455 ViewObjectContact* pRetval = new ViewObjectContactOfPageHierarchy(rObjectContact, *this); in CreateObjectSpecificViewObjectContact() local
456 DBG_ASSERT(pRetval, "ViewContact::CreateObjectSpecificViewObjectContact() failed (!)"); in CreateObjectSpecificViewObjectContact()
458 return *pRetval; in CreateObjectSpecificViewObjectContact()
510 ViewObjectContact* pRetval = new ViewObjectContactOfPageGrid(rObjectContact, *this); in CreateObjectSpecificViewObjectContact() local
511 DBG_ASSERT(pRetval, "ViewContact::CreateObjectSpecificViewObjectContact() failed (!)"); in CreateObjectSpecificViewObjectContact()
513 return *pRetval; in CreateObjectSpecificViewObjectContact()
543 ViewObjectContact* pRetval = new ViewObjectContactOfPageHelplines(rObjectContact, *this); in CreateObjectSpecificViewObjectContact() local
544 DBG_ASSERT(pRetval, "ViewContact::CreateObjectSpecificViewObjectContact() failed (!)"); in CreateObjectSpecificViewObjectContact()
546 return *pRetval; in CreateObjectSpecificViewObjectContact()
578 ViewObjectContact* pRetval = new ViewObjectContactOfSdrPage(rObjectContact, *this); in CreateObjectSpecificViewObjectContact() local
579 DBG_ASSERT(pRetval, "ViewContact::CreateObjectSpecificViewObjectContact() failed (!)"); in CreateObjectSpecificViewObjectContact()
581 return *pRetval; in CreateObjectSpecificViewObjectContact()