/aoo41x/main/offapi/com/sun/star/sync/ |
H A D | XSyncCollector.idl | 34 #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 D | XSynchronizer.idl | 28 #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 D | Synchronizer.idl | 28 #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 D | SyncCollector.idl | 28 #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 D | SyncInfo.idl | 28 #include <com/sun/star/sync/SyncScheme.idl> 33 module com { module sun { module star { module sync {
|
H A D | makefile.mk | 29 PACKAGE=com$/sun$/star$/sync
|
H A D | SyncOptions.idl | 29 module com { module sun { module star { module sync {
|
H A D | SyncScheme.idl | 29 module com { module sun { module star { module sync {
|
H A D | SyncType.idl | 29 module com { module sun { module star { module sync {
|
H A D | SyncElement.idl | 29 module com { module sun { module star { module sync {
|
/aoo41x/main/setup_native/source/packinfo/ |
H A D | shellscripts_extensions.txt | 42 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
|
/aoo41x/main/jurt/com/sun/star/lib/uno/protocols/urp/ |
H A D | urp.java | 363 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()
|
/aoo41x/main/connectivity/com/sun/star/sdbcx/comp/hsqldb/ |
H A D | NativeOutputStreamHelper.java | 66 public void sync() throws java.io.IOException{ in sync() method in NativeOutputStreamHelper 67 out.sync(key,file); in sync()
|
H A D | StorageFileAccess.java | 89 public void sync() throws java.io.IOException in sync() method in StorageFileAccess.FileSync 91 os.sync(); in sync()
|
H A D | StorageNativeOutputStream.java | 162 public native void sync(String key,String _file) throws java.io.IOException; in sync() method in StorageNativeOutputStream
|
/aoo41x/main/ucb/source/ucp/file/ |
H A D | filrec.cxx | 188 ::osl::FileBase::RC ReconnectingFile::sync() const in sync() function in fileaccess::ReconnectingFile 193 return m_aFile.sync(); in sync()
|
H A D | filrec.hxx | 77 ::osl::FileBase::RC sync() const;
|
/aoo41x/main/jurt/com/sun/star/lib/uno/bridges/java_remote/ |
H A D | java_remote_bridge.java | 625 boolean sync; in sendRequest() 627 sync = _iProtocol.writeRequest( in sendRequest() 635 if (sync && Thread.currentThread() != _messageDispatcher) { in sendRequest()
|
/aoo41x/main/offapi/com/sun/star/form/binding/ |
H A D | BindableControlModel.idl | 62 …<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
|
/aoo41x/main/offapi/com/sun/star/rendering/ |
H A D | XBufferController.idl | 79 Use this method if you need your screen display to be in sync 112 necessarily require your screen display to be in sync with
|
/aoo41x/main/testtools/source/performance/ |
H A D | ubtest.cxx | 592 xBench->sync(); in benchmark() 600 xBench->sync(); in benchmark() 601 xBench->sync(); in benchmark()
|
/aoo41x/main/offapi/prj/ |
H A D | d.lst | 85 mkdir: %COMMON_DEST%\idl%_EXT%\com\sun\star\sync 197 ..\com\sun\star\sync\*.idl %COMMON_DEST%\idl%_EXT%\com\sun\star\sync
|
/aoo41x/main/desktop/scripts/ |
H A D | unopkg.sh | 47 sync) OPTSYNC=true;;
|
/aoo41x/main/redland/redland/ |
H A D | redland-1.0.17.patch.autotools | 21 # Keep this pattern in sync with the one in func_win32_libid.
|
/aoo41x/main/sal/qa/osl/file/ |
H A D | test_cpy_wrt_file.cxx | 89 err = tmp_file.sync(); in wrt_file()
|