Searched refs:GetGraphicType (Results 1 – 17 of 17) sorted by relevance
133 …if( pObj && pObj->ISA( SdrGrafObj ) && ( ( (SdrGrafObj*) pObj )->GetGraphicType() == GRAPHIC_BITMA… in GetFilterState()151 …if( pObj && pObj->ISA( SdrGrafObj ) && ( (SdrGrafObj*) pObj )->GetGraphicType() == GRAPHIC_BITMAP ) in ExecuteFilter()
173 pSdrGrafObj->GetGraphicType() != GRAPHIC_BITMAP || in GetMenuStateSel()
820 ((SdrGrafObj*) pObj)->GetGraphicType() == GRAPHIC_BITMAP && in DoVerb()
1102 if(GRAPHIC_BITMAP == pObj->GetGraphicType() && !pObj->isEmbeddedSvg()) in IsVectorizeAllowed()
1453 switch(pSdrGrafObj->GetGraphicType()) in GetMenuState()
102 …if( pObj && pObj->ISA( SdrGrafObj ) && ( ( (SdrGrafObj*) pObj )->GetGraphicType() == GRAPHIC_BITMA… in GetFilterState()119 …if( pObj && pObj->ISA( SdrGrafObj ) && ( (SdrGrafObj*) pObj )->GetGraphicType() == GRAPHIC_BITMAP ) in ExecuteFilter()
970 ( pObj->GetGraphicType() != GRAPHIC_NONE ) && in ExecuteGrafAttr()971 ( pObj->GetGraphicType() != GRAPHIC_DEFAULT ) ) in ExecuteGrafAttr()1147 ( pGrafObj->GetGraphicType() == GRAPHIC_NONE ) || in GetGrafAttrState()1148 ( pGrafObj->GetGraphicType() == GRAPHIC_DEFAULT )) in GetGrafAttrState()
392 ( GRAPHIC_BITMAP == ( nGrfType = GetShell().GetGraphicType()) || in ExecAttr()563 if( rSh.GetGraphicType() == GRAPHIC_NONE ) in GetAttrState()678 const sal_uInt16 eGraphicType( rSh.GetGraphicType() ); in GetAttrState()
1294 GRAPHIC_NONE != ( nGrfType = rSh.GetGraphicType() ) && in IMPL_LINK()1501 rSh.GetGraphicType() == GRAPHIC_NONE ) ) ) in GetState()1591 bDisable = GRAPHIC_NONE == rSh.GetGraphicType(); in GetState()
574 GraphicType eType = GetGraphicType(); in GetTransformedGraphic()611 GraphicType SdrGrafObj::GetGraphicType() const in GetGraphicType() function in SdrGrafObj1215 return GRAPHIC_BITMAP == GetGraphicType() && GetGraphic().getSvgData().get(); in isEmbeddedSvg()1245 GraphicType aGraphicType(GetGraphicType()); in DoConvertToPolyObj()
544 if( pGrafObj && ( pGrafObj->GetGraphicType() == GRAPHIC_BITMAP ) ) in GetMarkedObjBitmapEx()
3735 …if( !pObj || (pObj->GetGraphicType() == GRAPHIC_NONE) || (pObj->GetGraphicType() == GRAPHIC_DEFAUL… in EndSdrDrag()
2913 …( pGrafObj->GetGraphicType() == GRAPHIC_BITMAP && pGrafObj->GetGraphic().GetBitmapEx().IsAlpha() )… in IsTransparent()
144 GraphicType GetGraphicType() const;
574 sal_uInt16 GetGraphicType() const;
324 sal_uInt16 SwEditShell::GetGraphicType() const in GetGraphicType() function in SwEditShell
3163 GraphicType eType = pGrf->GetGraphicType(); in ImportReplaceableDrawables()
Completed in 132 milliseconds