Home
last modified time | relevance | path

Searched refs:GetPrintRangeCount (Results 1 – 12 of 12) sorted by relevance

/aoo4110/main/sc/source/ui/view/
H A Dtabvwsha.cxx210 … bHas = rMark.GetTableSelect(i) && (pDoc->GetPrintRangeCount(i) || pDoc->IsPrintEntireSheet(i)); in GetState()
214 else if ( !pDoc->GetPrintRangeCount( nTab ) && !pDoc->IsPrintEntireSheet( nTab ) ) in GetState()
H A Dprintfun.cxx995 bMultiArea = ( pDoc->GetPrintRangeCount(nPrintTab) > 1 ); in InitParam()
2499 sal_uInt16 nRCount = pDoc->GetPrintRangeCount( nPrintTab ); in CountPages()
2554 nRepeats = pDoc->GetPrintRangeCount(nPrintTab); in CountNotePages()
2710 nRepeats = pDoc->GetPrintRangeCount(nPrintTab); in DoPrint()
2815 sal_uInt16 nRCount = pDoc->GetPrintRangeCount( nPrintTab ); in CalcZoom()
H A Dtabview2.cxx957 sal_uInt16 nCount = pDoc->GetPrintRangeCount(nTab); in UpdatePageBreakData()
H A Dgridwin2.cxx1036 sal_uInt16 nOldCount = pDoc->GetPrintRangeCount( nTab ); in PagebreakMove()
/aoo4110/main/sc/source/core/data/
H A Dtable1.cxx1296 if ( bRecalcPages && GetPrintRangeCount() <= 1 ) in UpdateReference()
1619 return (nPos < GetPrintRangeCount()) ? &aPrintRanges[ nPos ] : NULL; in GetPrintRange()
H A Dtable5.cxx105 sal_uInt16 nAreaCount = GetPrintRangeCount(); in UpdatePageBreaks()
H A Ddocument.cxx5216 bResult = pTab[i]->IsPrintEntireSheet() || (pTab[i]->GetPrintRangeCount() > 0); in HasPrintRange()
5228 sal_uInt16 ScDocument::GetPrintRangeCount( SCTAB nTab ) in GetPrintRangeCount() function in ScDocument
5231 return pTab[nTab]->GetPrintRangeCount(); in GetPrintRangeCount()
/aoo4110/main/sc/source/filter/excel/
H A Dxename.cxx632 … for( sal_uInt16 nIdx = 0, nCount = rDoc.GetPrintRangeCount( nScTab ); nIdx < nCount; ++nIdx ) in CreateBuiltInNames()
/aoo4110/main/sc/source/ui/pagedlg/
H A Dareasdlg.cxx312 sal_uInt16 nRangeCount = pDoc->GetPrintRangeCount( nCurTab ); in Impl_Reset()
/aoo4110/main/sc/inc/
H A Dtable.hxx600 …sal_uInt16 GetPrintRangeCount() const { return static_cast< sal_uInt16 >( aPrint… in GetPrintRangeCount() function in ScTable
H A Ddocument.hxx1472 SC_DLLPUBLIC sal_uInt16 GetPrintRangeCount( SCTAB nTab );
/aoo4110/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx7416 sal_uInt16 nCount = pDoc->GetPrintRangeCount( nTab ); in getPrintAreas()

Completed in 213 milliseconds