/aoo4110/main/sal/inc/internal/ |
H A D | once.h | 38 #define SAL_ONCE(once, init) pthread_once((once), (init)) argument 55 #define SAL_ONCE(once, init) \ argument 57 sal_once_type * control = (once); \
|
/aoo4110/main/offapi/com/sun/star/configuration/backend/ |
H A D | XSchema.idl | 76 The elements of a component schema are only parsed once,a repeat call 102 The elements of a component schema are only parsed once,a repeat call 127 The elements of a component schema are only parsed once,a repeat call
|
/aoo4110/main/sal/osl/unx/ |
H A D | mutex.c | 211 static pthread_once_t once = PTHREAD_ONCE_INIT; in osl_getGlobalMutex() local 212 if (pthread_once(&once, &globalMutexInitImpl) != 0) { in osl_getGlobalMutex()
|
/aoo4110/main/offapi/com/sun/star/rendering/ |
H A D | AnimationRepeat.idl | 38 /** The [0,1] parameter range is sweeped through exactly once.<p> 40 The [0,1] parameter range is sweeped through exactly once,
|
H A D | Texture.idl | 85 then getOutline is called twice, once with 0.0 and once with
|
/aoo4110/main/offapi/com/sun/star/form/ |
H A D | FormControlModel.idl | 60 properties at once or an ability to set more than one property at once.
|
/aoo4110/main/offapi/com/sun/star/view/ |
H A D | RenderOptions.idl | 53 page base. They have to be exported once *before* the first page 66 <p>Hyperlinks from the EditEngine have to be exported once *after*
|
H A D | XMultiSelectionSupplier.idl | 46 <p>Adding an object more than once to a selection should not toggle the 47 selection for that object but only select it once</p>
|
/aoo4110/main/solenv/inc/ |
H A D | wntgcci.mk | 118 LINKFLAGSSHLGUI=--warn-once -mwindows -shared $(MINGWLIBDIR)$/dllcrt2.o 120 LINKFLAGSSHLCUI=--warn-once -mconsole -shared $(MINGWLIBDIR)$/dllcrt2.o
|
/aoo4110/main/offapi/com/sun/star/configuration/ |
H A D | PropertyHierarchy.idl | 72 <p>This interface allows retrieving or setting multiple properties at once. 87 <p>This interface allows retrieving or setting multiple properties at once.
|
/aoo4110/main/offapi/com/sun/star/sdbc/ |
H A D | XMultipleResults.idl | 66 This method should be called only once per result. 80 is returned. This method should be called only once per result.
|
/aoo4110/main/offapi/com/sun/star/awt/tree/ |
H A D | XTreeDataModelListener.idl | 71 this method may only be invoked once for the root of the removed subtree, 72 not once for each individual set of siblings removed.
|
/aoo4110/main/udkapi/com/sun/star/uno/ |
H A D | XInterface.idl | 67 1) If queryInterface on a specific object has once returned a valid interface reference 71 2) If queryInterface on a specific object has once returned a null reference
|
/aoo4110/main/offapi/com/sun/star/ucb/ |
H A D | XInteractionSupplyAuthentication.idl | 103 should appear at most once in the sequence. If the sequence is empty, 147 mode should appear at most once in the sequence. If the sequence is
|
/aoo4110/main/external/mingwheaders/ |
H A D | mingw_headers.patch | 1566 #pragma once 1685 #pragma once 1765 #pragma once 1951 #pragma once 2008 #pragma once 2063 #pragma once
|
/aoo4110/main/xmerge/source/activesync/ |
H A D | stdafx.h | 26 #pragma once
|
/aoo4110/main/fpicker/source/unx/kde4/ |
H A D | FPServiceInfo.hxx | 24 #pragma once
|
/aoo4110/main/desktop/win32/source/QuickStart/ |
H A D | QuickStart.h | 27 #pragma once
|
/aoo4110/main/winaccessibility/source/service/ |
H A D | checkmt.hxx | 22 #pragma once
|
/aoo4110/main/sal/workben/clipboardwben/testcopy/ |
H A D | StdAfx.h | 10 #pragma once
|
/aoo4110/main/sal/workben/clipboardwben/testpaste/ |
H A D | StdAfx.h | 10 #pragma once
|
/aoo4110/main/sal/workben/clipboardwben/testviewer/ |
H A D | StdAfx.h | 10 #pragma once
|
/aoo4110/main/desktop/win32/source/ |
H A D | main.h | 22 #pragma once
|
/aoo4110/main/extensions/test/ole/MfcControl/ |
H A D | StdAfx.h | 26 #pragma once
|
/aoo4110/main/offapi/com/sun/star/awt/ |
H A D | XGraphics.idl | 159 /** draws multiple lines in the output device at once. 169 /** draws multiple polygons in the output device at once.
|