Home
last modified time | relevance | path

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

/trunk/main/connectivity/source/drivers/hsqldb/
H A DStorageNativeOutputStream.cxx136 …Reference< XOutputStream> xFlush = pHelper.get() ? pHelper->getOutputStream() : Reference< XOutput… in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_close() local
137 if ( xFlush.is() ) in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_close()
140 xFlush->flush(); in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_close()
201 …Reference< XOutputStream > xFlush = pStream.get() ? pStream->getOutputStream() : Reference< XOutpu… in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_sync() local
202 …OSL_ENSURE( xFlush.is(), "StorageNativeOutputStream::sync: could not retrieve an output stream!" ); in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_sync()
203 if ( xFlush.is() ) in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_sync()
207 xFlush->flush(); in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_sync()
H A DHStorageAccess.cxx82 …Reference< XOutputStream> xFlush = pHelper.get() ? pHelper->getOutputStream() : Reference< XOutput… in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_close() local
83 if ( xFlush.is() ) in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_close()
86 xFlush->flush(); in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_close()
/trunk/main/framework/source/uiconfiguration/
H A Dwindowstateconfiguration.cxx430 Reference< XChangesBatch > xFlush( m_xConfigAccess, UNO_QUERY ); in removeByName() local
431 if ( xFlush.is() ) in removeByName()
432 xFlush->commitChanges(); in removeByName()
487 Reference< XChangesBatch > xFlush( xFactory, UNO_QUERY ); in insertByName() local
488 if ( xFlush.is() ) in insertByName()
489 xFlush->commitChanges(); in insertByName()
561 Reference< XChangesBatch > xFlush( m_xConfigAccess, UNO_QUERY ); in replaceByName() local
562 if ( xFlush.is() ) in replaceByName()
563 xFlush->commitChanges(); in replaceByName()
/trunk/main/framework/source/fwi/jobs/
H A Dconfigaccess.cxx200 css::uno::Reference< css::util::XChangesBatch > xFlush(m_xConfig, css::uno::UNO_QUERY); in close() local
201 if (xFlush.is()) in close()
202 xFlush->commitChanges(); in close()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DisableCommands/
H A DDisableCommandsTest.java295 com.sun.star.util.XChangesBatch xFlush = in enableCommands() local
299 xFlush.commitChanges(); in enableCommands()
367 com.sun.star.util.XChangesBatch xFlush = in disableCommands() local
370 xFlush.commitChanges(); in disableCommands()
/trunk/main/filter/qa/complex/filter/misc/
H A DFinalizedMandatoryTest.java205 XFlushable xFlush = UnoRuntime.queryInterface(XFlushable.class, oObj); in checkReadonlySupport() local
240 xFlush.flush(); in checkReadonlySupport()
266 xFlush.flush(); in checkReadonlySupport()
/trunk/main/linguistic/source/
H A Dconvdiclist.cxx169 uno::Reference< util::XFlushable > xFlush( pDic[i] , UNO_QUERY ); in FlushDics() local
170 if (xFlush.is()) in FlushDics()
174 xFlush->flush(); in FlushDics()
/trunk/main/svx/source/unodialogs/textconversiondlgs/
H A Dchinese_dictionarydialog.cxx158 Reference< util::XFlushable > xFlush( m_xDictionary, uno::UNO_QUERY ); in save() local
159 if( xFlush.is() ) in save()
160 xFlush->flush(); in save()
/trunk/main/filter/source/config/cache/
H A Dfiltercache.cxx665 css::uno::Reference< css::util::XChangesBatch > xFlush(xConfig, css::uno::UNO_QUERY); in flush() local
666 xFlush->commitChanges(); in flush()
677 css::uno::Reference< css::util::XChangesBatch > xFlush(xConfig, css::uno::UNO_QUERY); in flush() local
678 xFlush->commitChanges(); in flush()
/trunk/main/cui/source/dialogs/
H A Dhangulhanjadlg.cxx1017 Reference< util::XFlushable > xFlush( xDict, uno::UNO_QUERY ); in IMPL_LINK() local
1018 if( xFlush.is() ) in IMPL_LINK()
1019 xFlush->flush(); in IMPL_LINK()
/trunk/main/dbaccess/source/ui/app/
H A DAppController.cxx357 Reference< XFlushable > xFlush( m_xDataSourceConnection, UNO_QUERY ); in IMPLEMENT_FORWARD_XTYPEPROVIDER2() local
358 if ( xFlush.is() && m_xMetaData.is() && !m_xMetaData->isReadOnly() ) in IMPLEMENT_FORWARD_XTYPEPROVIDER2()
359 xFlush->flush(); in IMPLEMENT_FORWARD_XTYPEPROVIDER2()
/trunk/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx3003 Reference< XFlushable > xFlush( _rxConnection, UNO_QUERY ); in impl_releaseConnection() local
3004 if ( xFlush.is() ) in impl_releaseConnection()
3005 xFlush->flush(); in impl_releaseConnection()
/trunk/main/framework/source/services/
H A Dautorecovery.cxx1418 css::uno::Reference< css::util::XChangesBatch > xFlush(xCFG, css::uno::UNO_QUERY_THROW); in implts_flushConfigItem() local
1419 xFlush->commitChanges(); in implts_flushConfigItem()

Completed in 112 milliseconds