Home
last modified time | relevance | path

Searched refs:pBmpAction (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx2221 ActionSharedPtr pBmpAction( in createActions() local
2229 if( pBmpAction ) in createActions()
2233 pBmpAction, in createActions()
2236 io_rCurrActionIndex += pBmpAction->getActionCount()-1; in createActions()
2245 ActionSharedPtr pBmpAction( in createActions() local
2255 if( pBmpAction ) in createActions()
2259 pBmpAction, in createActions()
2262 io_rCurrActionIndex += pBmpAction->getActionCount()-1; in createActions()
2278 ActionSharedPtr pBmpAction( in createActions() local
2288 if( pBmpAction ) in createActions()
[all …]
/AOO42X/main/sd/source/ui/view/
H A Dsdview3.cxx233 … MetaBmpAction* pBmpAction = dynamic_cast< MetaBmpAction* >( pAction ); in InsertMetaFile() local
234 if( pBmpAction ) in InsertMetaFile()
235 aGraphic = Graphic( pBmpAction->GetBitmap() ); in InsertMetaFile()