Home
last modified time | relevance | path

Searched refs:once (Results 1 – 25 of 258) sorted by relevance

1234567891011

/aoo4110/main/sal/inc/internal/
H A Donce.h38 #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 DXSchema.idl76 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 Dmutex.c211 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 DAnimationRepeat.idl38 /** The [0,1] parameter range is sweeped through exactly once.<p>
40 The [0,1] parameter range is sweeped through exactly once,
H A DTexture.idl85 then getOutline is called twice, once with 0.0 and once with
/aoo4110/main/offapi/com/sun/star/form/
H A DFormControlModel.idl60 properties at once or an ability to set more than one property at once.
/aoo4110/main/offapi/com/sun/star/view/
H A DRenderOptions.idl53 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 DXMultiSelectionSupplier.idl46 <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 Dwntgcci.mk118 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 DPropertyHierarchy.idl72 <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 DXMultipleResults.idl66 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 DXTreeDataModelListener.idl71 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 DXInterface.idl67 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 DXInteractionSupplyAuthentication.idl103 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 Dmingw_headers.patch1566 #pragma once
1685 #pragma once
1765 #pragma once
1951 #pragma once
2008 #pragma once
2063 #pragma once
/aoo4110/main/xmerge/source/activesync/
H A Dstdafx.h26 #pragma once
/aoo4110/main/fpicker/source/unx/kde4/
H A DFPServiceInfo.hxx24 #pragma once
/aoo4110/main/desktop/win32/source/QuickStart/
H A DQuickStart.h27 #pragma once
/aoo4110/main/winaccessibility/source/service/
H A Dcheckmt.hxx22 #pragma once
/aoo4110/main/sal/workben/clipboardwben/testcopy/
H A DStdAfx.h10 #pragma once
/aoo4110/main/sal/workben/clipboardwben/testpaste/
H A DStdAfx.h10 #pragma once
/aoo4110/main/sal/workben/clipboardwben/testviewer/
H A DStdAfx.h10 #pragma once
/aoo4110/main/desktop/win32/source/
H A Dmain.h22 #pragma once
/aoo4110/main/extensions/test/ole/MfcControl/
H A DStdAfx.h26 #pragma once
/aoo4110/main/offapi/com/sun/star/awt/
H A DXGraphics.idl159 /** draws multiple lines in the output device at once.
169 /** draws multiple polygons in the output device at once.

Completed in 59 milliseconds

1234567891011