Lines Matching refs:nCnt

852         for (sal_Int32 nCnt = 0; nCnt < mnDocDrawPageCount; nCnt++)  in ImpPrepAutoLayoutInfos()  local
854 Any aAny(mxDocDrawPages->getByIndex(nCnt)); in ImpPrepAutoLayoutInfos()
860 maDrawPagesAutoLayoutNames[nCnt+1] = aStr; in ImpPrepAutoLayoutInfos()
904 for(sal_uInt32 nCnt = 0L; !bDidExist && nCnt < mpAutoLayoutInfoList->Count(); nCnt++) in ImpPrepAutoLayoutInfo() local
906 if(*mpAutoLayoutInfoList->GetObject(nCnt) == *pNew) in ImpPrepAutoLayoutInfo()
909 pNew = mpAutoLayoutInfoList->GetObject(nCnt); in ImpPrepAutoLayoutInfo()
939 for(sal_uInt32 nCnt = 0L; nCnt < mpAutoLayoutInfoList->Count(); nCnt++) in ImpWriteAutoLayoutInfos() local
941 ImpXMLAutoLayoutInfo* pInfo = mpAutoLayoutInfoList->GetObject(nCnt); in ImpWriteAutoLayoutInfos()
1449 for(sal_uInt32 nCnt = 0L; nCnt < mpPageMasterInfoList->Count(); nCnt++) in ImpWritePageMasterInfos() local
1451 ImpXMLEXPPageMasterInfo* pInfo = mpPageMasterInfoList->GetObject(nCnt); in ImpWritePageMasterInfos()
1457 sNewName += OUString::valueOf((sal_Int32)nCnt); in ImpWritePageMasterInfos()
1512 for(sal_uInt32 nCnt = 0L; nCnt < mpPageMasterInfoList->Count(); nCnt++) in ImpGetPageMasterInfoByName() local
1514 ImpXMLEXPPageMasterInfo* pInfo = mpPageMasterInfoList->GetObject(nCnt); in ImpGetPageMasterInfoByName()
1535 sal_Int32 nCnt; in ImpPrepDrawPageInfos() local
1536 for(nCnt = 0; nCnt < mnDocDrawPageCount; nCnt++) in ImpPrepDrawPageInfos()
1539 mxDocDrawPages->getByIndex(nCnt) >>= xDrawPage; in ImpPrepDrawPageInfos()
1540 maDrawPagesStyleNames[nCnt] = ImpCreatePresPageStyleName( xDrawPage ); in ImpPrepDrawPageInfos()
1545 … maDrawNotesPagesStyleNames[nCnt] = ImpCreatePresPageStyleName( xPresPage->getNotesPage(), false ); in ImpPrepDrawPageInfos()
1547 maDrawPagesHeaderFooterSettings[nCnt] = ImpPrepDrawPageHeaderFooterDecls( xDrawPage ); in ImpPrepDrawPageInfos()
1548 …maDrawNotesPagesHeaderFooterSettings[nCnt] = ImpPrepDrawPageHeaderFooterDecls( xPresPage->getNotes… in ImpPrepDrawPageInfos()
1812 sal_Int32 nCnt; in ImpPrepMasterPageInfos() local
1813 for( nCnt = 0; nCnt < mnDocMasterPageCount; nCnt++) in ImpPrepMasterPageInfos()
1816 mxDocMasterPages->getByIndex(nCnt) >>= xDrawPage; in ImpPrepMasterPageInfos()
1817 maMasterPagesStyleNames[nCnt] = ImpCreatePresPageStyleName( xDrawPage ); in ImpPrepMasterPageInfos()
1840 for (sal_Int32 nCnt = 0; nCnt < mnDocMasterPageCount; nCnt++) in ImpWritePresentationStyles() local
1842 Any aAny(mxDocMasterPages->getByIndex(nCnt)); in ImpWritePresentationStyles()