rtfkeywd.cxx (5900e8ec) rtfkeywd.cxx (27ead02a)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 1172 unchanged lines hidden (view full) ---

1181};
1182
1183
1184extern "C" {
1185static int
1186#if defined( WNT )
1187 __cdecl
1188#endif
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 1172 unchanged lines hidden (view full) ---

1181};
1182
1183
1184extern "C" {
1185static int
1186#if defined( WNT )
1187 __cdecl
1188#endif
1189#if defined( ICC ) && defined( OS2 )
1190_Optlink
1191#endif
1192 RTFKeyCompare( const void *pFirst, const void *pSecond)
1193{
1194 int nRet = 0;
1195 if( -1 == ((RTF_TokenEntry*)pFirst)->nToken )
1196 {
1197 if( -1 == ((RTF_TokenEntry*)pSecond)->nToken )
1198 nRet = ((RTF_TokenEntry*)pFirst)->pUToken->CompareTo(
1199 *((RTF_TokenEntry*)pSecond)->pUToken );

--- 46 unchanged lines hidden ---
1189 RTFKeyCompare( const void *pFirst, const void *pSecond)
1190{
1191 int nRet = 0;
1192 if( -1 == ((RTF_TokenEntry*)pFirst)->nToken )
1193 {
1194 if( -1 == ((RTF_TokenEntry*)pSecond)->nToken )
1195 nRet = ((RTF_TokenEntry*)pFirst)->pUToken->CompareTo(
1196 *((RTF_TokenEntry*)pSecond)->pUToken );

--- 46 unchanged lines hidden ---