Searched refs:bAsync (Results 1 – 9 of 9) sorted by relevance
151 void SessionListener::StoreSession( sal_Bool bAsync ) in StoreSession() argument168 if ( bAsync ) in StoreSession()172 …args[0] = PropertyValue(OUString::createFromAscii("DispatchAsynchron"),-1,makeAny(bAsync),Property… in StoreSession()179 if ( bAsync && m_rSessionManager.is() ) in StoreSession()
663 …sal_Bool bAsync = lArgs.getUnpackedValueOrDefault(PROP_DISPATCH_ASYNCHRON, (sal_Bool)sal_Fa… in dispatch() local667 if (bAsync) in dispatch()673 if (bAsync) in dispatch()
562 bool bAsync = false; in Edit() local573 bAsync = true; in Edit()580 bAsync = true; in Edit()583 if ( !bAsync ) in Edit()
888 const SfxPoolItem* SfxShell::ExecuteSlot( SfxRequest& rReq, sal_Bool bAsync ) in ExecuteSlot() argument890 if( !bAsync ) in ExecuteSlot()
123 void StoreSession( sal_Bool bAsync );
209 const SfxPoolItem* ExecuteSlot( SfxRequest &rReq, sal_Bool bAsync );
213 SAL_DLLPRIVATE void ExecReload_Impl( SfxRequest &rReq, sal_Bool bAsync );
289 void SfxViewFrame::ExecReload_Impl( SfxRequest& rReq, sal_Bool bAsync ) in ExecReload_Impl() argument291 if( bAsync ) in ExecReload_Impl()
436 sal_Bool bAsync = pDoc->IsInLoadAsynchron(); in ~SwHTMLParser() local449 if( nLinkMode != NEVER && bAsync && in ~SwHTMLParser()
Completed in 133 milliseconds