Home
last modified time | relevance | path

Searched refs:sync (Results 1 – 25 of 47) sorted by relevance

12

/trunk/main/offapi/com/sun/star/sync/
H A DXSyncCollector.idl34 #include <com/sun/star/sync/SyncScheme.idl>
37 #include <com/sun/star/sync/SyncInfo.idl>
40 #include <com/sun/star/sync/SyncElement.idl>
45 module com { module sun { module star { module sync {
51 [in] sequence<com::sun::star::sync::SyncScheme> aSyncSchemes,
54 sequence<com::sun::star::sync::SyncScheme> getRegisteredSyncSchemes();
57 [in] com::sun::star::sync::SyncInfo aSyncInfo );
64 [in] com::sun::star::sync::SyncElement aSyncElementIn,
65 [out] com::sun::star::sync::SyncElement aSyncElementOut );
68 [in] com::sun::star::sync::SyncElement aSyncElement,
[all …]
H A DXSynchronizer.idl28 #include <com/sun/star/sync/XSyncCollector.idl>
31 #include <com/sun/star/sync/SyncInfo.idl>
36 module com { module sun { module star { module sync {
41 boolean beginSynchronize( [in] com::sun::star::sync::XSyncCollector xClientCollector,
42 [in] com::sun::star::sync::XSyncCollector xServerCollector,
46 boolean getSyncList( [out] sequence<com::sun::star::sync::SyncElement> aSyncSeq );
48 boolean performSync( [in] sequence<com::sun::star::sync::SyncElement> aSyncSeq );
H A DSyncCollector.idl28 #include <com/sun/star/sync/XSyncCollector.idl>
33 module com { module sun { module star { module sync {
38 interface com::sun::star::sync::XSyncCollector;
H A DSynchronizer.idl28 #include <com/sun/star/sync/XSynchronizer.idl>
33 module com { module sun { module star { module sync {
38 interface com::sun::star::sync::XSynchronizer;
H A DSyncInfo.idl28 #include <com/sun/star/sync/SyncScheme.idl>
31 #include <com/sun/star/sync/FilterData.idl>
36 module com { module sun { module star { module sync {
H A DFilterData.idl29 module com { module sun { module star { module sync {
H A DSyncElement.idl29 module com { module sun { module star { module sync {
H A DSyncEvent.idl29 module com { module sun { module star { module sync {
H A DSyncMode.idl29 module com { module sun { module star { module sync {
H A DSyncOptions.idl29 module com { module sun { module star { module sync {
H A DSyncScheme.idl29 module com { module sun { module star { module sync {
/trunk/main/setup_native/source/packinfo/
H A Dshellscripts_extensions.txt42 echo "\"$$CLIENT_BASEDIR/PRODUCTDIRECTORYNAME/program/unopkg\" sync"
52 "$$UNOPKG" sync
72 echo "\"$$CLIENT_BASEDIR/PRODUCTDIRECTORYNAME/program/unopkg\" sync"
78 "$$BASEDIR/PRODUCTDIRECTORYNAME/program/unopkg" sync
99 "$$RPM_INSTALL_PREFIX/PRODUCTDIRECTORYNAME/program/unopkg" sync
116 "$$RPM_INSTALL_PREFIX/PRODUCTDIRECTORYNAME/program/unopkg" sync
134 "PRODUCTDIRECTORYNAME/program/unopkg" sync
152 "PRODUCTDIRECTORYNAME/program/unopkg" sync
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/protocols/urp/
H A Durp.java363 boolean sync = false; in readLongRequest()
370 sync = true; in readLongRequest()
387 return readRequest(funId, sync); in readLongRequest()
428 boolean sync = forcedSynchronous || !desc.isOneway(); in readRequest()
429 if (sync) { in readRequest()
434 inL1Tid, true, inL1Oid, inL1Type, desc, sync, cc, false, null, args, in readRequest()
588 boolean sync = forceSync || !desc.isOneway(); in writeRequest()
589 if (sync) { in writeRequest()
594 return sync; in writeRequest()
/trunk/main/connectivity/java/sdbc_hsqldb/src/com/sun/star/sdbcx/comp/hsqldb/
H A DNativeOutputStreamHelper.java66 public void sync() throws java.io.IOException{ in sync() method in NativeOutputStreamHelper
67 out.sync(key,file); in sync()
H A DStorageFileAccess.java89 public void sync() throws java.io.IOException in sync() method in StorageFileAccess.FileSync
91 os.sync(); in sync()
H A DStorageNativeOutputStream.java162 public native void sync(String key,String _file) throws java.io.IOException; in sync() method in StorageNativeOutputStream
/trunk/main/ucb/source/ucp/file/
H A Dfilrec.cxx188 ::osl::FileBase::RC ReconnectingFile::sync() const in sync() function in fileaccess::ReconnectingFile
193 return m_aFile.sync(); in sync()
H A Dfilrec.hxx77 ::osl::FileBase::RC sync() const;
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/bridges/java_remote/
H A Djava_remote_bridge.java625 boolean sync; in sendRequest()
627 sync = _iProtocol.writeRequest( in sendRequest()
635 if (sync && Thread.currentThread() != _messageDispatcher) { in sendRequest()
/trunk/main/offapi/com/sun/star/form/binding/
H A DBindableControlModel.idl62 …<ul><li>The control model's own <code>ReadOnly</code> property (if present) is kept in sync with t…
65 <li>The control model's own <code>Enabled</code> property (if present) is kept in sync
/trunk/main/offapi/com/sun/star/rendering/
H A DXBufferController.idl79 Use this method if you need your screen display to be in sync
112 necessarily require your screen display to be in sync with
/trunk/main/testtools/source/performance/
H A Dubtest.cxx592 xBench->sync(); in benchmark()
600 xBench->sync(); in benchmark()
601 xBench->sync(); in benchmark()
/trunk/main/desktop/scripts/
H A Dunopkg.sh47 sync) OPTSYNC=true;;
/trunk/main/redland/redland/
H A Dredland-1.0.17.patch.autotools21 # Keep this pattern in sync with the one in func_win32_libid.
/trunk/main/sal/qa/osl/file/
H A Dtest_cpy_wrt_file.cxx88 err = tmp_file.sync(); in TEST_F()

Completed in 80 milliseconds

12