Searched refs:aPrintRanges (Results 1 – 3 of 3) sorted by relevance
1237 …for ( ScRangeVec::iterator aIt = aPrintRanges.begin(), aEnd = aPrintRanges.end(); aIt != aEnd; ++a… in UpdateReference()1584 aPrintRanges.clear(); in ClearPrintRanges()1595 if( aPrintRanges.size() < 0xFFFF ) in AddPrintRange()1596 aPrintRanges.push_back( rNew ); in AddPrintRange()1619 return (nPos < GetPrintRangeCount()) ? &aPrintRanges[ nPos ] : NULL; in GetPrintRange()1624 rSaveTab.SetAreas( aPrintRanges, bPrintEntireSheet ); in FillPrintSaver()1630 aPrintRanges = rSaveTab.GetPrintRanges(); in RestorePrintRanges()
555 ApiCellRangeList aPrintRanges; in convertFormula() local556 … getFormulaParser().extractCellRangeList( aPrintRanges, xTokens->getTokens(), false, mnCalcSheet ); in convertFormula()557 if( xPrintAreas.is() && !aPrintRanges.empty() ) in convertFormula()558 xPrintAreas->setPrintAreas( ContainerHelper::vectorToSequence( aPrintRanges ) ); in convertFormula()
177 ScRangeVec aPrintRanges; member in ScTable600 … GetPrintRangeCount() const { return static_cast< sal_uInt16 >( aPrintRanges.size() ); } in GetPrintRangeCount()
Completed in 23 milliseconds