Lines Matching refs:AppendExt

466     void                AppendExt( sal_uInt8 nData );
467 void AppendExt( sal_uInt8 nData, size_t nCount );
468 void AppendExt( sal_uInt16 nData );
469 void AppendExt( sal_uInt32 nData );
470 void AppendExt( double fData );
471 void AppendExt( const String& rString );
1315 AppendExt( static_cast< sal_uInt8 >( (meBiff == EXC_BIFF8) ? (nCols - 1) : nCols ) ); in ProcessMatrix()
1316 AppendExt( static_cast< sal_uInt16 >( (meBiff == EXC_BIFF8) ? (nRows - 1) : nRows ) ); in ProcessMatrix()
1328 AppendExt( EXC_CACHEDVAL_BOOL ); in ProcessMatrix()
1329 AppendExt( static_cast< sal_uInt8 >( pMatVal->GetBoolean() ? 1 : 0 ) ); in ProcessMatrix()
1330 AppendExt( 0, 7 ); in ProcessMatrix()
1334 AppendExt( EXC_CACHEDVAL_ERROR ); in ProcessMatrix()
1335 AppendExt( XclTools::GetXclErrorCode( nErr ) ); in ProcessMatrix()
1336 AppendExt( 0, 7 ); in ProcessMatrix()
1340 AppendExt( EXC_CACHEDVAL_DOUBLE ); in ProcessMatrix()
1341 AppendExt( pMatVal->fVal ); in ProcessMatrix()
1349 AppendExt( EXC_CACHEDVAL_EMPTY ); in ProcessMatrix()
1350 AppendExt( 0, 8 ); in ProcessMatrix()
1354 AppendExt( EXC_CACHEDVAL_STRING ); in ProcessMatrix()
1355 AppendExt( rStr ); in ProcessMatrix()
2510 void XclExpFmlaCompImpl::AppendExt( sal_uInt8 nData ) in AppendExt() function in XclExpFmlaCompImpl
2515 void XclExpFmlaCompImpl::AppendExt( sal_uInt8 nData, size_t nCount ) in AppendExt() function in XclExpFmlaCompImpl
2520 void XclExpFmlaCompImpl::AppendExt( sal_uInt16 nData ) in AppendExt() function in XclExpFmlaCompImpl
2525 void XclExpFmlaCompImpl::AppendExt( sal_uInt32 nData ) in AppendExt() function in XclExpFmlaCompImpl
2530 void XclExpFmlaCompImpl::AppendExt( double fData ) in AppendExt() function in XclExpFmlaCompImpl
2535 void XclExpFmlaCompImpl::AppendExt( const String& rString ) in AppendExt() function in XclExpFmlaCompImpl