Home
last modified time | relevance | path

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

/trunk/main/chart2/source/tools/
H A DLifeTime.cxx205 ::g_close_startTryClose(sal_Bool bDeliverOwnership) in g_close_startTryClose() argument
252 xCloseListener->queryClosing( aEvent, bDeliverOwnership ); in g_close_startTryClose()
260 g_close_endTryClose(bDeliverOwnership, sal_False); in g_close_startTryClose()
268 ::g_close_endTryClose(sal_Bool bDeliverOwnership, sal_Bool /* bMyVeto */ ) in g_close_endTryClose() argument
272 impl_setOwnership( bDeliverOwnership, sal_False ); in g_close_endTryClose()
283 ::g_close_isNeedToCancelLongLastingCalls( sal_Bool bDeliverOwnership, util::CloseVetoException& ex ) in g_close_isNeedToCancelLongLastingCalls() argument
299 impl_setOwnership( bDeliverOwnership, sal_True ); in g_close_isNeedToCancelLongLastingCalls()
327 ::impl_setOwnership( sal_Bool bDeliverOwnership, sal_Bool bMyVeto ) in impl_setOwnership() argument
329 m_bOwnership = bDeliverOwnership && bMyVeto; in impl_setOwnership()
/trunk/main/chart2/source/inc/
H A DLifeTime.hxx105 OOO_DLLPUBLIC_CHARTTOOLS sal_Bool g_close_startTryClose(sal_Bool bDeliverOwnership)
107 …HARTTOOLS sal_Bool g_close_isNeedToCancelLongLastingCalls( sal_Bool bDeliverOwnership, ::com::sun:…
109 OOO_DLLPUBLIC_CHARTTOOLS void g_close_endTryClose(sal_Bool bDeliverOwnership, sal_Bool bMyVeto );
119 void impl_setOwnership( sal_Bool bDeliverOwnership, sal_Bool bMyVeto );
/trunk/main/embeddedobj/source/commonembedding/
H A Dmiscobj.cxx552 void SAL_CALL OCommonEmbeddedObject::close( sal_Bool bDeliverOwnership ) in close() argument
574 … ((util::XCloseListener*)pIterator.next())->queryClosing( aSource, bDeliverOwnership ); in close()
615 m_pDocHolder->CloseDocument( bDeliverOwnership, bDeliverOwnership ); in close()
619 if ( bDeliverOwnership ) in close()
/trunk/main/embeddedobj/source/msole/
H A Dolemisc.cxx452 void SAL_CALL OleEmbeddedObject::close( sal_Bool bDeliverOwnership ) in close() argument
461 xWrappedObject->close( bDeliverOwnership ); in close()
484 … ((util::XCloseListener*)pIterator.next())->queryClosing( aSource, bDeliverOwnership ); in close()
H A Dolecomponent.cxx1450 void SAL_CALL OleComponent::close( sal_Bool bDeliverOwnership ) in close() argument
1472 … ( (util::XCloseListener* )pIterator.next() )->queryClosing( aSource, bDeliverOwnership ); in close()
/trunk/main/chart2/source/model/main/
H A DChartModel.cxx619 void SAL_CALL ChartModel::close( sal_Bool bDeliverOwnership ) in close() argument
625 if( !m_aLifeTimeManager.g_close_startTryClose( bDeliverOwnership ) ) in close()
642 …if( m_aLifeTimeManager.g_close_isNeedToCancelLongLastingCalls( bDeliverOwnership, aVetoException )… in close()
661 m_aLifeTimeManager.g_close_endTryClose( bDeliverOwnership, sal_True ); in close()
H A DChartModel.hxx325 close( sal_Bool bDeliverOwnership )
/trunk/main/sfx2/source/doc/
H A Dobjserv.cxx158 … virtual void SAL_CALL queryClosing( const lang::EventObject& aEvent, sal_Bool bDeliverOwnership )
173 …L_CALL SfxClosePreventer_Impl::queryClosing( const lang::EventObject&, sal_Bool bDeliverOwnership ) in queryClosing() argument
179 m_bGotOwnership = bDeliverOwnership; in queryClosing()
H A Dobjxtor.cxx163 …AL_CALL queryClosing( const com::sun::star::lang::EventObject& aEvent, sal_Bool bDeliverOwnership )
H A Dsfxbasemodel.cxx1432 void SAL_CALL SfxBaseModel::close( sal_Bool bDeliverOwnership ) throw (util::CloseVetoException, un… in close() argument
1450 … ((util::XCloseListener*)pIterator.next())->queryClosing( aSource, bDeliverOwnership ); in close()
1461 if (bDeliverOwnership) in close()
/trunk/main/embeddedobj/source/general/
H A Ddummyobject.cxx616 void SAL_CALL ODummyEmbeddedObject::close( sal_Bool bDeliverOwnership ) in close() argument
638 … ((util::XCloseListener*)pIterator.next())->queryClosing( aSource, bDeliverOwnership ); in close()
H A Ddocholder.cxx296 void DocumentHolder::CloseDocument( sal_Bool bDeliverOwnership, sal_Bool bWaitForClose ) in CloseDocument() argument
318 xCloseable->close( bDeliverOwnership ); in CloseDocument()
/trunk/main/framework/inc/services/
H A Dlicense.hxx105 … virtual void SAL_CALL close(sal_Bool bDeliverOwnership) throw (css::util::CloseVetoException);
/trunk/main/sfx2/source/view/
H A Dsfxbasecontroller.cxx389 virtual void SAL_CALL queryClosing( const EVENTOBJECT& aEvent, sal_Bool bDeliverOwnership )
416 …ntroller_CloseListenerHelper::queryClosing( const EVENTOBJECT& aEvent, sal_Bool bDeliverOwnership ) in queryClosing() argument
426 … if ( bDeliverOwnership && ( !pShell->GetWindow() || !pShell->GetWindow()->IsReallyVisible() ) ) in queryClosing()
/trunk/main/sfx2/source/inc/
H A Dplugin.hxx70 …virtual void SAL_CALL close( sal_Bool bDeliverOwnership ) throw( com::sun::star::util::CloseVetoEx…
H A Diframe.hxx70 …virtual void SAL_CALL close( sal_Bool bDeliverOwnership ) throw( com::sun::star::util::CloseVetoEx…
/trunk/main/sw/source/ui/uno/
H A Dunomailmerge.cxx281 sal_Bool bDeliverOwnership = ( 0 == m_nPendingDeleteAttempts ); in IMPL_LINK() local
284 m_xDocument->close( bDeliverOwnership ); in IMPL_LINK()
H A Dunotxdoc.cxx619 void SwXTextDocument::close( sal_Bool bDeliverOwnership ) throw( util::CloseVetoException, RuntimeE… in close() argument
631 SfxBaseModel::close(bDeliverOwnership); in close()
/trunk/main/embeddedobj/source/inc/
H A Ddocholder.hxx134 void CloseDocument( sal_Bool bDeliverOwnership, sal_Bool bWaitForClose );
/trunk/main/odk/examples/java/EmbedDocument/EmbeddedObject/
H A DOwnEmbeddedObject.java761 public void close(boolean bDeliverOwnership) throws com.sun.star.util.CloseVetoException in close() argument
778 xListener.queryClosing( aEventObject, bDeliverOwnership ); in close()
/trunk/main/sw/inc/
H A Dunotxdoc.hxx291 …virtual void SAL_CALL close( sal_Bool bDeliverOwnership ) throw (css::util::CloseVetoException, cs…
/trunk/main/sfx2/inc/sfx2/
H A Dsfxbasemodel.hxx828 …virtual void SAL_CALL close( sal_Bool bDeliverOwnership ) throw (CLOSEVETOEXCEPTION, RUNTIMEEXCEPT…

Completed in 131 milliseconds