Searched refs:GetSotStorageStream (Results 1 – 14 of 14) sorted by relevance
/aoo4110/main/svtools/source/misc/ |
H A D | transfer.cxx | 1811 bool bRet(GetSotStorageStream(rFlavor, xStm)); in GetBitmapEx() 1817 bRet = GetSotStorageStream(aSubstFlavor, xStm); in GetBitmapEx() 1823 bRet = GetSotStorageStream(aSubstFlavor, xStm); in GetBitmapEx() 1908 if( GetSotStorageStream( rFlavor, xStm ) ) in GetGDIMetaFile() 1917 GetSotStorageStream( aSubstFlavor, xStm ) ) in GetGDIMetaFile() 1931 GetSotStorageStream( aSubstFlavor, xStm ) ) in GetGDIMetaFile() 2003 if( GetSotStorageStream( rFlavor, xStm ) ) in GetGraphic() 2026 sal_Bool bRet = GetSotStorageStream( rFlavor, xStm ); in GetImageMap() 2214 sal_Bool bRet = GetSotStorageStream( rFlavor, xStm ); in GetINetImage() 2245 if( GetSotStorageStream( aFlavor, xStm ) ) in GetFileList() [all …]
|
/aoo4110/main/dbaccess/source/ui/misc/ |
H A D | TableCopyHelper.cxx | 285 …const_cast<TransferableDataHelper&>(_rTransData).GetSotStorageStream(SOT_FORMATSTR_ID_HTML ,aTrans… in pasteTable() 287 …const_cast<TransferableDataHelper&>(_rTransData).GetSotStorageStream(SOT_FORMAT_RTF,aTrans.aHtmlRt… in pasteTable() 363 …const_cast<TransferableDataHelper&>(_aDroppedData).GetSotStorageStream(SOT_FORMATSTR_ID_HTML ,_rAs… in copyTagTable() 365 …const_cast<TransferableDataHelper&>(_aDroppedData).GetSotStorageStream(SOT_FORMAT_RTF,_rAsyncDrop.… in copyTagTable()
|
/aoo4110/main/sd/source/ui/view/ |
H A D | sdview3.cxx | 346 if( aDataHelper.GetSotStorageStream( SOT_FORMATSTR_ID_SVIM, xStm ) ) in InsertData() 363 if( aDataHelper.GetSotStorageStream( FORMAT_RTF, xStm ) ) in InsertData() 689 if( aDataHelper.GetSotStorageStream( SOT_FORMATSTR_ID_DRAWING, xStm ) ) in InsertData() 1215 if( aDataHelper.GetSotStorageStream( SOT_FORMATSTR_ID_SVXB, xStm ) ) in InsertData() 1332 if( aDataHelper.GetSotStorageStream( SOT_FORMATSTR_ID_XFA, xStm ) ) in InsertData() 1396 if( aDataHelper.GetSotStorageStream( SOT_FORMATSTR_ID_HTML, xStm ) ) in InsertData() 1408 if( aDataHelper.GetSotStorageStream( SOT_FORMATSTR_ID_EDITENGINE, xStm ) ) in InsertData() 1437 if( aDataHelper.GetSotStorageStream( FORMAT_RTF, xStm ) ) in InsertData()
|
H A D | sdview2.cxx | 739 … if( aDataHelper.GetSotStorageStream( SOT_FORMATSTR_ID_XFA, xStm ) && xStm.Is() ) in ExecuteDrop()
|
/aoo4110/main/sc/source/ui/view/ |
H A D | viewfun5.cxx | 317 if ( aDataHelper.GetSotStorageStream( nFormatId, xStream ) && xStream.Is() ) in PasteDataFormat() 473 if( aDataHelper.GetSotStorageStream( SOT_FORMATSTR_ID_SVXB, xStm ) ) in PasteDataFormat() 483 if( aDataHelper.GetSotStorageStream( SOT_FORMATSTR_ID_DRAWING, xStm ) ) in PasteDataFormat()
|
H A D | viewfun4.cxx | 174 if ( aDataHelper.GetSotStorageStream( SOT_FORMAT_RTF, xStream ) && xStream.Is() ) in PasteRTF()
|
H A D | viewfun3.cxx | 834 if( pScDrawView && aDataHelper.GetSotStorageStream( SOT_FORMATSTR_ID_SVXB, xStm ) ) in PasteOnDrawObjectLinked()
|
H A D | gridwin.cxx | 3753 aDataHelper.GetSotStorageStream( SOT_FORMATSTR_ID_EMBED_SOURCE, xStm ) ) in lcl_GetDropFormatId()
|
/aoo4110/main/chart2/source/controller/main/ |
H A D | ChartController_Tools.cxx | 315 if ( aDataHelper.GetSotStorageStream( SOT_FORMATSTR_ID_DRAWING, xStm ) ) in executeDispatch_Paste() 330 if( aDataHelper.GetSotStorageStream( SOT_FORMATSTR_ID_SVXB, xStm )) in executeDispatch_Paste()
|
/aoo4110/main/svtools/inc/svtools/ |
H A D | transfer.hxx | 392 sal_Bool GetSotStorageStream( SotFormatStringId nFormat, SotStorageStreamRef& rStreamRef ); 393 …sal_Bool GetSotStorageStream( const ::com::sun::star::datatransfer::DataFlavor& rFlavor, SotSt…
|
/aoo4110/main/sw/source/ui/dochdl/ |
H A D | swdtflvr.cxx | 1670 if( rData.GetSotStorageStream( nFmt, xStrm ) ) in _PasteFileContent() 2086 if( !rData.GetSotStorageStream( SOT_FORMATSTR_ID_LINK, xStrm )) in _PasteDDE() 2249 if( rData.GetSotStorageStream( SOT_FORMATSTR_ID_DRAWING, xStrm )) in _PasteSdrFormat() 2294 if(rData.GetSotStorageStream(SOT_FORMATSTR_ID_SVXB, xStm)) in _PasteGrf()
|
/aoo4110/main/sc/source/ui/app/ |
H A D | transobj.cxx | 432 bRet = aEditHelper.GetSotStorageStream( rFlavor, rxOStm ); in WriteObject()
|
/aoo4110/main/svx/source/gallery2/ |
H A D | galtheme.cxx | 1282 if( aDataHelper.GetSotStorageStream( SOT_FORMATSTR_ID_DRAWING, xModelStm ) ) in InsertTransferable()
|
/aoo4110/main/dbaccess/source/ui/tabledesign/ |
H A D | TEditControl.cxx | 1005 aTransferData.GetSotStorageStream(SOT_FORMATSTR_ID_SBA_TABED,aStreamRef); in InsertRows()
|
Completed in 167 milliseconds