Home
last modified time | relevance | path

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

/aoo4110/main/svtools/source/hatchwindow/
H A Ddocumentcloser.cxx65 void MainThreadFrameCloserRequest::Start( MainThreadFrameCloserRequest* pMTRequest ) in Start() argument
67 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() argument
83 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 15 milliseconds