Home
last modified time | relevance | path

Searched refs:IsJobActive (Results 1 – 5 of 5) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dprint.cxx721 DBG_ASSERT( !IsJobActive(), "Printer::~Printer() - Job is active" ); in ~Printer()
851 if ( IsJobActive() || IsPrinting() ) in Setup()
885 if ( IsJobActive() || IsPrinting() ) in SetPrinterProps()
1489 if ( !IsJobActive() ) in EndJob()
1526 if ( !IsJobActive() && !IsPrinting() ) in AbortJob()
1556 if ( !IsJobActive() ) in ImplStartPage()
1570 if ( IsJobActive() ) in ImplStartPage()
1583 if ( !IsJobActive() ) in ImplEndPage()
H A Dprint3.cxx530 if ( IsJobActive() || IsPrinting() ) in StartJob()
/trunk/main/svtools/source/dialogs/
H A Dprnsetup.cxx374 if ( !mpPrinter || mpPrinter->IsPrinting() || mpPrinter->IsJobActive() ) in Execute()
/trunk/main/vcl/inc/vcl/
H A Dprint.hxx359 sal_Bool IsJobActive() const { return mbJobActive; } in IsJobActive() function in Printer
/trunk/main/sfx2/source/doc/
H A Ddocvor.cxx2120 bPrint = !pPrt->IsPrinting() && !pPrt->IsJobActive(); in IMPL_LINK()

Completed in 53 milliseconds