Lines Matching refs:nNoteAdd
2593 long nNoteAdd; in CountNotePages() local
2596 nNoteAdd = PrintNotes( nPages, nNoteNr, sal_False, NULL ); in CountNotePages()
2597 if (nNoteAdd) in CountNotePages()
2599 nNoteNr += nNoteAdd; in CountNotePages()
2603 while (nNoteAdd); in CountNotePages()
2783 long nNoteAdd; in DoPrint() local
2789 nNoteAdd = PrintNotes( nPageNo+nStartPage, nNoteNr, bDoPrint && bPageSelected, in DoPrint()
2791 if ( nNoteAdd ) in DoPrint()
2793 nNoteNr += nNoteAdd; in DoPrint()
2803 nNoteAdd = 0; in DoPrint()
2805 while (nNoteAdd); in DoPrint()