Searched refs:SOT_FORMATSTR_ID_PNG (Results 1 – 15 of 15) sorted by relevance
| /AOO42X/main/sot/source/base/ |
| H A D | formats.cxx | 164 { 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 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()
|
| /AOO42X/main/sd/source/ui/app/ |
| H A D | sdxfer.cxx | 452 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 D | transfer.cxx | 731 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 D | transfer2.cxx | 461 case SOT_FORMATSTR_ID_PNG: in GetData() 562 AddFormat( SOT_FORMATSTR_ID_PNG ); in CopyGraphic()
|
| /AOO42X/main/sw/source/ui/dochdl/ |
| H A D | swdtflvr.cxx | 541 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 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 | 3619 || 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 D | viewfun3.cxx | 865 … if ( aDataHelper.HasFormat( SOT_FORMAT_BITMAP ) || aDataHelper.HasFormat( SOT_FORMATSTR_ID_PNG ) ) in PasteOnDrawObjectLinked()
|
| /AOO42X/main/chart2/source/controller/main/ |
| H A D | ChartTransferable.cxx | 82 AddFormat( SOT_FORMATSTR_ID_PNG ); in AddSupportedFormats()
|
| /AOO42X/main/sot/inc/sot/ |
| H A D | formats.hxx | 184 #define SOT_FORMATSTR_ID_PNG ((sal_uLong)141) macro
|
| /AOO42X/main/sw/source/core/frmedt/ |
| H A D | fecopy.cxx | 1301 else if( SOT_FORMAT_BITMAP == nFmt || SOT_FORMATSTR_ID_PNG == nFmt ) in GetDrawObjGraphic()
|