Home
last modified time | relevance | path

Searched refs:SOT_FORMATSTR_ID_SVXB (Results 1 – 25 of 27) sorted by relevance

12

/AOO42X/main/sot/source/base/
H A Dformats.cxx166 { SOT_FORMATSTR_ID_SVXB, EXCHG_IN_ACTION_COPY, 0 }, \
194 …{ SOT_FORMATSTR_ID_SVXB, EXCHG_OUT_ACTION_INSERT_SVXB| EXCHG_OUT_ACTION_FLAG_INSERT_IMAGEMAP | EXC…
224 …{ SOT_FORMATSTR_ID_SVXB, EXCHG_OUT_ACTION_INSERT_SVXB| EXCHG_OUT_ACTION_FLAG_INSERT_IMAGEMAP | EXC…
270 { SOT_FORMATSTR_ID_SVXB, EXCHG_IN_ACTION_COPY, 0 }, \
292 …{ SOT_FORMATSTR_ID_SVXB, EXCHG_OUT_ACTION_INSERT_SVXB| EXCHG_OUT_ACTION_FLAG_INSERT_IMAGEMAP | EXC…
316 …{ SOT_FORMATSTR_ID_SVXB, EXCHG_OUT_ACTION_INSERT_SVXB| EXCHG_OUT_ACTION_FLAG_INSERT_IMAGEMAP | EXC…
352 { SOT_FORMATSTR_ID_SVXB, EXCHG_IN_ACTION_COPY, 0 }, \
367 …{ SOT_FORMATSTR_ID_SVXB, EXCHG_OUT_ACTION_REPLACE_SVXB| EXCHG_OUT_ACTION_FLAG_INSERT_IMAGEMAP | EX…
381 …{ SOT_FORMATSTR_ID_SVXB, EXCHG_OUT_ACTION_INSERT_SVXB| EXCHG_OUT_ACTION_FLAG_INSERT_IMAGEMAP | EXC…
395 …{ SOT_FORMATSTR_ID_SVXB, EXCHG_OUT_ACTION_GET_ATTRIBUTES| EXCHG_OUT_ACTION_FLAG_FILL | EXCHG_OUT_A…
[all …]
/AOO42X/main/sc/source/ui/view/
H A Dviewfun5.cxx268 if( aDataHelper.GetGraphic( SOT_FORMATSTR_ID_SVXB, aGraphic ) ) in PasteDataFormat()
269 nGrFormat = SOT_FORMATSTR_ID_SVXB; in PasteDataFormat()
470 else if (nFormatId == SOT_FORMATSTR_ID_SVXB) in PasteDataFormat()
473 if( aDataHelper.GetSotStorageStream( SOT_FORMATSTR_ID_SVXB, xStm ) ) in PasteDataFormat()
H A Dviewfun3.cxx625 else if (aDataHelper.HasFormat( SOT_FORMATSTR_ID_SVXB )) in PasteFromSystem()
626 PasteFromSystem( SOT_FORMATSTR_ID_SVXB ); in PasteFromSystem()
731 else if (aDataHelper.HasFormat( SOT_FORMATSTR_ID_SVXB )) in PasteFromTransferable()
732 nFormatId = SOT_FORMATSTR_ID_SVXB; in PasteFromTransferable()
829 if ( aDataHelper.HasFormat( SOT_FORMATSTR_ID_SVXB ) ) in PasteOnDrawObjectLinked()
834 if( pScDrawView && aDataHelper.GetSotStorageStream( SOT_FORMATSTR_ID_SVXB, xStm ) ) in PasteOnDrawObjectLinked()
H A Dcellsh.cxx378 lcl_TestFormat( rFormats, aDataHelper, SOT_FORMATSTR_ID_SVXB ); in GetPossibleClipboardFormats()
412 rData.HasFormat( SOT_FORMATSTR_ID_SVXB ) || in lcl_IsCellPastePossible()
H A Dgridwin.cxx3638 if ( IsDropFormatSupported(SOT_FORMATSTR_ID_SVXB) in AcceptDrop()
3672 IsDropFormatSupported( SOT_FORMATSTR_ID_SVXB ) || in AcceptDrop()
3758 else if ( aDataHelper.HasFormat( SOT_FORMATSTR_ID_SVXB ) ) in lcl_GetDropFormatId()
3759 nFormatId = SOT_FORMATSTR_ID_SVXB; in lcl_GetDropFormatId()
/AOO42X/main/svx/source/gallery2/
H A Dgalmisc.cxx550 AddFormat( SOT_FORMATSTR_ID_SVXB ); in AddSupportedFormats()
561 AddFormat( SOT_FORMATSTR_ID_SVXB ); in AddSupportedFormats()
599 else if( ( SOT_FORMATSTR_ID_SVXB == nFormat ) && mpGraphicObject ) in GetData()
H A Dgaltheme.cxx1324 if( aDataHelper.HasFormat( SOT_FORMATSTR_ID_SVXB ) ) in InsertTransferable()
1325 nFormat = SOT_FORMATSTR_ID_SVXB; in InsertTransferable()
H A Dgalbrws2.cxx306 aDataHelper.HasFormat( SOT_FORMATSTR_ID_SVXB ) || in ExecutePopup()
641 rTarget.IsDropFormatSupported( SOT_FORMATSTR_ID_SVXB ) || in AcceptDrop()
/AOO42X/main/sfx2/source/appl/
H A Dfileobj.cxx120 SOT_FORMATSTR_ID_SVXB == nFmt ) in GetData()
172 if( SOT_FORMATSTR_ID_SVXB != nFmt ) in GetData()
180 case SOT_FORMATSTR_ID_SVXB: in GetData()
H A Dimpldde.cxx307 case SOT_FORMATSTR_ID_SVXB: in ImplHasOtherFormat()
H A Dlinkmgr2.cxx518 case SOT_FORMATSTR_ID_SVXB: in GetGraphicFromAny()
/AOO42X/main/sd/source/ui/view/
H A Dsdview3.cxx1108 if( aDataHelper.GetGraphic( SOT_FORMATSTR_ID_SVXB, aGraphic ) ) in InsertData()
1109 nGrFormat = SOT_FORMATSTR_ID_SVXB; in InsertData()
1211 if(!bReturn && (!bLink || pPickObj) && CHECK_FORMAT_TRANS(SOT_FORMATSTR_ID_SVXB)) in InsertData()
1215 if( aDataHelper.GetSotStorageStream( SOT_FORMATSTR_ID_SVXB, xStm ) ) in InsertData()
1289 else if(aDataHelper.GetGraphic(SOT_FORMATSTR_ID_SVXB, aGraphic)) in InsertData()
H A Dsdview2.cxx562 … const sal_Bool bGraphic = rTargetHelper.IsDropFormatSupported( SOT_FORMATSTR_ID_SVXB ); in AcceptDrop()
/AOO42X/main/sc/source/ui/app/
H A Ddrwtrans.cxx320 AddFormat( SOT_FORMATSTR_ID_SVXB ); in AddSupportedFormats()
331 AddFormat( SOT_FORMATSTR_ID_SVXB ); in AddSupportedFormats()
447 else if ( nFormat == SOT_FORMATSTR_ID_SVXB ) in GetData()
H A Dseltrans.cxx228 AddFormat( SOT_FORMATSTR_ID_SVXB ); in AddSupportedFormats()
236 AddFormat( SOT_FORMATSTR_ID_SVXB ); in AddSupportedFormats()
/AOO42X/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx539 case SOT_FORMATSTR_ID_SVXB: in GetData()
791 AddFormat( SOT_FORMATSTR_ID_SVXB ); in PrepareForCopy()
1347 case SOT_FORMATSTR_ID_SVXB: in PasteData()
1475 case SOT_FORMATSTR_ID_SVXB: in PasteData()
2290 case SOT_FORMATSTR_ID_SVXB: in _PasteGrf()
2294 if(rData.GetSotStorageStream(SOT_FORMATSTR_ID_SVXB, xStm)) in _PasteGrf()
2929 SOT_FORMATSTR_ID_SVXB,
3079 AddFormat( SOT_FORMATSTR_ID_SVXB ); in SetDataForDragAndDrop()
/AOO42X/main/svtools/source/misc/
H A Dtransfer2.cxx460 case SOT_FORMATSTR_ID_SVXB: in GetData()
558 AddFormat( SOT_FORMATSTR_ID_SVXB ); in CopyGraphic()
/AOO42X/main/sd/source/ui/app/
H A Dsdxfer.cxx448 AddFormat( SOT_FORMATSTR_ID_SVXB ); in AddSupportedFormats()
572 else if( ( nFormat == SOT_FORMATSTR_ID_SVXB ) && mpGraphic ) in GetData()
/AOO42X/main/chart2/source/controller/main/
H A DChartController_Tools.cxx326 else if ( aDataHelper.HasFormat( SOT_FORMATSTR_ID_SVXB ) ) in executeDispatch_Paste()
330 if( aDataHelper.GetSotStorageStream( SOT_FORMATSTR_ID_SVXB, xStm )) in executeDispatch_Paste()
/AOO42X/main/sot/inc/sot/
H A Dformats.hxx55 #define SOT_FORMATSTR_ID_SVXB ((sal_uLong)12) macro
/AOO42X/main/svtools/source/dialogs/
H A Dinsdlg.cxx247 { SOT_FORMATSTR_ID_SVXB, STR_FORMAT_ID_SVXB }, in GetSotFormatUIName()
/AOO42X/main/sd/source/ui/func/
H A Dfuinsert.cxx227 pDlg->Insert( SOT_FORMATSTR_ID_SVXB, aEmptyString ); in DoExecute()
/AOO42X/main/sw/source/core/ole/
H A Dndole.cxx182 ::sfx2::SvBaseLink( ::sfx2::LINKUPDATE_ONCALL, SOT_FORMATSTR_ID_SVXB ), in SwEmbedObjectLink()
/AOO42X/main/sw/source/core/graphic/
H A Dndgrf.cxx739 refLink->SetContentType( SOT_FORMATSTR_ID_SVXB ); in InsertLink()
/AOO42X/main/svx/source/svdraw/
H A Dsvdograf.cxx252 : ::sfx2::SvBaseLink( ::sfx2::LINKUPDATE_ONCALL, SOT_FORMATSTR_ID_SVXB ) in SdrGraphicLink()

12