Searched refs:SOT_FORMATSTR_ID_PNG (Results 1 – 15 of 15) sorted by relevance
/aoo41x/main/sot/source/base/ |
H A D | formats.cxx | 164 { SOT_FORMATSTR_ID_PNG, EXCHG_IN_ACTION_COPY, 0 }, \ 268 { SOT_FORMATSTR_ID_PNG, EXCHG_IN_ACTION_COPY, 0 }, \ 350 { SOT_FORMATSTR_ID_PNG, EXCHG_IN_ACTION_COPY, 0 }, \ 413 { SOT_FORMATSTR_ID_PNG, EXCHG_IN_ACTION_COPY, 0 }, \ 476 { SOT_FORMATSTR_ID_PNG, EXCHG_IN_ACTION_COPY, 0 }, \ 540 { SOT_FORMATSTR_ID_PNG, EXCHG_IN_ACTION_COPY, 0 }, \ 625 { SOT_FORMATSTR_ID_PNG, EXCHG_IN_ACTION_COPY, 0 }, \ 689 { SOT_FORMATSTR_ID_PNG, EXCHG_IN_ACTION_COPY, 0 }, \ 752 { SOT_FORMATSTR_ID_PNG, EXCHG_IN_ACTION_COPY, 0 }, \ 829 { SOT_FORMATSTR_ID_PNG, EXCHG_IN_ACTION_COPY, 0 }, \ [all …]
|
/aoo41x/main/sc/source/ui/app/ |
H A D | seltrans.cxx | 212 AddFormat( SOT_FORMATSTR_ID_PNG ); in AddSupportedFormats() 229 AddFormat( SOT_FORMATSTR_ID_PNG ); in AddSupportedFormats() 238 AddFormat( SOT_FORMATSTR_ID_PNG ); in AddSupportedFormats() 262 AddFormat( SOT_FORMATSTR_ID_PNG ); in AddSupportedFormats()
|
H A D | drwtrans.cxx | 321 AddFormat( SOT_FORMATSTR_ID_PNG ); in AddSupportedFormats() 333 AddFormat( SOT_FORMATSTR_ID_PNG ); in AddSupportedFormats() 379 AddFormat( SOT_FORMATSTR_ID_PNG ); in AddSupportedFormats() 433 || nFormat == SOT_FORMATSTR_ID_PNG in GetData()
|
H A D | transobj.cxx | 242 AddFormat( SOT_FORMATSTR_ID_PNG ); 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 | 443 AddFormat( SOT_FORMATSTR_ID_PNG ); in AddSupportedFormats() 450 AddFormat( SOT_FORMATSTR_ID_PNG ); in AddSupportedFormats() 466 AddFormat( SOT_FORMATSTR_ID_PNG ); in AddSupportedFormats() 554 else if( FORMAT_BITMAP == nFormat || SOT_FORMATSTR_ID_PNG == nFormat ) in GetData()
|
/aoo41x/main/sot/inc/sot/ |
H A D | formats.hxx | 184 #define SOT_FORMATSTR_ID_PNG ((sal_uLong)141) macro 185 #define SOT_FORMATSTR_ID_USER_END SOT_FORMATSTR_ID_PNG
|
/aoo41x/main/svtools/source/misc/ |
H A D | transfer.cxx | 701 AddFormat( SOT_FORMATSTR_ID_PNG ); in AddFormat() 1471 … if(SOT_FORMATSTR_ID_BMP == aFlavorEx.mnSotId || SOT_FORMATSTR_ID_PNG == aFlavorEx.mnSotId) in FillDataFlavorExVector() 1792 if(SotExchange::GetFormatDataFlavor(SOT_FORMATSTR_ID_PNG, aFlavor)) in GetBitmapEx() 1814 …if(!bRet && HasFormat(SOT_FORMATSTR_ID_PNG) && SotExchange::GetFormatDataFlavor(SOT_FORMATSTR_ID_P… in GetBitmapEx() 1954 if(SotExchange::GetFormatDataFlavor(SOT_FORMATSTR_ID_PNG, aFlavor)) in GetGraphic() 1974 if(SotExchange::GetFormatDataFlavor(SOT_FORMATSTR_ID_PNG, aFlavor) && in GetGraphic()
|
H A D | transfer2.cxx | 461 case SOT_FORMATSTR_ID_PNG: in GetData() 562 AddFormat( SOT_FORMATSTR_ID_PNG ); in CopyGraphic()
|
/aoo41x/main/sw/source/ui/dochdl/ |
H A D | swdtflvr.cxx | 549 case SOT_FORMATSTR_ID_PNG: in GetData() 802 AddFormat( SOT_FORMATSTR_ID_PNG ); in PrepareForCopy() 909 AddFormat( SOT_FORMATSTR_ID_PNG ); in PrepareForCopy() 1349 case SOT_FORMATSTR_ID_PNG: in PasteData() 1478 case SOT_FORMATSTR_ID_PNG: in PasteData() 2285 case SOT_FORMATSTR_ID_PNG: in _PasteGrf() 3085 AddFormat( SOT_FORMATSTR_ID_PNG ); in SetDataForDragAndDrop() 3135 AddFormat( SOT_FORMATSTR_ID_PNG ); in SetDataForDragAndDrop()
|
/aoo41x/main/chart2/source/controller/main/ |
H A D | ChartTransferable.cxx | 82 AddFormat( SOT_FORMATSTR_ID_PNG ); in AddSupportedFormats()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | cellsh.cxx | 380 lcl_TestFormat( rFormats, aDataHelper, SOT_FORMATSTR_ID_PNG ); in GetPossibleClipboardFormats() 409 if ( rData.HasFormat( SOT_FORMATSTR_ID_PNG ) || in lcl_IsCellPastePossible()
|
H A D | viewfun5.cxx | 458 else if (nFormatId == SOT_FORMAT_BITMAP || nFormatId == SOT_FORMATSTR_ID_PNG) in PasteDataFormat()
|
H A D | gridwin.cxx | 3625 || IsDropFormatSupported(SOT_FORMATSTR_ID_PNG) in AcceptDrop() 3660 IsDropFormatSupported( SOT_FORMATSTR_ID_PNG ) || in AcceptDrop() 3801 else if ( aDataHelper.HasFormat( SOT_FORMATSTR_ID_PNG ) ) in lcl_GetDropFormatId() 3802 nFormatId = SOT_FORMATSTR_ID_PNG; in lcl_GetDropFormatId()
|
H A D | viewfun3.cxx | 865 … if ( aDataHelper.HasFormat( SOT_FORMAT_BITMAP ) || aDataHelper.HasFormat( SOT_FORMATSTR_ID_PNG ) ) in PasteOnDrawObjectLinked()
|
/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 110 milliseconds