Searched refs:maDocShellRef (Results 1 – 2 of 2) sorted by relevance
156 if( maDocShellRef.Is() ) in ~SdTransferable()158 SfxObjectShell* pObj = maDocShellRef; in ~SdTransferable()163 maDocShellRef.Clear(); in ~SdTransferable()308 if( !maDocShellRef.Is() && mpSdDrawDocumentIntern->GetDocSh() ) in CreateData()309 maDocShellRef = mpSdDrawDocumentIntern->GetDocSh(); in CreateData()311 if( !maDocShellRef.Is() ) in CreateData()522 SfxObjectShellRef aOldRef( maDocShellRef ); in GetData()524 maDocShellRef.Clear(); in GetData()537 if( maDocShellRef.Is() ) in GetData()539 maDocShellRef->DoClose(); in GetData()[all …]
55 …void SetDocShell( const SfxObjectShellRef& rRef ) { maDocShellRef = rRe… in SetDocShell()56 const SfxObjectShellRef& GetDocShell() const { return maDocShellRef; } in GetDocShell()129 SfxObjectShellRef maDocShellRef; member in SdTransferable