Searched refs:xWindowComp (Results 1 – 3 of 3) sorted by relevance
230 Reference< XComponent > xWindowComp( m_xWindow, UNO_QUERY ); in createPicker() local231 OSL_ENSURE( xWindowComp.is(), "OCommonPicker::createFileDialog: invalid window component!" ); in createPicker()232 if ( xWindowComp.is() ) in createPicker()234 m_xWindowListenerAdapter = new OWeakEventListenerAdapter( this, xWindowComp ); in createPicker()241 xWindowComp = xWindowComp.query( m_xDialogParent ); in createPicker()242 …OSL_ENSURE( xWindowComp.is() || !m_pDlg->GetParent(), "OCommonPicker::createFileDialog: invalid wi… in createPicker()243 if ( xWindowComp.is() ) in createPicker()245 m_xParentListenerAdapter = new OWeakEventListenerAdapter( this, xWindowComp ); in createPicker()
234 Reference< XComponent > xWindowComp( m_xWindow, UNO_QUERY_THROW ); in disposing() local235 xWindowComp->dispose(); in disposing()
199 Reference< XComponent > xWindowComp( m_xWindow, UNO_QUERY_THROW ); in disposing() local200 xWindowComp->dispose(); in disposing()
Completed in 16 milliseconds