Home
last modified time | relevance | path

Searched refs:pPrinterUpdateTimer (Results 1 – 4 of 4) sorted by relevance

/trunk/main/vcl/unx/headless/
H A Dsvpprn.cxx999 Timer* vcl_sal::PrinterUpdate::pPrinterUpdateTimer = NULL; member in vcl_sal::PrinterUpdate
1021 delete pPrinterUpdateTimer;
1022 pPrinterUpdateTimer = NULL;
1025 pPrinterUpdateTimer->Start();
1048 else if( ! pPrinterUpdateTimer ) in update()
1050 pPrinterUpdateTimer = new Timer(); in update()
1051 pPrinterUpdateTimer->SetTimeout( 500 ); in update()
1052pPrinterUpdateTimer->SetTimeoutHdl( STATIC_LINK( NULL, vcl_sal::PrinterUpdate, UpdateTimerHdl ) ); in update()
1053 pPrinterUpdateTimer->Start(); in update()
1064 if( pPrinterUpdateTimer ) in jobEnded()
[all …]
H A Dsvpprn.hxx105 static Timer* pPrinterUpdateTimer; member in vcl_sal::PrinterUpdate
/trunk/main/vcl/unx/generic/gdi/
H A Dsalprnpsp.cxx1385 Timer* vcl_sal::PrinterUpdate::pPrinterUpdateTimer = NULL; member in vcl_sal::PrinterUpdate
1408 delete pPrinterUpdateTimer; in IMPL_STATIC_LINK_NOINSTANCE()
1409 pPrinterUpdateTimer = NULL; in IMPL_STATIC_LINK_NOINSTANCE()
1412 pPrinterUpdateTimer->Start(); in IMPL_STATIC_LINK_NOINSTANCE()
1433 else if( ! pPrinterUpdateTimer ) in update()
1435 pPrinterUpdateTimer = new Timer(); in update()
1436 pPrinterUpdateTimer->SetTimeout( 500 ); in update()
1437pPrinterUpdateTimer->SetTimeoutHdl( STATIC_LINK( NULL, vcl_sal::PrinterUpdate, UpdateTimerHdl ) ); in update()
1438 pPrinterUpdateTimer->Start(); in update()
1449 if( pPrinterUpdateTimer ) in jobEnded()
[all …]
/trunk/main/vcl/inc/unx/
H A Dsalprn.h109 static Timer* pPrinterUpdateTimer; variable