Lines Matching refs:PasteFromSystem
581 void ScViewFunc::PasteFromSystem() in PasteFromSystem() function in ScViewFunc
618 PasteFromSystem( FORMAT_RTF ); in PasteFromSystem()
622 PasteFromSystem( SOT_FORMATSTR_ID_DRAWING ); in PasteFromSystem()
626 PasteFromSystem( SOT_FORMATSTR_ID_SVXB ); in PasteFromSystem()
640 PasteFromSystem( FORMAT_RTF ); in PasteFromSystem()
642 PasteFromSystem( SOT_FORMATSTR_ID_EMBED_SOURCE ); in PasteFromSystem()
645 PasteFromSystem( SOT_FORMATSTR_ID_LINK_SOURCE ); in PasteFromSystem()
648 PasteFromSystem( SOT_FORMATSTR_ID_EMBEDDED_OBJ_OLE ); in PasteFromSystem()
651 PasteFromSystem(nBiff8); in PasteFromSystem()
653 PasteFromSystem(nBiff5); in PasteFromSystem()
655 PasteFromSystem(FORMAT_RTF); in PasteFromSystem()
657 PasteFromSystem(SOT_FORMATSTR_ID_HTML); in PasteFromSystem()
659 PasteFromSystem(SOT_FORMATSTR_ID_HTML_SIMPLE); in PasteFromSystem()
661 PasteFromSystem(SOT_FORMATSTR_ID_SYLK); in PasteFromSystem()
663 PasteFromSystem(FORMAT_STRING); in PasteFromSystem()
665 PasteFromSystem(FORMAT_GDIMETAFILE); in PasteFromSystem()
667 PasteFromSystem(FORMAT_BITMAP); in PasteFromSystem()
670 PasteFromSystem( SOT_FORMATSTR_ID_EMBED_SOURCE_OLE ); in PasteFromSystem()
672 PasteFromSystem( SOT_FORMATSTR_ID_LINK_SOURCE_OLE ); in PasteFromSystem()
788 sal_Bool ScViewFunc::PasteFromSystem( sal_uLong nFormatId, sal_Bool bApi ) in PasteFromSystem() function in ScViewFunc