/trunk/main/sd/source/ui/view/ |
H A D | sdview2.cxx | 561 const sal_Bool bDrawing = rTargetHelper.IsDropFormatSupported( SOT_FORMATSTR_ID_DRAWING ); in AcceptDrop() 562 const sal_Bool bGraphic = rTargetHelper.IsDropFormatSupported( SOT_FORMATSTR_ID_SVXB ); in AcceptDrop() 563 const sal_Bool bMtf = rTargetHelper.IsDropFormatSupported( FORMAT_GDIMETAFILE ); in AcceptDrop() 564 const sal_Bool bBitmap = rTargetHelper.IsDropFormatSupported( FORMAT_BITMAP ); in AcceptDrop() 565 …sal_Bool bBookmark = rTargetHelper.IsDropFormatSupported( SOT_FORMATSTR_ID_NETSCAPE_BOOKMARK ); in AcceptDrop() 566 sal_Bool bXFillExchange = rTargetHelper.IsDropFormatSupported( SOT_FORMATSTR_ID_XFA ); in AcceptDrop() 635 const sal_Bool bString = rTargetHelper.IsDropFormatSupported( FORMAT_STRING ); in AcceptDrop() 636 const sal_Bool bRTF = rTargetHelper.IsDropFormatSupported( FORMAT_RTF ); in AcceptDrop() 637 const sal_Bool bFile = rTargetHelper.IsDropFormatSupported( FORMAT_FILE ); in AcceptDrop() 638 … const sal_Bool bFileList = rTargetHelper.IsDropFormatSupported( FORMAT_FILE_LIST ); in AcceptDrop() [all …]
|
/trunk/main/sc/source/ui/view/ |
H A D | gridwin.cxx | 3638 if ( IsDropFormatSupported(SOT_FORMATSTR_ID_SVXB) in AcceptDrop() 3639 || IsDropFormatSupported(SOT_FORMAT_GDIMETAFILE) in AcceptDrop() 3640 || IsDropFormatSupported(SOT_FORMATSTR_ID_PNG) in AcceptDrop() 3641 || IsDropFormatSupported(SOT_FORMAT_BITMAP) ) in AcceptDrop() 3665 IsDropFormatSupported( SOT_FORMAT_STRING ) || in AcceptDrop() 3670 IsDropFormatSupported( SOT_FORMATSTR_ID_DIF ) || in AcceptDrop() 3673 IsDropFormatSupported( SOT_FORMAT_RTF ) || in AcceptDrop() 3675 IsDropFormatSupported( SOT_FORMATSTR_ID_PNG ) || in AcceptDrop() 3676 IsDropFormatSupported( SOT_FORMAT_BITMAP ) || in AcceptDrop() 3681 IsDropFormatSupported( SOT_FORMAT_FILE ) || in AcceptDrop() [all …]
|
/trunk/main/sw/source/ui/utlui/ |
H A D | glbltree.cxx | 333 else if( IsDropFormatSupported( FORMAT_FILE ) || in AcceptDrop() 334 IsDropFormatSupported( FORMAT_STRING ) || in AcceptDrop() 335 IsDropFormatSupported( FORMAT_FILE_LIST ) || in AcceptDrop() 336 IsDropFormatSupported( SOT_FORMATSTR_ID_SOLK ) || in AcceptDrop() 337 IsDropFormatSupported( SOT_FORMATSTR_ID_NETSCAPE_BOOKMARK )|| in AcceptDrop() 338 IsDropFormatSupported( SOT_FORMATSTR_ID_FILECONTENT ) || in AcceptDrop() 339 IsDropFormatSupported( SOT_FORMATSTR_ID_FILEGRPDESCRIPTOR ) || in AcceptDrop() 340 IsDropFormatSupported( SOT_FORMATSTR_ID_UNIFORMRESOURCELOCATOR ) || in AcceptDrop() 341 IsDropFormatSupported( SOT_FORMATSTR_ID_FILENAME )) in AcceptDrop()
|
H A D | navipi.cxx | 1342 ( aContentTree.IsDropFormatSupported( FORMAT_FILE ) || in AcceptDrop() 1343 aContentTree.IsDropFormatSupported( FORMAT_STRING ) || in AcceptDrop() 1344 aContentTree.IsDropFormatSupported( SOT_FORMATSTR_ID_SOLK ) || in AcceptDrop() 1345 aContentTree.IsDropFormatSupported( SOT_FORMATSTR_ID_NETSCAPE_BOOKMARK )|| in AcceptDrop() 1346 aContentTree.IsDropFormatSupported( SOT_FORMATSTR_ID_FILECONTENT ) || in AcceptDrop() 1347 aContentTree.IsDropFormatSupported( SOT_FORMATSTR_ID_FILEGRPDESCRIPTOR ) || in AcceptDrop() 1348 aContentTree.IsDropFormatSupported( SOT_FORMATSTR_ID_UNIFORMRESOURCELOCATOR ) || in AcceptDrop() 1349 aContentTree.IsDropFormatSupported( SOT_FORMATSTR_ID_FILENAME ))) in AcceptDrop()
|
/trunk/main/svtools/source/brwbox/ |
H A D | brwbox2.cxx | 109 sal_Bool BrowseBox::IsDropFormatSupported( SotFormatStringId _nFormat ) in IsDropFormatSupported() function in BrowseBox 112 return static_cast< BrowserDataWin* >( pDataWin )->IsDropFormatSupported( _nFormat ); in IsDropFormatSupported() 114 return DropTargetHelper::IsDropFormatSupported( _nFormat ); in IsDropFormatSupported() 119 sal_Bool BrowseBox::IsDropFormatSupported( SotFormatStringId _nFormat ) const in IsDropFormatSupported() function in BrowseBox 121 return const_cast< BrowseBox* >( this )->IsDropFormatSupported( _nFormat ); in IsDropFormatSupported() 126 sal_Bool BrowseBox::IsDropFormatSupported( const DataFlavor& _rFlavor ) in IsDropFormatSupported() function in BrowseBox 129 return static_cast< BrowserDataWin* >( pDataWin )->IsDropFormatSupported( _rFlavor ); in IsDropFormatSupported() 131 return DropTargetHelper::IsDropFormatSupported( _rFlavor ); in IsDropFormatSupported() 136 sal_Bool BrowseBox::IsDropFormatSupported( const DataFlavor& _rFlavor ) const in IsDropFormatSupported() function in BrowseBox 138 return const_cast< BrowseBox* >( this )->IsDropFormatSupported( _rFlavor ); in IsDropFormatSupported()
|
/trunk/main/svtools/inc/svtools/ |
H A D | brwbox.hxx | 418 …sal_Bool IsDropFormatSupported( SotFormatStringId nFormat ); // need this because the base class… 419 sal_Bool IsDropFormatSupported( SotFormatStringId nFormat ) const; 421 …sal_Bool IsDropFormatSupported( const ::com::sun::star::datatransfer::DataFlavor& _rFlavor ); //… 422 …sal_Bool IsDropFormatSupported( const ::com::sun::star::datatransfer::DataFlavor& _rFlavor ) cons…
|
H A D | transfer.hxx | 536 sal_Bool IsDropFormatSupported( SotFormatStringId nFormat ); 537 sal_Bool IsDropFormatSupported( const ::com::sun::star::datatransfer::DataFlavor& rFlavor );
|
/trunk/main/svx/source/gallery2/ |
H A D | galbrws2.cxx | 638 if( rTarget.IsDropFormatSupported( SOT_FORMATSTR_ID_DRAWING ) || in AcceptDrop() 639 rTarget.IsDropFormatSupported( SOT_FORMAT_FILE_LIST ) || in AcceptDrop() 640 rTarget.IsDropFormatSupported( FORMAT_FILE ) || in AcceptDrop() 641 rTarget.IsDropFormatSupported( SOT_FORMATSTR_ID_SVXB ) || in AcceptDrop() 642 rTarget.IsDropFormatSupported( FORMAT_GDIMETAFILE ) || in AcceptDrop() 643 rTarget.IsDropFormatSupported( FORMAT_BITMAP ) ) in AcceptDrop()
|
/trunk/main/svtools/source/misc/ |
H A D | transfer2.cxx | 334 sal_Bool DropTargetHelper::IsDropFormatSupported( SotFormatStringId nFormat ) in IsDropFormatSupported() function in DropTargetHelper 353 sal_Bool DropTargetHelper::IsDropFormatSupported( const DataFlavor& rFlavor ) in IsDropFormatSupported() function in DropTargetHelper
|
/trunk/main/chart2/source/controller/main/ |
H A D | ChartDropTargetHelper.cxx | 93 IsDropFormatSupported( SOT_FORMATSTR_ID_LINK ) ) in AcceptDrop()
|
/trunk/main/sd/source/ui/dlg/ |
H A D | sdtreelb.cxx | 1501 if ( !bIsInDrag && IsDropFormatSupported( FORMAT_FILE ) ) in AcceptDrop() 1729 if ( ! IsDropFormatSupported(SdPageObjsTransferable::GetListBoxDropFormatId())) in IsDropAllowed()
|
/trunk/main/dbaccess/source/ui/browser/ |
H A D | sbagrid.cxx | 1533 if ( IsDropFormatSupported( FORMAT_STRING ) ) do in AcceptDrop() 1646 if ( IsDropFormatSupported( FORMAT_STRING ) ) in ExecuteDrop()
|
/trunk/main/cui/source/dialogs/ |
H A D | hltpbase.cxx | 106 return( IsDropFormatSupported( FORMAT_STRING ) ? DND_ACTION_COPY : DND_ACTION_NONE ); in AcceptDrop()
|
/trunk/main/reportdesign/source/ui/dlg/ |
H A D | GroupsSorting.cxx | 279 …if ( IsDropFormatSupported( OGroupExchange::getReportGroupId() ) && m_pParent->getGroups()->getCou… in AcceptDrop() 290 if ( IsDropFormatSupported( OGroupExchange::getReportGroupId() ) ) in ExecuteDrop()
|
/trunk/main/svx/source/dialog/ |
H A D | imapwnd.cxx | 675 if( IsDropFormatSupported( SOT_FORMATSTR_ID_NETSCAPE_BOOKMARK ) ) in ExecuteDrop()
|
/trunk/main/sfx2/source/dialog/ |
H A D | templdlg.cxx | 248 if ( IsDropFormatSupported( SOT_FORMATSTR_ID_OBJECTDESCRIPTOR ) ) in AcceptDrop() 3230 IsDropFormatSupported( SOT_FORMATSTR_ID_OBJECTDESCRIPTOR ) && in AcceptDrop()
|
/trunk/main/svtools/source/contnr/ |
H A D | svlbox.cxx | 1740 if( !IsDropFormatSupported( SOT_FORMATSTR_ID_TREELISTBOX ) ) in AcceptDrop()
|
/trunk/main/sfx2/source/doc/ |
H A D | docvor.cxx | 1060 sal_Bool bAccept = ( eViewType == VIEW_FILES && IsDropFormatSupported( SOT_FORMAT_FILE ) ); in AcceptDrop()
|