Home
last modified time | relevance | path

Searched refs:GetGrfObj (Results 1 – 8 of 8) sorted by relevance

/AOO41X/main/sw/source/core/edit/
H A Deditsh.cxx310 ( GRAPHIC_DEFAULT == pGrfNode->GetGrfObj().GetType()|| in IsGrfSwapOut()
311 pGrfNode->GetGrfObj().IsSwappedOut())) in IsGrfSwapOut()
312 : pGrfNode->GetGrfObj().IsSwappedOut()); in IsGrfSwapOut()
320 return pGrfNode ? &(pGrfNode->GetGrfObj()) : 0L; in GetGraphicObj()
327 return static_cast<sal_uInt16>(pGrfNode ? pGrfNode->GetGrfObj().GetType() : GRAPHIC_NONE); in GetGraphicType()
/AOO41X/main/sw/source/core/graphic/
H A Dndgrf.cxx392 const bool bWasSwappedOut = ( GetGrfObj().IsSwappedOut() == sal_True ); in onGraphicChanged()
454 const SvgDataPtr& rSvgDataPtr = GetGrfObj().GetGraphic().getSvgData(); in GetReplacementGrfObj()
966 Graphic aGraphic( GetGrfObj().GetGraphic() ); in _GetStreamForEmbedGrf()
969 _aStrmName = String( GetGrfObj().GetUniqueID(), RTL_TEXTENCODING_ASCII_US ); in _GetStreamForEmbedGrf()
/AOO41X/main/sw/source/core/docnode/
H A Dswbaslnk.cxx149 const GraphicObject& rGrfObj = pSwGrfNode->GetGrfObj(); in DataChanged()
260 GRAPHIC_DEFAULT == pGrfNd->GetGrfObj().GetType())) in DataChanged()
/AOO41X/main/sw/source/core/doc/
H A Dnotxtfrm.cxx696 if( pNd->GetGrfObj().IsCached( pVSh->GetOut(), Point(), in Modify()
911 const GraphicObject& rGrfObj = pGrfNd->GetGrfObj(); in PaintPicture()
/AOO41X/main/sw/inc/
H A Dndgrf.hxx131 const GraphicObject& GetGrfObj() const { return maGrfObj; } in GetGrfObj() function in SwGrfNode
/AOO41X/main/sw/source/filter/ww8/
H A Dwriterhelper.cxx769 bool bWasSwappedOut = pGrfNode->GetGrfObj().IsSwappedOut(); in GetSwappedInSize()
/AOO41X/main/sw/source/core/layout/
H A Dfly.cxx2755 pGrfObj = &(pGrfNd->GetGrfObj()); in GetContour()
/AOO41X/main/sw/source/core/unocore/
H A Dunoframe.cxx1516 String sId( pGrfNode->GetGrfObj().GetUniqueID(), in getPropertyValue()