Searched refs:pMTRequest (Results 1 – 1 of 1) sorted by relevance
65 void MainThreadFrameCloserRequest::Start( MainThreadFrameCloserRequest* pMTRequest ) in Start() argument67 if ( pMTRequest ) in Start()72 worker( NULL, pMTRequest ); in Start()75 …pplication::PostUserEvent( STATIC_LINK( NULL, MainThreadFrameCloserRequest, worker ), pMTRequest ); in Start()80 IMPL_STATIC_LINK( MainThreadFrameCloserRequest, worker, MainThreadFrameCloserRequest*, pMTRequest ) in IMPL_STATIC_LINK() argument83 if ( pMTRequest ) in IMPL_STATIC_LINK()85 if ( pMTRequest->m_xFrame.is() ) in IMPL_STATIC_LINK()92 uno::Reference< awt::XWindow > xWindow = pMTRequest->m_xFrame->getContainerWindow(); in IMPL_STATIC_LINK()112 uno::Reference< util::XCloseable > xCloseable( pMTRequest->m_xFrame, uno::UNO_QUERY_THROW ); in IMPL_STATIC_LINK()121 delete pMTRequest; in IMPL_STATIC_LINK()
Completed in 28 milliseconds