Lines Matching refs:nIndex

123 …sal_uInt32 nIndex = static_cast<sal_Int32>(mrProperties.getIntValue("SlidesPerPage", sal_Int32(0))…  in GetHandoutPageCount()  local
124 if (nIndex<maSlidesPerPage.size()) in GetHandoutPageCount()
125 return maSlidesPerPage[nIndex]; in GetHandoutPageCount()
283 bool IsSelected (const sal_Int32 nIndex) const in IsSelected()
288 return mpSelectedPages->IsSelected(nIndex+1); in IsSelected()
289 else if (mbIsShapeSelection && nIndex==mnCurrentPageIndex) in IsSelected()
687 for (sal_uInt32 nIndex=0; nIndex<nCount; ++nIndex) in CreateChoice() local
688 aChoices[nIndex] = aChoiceStrings.GetString(nIndex); in CreateChoice()
699 for (sal_Int32 nIndex=1,nCount=aChoice.getLength(); nIndex<nCount; ++nIndex) in GetSlidesPerPageSequence() local
700 maSlidesPerPage.push_back(aChoice[nIndex].toInt32()); in GetSlidesPerPageSequence()
1341 void PrintPage (const sal_Int32 nIndex) in PrintPage() argument
1362 if (nIndex<0 || sal::static_int_cast<sal_uInt32>(nIndex)>=maPrinterPages.size()) in PrintPage()
1365 const ::boost::shared_ptr<PrinterPage> pPage (maPrinterPages[nIndex]); in PrintPage()
1661 nIndex=0, in ContainsTransparency() local
1663 nIndex < nCount && !bContainsTransparency; in ContainsTransparency()
1664 ++nIndex) in ContainsTransparency()
1666 SdPage* pPage = GetFilteredPage(nIndex, PK_STANDARD, rInfo); in ContainsTransparency()
1747 nIndex=0, in PrepareOutline() local
1749 nIndex < nCount; in PrepareOutline()
1753 pOutliner->SetFirstPageNumber(nIndex+1); in PrepareOutline()
1757 while (nH < nPageH && nIndex<nCount) in PrepareOutline()
1759 SdPage* pPage = GetFilteredPage(nIndex, PK_STANDARD, rInfo); in PrepareOutline()
1760 ++nIndex; in PrepareOutline()
1843 --nIndex; in PrepareOutline()
1949 nIndex=0, in PrepareHandout() local
1952 nIndex <= nCount; in PrepareHandout()
1953 ++nIndex) in PrepareHandout()
1955 if (nIndex < nCount) in PrepareHandout()
1957 if (GetFilteredPage(nIndex, PK_STANDARD, rInfo) == NULL) in PrepareHandout()
1959 aPageIndices.push_back(nIndex); in PrepareHandout()
1964 if (!aPageIndices.empty() && (aPageIndices.size() == nShapeCount || nIndex==nCount)) in PrepareHandout()
2028 nIndex=0, in PrepareRegularPages() local
2030 nIndex < nCount; in PrepareRegularPages()
2031 ++nIndex) in PrepareRegularPages()
2033 SdPage* pPage = GetFilteredPage(nIndex, ePageKind, rInfo); in PrepareRegularPages()
2088 PrepareTiledPage(nIndex, *pPage, ePageKind, rInfo); in PrepareRegularPages()
2093 PrepareScaledPage(nIndex, *pPage, ePageKind, rInfo); in PrepareRegularPages()
2155 nIndex=0, in PrepareBooklet() local
2157 nIndex < nCount; in PrepareBooklet()
2158 ++nIndex) in PrepareBooklet()
2160 SdPage* pPage = GetFilteredPage(nIndex, ePageKind, rInfo); in PrepareBooklet()
2162 aPageVector.push_back(nIndex); in PrepareBooklet()
2187 nIndex=0, in PrepareBooklet() local
2189 nIndex < nCount; in PrepareBooklet()
2190 ++nIndex) in PrepareBooklet()
2192 const bool bIsIndexOdd (nIndex & 1); in PrepareBooklet()
2196 const ::std::pair<sal_uInt16, sal_uInt16> aPair (aPairVector[nIndex]); in PrepareBooklet()