Searched refs:SOT_FORMAT_FILE_LIST (Results 1 – 10 of 10) sorted by relevance
/aoo41x/main/sot/source/base/ |
H A D | formats.cxx | 191 { SOT_FORMAT_FILE_LIST, EXCHG_IN_ACTION_MOVE, 0 },\ 221 { SOT_FORMAT_FILE_LIST, EXCHG_IN_ACTION_COPY, 0 },\ 290 { SOT_FORMAT_FILE_LIST, EXCHG_IN_ACTION_MOVE, 0 },\ 314 { SOT_FORMAT_FILE_LIST, EXCHG_IN_ACTION_COPY, 0 },\ 844 { SOT_FORMAT_FILE_LIST, EXCHG_IN_ACTION_MOVE, 0 },\ 871 { SOT_FORMAT_FILE_LIST, EXCHG_IN_ACTION_COPY, 0 },\ 945 { SOT_FORMAT_FILE_LIST, EXCHG_IN_ACTION_MOVE, 0 },\ 962 { SOT_FORMAT_FILE_LIST, EXCHG_IN_ACTION_COPY, 0 },\ 1026 { SOT_FORMAT_FILE_LIST, EXCHG_IN_ACTION_MOVE, 0 },\ 1051 { SOT_FORMAT_FILE_LIST, EXCHG_IN_ACTION_COPY, 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()
|
Completed in 109 milliseconds