Home
last modified time | relevance | path

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

/aoo4110/main/svtools/source/graphic/
H A Dgrfmgr.cxx67 GraphicAttr maAttr; member
70 maGraphic( rGraphic ), maAttr( rAttr ) {} in GrfSimpleCacheObj()
132 maAttr ( rGraphicObj.maAttr ), in GraphicObject()
411 maAttr = rGraphicObj.maAttr; in operator =()
429 ( rGraphicObj.maAttr == maAttr ) && in operator ==()
495 maAttr = rAttr; in SetAttr()
497 if( mpSimpleCache && ( mpSimpleCache->maAttr != rAttr ) ) in SetAttr()
876 if( !mpSimpleCache || ( mpSimpleCache->maAttr != aAttr ) || pFirstFrameOutDev ) in StartAnimation()
H A Dgrfcache.cxx453 GraphicAttr maAttr; member in GraphicDisplayCacheEntry
472 maAttr( rAttr ), maOutSizePix( pOut->LogicToPixel( rSz ) ), in GraphicDisplayCacheEntry()
485 maAttr( rAttr ), maOutSizePix( pOut->LogicToPixel( rSz ) ), in GraphicDisplayCacheEntry()
495 const GraphicAttr& GetAttr() const { return maAttr; } in GetAttr()
515 ( maAttr == rAttr ) && in Matches()
580 GraphicManager::ImplDraw( pOut, rPt, rSz, *mpMtf, maAttr ); in Draw()
583 if( maAttr.IsRotated() ) in Draw()
587 aPoly.Rotate( rPt, maAttr.GetRotation() % 3600 ); in Draw()
/aoo4110/main/svtools/inc/svtools/
H A Dgrfmgr.hxx198 GraphicAttr maAttr; member in GraphicObject
385 const GraphicAttr& GetAttr() const { return maAttr; } in GetAttr()

Completed in 37 milliseconds