Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/view/
H A Dpfuncache.cxx71 long nAttrPage = nTab > 0 ? nFirstAttr[nTab-1] : 1; in ScPrintFuncCache()
78 nFirstAttr[nTab] = aFunc.GetFirstPageNo(); // from page style or previous sheet in ScPrintFuncCache()
81 nFirstAttr[nTab] = nAttrPage; in ScPrintFuncCache()
114 …ScPrintFunc aFunc( pDev, pDocSh, nTab, nFirstAttr[nTab], nTotalPages, pSelRange, &aSelection.GetOp… in InitLocations()
H A Dpreview.cxx254 long nAttrPage = i > 0 ? nFirstAttr[i-1] : 1; in CalcPages()
261 nFirstAttr[i] = aPrintFunc.GetFirstPageNo(); // behalten oder aus Vorlage in CalcPages()
389 …pPrintFunc = new ScPrintFunc( this, pDocShell, nTab, nFirstAttr[nTab], nTotalPages, NULL, &aOption… in DoPrint()
1281 …pPrintFunc = new ScPrintFunc( this, pDocShell, nTab, nFirstAttr[nTab], nTotalPages, NULL, &aOption… in MouseMove()
/trunk/main/sc/source/ui/inc/
H A Dpfuncache.hxx99 long nFirstAttr[MAXTABCOUNT]; member in ScPrintFuncCache
114 long GetFirstAttr( SCTAB nTab ) const { return nFirstAttr[nTab]; } in GetFirstAttr()
H A Dpreview.hxx47 long nFirstAttr[MAXTABCOUNT]; member in ScPreview

Completed in 23 milliseconds