Home
last modified time | relevance | path

Searched refs:pRetVal (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/sfx2/source/control/
H A Drequest.cxx72 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()
[all …]
/AOO41X/main/tools/source/stream/
H A Dstream.cxx2948 void* pRetVal = pBuf; in SwitchBuffer() local
2968 return pRetVal; in SwitchBuffer()