Searched refs:pSelRange (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/sc/source/ui/view/ |
H A D | pfuncache.cxx | 54 const ScRange* pSelRange = NULL; in ScPrintFuncCache() local 58 pSelRange = &aRange; in ScPrintFuncCache() 76 ScPrintFunc aFunc( pDocSh, pPrinter, nTab, nAttrPage, 0, pSelRange, &aSelection.GetOptions() ); in ScPrintFuncCache() 98 const ScRange* pSelRange = NULL; in InitLocations() local 102 pSelRange = &aRange; in InitLocations() 114 …ScPrintFunc aFunc( pDev, pDocSh, nTab, nFirstAttr[nTab], nTotalPages, pSelRange, &aSelection.GetOp… in InitLocations()
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | docuno.cxx | 1054 const ScRange* pSelRange = NULL; in getRenderer() local 1058 pSelRange = &aRange; in getRenderer() 1061 pPrintFuncCache->GetFirstAttr(nTab), nTotalPages, pSelRange, &aStatus.GetOptions() ); in getRenderer() 1149 const ScRange* pSelRange = NULL; in render() local 1153 pSelRange = &aRange; in render() 1159 …Dev, pDocShell, nTab, pPrintFuncCache->GetFirstAttr(nTab), nTotalPages, pSelRange, &aStatus.GetOpt… in render()
|
Completed in 42 milliseconds