Searched refs:SOT_FORMAT_BITMAP (Results 1 – 17 of 17) sorted by relevance
/aoo41x/main/sot/source/base/ |
H A D | formats.cxx | 165 { SOT_FORMAT_BITMAP, EXCHG_IN_ACTION_COPY, 0 }, \ 269 { SOT_FORMAT_BITMAP, EXCHG_IN_ACTION_COPY, 0 }, \ 351 { SOT_FORMAT_BITMAP, EXCHG_IN_ACTION_COPY, 0 }, \ 414 { SOT_FORMAT_BITMAP, EXCHG_IN_ACTION_COPY, 0 }, \ 477 { SOT_FORMAT_BITMAP, EXCHG_IN_ACTION_COPY, 0 }, \ 541 { SOT_FORMAT_BITMAP, EXCHG_IN_ACTION_COPY, 0 }, \ 626 { SOT_FORMAT_BITMAP, EXCHG_IN_ACTION_COPY, 0 }, \ 690 { SOT_FORMAT_BITMAP, EXCHG_IN_ACTION_COPY, 0 }, \ 753 { SOT_FORMAT_BITMAP, EXCHG_IN_ACTION_COPY, 0 }, \ 1636 !IsFormatSupported( aVector, SOT_FORMAT_BITMAP ) ) in GetExchangeAction() [all …]
|
/aoo41x/main/sc/source/ui/app/ |
H A D | seltrans.cxx | 213 AddFormat( SOT_FORMAT_BITMAP ); in AddSupportedFormats() 230 AddFormat( SOT_FORMAT_BITMAP ); in AddSupportedFormats() 239 AddFormat( SOT_FORMAT_BITMAP ); in AddSupportedFormats() 263 AddFormat( SOT_FORMAT_BITMAP ); in AddSupportedFormats()
|
H A D | drwtrans.cxx | 322 AddFormat( SOT_FORMAT_BITMAP ); in AddSupportedFormats() 334 AddFormat( SOT_FORMAT_BITMAP ); in AddSupportedFormats() 380 AddFormat( SOT_FORMAT_BITMAP ); in AddSupportedFormats() 432 else if ( nFormat == SOT_FORMAT_BITMAP in GetData()
|
H A D | transobj.cxx | 243 AddFormat( SOT_FORMAT_BITMAP ); in AddSupportedFormats() 334 else if ( nFormat == SOT_FORMAT_BITMAP || nFormat == SOT_FORMATSTR_ID_PNG ) in GetData()
|
/aoo41x/main/sd/source/ui/app/ |
H A D | sdxfer.cxx | 444 AddFormat( SOT_FORMAT_BITMAP ); in AddSupportedFormats() 451 AddFormat( SOT_FORMAT_BITMAP ); in AddSupportedFormats() 467 AddFormat( SOT_FORMAT_BITMAP ); in AddSupportedFormats()
|
/aoo41x/main/svtools/source/misc/ |
H A D | transfer2.cxx | 462 case SOT_FORMAT_BITMAP: in GetData() 563 AddFormat( SOT_FORMAT_BITMAP ); in CopyGraphic()
|
H A D | transfer.cxx | 1473 if( SotExchange::GetFormatDataFlavor( SOT_FORMAT_BITMAP, aFlavorEx ) ) in FillDataFlavorExVector() 1475 aFlavorEx.mnSotId = SOT_FORMAT_BITMAP; in FillDataFlavorExVector() 1983 else if(SotExchange::GetFormatDataFlavor( SOT_FORMAT_BITMAP, aFlavor ) && in GetGraphic()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | viewfun5.cxx | 273 nGrFormat = SOT_FORMAT_BITMAP; in PasteDataFormat() 458 else if (nFormatId == SOT_FORMAT_BITMAP || nFormatId == SOT_FORMATSTR_ID_PNG) in PasteDataFormat()
|
H A D | cellsh.cxx | 381 lcl_TestFormat( rFormats, aDataHelper, SOT_FORMAT_BITMAP ); in GetPossibleClipboardFormats() 410 rData.HasFormat( SOT_FORMAT_BITMAP ) || in lcl_IsCellPastePossible()
|
H A D | gridwin.cxx | 3626 || IsDropFormatSupported(SOT_FORMAT_BITMAP) ) in AcceptDrop() 3661 IsDropFormatSupported( SOT_FORMAT_BITMAP ) || in AcceptDrop() 3803 else if ( aDataHelper.HasFormat( SOT_FORMAT_BITMAP ) ) in lcl_GetDropFormatId() 3804 nFormatId = SOT_FORMAT_BITMAP; in lcl_GetDropFormatId()
|
H A D | viewfun3.cxx | 865 …else if ( aDataHelper.HasFormat( SOT_FORMAT_BITMAP ) || aDataHelper.HasFormat( SOT_FORMATSTR_ID_PN… in PasteOnDrawObjectLinked()
|
/aoo41x/main/chart2/source/controller/main/ |
H A D | ChartTransferable.cxx | 83 AddFormat( SOT_FORMAT_BITMAP ); in AddSupportedFormats()
|
/aoo41x/main/sot/inc/sot/ |
H A D | formats.hxx | 47 #define SOT_FORMAT_BITMAP ((sal_uLong)FORMAT_BITMAP) macro
|
/aoo41x/main/svtools/source/dialogs/ |
H A D | insdlg.cxx | 243 { SOT_FORMAT_BITMAP, STR_FORMAT_BITMAP }, in GetSotFormatUIName()
|
/aoo41x/main/sw/source/ui/dochdl/ |
H A D | swdtflvr.cxx | 548 case SOT_FORMAT_BITMAP: in GetData() 1348 case SOT_FORMAT_BITMAP: in PasteData() 1477 case SOT_FORMAT_BITMAP: in PasteData() 2284 case SOT_FORMAT_BITMAP: in _PasteGrf()
|
/aoo41x/main/sd/source/ui/view/ |
H A D | sdview3.cxx | 1113 nGrFormat = SOT_FORMAT_BITMAP; in InsertData()
|
/aoo41x/main/sw/source/core/frmedt/ |
H A D | fecopy.cxx | 1301 else if( SOT_FORMAT_BITMAP == nFmt || SOT_FORMATSTR_ID_PNG == nFmt ) in GetDrawObjGraphic()
|
Completed in 120 milliseconds