Searched refs:nFirstAttr (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/sc/source/ui/view/ |
H A D | pfuncache.cxx | 71 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 D | preview.cxx | 254 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()
|
/aoo4110/main/sc/source/ui/inc/ |
H A D | pfuncache.hxx | 99 long nFirstAttr[MAXTABCOUNT]; member in ScPrintFuncCache 114 long GetFirstAttr( SCTAB nTab ) const { return nFirstAttr[nTab]; } in GetFirstAttr()
|
H A D | preview.hxx | 47 long nFirstAttr[MAXTABCOUNT]; member in ScPreview
|
Completed in 22 milliseconds