Searched refs:bForceSynchron (Results 1 – 4 of 4) sorted by relevance
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/control/ |
H A D | statcach.cxx | 156 …pl::Dispatch( const css::uno::Sequence < css::beans::PropertyValue >& aProps, bool bForceSynchron ) in Dispatch() argument 163 css::uno::Any aResult = xHelper->executeDispatch(xDisp, aURL, bForceSynchron, aProps); in Dispatch() 469 sal_Int16 SfxStateCache::Dispatch( const SfxItemSet* pSet, bool bForceSynchron ) in Dispatch() argument 481 eRet = mxDispatch->Dispatch( aArgs, bForceSynchron ); in Dispatch()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/inc/ |
H A D | statcach.hxx | 56 … Dispatch( const css::uno::Sequence < css::beans::PropertyValue >& aProps, bool bForceSynchron ); 91 sal_Int16 Dispatch( const SfxItemSet* pSet, bool bForceSynchron );
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/inc/ |
H A D | statcach.hxx | 56 … Dispatch( const css::uno::Sequence < css::beans::PropertyValue >& aProps, bool bForceSynchron ); 91 sal_Int16 Dispatch( const SfxItemSet* pSet, bool bForceSynchron );
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/control/ |
H A D | statcach.cxx | 154 …pl::Dispatch( const css::uno::Sequence < css::beans::PropertyValue >& aProps, bool bForceSynchron ) in Dispatch() argument 161 css::uno::Any aResult = xHelper->executeDispatch(xDisp, aURL, bForceSynchron, aProps); in Dispatch() 483 sal_Int16 SfxStateCache::Dispatch( const SfxItemSet* pSet, bool bForceSynchron ) in Dispatch() argument 495 eRet = mxDispatch->Dispatch( aArgs, bForceSynchron ); in Dispatch()
|