Home
last modified time | relevance | path

Searched refs:bDoPrint (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/sc/source/ui/view/
H A Dprintfun.cxx1754 sal_Bool bDoPrint, ScPreviewLocationData* pLocationData ) in PrintHF() argument
1825 if ( bDoPrint ) in PrintHF()
1891 long ScPrintFunc::DoNotes( long nNoteStart, sal_Bool bDoPrint, ScPreviewLocationData* pLocationData… in DoNotes() argument
1893 if (bDoPrint) in DoNotes()
1934 if (bDoPrint) in DoNotes()
1968 long ScPrintFunc::PrintNotes( long nPageNo, long nNoteStart, sal_Bool bDoPrint, ScPreviewLocationDa… in PrintNotes() argument
1973 if ( bDoPrint && bClearWin ) in PrintNotes()
2004 if ( pPrinter && bDoPrint ) in PrintNotes()
2010 if ( bDoPrint || pLocationData ) in PrintNotes()
2017 PrintHF( nPageNo, sal_True, nHeaderY, bDoPrint, pLocationData ); in PrintNotes()
[all …]
H A Dpreview.cxx350 sal_Bool bDoPrint = ( pFillLocation == NULL ); in DoPrint() local
357 if ( bDoPrint && ( aOffset.X() < 0 || aOffset.Y() < 0 ) && bValidPage ) in DoPrint()
405 … long nPrinted = pPrintFunc->DoPrint( aPage, nTabStart, nDisplayStart, bDoPrint, pFillLocation ); in DoPrint()
421 …if ( bDoPrint && bPageMargin && pLocationData ) // don't make use of pLocationData while filli… in DoPrint()
475 if ( bDoPrint ) in DoPrint()
/AOO41X/main/sc/source/ui/inc/
H A Dprintfun.hxx269 long nStartPage, long nDisplayStart, sal_Bool bDoPrint,
326 sal_Bool bDoPrint, ScPreviewLocationData* pLocationData );
340 sal_Bool bDoPrint, ScPreviewLocationData* pLocationData );
342 …long PrintNotes( long nPageNo, long nNoteStart, sal_Bool bDoPrint, ScPreviewLocationDat…
343 …long DoNotes( long nNoteStart, sal_Bool bDoPrint, ScPreviewLocationData* pLocationData …