Lines Matching refs:nFormatId

725 			sal_uLong nFormatId = 0;  in PasteFromTransferable()  local
730 nFormatId = SOT_FORMATSTR_ID_DRAWING; in PasteFromTransferable()
732 nFormatId = SOT_FORMATSTR_ID_SVXB; in PasteFromTransferable()
745 nFormatId = FORMAT_RTF; in PasteFromTransferable()
747 nFormatId = SOT_FORMATSTR_ID_EMBED_SOURCE; in PasteFromTransferable()
750 nFormatId = SOT_FORMATSTR_ID_LINK_SOURCE; in PasteFromTransferable()
753 nFormatId = SOT_FORMATSTR_ID_EMBEDDED_OBJ_OLE; in PasteFromTransferable()
756 nFormatId = nBiff8; in PasteFromTransferable()
758 nFormatId = nBiff5; in PasteFromTransferable()
760 nFormatId = FORMAT_RTF; in PasteFromTransferable()
762 nFormatId = SOT_FORMATSTR_ID_HTML; in PasteFromTransferable()
764 nFormatId = SOT_FORMATSTR_ID_HTML_SIMPLE; in PasteFromTransferable()
766 nFormatId = SOT_FORMATSTR_ID_SYLK; in PasteFromTransferable()
768 nFormatId = FORMAT_STRING; in PasteFromTransferable()
770 nFormatId = FORMAT_GDIMETAFILE; in PasteFromTransferable()
772 nFormatId = FORMAT_BITMAP; in PasteFromTransferable()
775 nFormatId = SOT_FORMATSTR_ID_EMBED_SOURCE_OLE; in PasteFromTransferable()
777 nFormatId = SOT_FORMATSTR_ID_LINK_SOURCE_OLE; in PasteFromTransferable()
781 PasteDataFormat( nFormatId, aDataHelper.GetTransferable(), in PasteFromTransferable()
788 sal_Bool ScViewFunc::PasteFromSystem( sal_uLong nFormatId, sal_Bool bApi ) in PasteFromSystem() argument
795 if ( nFormatId == 0 && pOwnClip ) in PasteFromSystem()
809 bRet = PasteDataFormat( nFormatId, aDataHelper.GetTransferable(), in PasteFromSystem()