Searched refs:PrinterUpdate (Results 1 – 6 of 6) sorted by relevance
/trunk/main/vcl/unx/headless/ |
H A D | svpprn.cxx | 850 vcl_sal::PrinterUpdate::jobStarted(); in StartJob() 945 vcl_sal::PrinterUpdate::jobEnded(); in EndJob() 954 vcl_sal::PrinterUpdate::jobEnded(); in AbortJob() 999 Timer* vcl_sal::PrinterUpdate::pPrinterUpdateTimer = NULL; 1000 int vcl_sal::PrinterUpdate::nActiveJobs = 0; 1002 void vcl_sal::PrinterUpdate::doUpdate() in doUpdate() 1016 IMPL_STATIC_LINK_NOINSTANCE( vcl_sal::PrinterUpdate, UpdateTimerHdl, void*, ) 1032 void vcl_sal::PrinterUpdate::update() in update() 1052 … pPrinterUpdateTimer->SetTimeoutHdl( STATIC_LINK( NULL, vcl_sal::PrinterUpdate, UpdateTimerHdl ) ); in update() 1059 void vcl_sal::PrinterUpdate::jobEnded() in jobEnded()
|
H A D | svpprn.hxx | 103 class VCLPLUG_SVP_PUBLIC PrinterUpdate class 109 DECL_STATIC_LINK( PrinterUpdate, UpdateTimerHdl, void* );
|
/trunk/main/vcl/unx/generic/gdi/ |
H A D | salprnpsp.cxx | 962 vcl_sal::PrinterUpdate::jobStarted(); in StartJob() 1064 vcl_sal::PrinterUpdate::jobEnded(); in EndJob() 1073 vcl_sal::PrinterUpdate::jobEnded(); in AbortJob() 1385 Timer* vcl_sal::PrinterUpdate::pPrinterUpdateTimer = NULL; 1386 int vcl_sal::PrinterUpdate::nActiveJobs = 0; 1388 void vcl_sal::PrinterUpdate::doUpdate() in doUpdate() 1403 IMPL_STATIC_LINK_NOINSTANCE( vcl_sal::PrinterUpdate, UpdateTimerHdl, void*, EMPTYARG ) in IMPL_STATIC_LINK_NOINSTANCE() argument 1419 void vcl_sal::PrinterUpdate::update() in update() 1437 … pPrinterUpdateTimer->SetTimeoutHdl( STATIC_LINK( NULL, vcl_sal::PrinterUpdate, UpdateTimerHdl ) ); in update() 1444 void vcl_sal::PrinterUpdate::jobEnded() in jobEnded()
|
/trunk/main/vcl/inc/unx/ |
H A D | salprn.h | 107 class VCLPLUG_GEN_PUBLIC PrinterUpdate class 113 DECL_STATIC_LINK( PrinterUpdate, UpdateTimerHdl, void* );
|
/trunk/main/vcl/unx/gtk/window/ |
H A D | gtkframe.cxx | 2826 vcl_sal::PrinterUpdate::update(); in signalFocus() 2841 vcl_sal::PrinterUpdate::update(); in signalFocus()
|
/trunk/main/vcl/unx/generic/window/ |
H A D | salframe.cxx | 3592 vcl_sal::PrinterUpdate::update(); in HandleFocusEvent()
|
Completed in 83 milliseconds