Home
last modified time | relevance | path

Searched defs:c (Results 1 – 25 of 617) sorted by relevance

12345678910>>...25

/trunk/main/tools/inc/tools/
H A Ddiagnose_ex.h85 #define ENSURE_ARG_OR_THROW(c, m) if( !(c) ) { \ argument
92 #define ENSURE_ARG_OR_THROW2(c, m, ifc, arg) if( !(c) ) { \ argument
103 #define ENSURE_OR_THROW(c, m) if( !(c) ) { \ argument
109 #define ENSURE_OR_THROW2(c, m, ifc) if( !(c) ) { \ argument
119 #define ENSURE_OR_RETURN(c, m, r) if( !(c) ) { \ argument
126 #define ENSURE_OR_RETURN_FALSE(c, m) \ argument
132 #define ENSURE_OR_RETURN_VOID( c, m ) \ argument
144 #define ENSURE_OR_RETURN_VOID( c, m ) \ argument
154 #define ENSURE_OR_CONTINUE( c, m ) \ argument
164 #define ENSURE_OR_BREAK( c, m ) \ argument
/trunk/main/vos/inc/vos/
H A Ddiagnose.hxx42 #define VOS_ASSERT(c) _OSL_ASSERT(c, VOS_THIS_FILE, __LINE__) argument
43 #define VOS_VERIFY(c) OSL_VERIFY(c) argument
44 #define VOS_ENSHURE(c, m) _OSL_ENSURE(c, VOS_THIS_FILE, __LINE__, m) argument
45 #define VOS_ENSURE(c, m) _OSL_ENSURE(c, VOS_THIS_FILE, __LINE__, m) argument
47 #define VOS_PRECOND(c, m) VOS_ENSHURE(c, m) argument
48 #define VOS_POSTCOND(c, m) VOS_ENSHURE(c, m) argument
/trunk/main/jurt/java/jurt/src/test/java/com/sun/star/lib/uno/protocols/urp/
H A DCache_Test.java31 Cache c = new Cache(0); in test0() local
45 Cache c = new Cache(1); in test1() local
61 Cache c = new Cache(2); in test2() local
81 Cache c = new Cache(3); in test3() local
114 Cache c = new Cache(4); in testNothingLostFromLruList() local
/trunk/main/bridges/test/java_uno/acquire/
H A Dtestacquire.cxx364 WaitCondition c; in run() local
370 WaitCondition c; in run() local
377 WaitCondition c; in run() local
385 WaitCondition c; in run() local
391 WaitCondition c; in run() local
398 WaitCondition c; in run() local
405 WaitCondition c; in run() local
412 WaitCondition c; in run() local
420 WaitCondition c; in run() local
428 WaitCondition c; in run() local
[all …]
/trunk/main/sal/inc/osl/
H A Ddiagnose.h90 #define OSL_ASSERT(c) _OSL_ASSERT(c, OSL_THIS_FILE, __LINE__) argument
91 #define OSL_ENSURE(c, m) _OSL_ENSURE(c, OSL_THIS_FILE, __LINE__, m) argument
93 #define OSL_VERIFY(c) do { if (!(c)) OSL_ASSERT(0); } while (0) argument
94 #define OSL_PRECOND(c, m) OSL_ENSURE(c, m) argument
95 #define OSL_POSTCOND(c, m) OSL_ENSURE(c, m) argument
116 #define _OSL_ASSERT(c, f, l) \ argument
123 #define _OSL_ENSURE(c, f, l, m) \ argument
133 #define _OSL_ASSERT(c, f, l) ((void)0) argument
134 #define _OSL_ENSURE(c, f, l, m) ((void)0) argument
/trunk/main/rsc/source/rscpp/
H A Dcpp4.c88 register int c; local
236 void checkparm(int c, DEFBUF* dp)
275 register int c; local
342 register int c; local
372 void charput(int c)
401 register int c; local
493 register int c; local
554 register int c; /* Current character */ local
H A Dcpp6.c201 register int c; in skipnl() local
214 register int c; in skipws() local
226 void scanid(int c) in scanid()
248 macroid(int c) in macroid()
277 register int c; in catenate() local
347 register int c; in scanstring() local
372 void scannumber(int c, in scannumber() argument
502 void save(int c) in save()
565 lookid(int c) in lookid()
683 register int c; in dumpadef() local
[all …]
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/
H A DFormulaParser.java99 private boolean isAddOp(char c) { in isAddOp()
155 private boolean isLogicalOpChar(char c) { in isLogicalOpChar()
165 private boolean isCellRefSpecialChar(char c) { in isCellRefSpecialChar()
175 private boolean isAlpha(char c) { in isAlpha()
185 private boolean isDigit(char c) { in isDigit()
195 private boolean isPercent(char c) { in isPercent()
205 private boolean isAlphaNum(char c) { in isAlphaNum()
215 private boolean isCellRefChar(char c) { in isCellRefChar()
224 private void match(char c) throws FormulaParsingException { in match()
339 char c; in isCellRef() local
/trunk/main/ucb/source/ucp/odma/
H A Dodma_lib.hxx206 #define NODMSelectDoc(a,b,c) (*(pODMSelectDoc))(a,b,c) argument
207 #define NODMOpenDoc(a,b,c,d) (*(pODMOpenDoc))(a,b,c,d) argument
208 #define NODMSaveDoc(a,b,c) (*(pODMSaveDoc))(a,b,c) argument
209 #define NODMCloseDoc(a,b,c,d,e,f) (*(pODMCloseDoc))(a,b,c,d,e,f) argument
210 #define NODMNewDoc(a,b,c,d,e) (*(pODMNewDoc))(a,b,c,d,e) argument
211 #define NODMSaveAs(a,b,c,d,e,f) (*(pODMSaveAs))(a,b,c,d,e,f) argument
212 #define NODMActivate(a,b,c) (*(pODMActivate))(a,b,c) argument
213 #define NODMGetDocInfo(a,b,c,d,e) (*(pODMGetDocInfo))(a,b,c,d,e) argument
214 #define NODMSetDocInfo(a,b,c,d) (*(pODMSetDocInfo))(a,b,c,d) argument
215 #define NODMGetDMSInfo(a,b,c,d) (*(pODMGetDMSInfo))(a,b,c,d) argument
[all …]
/trunk/main/scripting/workben/ifc/scripting/
H A D_XScriptInfo.java58 Collection c = in _getLogicalName() local
89 Collection c = in _getParcelURI() local
119 Collection c = in _getLanguage() local
149 Collection c = in _getFunctionName() local
179 Collection c = in _getLanguageProperties() local
219 Collection c = in _getFileSetNames() local
256 Collection c = in _getFilesInFileSet() local
294 Collection c = in _getDescription() local
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DAccessibleStateAdapter.java69 private static void printToplevelStateMessage(AccessibleState s, java.awt.Component c) { in printToplevelStateMessage()
73 private static String getDisplayName(java.awt.Component c) { in getDisplayName()
83 …private static void printOutOfSyncMessage(AccessibleState s, java.awt.Component c, boolean enabled… in printOutOfSyncMessage()
111 public static void setComponentState(java.awt.Component c, in setComponentState()
133 public static AccessibleStateSet getAccessibleStateSet(java.awt.Component c, in getAccessibleStateSet()
H A DAccessibleObjectFactory.java50 public static void postFocusGained(java.awt.Component c) { in postFocusGained()
94 java.awt.Component c = null; in getAccessibleComponent() local
125 java.awt.Component c = getAccessibleComponent(child); in addChild() local
161 java.awt.Component c = getAccessibleComponent(xAccessible); in removeChild() local
184 java.awt.Component c = parent.getComponent(i); in clearContainer() local
224 java.awt.Component c = createAccessibleComponent(child, childAC, frame); in populateContainer() local
262 …java.awt.Component c = createAccessibleComponentImpl(xAccessible, xAccessibleContext, xAccessibleS… in createAccessibleComponent() local
282 java.awt.Component c = null; in createAccessibleComponentImpl() local
477 protected static void disposing(java.awt.Component c) { in disposing()
530 java.awt.Component c = ((NativeFrame) w).getInitialComponent(); in getTopWindow() local
H A DMenu.java46 java.awt.Component c = getComponent(unoAccessibleContext.getAccessibleChild(i)); in Menu() local
69 java.awt.Component c = getComponent(unoAccessible); in add() local
74 .getAccessibleIndexInParent(), c); in add() local
86 java.awt.Component c = getComponent(unoAccessible); in remove() local
120 java.awt.Component c = AccessibleObjectFactory.getAccessibleComponent(unoAccessible); in getComponent() local
231 …java.awt.Component c = AccessibleObjectFactory.getAccessibleComponent(unoAccessibleComponent.getAc… in getAccessibleAt() local
H A DButton.java63 java.awt.Component c = getComponent(unoAccessible); in notifyEvent() local
91 java.awt.Component c = AccessibleObjectFactory.getAccessibleComponent(unoAccessible); in getComponent() local
142 java.awt.Component c = getComponent(unoAccessibleComponent.getAccessibleAtPoint( in getAccessibleAt() local
/trunk/main/xmloff/source/text/
H A Dtxtprmap.cxx38 #define _M_E( a, p, l, t, c ) \ argument
44 #define _M_ED( a, p, l, t, c ) \ argument
48 #define MT_E( a, p, l, t, c ) \ argument
50 #define MT_ED( a, p, l, t, c ) \ argument
54 #define MP_E( a, p, l, t, c ) \ argument
56 #define MP_ED( a, p, l, t, c ) \ argument
60 #define MG_E( a, p, l, t, c ) \ argument
62 #define MG_ED( a, p, l, t, c ) \ argument
68 #define MS_E( a, p, l, t, c ) \ argument
70 #define MS_ED( a, p, l, t, c ) \ argument
[all …]
/trunk/main/connectivity/source/inc/odbc/
H A DOFunctions.hxx41 #define N3SQLAllocHandle(a,b,c) (*(T3SQLAllocHandle)getOdbcFunction(ODBC3SQLAllocHandle))(a,b,c) argument
45 …#define N3SQLConnect(a,b,c,d,e,f,g) (*(T3SQLConnect)getOdbcFunction(ODBC3SQLConnect))(a,b,c,d,e,f,… argument
96 #define N3SQLGetInfo(a,b,c,d,e) (*(T3SQLGetInfo)getOdbcFunction(ODBC3SQLGetInfo))(a,b,c,d,e) argument
131 #define N3SQLSetEnvAttr(a,b,c,d) (*(T3SQLSetEnvAttr)getOdbcFunction(ODBC3SQLSetEnvAttr))(a,b,c,d) argument
210 #define N3SQLPrepare(a,b,c) (*(T3SQLPrepare)getOdbcFunction(ODBC3SQLPrepare))(a,b,c) argument
248 #define N3SQLExecDirect(a,b,c) (*(T3SQLExecDirect)getOdbcFunction(ODBC3SQLExecDirect))(a,b,c) argument
273 #define N3SQLPutData(a,b,c) (*(T3SQLPutData)getOdbcFunction(ODBC3SQLPutData))(a,b,c) argument
315 #define N3SQLBindCol(a,b,c,d,e,f) (*(T3SQLBindCol)getOdbcFunction(ODBC3SQLBindCol))(a,b,c,d,e,f) argument
325 #define N3SQLFetchScroll(a,b,c) (*(T3SQLFetchScroll)getOdbcFunction(ODBC3SQLFetchScroll))(a,b,c) argument
341 #define N3SQLSetPos(a,b,c,d) (*(T3SQLSetPos)getOdbcFunction(ODBC3SQLSetPos))(a,b,c,d) argument
[all …]
/trunk/main/autodoc/source/parser_i/idoc/
H A Dcx_docu2.cxx88 char c = jumpTo(io_rText,'>','*'); in ReadCharChain() local
114 char c = jumpTo(io_rText,'"','*', '>'); in ReadCharChain() local
150 char c = jumpTo(io_rText,'>','*'); in ReadCharChain() local
175 char c = jumpTo(io_rText,'"','*','>'); in ReadCharChain() local
211 char c = jumpTo(io_rText,'>','*'); in ReadCharChain() local
/trunk/main/sw/inc/
H A Dswgstr.hxx97 inline swstreambase& swstreambase::operator>>( sal_Char& c ) in operator >>()
102 inline swstreambase& swstreambase::operator>>( sal_uInt8& c ) in operator >>()
107 inline swstreambase& swstreambase::operator>>( short& c ) in operator >>()
112 inline swstreambase& swstreambase::operator>>( sal_uInt16& c ) in operator >>()
117 inline swstreambase& swstreambase::operator>>( sal_uLong& c ) in operator >>()
/trunk/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Ddiagnostics.h30 #define JFW_ENSURE(c, m) _JFW_ENSURE(c, OSL_THIS_FILE, __LINE__, m) argument
32 #define JFW_ENSURE(c, m) ((void) 0) argument
36 #define JFW_WARNING2(c, m) _JFW_WARNING2(c, OSL_THIS_FILE, __LINE__, m) argument
38 #define JFW_WARNING2(c, m) ((void) 0) argument
62 #define _JFW_ENSURE(c, f, l, m) jfw_ensure(c, f, l, m) argument
63 #define _JFW_WARNING(c, f, l, m) jfw_warning2(c, f, l, m); argument
/trunk/main/vcl/source/window/
H A Dmnemonic.cxx47 sal_uInt16 MnemonicGenerator::ImplGetMnemonicIndex( sal_Unicode c ) in ImplGetMnemonicIndex()
115 sal_Unicode c = aKey.GetChar( nIndex ); in RegisterMnemonic() local
173 sal_Unicode c; in CreateMnemonic() local
195 sal_Unicode c; in CreateMnemonic() local
394 sal_Unicode c = aStr.GetChar(i+1); in EraseAllMnemonicChars() local
/trunk/main/registry/test/
H A Dregdiagnose.h30 #define REG_ENSURE(c, m) _REG_ENSURE(c, OSL_THIS_FILE, __LINE__, m) argument
32 #define _REG_ENSURE(c, f, l, m) \ argument
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dproptypehlp.hxx69 sal_Unicode c = *(sal_Unicode*) a.getValue(); in convertPropertyValue() local
119 sal_Unicode c; in convertPropertyValue() local
173 sal_Unicode c; in convertPropertyValue() local
218 sal_Unicode c; in convertPropertyValue() local
266 sal_Unicode c; in convertPropertyValue() local
305 sal_Unicode c; in convertPropertyValue() local
338 sal_Unicode c; in convertPropertyValue() local
410 sal_Unicode c; in convertPropertyValue() local
477 sal_Unicode c; in convertPropertyValue() local
/trunk/main/stoc/source/security/
H A Dfile_policy.cxx200 inline void back( sal_Unicode c ) SAL_THROW( () ) in back()
203 inline bool isWhiteSpace( sal_Unicode c ) SAL_THROW( () ) in isWhiteSpace()
208 inline bool isCharToken( sal_Unicode c ) SAL_THROW( () ) in isCharToken()
236 sal_Unicode c = get(); in assureToken() local
260 sal_Unicode c = get(); in getQuotedToken() local
285 sal_Unicode c = get(); in getToken() local
301 sal_Unicode c; in skipWhiteSpace() local
365 sal_Unicode c = m_back; in get() local
/trunk/main/canvas/inc/canvas/
H A Dcanvastools.hxx115 inline unsigned int pow2( unsigned int c ) { return 0x1 << c; } in pow2()
116 inline unsigned int mask( unsigned int c ) { return ((unsigned int)(-1)) / (pow2(pow2(c)) + 1); } in mask()
117 …inline unsigned int count( unsigned int x, unsigned int c ) { return ((x) & mask(c)) + (((x) >> (p… in count()
119 inline unsigned int bitcount( T c ) { in bitcount()
128 inline sal_uInt32 bitcount32( sal_uInt32 c ) { in bitcount32()
/trunk/main/odk/examples/DevelopersGuide/Components/Addons/JobsAddon/
H A DAsyncJob.java105 int c = lArgs.length; in executeAsync() local
351 int c = lGenericConfig.length; in formatOutArgs() local
361 int c = lJobConfig.length; in formatOutArgs() local
371 int c = lEnvironment.length; in formatOutArgs() local
381 int c = lDynamicData.length; in formatOutArgs() local

Completed in 134 milliseconds

12345678910>>...25