Home
last modified time | relevance | path

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

/aoo41x/main/forms/source/component/
H A Dimgprod.hxx65 Link maDoneHdl; member in ImageProducer
82 void SetDoneHdl( const Link& i_rHdl ) { maDoneHdl = i_rHdl; } in SetDoneHdl()
83 const Link& GetDoneHdl() const { return maDoneHdl; } in GetDoneHdl()
H A Dimgprod.cxx307 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 12 milliseconds