/aoo41x/main/connectivity/source/drivers/hsqldb/ |
H A D | StorageNativeOutputStream.cxx | 136 …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 D | HStorageAccess.cxx | 82 …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()
|
/aoo41x/main/framework/source/uiconfiguration/ |
H A D | windowstateconfiguration.cxx | 430 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()
|
/aoo41x/main/framework/source/fwi/jobs/ |
H A D | configaccess.cxx | 200 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()
|
/aoo41x/main/odk/examples/DevelopersGuide/OfficeDev/DisableCommands/ |
H A D | DisableCommandsTest.java | 295 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()
|
/aoo41x/main/filter/qa/complex/filter/misc/ |
H A D | FinalizedMandatoryTest.java | 205 XFlushable xFlush = UnoRuntime.queryInterface(XFlushable.class, oObj); in checkReadonlySupport() local 240 xFlush.flush(); in checkReadonlySupport() 266 xFlush.flush(); in checkReadonlySupport()
|
/aoo41x/main/linguistic/source/ |
H A D | convdiclist.cxx | 169 uno::Reference< util::XFlushable > xFlush( pDic[i] , UNO_QUERY ); in FlushDics() local 170 if (xFlush.is()) in FlushDics() 174 xFlush->flush(); in FlushDics()
|
/aoo41x/main/svx/source/unodialogs/textconversiondlgs/ |
H A D | chinese_dictionarydialog.cxx | 158 Reference< util::XFlushable > xFlush( m_xDictionary, uno::UNO_QUERY ); in save() local 159 if( xFlush.is() ) in save() 160 xFlush->flush(); in save()
|
/aoo41x/main/cui/source/dialogs/ |
H A D | hangulhanjadlg.cxx | 1017 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()
|
/aoo41x/main/filter/source/config/cache/ |
H A D | filtercache.cxx | 665 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()
|
/aoo41x/main/dbaccess/source/ui/app/ |
H A D | AppController.cxx | 357 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()
|
/aoo41x/main/dbaccess/source/ui/browser/ |
H A D | unodatbr.cxx | 3002 Reference< XFlushable > xFlush( _rxConnection, UNO_QUERY ); in impl_releaseConnection() local 3003 if ( xFlush.is() ) in impl_releaseConnection() 3004 xFlush->flush(); in impl_releaseConnection()
|
/aoo41x/main/framework/source/services/ |
H A D | autorecovery.cxx | 1418 css::uno::Reference< css::util::XChangesBatch > xFlush(xCFG, css::uno::UNO_QUERY_THROW); in implts_flushConfigItem() local 1419 xFlush->commitChanges(); in implts_flushConfigItem()
|