Home
last modified time | relevance | path

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

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/drivers/hsqldb/
H A DStorageNativeOutputStream.cxx112 …Reference< XOutputStream> xFlush = pHelper ? pHelper->getOutputStream() : Reference< XOutputStream… in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_close() local
113 if ( xFlush.is() ) in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_close()
116 xFlush->flush(); in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_close()
179 …Reference< XOutputStream > xFlush = pStream ? pStream->getOutputStream() : Reference< XOutputStrea… in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_sync() local
180 …OSL_ENSURE( xFlush.is(), "StorageNativeOutputStream::sync: could not retrieve an output stream!" ); in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_sync()
181 if ( xFlush.is() ) in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_sync()
185 xFlush->flush(); in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_sync()
H A DHStorageAccess.cxx72 …Reference< XOutputStream> xFlush = pHelper ? pHelper->getOutputStream() : Reference< XOutputStream… in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_close() local
73 if ( xFlush.is() ) in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_close()
76 xFlush->flush(); in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_close()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/drivers/hsqldb/
H A DStorageNativeOutputStream.cxx120 …Reference< XOutputStream> xFlush = pHelper.get() ? pHelper->getOutputStream() : Reference< XOutput… in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_close() local
121 if ( xFlush.is() ) in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_close()
124 xFlush->flush(); in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_close()
187 …Reference< XOutputStream > xFlush = pStream.get() ? pStream->getOutputStream() : Reference< XOutpu… in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_sync() local
188 …OSL_ENSURE( xFlush.is(), "StorageNativeOutputStream::sync: could not retrieve an output stream!" ); in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_sync()
189 if ( xFlush.is() ) in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_sync()
193 xFlush->flush(); in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_sync()
H A DHStorageAccess.cxx73 …Reference< XOutputStream> xFlush = pHelper.get() ? pHelper->getOutputStream() : Reference< XOutput… in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_close() local
74 if ( xFlush.is() ) in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_close()
77 xFlush->flush(); in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_close()
/dports/editors/libreoffice/libreoffice-7.2.6.2/framework/source/fwi/jobs/
H A Dconfigaccess.cxx143 css::uno::Reference< css::util::XChangesBatch > xFlush(m_xConfig, css::uno::UNO_QUERY); in close() local
144 if (xFlush.is()) in close()
145 xFlush->commitChanges(); in close()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/framework/source/fwi/jobs/
H A Dconfigaccess.cxx153 css::uno::Reference< css::util::XChangesBatch > xFlush(m_xConfig, css::uno::UNO_QUERY); in close() local
154 if (xFlush.is()) in close()
155 xFlush->commitChanges(); in close()
/dports/editors/libreoffice/libreoffice-7.2.6.2/filter/qa/complex/filter/misc/
H A DFinalizedMandatoryTest.java166 XFlushable xFlush = UnoRuntime.queryInterface(XFlushable.class, oObj); in checkReadonlySupport() local
194 xFlush.flush(); in checkReadonlySupport()
213 xFlush.flush(); in checkReadonlySupport()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/qa/complex/filter/misc/
H A DFinalizedMandatoryTest.java166 XFlushable xFlush = UnoRuntime.queryInterface(XFlushable.class, oObj); in checkReadonlySupport() local
194 xFlush.flush(); in checkReadonlySupport()
213 xFlush.flush(); in checkReadonlySupport()
/dports/editors/libreoffice/libreoffice-7.2.6.2/odk/examples/DevelopersGuide/OfficeDev/DisableCommands/
H A DDisableCommandsTest.java291 com.sun.star.util.XChangesBatch xFlush = in enableCommands() local
295 xFlush.commitChanges(); in enableCommands()
362 com.sun.star.util.XChangesBatch xFlush = in disableCommands() local
365 xFlush.commitChanges(); in disableCommands()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/odk/examples/DevelopersGuide/OfficeDev/DisableCommands/
H A DDisableCommandsTest.java291 com.sun.star.util.XChangesBatch xFlush = in enableCommands() local
295 xFlush.commitChanges(); in enableCommands()
362 com.sun.star.util.XChangesBatch xFlush = in disableCommands() local
365 xFlush.commitChanges(); in disableCommands()
/dports/editors/libreoffice/libreoffice-7.2.6.2/framework/source/uiconfiguration/
H A Dwindowstateconfiguration.cxx344 Reference< XChangesBatch > xFlush( m_xConfigAccess, UNO_QUERY ); in removeByName() local
345 if ( xFlush.is() ) in removeByName()
346 xFlush->commitChanges(); in removeByName()
401 Reference< XChangesBatch > xFlush( xFactory, UNO_QUERY ); in insertByName() local
402 if ( xFlush.is() ) in insertByName()
403 xFlush->commitChanges(); in insertByName()
469 Reference< XChangesBatch > xFlush( m_xConfigAccess, UNO_QUERY ); in replaceByName() local
470 if ( xFlush.is() ) in replaceByName()
471 xFlush->commitChanges(); in replaceByName()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/framework/source/uiconfiguration/
H A Dwindowstateconfiguration.cxx345 Reference< XChangesBatch > xFlush( m_xConfigAccess, UNO_QUERY ); in removeByName() local
346 if ( xFlush.is() ) in removeByName()
347 xFlush->commitChanges(); in removeByName()
400 Reference< XChangesBatch > xFlush( xFactory, UNO_QUERY ); in insertByName() local
401 if ( xFlush.is() ) in insertByName()
402 xFlush->commitChanges(); in insertByName()
468 Reference< XChangesBatch > xFlush( m_xConfigAccess, UNO_QUERY ); in replaceByName() local
469 if ( xFlush.is() ) in replaceByName()
470 xFlush->commitChanges(); in replaceByName()
/dports/editors/libreoffice/libreoffice-7.2.6.2/linguistic/source/
H A Dconvdiclist.cxx127 uno::Reference< util::XFlushable > xFlush( aConvDics[i] , UNO_QUERY ); in FlushDics() local
128 if (xFlush.is()) in FlushDics()
132 xFlush->flush(); in FlushDics()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/linguistic/source/
H A Dconvdiclist.cxx129 uno::Reference< util::XFlushable > xFlush( aConvDics[i] , UNO_QUERY ); in FlushDics() local
130 if (xFlush.is()) in FlushDics()
134 xFlush->flush(); in FlushDics()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/unodialogs/textconversiondlgs/
H A Dchinese_dictionarydialog.cxx94 Reference< util::XFlushable > xFlush( m_xDictionary, uno::UNO_QUERY ); in save() local
95 if( xFlush.is() ) in save()
96 xFlush->flush(); in save()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/unodialogs/textconversiondlgs/
H A Dchinese_dictionarydialog.cxx97 Reference< util::XFlushable > xFlush( m_xDictionary, uno::UNO_QUERY ); in save() local
98 if( xFlush.is() ) in save()
99 xFlush->flush(); in save()
/dports/japanese/kinput2/kinput2-v3.1/lib/imlib/
H A Dimxport.c85 static int xFlush _Pt_((IMConnection *conn));
89 xFlush,
347 xFlush(conn) in xFlush() function
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_extra/native/
H A Djuce_linux_X11_SystemTrayIcon.cpp52 X11Symbols::getInstance()->xFlush (display); in Pimpl()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_extra/native/
H A Djuce_linux_X11_SystemTrayIcon.cpp52 X11Symbols::getInstance()->xFlush (display); in Pimpl()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/native/x11/
H A Djuce_linux_X11_Symbols.cpp119 makeSymbolBinding (xFlush, "XFlush"), in loadAllSymbols()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/native/x11/
H A Djuce_linux_X11_Symbols.cpp119 makeSymbolBinding (xFlush, "XFlush"), in loadAllSymbols()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/dialogs/
H A Dhangulhanjadlg.cxx776 Reference< util::XFlushable > xFlush( xDict, uno::UNO_QUERY ); in IMPL_LINK_NOARG() local
777 if( xFlush.is() ) in IMPL_LINK_NOARG()
778 xFlush->flush(); in IMPL_LINK_NOARG()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/dialogs/
H A Dhangulhanjadlg.cxx766 Reference< util::XFlushable > xFlush( xDict, uno::UNO_QUERY ); in IMPL_LINK_NOARG() local
767 if( xFlush.is() ) in IMPL_LINK_NOARG()
768 xFlush->flush(); in IMPL_LINK_NOARG()
/dports/editors/libreoffice/libreoffice-7.2.6.2/filter/source/config/cache/
H A Dfiltercache.cxx575 css::uno::Reference< css::util::XChangesBatch > xFlush(xConfig, css::uno::UNO_QUERY); in flush() local
576 xFlush->commitChanges(); in flush()
587 css::uno::Reference< css::util::XChangesBatch > xFlush(xConfig, css::uno::UNO_QUERY); in flush() local
588 xFlush->commitChanges(); in flush()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/config/cache/
H A Dfiltercache.cxx578 css::uno::Reference< css::util::XChangesBatch > xFlush(xConfig, css::uno::UNO_QUERY); in flush() local
579 xFlush->commitChanges(); in flush()
590 css::uno::Reference< css::util::XChangesBatch > xFlush(xConfig, css::uno::UNO_QUERY); in flush() local
591 xFlush->commitChanges(); in flush()

12