Searched refs:SOT_FORMAT_FILE_LIST (Results 1 – 10 of 10) sorted by relevance
| /AOO41X/main/sot/source/base/ |
| H A D | formats.cxx | 102 { SOT_FORMAT_FILE_LIST, EXCHG_IN_ACTION_LINK, 0 }, \ 118 { SOT_FORMAT_FILE_LIST, EXCHG_OUT_ACTION_INSERT_INTERACTIVE, 0 }, \ 131 { SOT_FORMAT_FILE_LIST, EXCHG_IN_ACTION_LINK, 0 }, \ 147 { SOT_FORMAT_FILE_LIST, EXCHG_OUT_ACTION_INSERT_INTERACTIVE, 0 }, \ 174 { SOT_FORMAT_FILE_LIST, EXCHG_IN_ACTION_COPY, 0 }, \ 191 { SOT_FORMAT_FILE_LIST, EXCHG_IN_ACTION_MOVE, 0 },\ 221 { SOT_FORMAT_FILE_LIST, EXCHG_IN_ACTION_COPY, 0 },\ 254 { SOT_FORMAT_FILE_LIST, EXCHG_IN_ACTION_LINK | EXCHG_OUT_ACTION_FLAG_INSERT_TARGETURL, 0 },\ 278 { SOT_FORMAT_FILE_LIST, EXCHG_IN_ACTION_COPY, 0 }, \ 290 { SOT_FORMAT_FILE_LIST, EXCHG_IN_ACTION_MOVE, 0 },\ [all …]
|
| H A D | exchange.cxx | 241 sal_uLong i, nMax = SOT_FORMAT_FILE_LIST; in RegisterFormatName() 281 sal_uLong i, nMax = SOT_FORMAT_FILE_LIST; in RegisterFormatMimeType() 409 sal_uLong i, nMax = SOT_FORMAT_FILE_LIST; in GetFormatIdFromMimeType() 448 sal_uLong i, nMax = SOT_FORMAT_FILE_LIST; in GetFormat()
|
| /AOO41X/main/framework/source/classes/ |
| H A D | droptargetlistener.cxx | 104 if ( aHelper.GetFileList( SOT_FORMAT_FILE_LIST, aFileList ) ) in drop() 159 implts_IsDropFormatSupported( SOT_FORMAT_FILE_LIST ) ); in dragOver()
|
| /AOO41X/main/svx/source/gallery2/ |
| H A D | galtheme.cxx | 1285 else if( aDataHelper.HasFormat( SOT_FORMAT_FILE_LIST ) || in InsertTransferable() 1290 if( aDataHelper.HasFormat( SOT_FORMAT_FILE_LIST ) ) in InsertTransferable() 1291 aDataHelper.GetFileList( SOT_FORMAT_FILE_LIST, aFileList ); in InsertTransferable()
|
| H A D | galbrws2.cxx | 304 aDataHelper.HasFormat( SOT_FORMAT_FILE_LIST ) || in ExecutePopup() 639 rTarget.IsDropFormatSupported( SOT_FORMAT_FILE_LIST ) || in AcceptDrop()
|
| /AOO41X/main/sot/inc/sot/ |
| H A D | formats.hxx | 51 #define SOT_FORMAT_FILE_LIST ((sal_uLong)FORMAT_FILE_LIST) macro
|
| /AOO41X/main/sc/source/ui/view/ |
| H A D | gridwin.cxx | 3665 IsDropFormatSupported( SOT_FORMAT_FILE_LIST ) || in AcceptDrop() 3680 IsDropFormatSupported( SOT_FORMAT_FILE_LIST ) || in AcceptDrop() 3793 else if ( aDataHelper.HasFormat( SOT_FORMAT_FILE_LIST ) ) in lcl_GetDropFormatId() 3794 nFormatId = SOT_FORMAT_FILE_LIST; in lcl_GetDropFormatId() 3820 else if ( aDataHelper.HasFormat( SOT_FORMAT_FILE_LIST ) ) in lcl_GetDropLinkId() 3821 nFormatId = SOT_FORMAT_FILE_LIST; in lcl_GetDropLinkId()
|
| H A D | viewfun5.cxx | 597 else if ( nFormatId == SOT_FORMAT_FILE_LIST ) in PasteDataFormat()
|
| /AOO41X/main/svtools/source/misc/ |
| H A D | transfer.cxx | 1519 … rDataFlavorExVector[ rDataFlavorExVector.size() - 1 ].mnSotId = SOT_FORMAT_FILE_LIST; in FillDataFlavorExVector() 2241 if( SOT_FORMAT_FILE_LIST == GetFormat( i ) ) in GetFileList()
|
| /AOO41X/main/sw/source/ui/dochdl/ |
| H A D | swdtflvr.cxx | 1375 case SOT_FORMAT_FILE_LIST: in PasteData() 2777 if( rData.GetFileList( SOT_FORMAT_FILE_LIST, aFileList ) && in _PasteFileList()
|