Searched refs:SOT_FORMAT_FILE (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/sot/source/base/ |
H A D | formats.cxx | 103 { SOT_FORMAT_FILE, EXCHG_IN_ACTION_LINK, 0 }, \ 119 { SOT_FORMAT_FILE, EXCHG_OUT_ACTION_INSERT_INTERACTIVE, 0 }, \ 132 { SOT_FORMAT_FILE, EXCHG_IN_ACTION_LINK, 0 }, \ 148 { SOT_FORMAT_FILE, EXCHG_OUT_ACTION_INSERT_INTERACTIVE, 0 }, \ 175 { SOT_FORMAT_FILE, EXCHG_IN_ACTION_COPY, 0 }, \ 279 { SOT_FORMAT_FILE, EXCHG_IN_ACTION_COPY, 0 }, \ 357 { SOT_FORMAT_FILE, EXCHG_IN_ACTION_COPY, 0 }, \ 742 { SOT_FORMAT_FILE, EXCHG_OUT_ACTION_INSERT_HYPERLINK, 0 }, \ 1445 if( IsFormatSupported( rDataFlavorExVector, SOT_FORMAT_FILE ) ) in GetTransferableAction_Impl() 1465 if( pCur->nFormatId == SOT_FORMAT_FILE ) in GetTransferableAction_Impl() [all …]
|
/aoo41x/main/framework/source/classes/ |
H A D | droptargetlistener.cxx | 114 if ( !bFormatFound && aHelper.GetString( SOT_FORMAT_FILE, aFilePath ) ) in drop() 158 sal_Bool bAccept = ( implts_IsDropFormatSupported( SOT_FORMAT_FILE ) || in dragOver()
|
/aoo41x/main/sw/source/ui/dochdl/ |
H A D | swdtflvr.cxx | 570 case SOT_FORMAT_FILE: in GetData() 1365 case SOT_FORMAT_FILE: in PasteData() 1438 if( SOT_FORMAT_FILE == nFormat ) in PasteData() 1480 case SOT_FORMAT_FILE: in PasteData() 2322 case SOT_FORMAT_FILE: in _PasteGrf() 2352 SOT_FORMAT_FILE == nFmt && in _PasteGrf() 2789 if( SwTransferable::_PasteFileName( aData, rSh, SOT_FORMAT_FILE, nAct, in _PasteFileList()
|
/aoo41x/main/sot/inc/sot/ |
H A D | formats.hxx | 50 #define SOT_FORMAT_FILE ((sal_uLong)FORMAT_FILE) macro
|
/aoo41x/main/sc/source/ui/view/ |
H A D | gridwin.cxx | 3666 IsDropFormatSupported( SOT_FORMAT_FILE ) || in AcceptDrop() 3681 IsDropFormatSupported( SOT_FORMAT_FILE ) || in AcceptDrop() 3795 …else if ( aDataHelper.HasFormat( SOT_FORMAT_FILE ) ) // #i62773# FILE_LIST/FILE before STRING (… in lcl_GetDropFormatId() 3796 nFormatId = SOT_FORMAT_FILE; in lcl_GetDropFormatId() 3822 else if ( aDataHelper.HasFormat( SOT_FORMAT_FILE ) ) in lcl_GetDropLinkId() 3823 nFormatId = SOT_FORMAT_FILE; in lcl_GetDropLinkId()
|
H A D | viewfun5.cxx | 591 else if ( nFormatId == SOT_FORMAT_FILE ) in PasteDataFormat()
|
/aoo41x/main/sfx2/source/doc/ |
H A D | docvor.cxx | 1060 sal_Bool bAccept = ( eViewType == VIEW_FILES && IsDropFormatSupported( SOT_FORMAT_FILE ) ); in AcceptDrop() 1079 if ( SOT_FORMAT_FILE == nId && aHelper.GetString( nId, aFileName ) ) in ExecuteDrop()
|
Completed in 149 milliseconds