Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/doc/
H A Ddocfile.cxx394 pURLObj( URLVal ), \
2762 DELETEZ( pURLObj ); in Init_Impl()
2806 rMedium.pURLObj ? new INetURLObject(*rMedium.pURLObj) : 0 ), in SfxMedium()
3168 DELETEZ( pURLObj ); in RefreshName_Impl()
3210 DELETEZ( pURLObj ); in SetName()
3460 delete pURLObj; in ~SfxMedium()
3474 if( !pURLObj ) in GetURLObject()
3477 pThis->pURLObj = new INetURLObject( aLogicName ); in GetURLObject()
3478 if ( pThis->pURLObj->HasMark() ) in GetURLObject()
3479 (*pThis->pURLObj) = INetURLObject( aLogicName ).GetURLNoMark(); in GetURLObject()
[all …]
/trunk/main/sfx2/inc/sfx2/
H A Ddocfile.hxx86 INetURLObject* pURLObj; member in SfxMedium