Home
last modified time | relevance | path

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

1234567891011

/trunk/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); \
/trunk/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
/trunk/main/sal/osl/unx/
H A Dmutex.c213 static pthread_once_t once = PTHREAD_ONCE_INIT; in osl_getGlobalMutex() local
214 if (pthread_once(&once, &globalMutexInitImpl) != 0) { in osl_getGlobalMutex()
/trunk/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
/trunk/main/offapi/com/sun/star/form/
H A DFormControlModel.idl60 properties at once or an ability to set more than one property at once.
/trunk/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>
/trunk/main/solenv/inc/
H A Dwntgcci.mk117 LINKFLAGSSHLGUI=--warn-once -mwindows -shared $(MINGWLIBDIR)$/dllcrt2.o
119 LINKFLAGSSHLCUI=--warn-once -mconsole -shared $(MINGWLIBDIR)$/dllcrt2.o
/trunk/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.
/trunk/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.
/trunk/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.
/trunk/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
/trunk/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
/trunk/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
/trunk/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.
/trunk/main/offapi/com/sun/star/resource/
H A DXLocale.idl77 It is, generally, set once when your applet or application is
94 <p>It is normally set once at the beginning of an application,
/trunk/main/xmerge/source/activesync/
H A Dstdafx.h26 #pragma once
/trunk/main/desktop/win32/source/QuickStart/
H A DQuickStart.h27 #pragma once
/trunk/main/fpicker/source/unx/kde4/
H A DFPServiceInfo.hxx24 #pragma once
/trunk/main/winaccessibility/source/service/
H A Dcheckmt.hxx22 #pragma once
/trunk/main/desktop/win32/source/
H A Dmain.h22 #pragma once
/trunk/main/sal/workben/clipboardwben/testcopy/
H A DStdAfx.h10 #pragma once
/trunk/main/sal/workben/clipboardwben/testpaste/
H A DStdAfx.h10 #pragma once
/trunk/main/sal/workben/clipboardwben/testviewer/
H A DStdAfx.h10 #pragma once

Completed in 68 milliseconds

1234567891011