/aoo41x/main/tools/inc/tools/ |
H A D | diagnose_ex.h | 85 #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
|
/aoo41x/main/vos/inc/vos/ |
H A D | diagnose.hxx | 42 #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
|
/aoo41x/main/jurt/test/com/sun/star/lib/uno/protocols/urp/ |
H A D | Cache_Test.java | 31 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
|
/aoo41x/main/bridges/test/java_uno/acquire/ |
H A D | testacquire.cxx | 364 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 …]
|
/aoo41x/main/sal/inc/osl/ |
H A D | diagnose.h | 90 #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
|
/aoo41x/main/rsc/source/rscpp/ |
H A D | cpp4.c | 88 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 D | cpp6.c | 201 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 …]
|
/aoo41x/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/ |
H A D | FormulaParser.java | 99 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
|
/aoo41x/main/xmloff/source/text/ |
H A D | txtprmap.cxx | 39 #define _M_E( a, p, l, t, c ) \ argument 45 #define _M_ED( a, p, l, t, c ) \ argument 49 #define MT_E( a, p, l, t, c ) \ argument 51 #define MT_ED( a, p, l, t, c ) \ argument 55 #define MP_E( a, p, l, t, c ) \ argument 57 #define MP_ED( a, p, l, t, c ) \ argument 61 #define MG_E( a, p, l, t, c ) \ argument 63 #define MG_ED( a, p, l, t, c ) \ argument 69 #define MS_E( a, p, l, t, c ) \ argument 71 #define MS_ED( a, p, l, t, c ) \ argument [all …]
|
/aoo41x/main/ucb/source/ucp/odma/ |
H A D | odma_lib.hxx | 206 #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 …]
|
/aoo41x/main/scripting/workben/ifc/scripting/ |
H A D | _XScriptInfo.java | 58 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
|
/aoo41x/main/accessibility/bridge/org/openoffice/java/accessibility/ |
H A D | AccessibleStateAdapter.java | 69 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 D | AccessibleObjectFactory.java | 50 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 D | Menu.java | 46 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 D | Button.java | 63 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
|
/aoo41x/main/connectivity/source/inc/odbc/ |
H A D | OFunctions.hxx | 41 #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 282 #define N3SQLPutData(a,b,c) (*(T3SQLPutData)getOdbcFunction(ODBC3SQLPutData))(a,b,c) argument 324 #define N3SQLBindCol(a,b,c,d,e,f) (*(T3SQLBindCol)getOdbcFunction(ODBC3SQLBindCol))(a,b,c,d,e,f) argument 334 #define N3SQLFetchScroll(a,b,c) (*(T3SQLFetchScroll)getOdbcFunction(ODBC3SQLFetchScroll))(a,b,c) argument 350 #define N3SQLSetPos(a,b,c,d) (*(T3SQLSetPos)getOdbcFunction(ODBC3SQLSetPos))(a,b,c,d) argument [all …]
|
/aoo41x/main/autodoc/source/parser_i/idoc/ |
H A D | cx_docu2.cxx | 88 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
|
/aoo41x/main/sw/inc/ |
H A D | swgstr.hxx | 97 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 >>()
|
/aoo41x/main/jvmfwk/plugins/sunmajor/pluginlib/ |
H A D | diagnostics.h | 30 #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
|
/aoo41x/main/registry/test/ |
H A D | regdiagnose.h | 30 #define REG_ENSURE(c, m) _REG_ENSURE(c, OSL_THIS_FILE, __LINE__, m) argument 32 #define _REG_ENSURE(c, f, l, m) \ argument
|
/aoo41x/main/vcl/source/window/ |
H A D | mnemonic.cxx | 47 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
|
/aoo41x/main/cppuhelper/inc/cppuhelper/ |
H A D | proptypehlp.hxx | 69 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
|
/aoo41x/main/stoc/source/security/ |
H A D | file_policy.cxx | 200 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
|
/aoo41x/main/scripting/java/com/sun/star/script/framework/provider/java/ |
H A D | StrictResolver.java | 59 public ScriptProxy getProxy( ScriptDescriptor sd, Class c ) in getProxy() 118 private Method resolveArguments( ScriptDescriptor sd, Class c ) in resolveArguments()
|
/aoo41x/main/odk/examples/DevelopersGuide/Components/Addons/JobsAddon/ |
H A D | AsyncJob.java | 105 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
|