Lines Matching refs:pRetVal
72 SfxPoolItem* pRetVal; // R"uckgabewert geh"ort sich selbst member
142 if ( pImp->pRetVal ) in ~SfxRequest()
143 DeleteItemOnIdle(pImp->pRetVal); in ~SfxRequest()
163 pImp->pRetVal = 0; in SfxRequest()
207 pImp->pRetVal = 0; in SfxRequest()
250 pImp->pRetVal = 0; in SfxRequest()
273 pImp->pRetVal = 0; in SfxRequest()
301 pImp->pRetVal = 0; in SfxRequest()
551 DBG_ASSERT(!pImp->pRetVal, "Returnwert mehrfach setzen?"); in SetReturnValue()
552 if(pImp->pRetVal) in SetReturnValue()
553 delete pImp->pRetVal; in SetReturnValue()
554 pImp->pRetVal = rItem.Clone(); in SetReturnValue()
561 return pImp->pRetVal; in GetReturnValue()