Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/headless/
H A Dsvpprn.cxx1000 int vcl_sal::PrinterUpdate::nActiveJobs = 0; member in vcl_sal::PrinterUpdate
1018 if( nActiveJobs < 1 )
1046 if( nActiveJobs < 1 ) in update()
1061 nActiveJobs--; in jobEnded()
1062 if( nActiveJobs < 1 ) in jobEnded()
H A Dsvpprn.hxx106 static int nActiveJobs; member in vcl_sal::PrinterUpdate
112 static void jobStarted() { nActiveJobs++; } in jobStarted()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalprnpsp.cxx1386 int vcl_sal::PrinterUpdate::nActiveJobs = 0; member in vcl_sal::PrinterUpdate
1405 if( nActiveJobs < 1 ) in IMPL_STATIC_LINK_NOINSTANCE()
1431 if( nActiveJobs < 1 ) in update()
1446 nActiveJobs--; in jobEnded()
1447 if( nActiveJobs < 1 ) in jobEnded()
/trunk/main/vcl/inc/unx/
H A Dsalprn.h110 static int nActiveJobs; member in vcl_sal::PrinterUpdate
116 static void jobStarted() { nActiveJobs++; } in jobStarted()

Completed in 23 milliseconds