Home
last modified time | relevance | path

Searched refs:SOT_FORMATSTR_ID_PNG (Results 1 – 15 of 15) sorted by relevance

/AOO42X/main/sot/source/base/
H A Dformats.cxx164 { SOT_FORMATSTR_ID_PNG, EXCHG_IN_ACTION_COPY, 0 }, \
205 …{ SOT_FORMATSTR_ID_PNG, EXCHG_OUT_ACTION_INSERT_BITMAP| EXCHG_OUT_ACTION_FLAG_INSERT_IMAGEMAP | EX…
268 { SOT_FORMATSTR_ID_PNG, EXCHG_IN_ACTION_COPY, 0 }, \
300 …{ SOT_FORMATSTR_ID_PNG, EXCHG_OUT_ACTION_INSERT_BITMAP| EXCHG_OUT_ACTION_FLAG_INSERT_IMAGEMAP | EX…
350 { SOT_FORMATSTR_ID_PNG, EXCHG_IN_ACTION_COPY, 0 }, \
369 …{ SOT_FORMATSTR_ID_PNG, EXCHG_OUT_ACTION_REPLACE_BITMAP| EXCHG_OUT_ACTION_FLAG_INSERT_IMAGEMAP | E…
383 …{ SOT_FORMATSTR_ID_PNG, EXCHG_OUT_ACTION_INSERT_BITMAP| EXCHG_OUT_ACTION_FLAG_INSERT_IMAGEMAP | EX…
397 …{ SOT_FORMATSTR_ID_PNG, EXCHG_OUT_ACTION_GET_ATTRIBUTES | EXCHG_OUT_ACTION_FLAG_FILL | EXCHG_OUT_A…
413 { SOT_FORMATSTR_ID_PNG, EXCHG_IN_ACTION_COPY, 0 }, \
432 …{ SOT_FORMATSTR_ID_PNG, EXCHG_OUT_ACTION_REPLACE_BITMAP| EXCHG_OUT_ACTION_FLAG_INSERT_IMAGEMAP | E…
[all …]
/AOO42X/main/sc/source/ui/app/
H A Dseltrans.cxx212 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 Ddrwtrans.cxx321 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 Dtransobj.cxx242 AddFormat( SOT_FORMATSTR_ID_PNG ); in AddSupportedFormats()
334 else if ( nFormat == SOT_FORMAT_BITMAP || nFormat == SOT_FORMATSTR_ID_PNG ) in GetData()
/AOO42X/main/sd/source/ui/app/
H A Dsdxfer.cxx452 AddFormat( SOT_FORMATSTR_ID_PNG ); in AddSupportedFormats()
459 AddFormat( SOT_FORMATSTR_ID_PNG ); in AddSupportedFormats()
475 AddFormat( SOT_FORMATSTR_ID_PNG ); in AddSupportedFormats()
563 else if( FORMAT_BITMAP == nFormat || SOT_FORMATSTR_ID_PNG == nFormat ) in GetData()
/AOO42X/main/svtools/source/misc/
H A Dtransfer.cxx731 AddFormat( SOT_FORMATSTR_ID_PNG ); in AddFormat()
1502 … if(SOT_FORMATSTR_ID_BMP == aFlavorEx.mnSotId || SOT_FORMATSTR_ID_PNG == aFlavorEx.mnSotId) in FillDataFlavorExVector()
1823 if(SotExchange::GetFormatDataFlavor(SOT_FORMATSTR_ID_PNG, aFlavor)) in GetBitmapEx()
1845 …if(!bRet && HasFormat(SOT_FORMATSTR_ID_PNG) && SotExchange::GetFormatDataFlavor(SOT_FORMATSTR_ID_P… in GetBitmapEx()
1999 if(SotExchange::GetFormatDataFlavor(SOT_FORMATSTR_ID_PNG, aFlavor)) in GetGraphic()
2019 if(SotExchange::GetFormatDataFlavor(SOT_FORMATSTR_ID_PNG, aFlavor) && in GetGraphic()
H A Dtransfer2.cxx461 case SOT_FORMATSTR_ID_PNG: in GetData()
562 AddFormat( SOT_FORMATSTR_ID_PNG ); in CopyGraphic()
/AOO42X/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx541 case SOT_FORMATSTR_ID_PNG: in GetData()
793 AddFormat( SOT_FORMATSTR_ID_PNG ); in PrepareForCopy()
900 AddFormat( SOT_FORMATSTR_ID_PNG ); in PrepareForCopy()
1339 case SOT_FORMATSTR_ID_PNG: in PasteData()
1468 case SOT_FORMATSTR_ID_PNG: in PasteData()
2270 case SOT_FORMATSTR_ID_PNG: in _PasteGrf()
3068 AddFormat( SOT_FORMATSTR_ID_PNG ); in SetDataForDragAndDrop()
3118 AddFormat( SOT_FORMATSTR_ID_PNG ); in SetDataForDragAndDrop()
/AOO42X/main/sc/source/ui/view/
H A Dcellsh.cxx380 lcl_TestFormat( rFormats, aDataHelper, SOT_FORMATSTR_ID_PNG ); in GetPossibleClipboardFormats()
409 if ( rData.HasFormat( SOT_FORMATSTR_ID_PNG ) || in lcl_IsCellPastePossible()
H A Dviewfun5.cxx458 else if (nFormatId == SOT_FORMAT_BITMAP || nFormatId == SOT_FORMATSTR_ID_PNG) in PasteDataFormat()
H A Dgridwin.cxx3619 || IsDropFormatSupported(SOT_FORMATSTR_ID_PNG) in AcceptDrop()
3654 IsDropFormatSupported( SOT_FORMATSTR_ID_PNG ) || in AcceptDrop()
3795 else if ( aDataHelper.HasFormat( SOT_FORMATSTR_ID_PNG ) ) in lcl_GetDropFormatId()
3796 nFormatId = SOT_FORMATSTR_ID_PNG; in lcl_GetDropFormatId()
H A Dviewfun3.cxx865 … if ( aDataHelper.HasFormat( SOT_FORMAT_BITMAP ) || aDataHelper.HasFormat( SOT_FORMATSTR_ID_PNG ) ) in PasteOnDrawObjectLinked()
/AOO42X/main/chart2/source/controller/main/
H A DChartTransferable.cxx82 AddFormat( SOT_FORMATSTR_ID_PNG ); in AddSupportedFormats()
/AOO42X/main/sot/inc/sot/
H A Dformats.hxx184 #define SOT_FORMATSTR_ID_PNG ((sal_uLong)141) macro
/AOO42X/main/sw/source/core/frmedt/
H A Dfecopy.cxx1301 else if( SOT_FORMAT_BITMAP == nFmt || SOT_FORMATSTR_ID_PNG == nFmt ) in GetDrawObjGraphic()