Searched refs:maDoneHdl (Results 1 – 2 of 2) sorted by relevance
65 Link maDoneHdl; member in ImageProducer82 void SetDoneHdl( const Link& i_rHdl ) { maDoneHdl = i_rHdl; } in SetDoneHdl()83 const Link& GetDoneHdl() const { return maDoneHdl; } in GetDoneHdl()
307 if( maConsList.Count() || maDoneHdl.IsSet() ) in startProduction()318 if ( ImplImportGraphic( *mpGraphic ) && maDoneHdl.IsSet() ) in startProduction()319 maDoneHdl.Call( mpGraphic ); in startProduction()351 if ( maDoneHdl.IsSet() ) in startProduction()352 maDoneHdl.Call( NULL ); in startProduction()
Completed in 9 milliseconds