Lines Matching refs:nFmt

294 	sal_uLong nFmt = rData.GetFormat();
295 if ( nFmt == SOT_FORMATSTR_ID_HTML_SIMPLE )
301 return ImportStream( *pStream, nFmt );
310 if( nFmt == FORMAT_STRING
311 || nFmt == FORMAT_RTF
312 || nFmt == SOT_FORMATSTR_ID_SYLK
313 || nFmt == SOT_FORMATSTR_ID_HTML
314 || nFmt == SOT_FORMATSTR_ID_DIF )
326 DBG_ASSERT( pBegin != pEnd || nFmt != FORMAT_STRING, "non zero-terminated String" )
329 return ImportStream( aStrm, nFmt );
360 sal_Bool ScImportExport::ImportString( const ::rtl::OUString& rText, sal_uLong nFmt ) in ImportString() argument
362 switch ( nFmt ) in ImportString()
368 return ImportStream( aStrm, String(), nFmt ); in ImportString()
379 return ImportStream( aStrm, String(), nFmt ); in ImportString()
385 sal_Bool ScImportExport::ExportString( ::rtl::OUString& rText, sal_uLong nFmt ) in ExportString() argument
387 …DBG_ASSERT( nFmt == FORMAT_STRING, "ScImportExport::ExportString: Unicode not supported for other … in ExportString()
388 if ( nFmt != FORMAT_STRING ) in ExportString()
392 sal_Bool bOk = ExportByteString( aTmp, eEnc, nFmt ); in ExportString()
402 if( ExportStream( aStrm, String(), nFmt ) ) in ExportString()
417 sal_Bool ScImportExport::ExportByteString( ByteString& rText, rtl_TextEncoding eEnc, sal_uLong nFmt in ExportByteString() argument
430 if( ExportStream( aStrm, String(), nFmt ) ) in ExportByteString()
446 sal_Bool ScImportExport::ImportStream( SvStream& rStrm, const String& rBaseURL, sal_uLong nFmt ) in ImportStream() argument
448 if( nFmt == FORMAT_STRING ) in ImportStream()
453 if( nFmt == SOT_FORMATSTR_ID_SYLK ) in ImportStream()
458 if( nFmt == SOT_FORMATSTR_ID_DIF ) in ImportStream()
463 if( nFmt == FORMAT_RTF ) in ImportStream()
468 if( nFmt == SOT_FORMATSTR_ID_LINK ) in ImportStream()
470 if ( nFmt == SOT_FORMATSTR_ID_HTML ) in ImportStream()
475 if ( nFmt == SOT_FORMATSTR_ID_HTML_SIMPLE ) in ImportStream()
487 sal_Bool ScImportExport::ExportStream( SvStream& rStrm, const String& rBaseURL, sal_uLong nFmt ) in ExportStream() argument
489 if( nFmt == FORMAT_STRING ) in ExportStream()
494 if( nFmt == SOT_FORMATSTR_ID_SYLK ) in ExportStream()
499 if( nFmt == SOT_FORMATSTR_ID_DIF ) in ExportStream()
504 if( nFmt == SOT_FORMATSTR_ID_LINK && !bAll ) in ExportStream()
541 if( nFmt == SOT_FORMATSTR_ID_HTML ) in ExportStream()
546 if( nFmt == FORMAT_RTF ) in ExportStream()
1248 sal_uInt8 nFmt = pColFormat[i]; in ExtText2Doc() local
1249 if (nFmt != SC_COL_SKIP) // sonst auch nCol nicht hochzaehlen in ExtText2Doc()
1260 nFmt = SC_COL_TEXT; in ExtText2Doc()
1263 pDoc, nCol, nRow, nTab, aCell, nFmt, in ExtText2Doc()
1285 sal_uInt8 nFmt = SC_COL_STANDARD; in ExtText2Doc() local
1290 nFmt = pColFormat[i]; in ExtText2Doc()
1295 if ( nFmt != SC_COL_SKIP ) in ExtText2Doc()
1302 nFmt = SC_COL_TEXT; in ExtText2Doc()
1305 pDoc, nCol, nRow, nTab, aCell, nFmt, in ExtText2Doc()