Home
last modified time | relevance | path

Searched refs:GetDrawObjGraphic (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx402 if( !pWrtShell->GetDrawObjGraphic( FORMAT_GDIMETAFILE, *pClpGraphic )) in GetData()
405 if( !pWrtShell->GetDrawObjGraphic( FORMAT_BITMAP, *pClpBitmap )) in GetData()
771 if( !pWrtShell->GetDrawObjGraphic( FORMAT_GDIMETAFILE, *pClpGraphic )) in PrepareForCopy()
774 if( !pWrtShell->GetDrawObjGraphic( FORMAT_BITMAP, *pClpBitmap )) in PrepareForCopy()
906 if( !pWrtShell->GetDrawObjGraphic( FORMAT_GDIMETAFILE, *pClpGraphic )) in PrepareForCopy()
909 if( !pWrtShell->GetDrawObjGraphic( FORMAT_BITMAP, *pClpBitmap )) in PrepareForCopy()
3124 if( !pWrtShell->GetDrawObjGraphic( FORMAT_GDIMETAFILE, *pClpGraphic )) in SetDataForDragAndDrop()
3127 if( !pWrtShell->GetDrawObjGraphic( FORMAT_BITMAP, *pClpBitmap )) in SetDataForDragAndDrop()
/AOO42X/main/sw/inc/
H A Dfesh.hxx534 sal_Bool GetDrawObjGraphic( sal_uLong nFmt, Graphic& rGrf ) const;
/AOO42X/main/sw/source/core/frmedt/
H A Dfecopy.cxx1222 sal_Bool SwFEShell::GetDrawObjGraphic( sal_uLong nFmt, Graphic& rGrf ) const in GetDrawObjGraphic() function in SwFEShell