Lines Matching refs:nFormat
259 sal_uInt32 nFormat = SotExchange::GetFormat( rFlavor ); in GetData() local
262 if( HasFormat( nFormat ) ) in GetData()
264 …if ( nFormat == SOT_FORMATSTR_ID_LINKSRCDESCRIPTOR || nFormat == SOT_FORMATSTR_ID_OBJECTDESCRIPTOR… in GetData()
268 else if ( ( nFormat == SOT_FORMAT_RTF || nFormat == SOT_FORMATSTR_ID_EDITENGINE ) && in GetData()
298 (nFormat == FORMAT_RTF) ? SCTRANS_TYPE_EDIT_RTF : SCTRANS_TYPE_EDIT_BIN, in GetData()
301 else if ( ScImportExport::IsFormatSupported( nFormat ) || nFormat == SOT_FORMAT_RTF ) in GetData()
305 if ( nFormat == SOT_FORMATSTR_ID_LINK ) in GetData()
321 if ( aObj.ExportString( aString, nFormat ) ) in GetData()
334 else if ( nFormat == SOT_FORMAT_BITMAP || nFormat == SOT_FORMATSTR_ID_PNG ) in GetData()
348 else if ( nFormat == SOT_FORMAT_GDIMETAFILE ) in GetData()
377 else if ( nFormat == SOT_FORMATSTR_ID_EMBED_SOURCE ) in GetData()
402 sal_uInt32 nFormat = SotExchange::GetFormat( rFlavor ); in WriteObject() local
404 if ( pImpEx->ExportStream( *rxOStm, String(), nFormat ) ) in WriteObject()