Home
last modified time | relevance | path

Searched refs:IsDropFormatSupported (Results 1 – 18 of 18) sorted by relevance

/trunk/main/sd/source/ui/view/
H A Dsdview2.cxx561 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 Dgridwin.cxx3638 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 Dglbltree.cxx333 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 Dnavipi.cxx1342 ( 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 Dbrwbox2.cxx109 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 Dbrwbox.hxx418 …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 Dtransfer.hxx536 sal_Bool IsDropFormatSupported( SotFormatStringId nFormat );
537 sal_Bool IsDropFormatSupported( const ::com::sun::star::datatransfer::DataFlavor& rFlavor );
/trunk/main/svx/source/gallery2/
H A Dgalbrws2.cxx638 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 Dtransfer2.cxx334 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 DChartDropTargetHelper.cxx93 IsDropFormatSupported( SOT_FORMATSTR_ID_LINK ) ) in AcceptDrop()
/trunk/main/sd/source/ui/dlg/
H A Dsdtreelb.cxx1501 if ( !bIsInDrag && IsDropFormatSupported( FORMAT_FILE ) ) in AcceptDrop()
1729 if ( ! IsDropFormatSupported(SdPageObjsTransferable::GetListBoxDropFormatId())) in IsDropAllowed()
/trunk/main/dbaccess/source/ui/browser/
H A Dsbagrid.cxx1533 if ( IsDropFormatSupported( FORMAT_STRING ) ) do in AcceptDrop()
1646 if ( IsDropFormatSupported( FORMAT_STRING ) ) in ExecuteDrop()
/trunk/main/cui/source/dialogs/
H A Dhltpbase.cxx106 return( IsDropFormatSupported( FORMAT_STRING ) ? DND_ACTION_COPY : DND_ACTION_NONE ); in AcceptDrop()
/trunk/main/reportdesign/source/ui/dlg/
H A DGroupsSorting.cxx279 …if ( IsDropFormatSupported( OGroupExchange::getReportGroupId() ) && m_pParent->getGroups()->getCou… in AcceptDrop()
290 if ( IsDropFormatSupported( OGroupExchange::getReportGroupId() ) ) in ExecuteDrop()
/trunk/main/svx/source/dialog/
H A Dimapwnd.cxx675 if( IsDropFormatSupported( SOT_FORMATSTR_ID_NETSCAPE_BOOKMARK ) ) in ExecuteDrop()
/trunk/main/sfx2/source/dialog/
H A Dtempldlg.cxx248 if ( IsDropFormatSupported( SOT_FORMATSTR_ID_OBJECTDESCRIPTOR ) ) in AcceptDrop()
3230 IsDropFormatSupported( SOT_FORMATSTR_ID_OBJECTDESCRIPTOR ) && in AcceptDrop()
/trunk/main/svtools/source/contnr/
H A Dsvlbox.cxx1740 if( !IsDropFormatSupported( SOT_FORMATSTR_ID_TREELISTBOX ) ) in AcceptDrop()
/trunk/main/sfx2/source/doc/
H A Ddocvor.cxx1060 sal_Bool bAccept = ( eViewType == VIEW_FILES && IsDropFormatSupported( SOT_FORMAT_FILE ) ); in AcceptDrop()

Completed in 202 milliseconds