/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_hppa/ |
H A D | uno2cpp.cxx | 48 #define INSERT_INT32( pSV, nr, pGPR, pDS, bOverFlow )\ argument 72 if ( (pDS - pStart) % 2) \ 73 ++pDS; \ 78 #define INSERT_FLOAT( pSV, nr, pFPR, pDS, bOverFlow ) \ argument 87 *pDS++ = *reinterpret_cast<sal_uInt32 *>( pSV ); 105 if ( (pDS - pStart) % 2) \ 106 ++pDS; \ 111 #define INSERT_INT16( pSV, nr, pGPR, pDS, bOverFlow ) \ argument 117 *pDS++ = *reinterpret_cast<sal_uInt16 *>( pSV ); 119 #define INSERT_INT8( pSV, nr, pGPR, pDS, bOverFlow ) \ argument [all …]
|
/aoo41x/main/bridges/source/cpp_uno/gcc3_freebsd_arm/ |
H A D | uno2cpp.cxx | 259 #define INSERT_INT32( pSV, nr, pGPR, pDS, bOverflow ) \ argument 268 #define INSERT_INT64( pSV, nr, pGPR, pDS, pStart, bOverflow ) \ argument 282 if ( (pDS - pStart) % 2) \ 284 ++pDS; \ 290 #define INSERT_INT64( pSV, nr, pGPR, pDS, pStart, bOverflow ) \ argument 291 INSERT_INT32( pSV, nr, pGPR, pDS, bOverflow) \ 295 #define INSERT_FLOAT( pSV, nr, pFPR, pDS, bOverflow ) \ argument 296 INSERT_INT32( pSV, nr, pGPR, pDS, bOverflow) 299 INSERT_INT64( pSV, nr, pGPR, pDS, pStart, bOverflow ) 301 #define INSERT_INT16( pSV, nr, pGPR, pDS, bOverflow ) \ argument [all …]
|
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_arm/ |
H A D | uno2cpp.cxx | 259 #define INSERT_INT32( pSV, nr, pGPR, pDS, bOverflow ) \ argument 268 #define INSERT_INT64( pSV, nr, pGPR, pDS, pStart, bOverflow ) \ argument 282 if ( (pDS - pStart) % 2) \ 284 ++pDS; \ 290 #define INSERT_INT64( pSV, nr, pGPR, pDS, pStart, bOverflow ) \ argument 291 INSERT_INT32( pSV, nr, pGPR, pDS, bOverflow) \ 295 #define INSERT_FLOAT( pSV, nr, pFPR, pDS, bOverflow ) \ argument 296 INSERT_INT32( pSV, nr, pGPR, pDS, bOverflow) 299 INSERT_INT64( pSV, nr, pGPR, pDS, pStart, bOverflow ) 301 #define INSERT_INT16( pSV, nr, pGPR, pDS, bOverflow ) \ argument [all …]
|
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_m68k/ |
H A D | uno2cpp.cxx | 137 #define INSERT_INT32( pSV, pDS )\ argument 140 #define INSERT_INT64( pSV, pDS )\ argument 141 INSERT_INT32( pSV, pDS ) \ 142 INSERT_INT32( ((sal_uInt32*)pSV)+1, pDS ) 144 #define INSERT_FLOAT( pSV, pDS ) \ argument 145 INSERT_INT32( pSV, pDS ) 147 #define INSERT_DOUBLE( pSV, pDS ) \ argument 148 INSERT_INT64( pSV, pDS ) 150 #define INSERT_INT16( pSV, pDS ) \ argument 153 #define INSERT_INT8( pSV, pDS ) \ argument [all …]
|
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_alpha/ |
H A D | uno2cpp.cxx | 88 #define INSERT_FLOAT( pSV, nr, pFPR, pDS ) \ argument 95 *pDS++ = *reinterpret_cast<sal_uInt64 *>( pSV ); \ 98 #define INSERT_DOUBLE( pSV, nr, pFPR, pDS ) \ argument 104 #define INSERT_INT64( pSV, nr, pGPR, pDS ) \ argument 108 *pDS++ = *reinterpret_cast<sal_uInt64 *>( pSV ); 110 #define INSERT_INT32( pSV, nr, pGPR, pDS ) \ argument 114 *pDS++ = *reinterpret_cast<sal_uInt32 *>( pSV ); 116 #define INSERT_INT16( pSV, nr, pGPR, pDS ) \ argument 120 *pDS++ = *reinterpret_cast<sal_uInt16 *>( pSV ); 122 #define INSERT_INT8( pSV, nr, pGPR, pDS ) \ argument [all …]
|
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_s390x/ |
H A D | uno2cpp.cxx | 85 #define INSERT_FLOAT( pSV, nr, pFPR, pDS ) \ argument 92 *pDS++ = *reinterpret_cast<sal_uInt64 *>( pSV ); \ 95 #define INSERT_DOUBLE( pSV, nr, pFPR, pDS ) \ argument 101 #define INSERT_INT64( pSV, nr, pGPR, pDS ) \ argument 105 *pDS++ = *reinterpret_cast<sal_uInt64 *>( pSV ); 107 #define INSERT_INT32( pSV, nr, pGPR, pDS ) \ argument 111 *pDS++ = *reinterpret_cast<sal_uInt32 *>( pSV ); 113 #define INSERT_INT16( pSV, nr, pGPR, pDS ) \ argument 117 *pDS++ = *reinterpret_cast<sal_uInt16 *>( pSV ); 119 #define INSERT_INT8( pSV, nr, pGPR, pDS ) \ argument [all …]
|
/aoo41x/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc64/ |
H A D | uno2cpp.cxx | 188 #define INSERT_FLOAT( pSV, nr, pFPR, pDS, bOverflow ) \ argument 194 *pDS++ = *reinterpret_cast<sal_uInt64 *>( pSV ); // verbatim! 196 #define INSERT_DOUBLE( pSV, nr, pFPR, pDS, bOverflow ) \ argument 204 #define INSERT_INT64( pSV, nr, pGPR, pDS, bOverflow ) \ argument 210 *pDS++ = *reinterpret_cast<sal_uInt64 *>( pSV ); 212 #define INSERT_INT32( pSV, nr, pGPR, pDS, bOverflow ) \ argument 218 *pDS++ = *reinterpret_cast<sal_uInt32 *>( pSV ); 220 #define INSERT_INT16( pSV, nr, pGPR, pDS, bOverflow ) \ argument 226 *pDS++ = *reinterpret_cast<sal_uInt16 *>( pSV ); 228 #define INSERT_INT8( pSV, nr, pGPR, pDS, bOverflow ) \ argument [all …]
|
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_powerpc64/ |
H A D | uno2cpp.cxx | 188 #define INSERT_FLOAT( pSV, nr, pFPR, pDS, bOverflow ) \ argument 194 *pDS++ = *reinterpret_cast<sal_uInt64 *>( pSV ); // verbatim! 196 #define INSERT_DOUBLE( pSV, nr, pFPR, pDS, bOverflow ) \ argument 204 #define INSERT_INT64( pSV, nr, pGPR, pDS, bOverflow ) \ argument 210 *pDS++ = *reinterpret_cast<sal_uInt64 *>( pSV ); 212 #define INSERT_INT32( pSV, nr, pGPR, pDS, bOverflow ) \ argument 218 *pDS++ = *reinterpret_cast<sal_uInt32 *>( pSV ); 220 #define INSERT_INT16( pSV, nr, pGPR, pDS, bOverflow ) \ argument 226 *pDS++ = *reinterpret_cast<sal_uInt16 *>( pSV ); 228 #define INSERT_INT8( pSV, nr, pGPR, pDS, bOverflow ) \ argument [all …]
|
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_ia64/ |
H A D | uno2cpp.cxx | 253 #define INSERT_FLOAT( pSV, nfr, pFPR, ngr, pGPR, pDS, bOverflow ) \ argument 261 *pDS++ = *reinterpret_cast<sal_uInt64 *>( pSV ); // verbatim! 263 #define INSERT_DOUBLE( pSV, nfr, pFPR, ngr, pGPR, pDS, bOverflow ) \ argument 273 #define INSERT_INT64( pSV, nr, pGPR, pDS, bOverflow ) \ argument 279 *pDS++ = *reinterpret_cast<sal_uInt64 *>( pSV ); 281 #define INSERT_INT32( pSV, nr, pGPR, pDS, bOverflow ) \ argument 287 *pDS++ = *reinterpret_cast<sal_uInt32 *>( pSV ); 289 #define INSERT_INT16( pSV, nr, pGPR, pDS, bOverflow ) \ argument 295 *pDS++ = *reinterpret_cast<sal_uInt16 *>( pSV ); 297 #define INSERT_INT8( pSV, nr, pGPR, pDS, bOverflow ) \ argument [all …]
|
/aoo41x/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/ |
H A D | uno2cpp.cxx | 216 #define INSERT_FLOAT_DOUBLE( pSV, nr, pFPR, pDS ) \ argument 220 *pDS++ = *reinterpret_cast<sal_uInt64 *>( pSV ); // verbatim! 222 #define INSERT_INT64( pSV, nr, pGPR, pDS ) \ argument 226 *pDS++ = *reinterpret_cast<sal_uInt64 *>( pSV ); 228 #define INSERT_INT32( pSV, nr, pGPR, pDS ) \ argument 232 *pDS++ = *reinterpret_cast<sal_uInt32 *>( pSV ); 234 #define INSERT_INT16( pSV, nr, pGPR, pDS ) \ argument 238 *pDS++ = *reinterpret_cast<sal_uInt16 *>( pSV ); 240 #define INSERT_INT8( pSV, nr, pGPR, pDS ) \ argument 244 *pDS++ = *reinterpret_cast<sal_uInt8 *>( pSV );
|
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_x86-64/ |
H A D | uno2cpp.cxx | 210 #define INSERT_FLOAT_DOUBLE( pSV, nr, pFPR, pDS ) \ argument 214 *pDS++ = *reinterpret_cast<sal_uInt64 *>( pSV ); // verbatim! 216 #define INSERT_INT64( pSV, nr, pGPR, pDS ) \ argument 220 *pDS++ = *reinterpret_cast<sal_uInt64 *>( pSV ); 222 #define INSERT_INT32( pSV, nr, pGPR, pDS ) \ argument 226 *pDS++ = *reinterpret_cast<sal_uInt32 *>( pSV ); 228 #define INSERT_INT16( pSV, nr, pGPR, pDS ) \ argument 232 *pDS++ = *reinterpret_cast<sal_uInt16 *>( pSV ); 234 #define INSERT_INT8( pSV, nr, pGPR, pDS ) \ argument 238 *pDS++ = *reinterpret_cast<sal_uInt8 *>( pSV );
|
/aoo41x/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/ |
H A D | uno2cpp.cxx | 211 #define INSERT_FLOAT_DOUBLE( pSV, nr, pFPR, pDS ) \ argument 215 *pDS++ = *reinterpret_cast<sal_uInt64 *>( pSV ); // verbatim! 217 #define INSERT_INT64( pSV, nr, pGPR, pDS ) \ argument 221 *pDS++ = *reinterpret_cast<sal_uInt64 *>( pSV ); 223 #define INSERT_INT32( pSV, nr, pGPR, pDS ) \ argument 227 *pDS++ = *reinterpret_cast<sal_uInt32 *>( pSV ); 229 #define INSERT_INT16( pSV, nr, pGPR, pDS ) \ argument 233 *pDS++ = *reinterpret_cast<sal_uInt16 *>( pSV ); 235 #define INSERT_INT8( pSV, nr, pGPR, pDS ) \ argument 239 *pDS++ = *reinterpret_cast<sal_uInt8 *>( pSV );
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | chart2uno.cxx | 1483 ScChart2DataSource* pDS = NULL; in createDataSource() local 1530 pDS = new ScChart2DataSource(m_pDocument); in createDataSource() 1549 pDS->AddLabeledSequence( aSeqVector[nOldIndex] ); in createDataSource() 1561 pDS->AddLabeledSequence( xSeq ); in createDataSource() 1566 xResult.set( pDS ); in createDataSource()
|