Home
last modified time | relevance | path

Searched refs:DoPrint (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sc/source/ui/view/ !
H A Dpreview.cxx321 void ScPreview::DoPrint( ScPreviewLocationData* pFillLocation ) in DoPrint() function in ScPreview
389 … long nPrinted = pPrintFunc->DoPrint( aPage, nTabStart, nDisplayStart, bDoPrint, pFillLocation ); in DoPrint()
544 DoPrint( NULL ); in Paint()
604 DoPrint( pLocationData ); in GetLocationData()
H A Dpfuncache.cxx127 aFunc.DoPrint( aPage, nTabStart, nDisplayStart, sal_False, &aLocData ); in InitLocations()
H A Dprintfun.cxx2680 long ScPrintFunc::DoPrint( const MultiSelection& rPageRanges, in DoPrint() function in ScPrintFunc
/trunk/main/sc/source/ui/inc/ !
H A Dpreview.hxx99 void DoPrint( ScPreviewLocationData* pFillLocation );
H A Dprintfun.hxx268 long DoPrint( const MultiSelection& rPageRanges,
/trunk/main/sc/source/filter/inc/ !
H A Dscflt.hxx430 sal_uInt8 DoPrint; // Soll die Grafik ausgedruckt werden member
/trunk/main/sc/source/ui/unoobj/ !
H A Ddocuno.cxx1074 (void)aFunc.DoPrint( aPage, nTabStart, nDisplayStart, sal_False, NULL ); in getRenderer()
1203 (void)aFunc.DoPrint( aPage, nTabStart, nDisplayStart, sal_True, NULL ); in render()
/trunk/main/sc/source/filter/starcalc/ !
H A Dscflt.cxx240 rStream >> rHeader.DoPrint; in lcl_ReadGraphHeader()