https://bugs.documentfoundation.org/show_bug.cgi?id=117280
--- Comment #10 from Julien Nabet <[email protected]> --- I retrieved 3 bts (1 per message displayed). All of them come from sfx2/source/view/viewprn.cxx The first 2 ones are in SfxPrinterController::jobStarted() 1) 316 SfxGetpApp()->NotifyEvent( SfxEventHint(SfxEventHintId::PrintDoc, GlobalEventConfig::GetEventName( GlobalEventId::PRINTDOC ), mpObjectShell ) ); 2) 324 mpObjectShell->Broadcast( SfxPrintingHint( 325 view::PrintableState_JOB_STARTED, aOpts, mpObjectShell, xController ) ); the last one is in SfxPrinterController::jobFinished 334 mpObjectShell->Broadcast( SfxPrintingHint( nState ) ); -- You are receiving this mail because: You are the assignee for the bug.
