Home
last modified time | relevance | path

Searched refs:nPage (Results 26 – 50 of 148) sorted by path

123456

/trunk/main/sc/source/ui/view/
H A Dpreview.cxx713 void ScPreview::SetPageNo( long nPage ) in SetPageNo() argument
715 nPageNo = nPage; in SetPageNo()
729 long nPage = 0; in GetFirstPage() local
736 nPage += nPages[i]; in GetFirstPage()
740 if ( nPages[nTabP]==0 && nPage > 0 ) in GetFirstPage()
741 --nPage; in GetFirstPage()
744 return nPage; in GetFirstPage()
H A Dprevwsh.cxx542 if (nTotal && nPage > 0) in Execute()
543 pPreview->SetPageNo( nPage-1 ); in Execute()
553 pPreview->SetPageNo( nPage+1 ); in Execute()
561 if (nTotal && nPage != 0) in Execute()
573 if (nTotal && nPage+1 != nTotal) in Execute()
763 if (!nTotal || nPage==0) in GetState()
769 if (!nTotal || nPage==nTotal-1) in GetState()
956 if( nPage>0 ) in DoScroll()
979 if( nPage<nTotal-1 ) in DoScroll()
1000 if( nPage>0 ) in DoScroll()
[all …]
H A Dprintfun.cxx225 long nPage, long nDocP, const ScRange* pArea, in ScPrintFunc() argument
232 nPageStart ( nPage ), in ScPrintFunc()
249 long nPage, long nDocP, const ScRange* pArea, in ScPrintFunc() argument
255 nPageStart ( nPage ), in ScPrintFunc()
H A Dtabcont.cxx224 sal_uInt16 nPage = nCurId - 1; in Select() local
227 if ( nPage != static_cast<sal_uInt16>(pViewData->GetTabNo()) ) in Select()
247 pViewData->GetView()->SetTabNo( static_cast<SCTAB>(nPage) ); in Select()
251 SfxUInt16Item aItem( SID_CURRENTTAB, nPage + 1 ); in Select()
365 sal_uInt16 nPage = nCurId - 1; in ActivateView() local
379 SelectPage( nPage+1, sal_True ); in ActivateView()
380 rMark.SelectTable( static_cast<SCTAB>(nPage), sal_True ); in ActivateView()
/trunk/main/sd/source/core/
H A Ddrawdoc.cxx623 for ( sal_uInt16 nPage = 0; nPage < GetMasterPageCount(); nPage++) in NewOrLoadCompleted() local
626 SdPage* pPage = (SdPage*) GetMasterPage( nPage ); in NewOrLoadCompleted()
682 sal_uInt16 nPage, nPageCount; in NewOrLoadCompleted() local
687 for (nPage = 0; nPage < nPageCount; nPage++) in NewOrLoadCompleted()
689 SdPage* pPage = GetMasterSdPage(nPage, PK_STANDARD); in NewOrLoadCompleted()
694 for (nPage = 0; nPage < GetPageCount(); nPage++) in NewOrLoadCompleted()
696 SdPage* pPage = (SdPage*)GetPage(nPage); in NewOrLoadCompleted()
701 for (nPage = 0; nPage < GetMasterPageCount(); nPage++) in NewOrLoadCompleted()
703 SdPage* pPage = (SdPage*)GetMasterPage(nPage); in NewOrLoadCompleted()
H A Ddrawdoc2.cxx122 nPage++; in GetObj()
128 nPage = 0; in GetObj()
149 nPage++; in GetObj()
185 nPage++; in GetPageByName()
190 nPage = 0; in GetPageByName()
203 nPage++; in GetPageByName()
270 for (sal_uInt16 nPage = nStartPos; nPage < nPageCount; nPage++) in UpdatePageObjectsInNotes() local
818 for (nPage = 0; nPage < nNoOfPages; nPage++) in MovePages()
834 nPage--; in MovePages()
1232 for( nPage = 1; nPage < nMaxPages; nPage++ ) in CheckMasterPages()
[all …]
H A Ddrawdoc3.cxx836 for (sal_uInt16 nPage = nNewMPageCount - 1; nPage >= nMPageCount; nPage--) in InsertBookmarkAsPage() local
838 pRefPage = (SdPage*) GetMasterPage(nPage); in InsertBookmarkAsPage()
856 RemoveMasterPage(nPage); in InsertBookmarkAsPage()
945 for (sal_uInt16 nPage = nMPageCount; nPage < nNewMPageCount; nPage++) in InsertBookmarkAsPage() local
947 pRefPage = (SdPage*) GetMasterPage(nPage); in InsertBookmarkAsPage()
1895 for (sal_uInt16 nPage = 1; nPage < GetPageCount(); nPage++) in SetMasterPage() local
1897 pPage = (SdPage*) GetPage(nPage); in SetMasterPage()
2056 for (sal_uInt16 nPage = 1; nPage < GetPageCount(); nPage++) in SetMasterPage() local
2058 pPage = (SdPage*) GetPage(nPage); in SetMasterPage()
H A Ddrawdoc4.cxx773 sal_uInt16 nPage; in GetMasterPageUserCount() local
776 for (nPage = 0; nPage < nPageCount; nPage++) in GetMasterPageUserCount()
778 const SdrPage* pPage = GetPage(nPage); in GetMasterPageUserCount()
838 sal_uInt16 nPage; in StartOnlineSpelling() local
840 for ( nPage = 0; nPage < GetPageCount(); nPage++ ) in StartOnlineSpelling()
846 for (nPage = 0; nPage < GetMasterPageCount(); nPage++) in StartOnlineSpelling()
1243 sal_uInt16 nPage; in RenameLayoutTemplate() local
1244 for (nPage = 0; nPage < GetPageCount(); nPage++) in RenameLayoutTemplate()
1246 SdPage* pPage = (SdPage*) GetPage(nPage); in RenameLayoutTemplate()
1289 for (nPage = 0; nPage < GetMasterPageCount(); nPage++) in RenameLayoutTemplate()
[all …]
H A Dstlpool.cxx105 for( sal_uInt16 nPage = 0; nPage < nCount; ++nPage ) in SdStyleSheetPool() local
106 AddStyleFamily( mpDoc->GetMasterSdPage(nPage,PK_STANDARD) ); in SdStyleSheetPool()
/trunk/main/sd/source/filter/html/
H A Dhtmlex.cxx682 for( sal_uInt16 nPage = 0; nPage < mnSdPageCount; nPage++ ) in InitExportParameters() local
1580 int nPage = nSdPage + 1; in CreateHtmlForPresPages() local
1581 if( nPage == mnSdPageCount ) in CreateHtmlForPresPages()
1582 nPage = 0; in CreateHtmlForPresPages()
1786 sal_uLong nPage = nSdPage; in CreateHtmlForPresPages() local
1788 nPage = 0; in CreateHtmlForPresPages()
1790 nPage = nSdPage - 1; in CreateHtmlForPresPages()
1798 sal_uLong nPage = nSdPage; in CreateHtmlForPresPages() local
1802 nPage = nSdPage + 1; in CreateHtmlForPresPages()
2044 for( int nPage = 0; nPage < (mbImpress?2:1) && bOk; nPage++ ) in CreateOutlinePages() local
[all …]
H A Dpubdlg.cxx1285 int nPage = aAssistentFunc.GetCurrentPage(); in ChangePage() local
1286 SetHelpId(aPageHelpIds[nPage-1]); in ChangePage()
1301 int nPage = aAssistentFunc.GetCurrentPage(); in UpdatePage() local
1303 switch( nPage ) in UpdatePage()
/trunk/main/sd/source/filter/ppt/
H A Dpptin.cxx457 … sal_uInt16 nPage = pPageList->FindPage( nNumber ); in Import() local
458 … if ( nPage != PPTSLIDEPERSIST_ENTRY_NOTFOUND ) in Import()
460 nPageNumber = nPage; in Import()
918 for ( sal_uInt16 nPage = 0; nPage < nPageAnz; nPage++ ) in Import() local
923 SetPageNum( nPage, PPT_SLIDEPAGE ); in Import()
1004 sal_uInt16 nNotesMasterNum = GetMasterPageIndex( nPage, PPT_SLIDEPAGE ) + 1; in Import()
1005 sal_uInt32 nNotesPageId = GetNotesPageId( nPage ); in Import()
1037 … ((SdrPageObj*)pPageObj)->SetReferencedPage(pSdrModel->GetPage(( nPage << 1 ) + 1)); in Import()
1326 sal_uInt16 nPage = pPageList->FindPage( nPageNumber ); in Import() local
1327 if ( nPage != PPTSLIDEPERSIST_ENTRY_NOTFOUND ) in Import()
[all …]
/trunk/main/sd/source/filter/xml/
H A Dsdtransform.cxx122 for( sal_uInt16 nPage = 0; nPage < nPageCount; nPage++ ) in transformDrawPages() local
124 SdrObjList* pPage = mrDocument.GetPage( nPage ); in transformDrawPages()
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationDialog.cxx2423 …Dialog::CustomAnimationDialog( Window* pParent, STLPropertySet* pSet, sal_uInt16 nPage /* = 0 */ ) in CustomAnimationDialog() argument
2453 if( nPage ) in CustomAnimationDialog()
2454 mpTabControl->SelectTabPage( nPage ); in CustomAnimationDialog()
H A DCustomAnimationDialog.hxx157 CustomAnimationDialog( Window* pParent, STLPropertySet* pSet, sal_uInt16 nPage = 0 );
H A DCustomAnimationPane.cxx1851 void CustomAnimationPane::showOptions( sal_uInt16 nPage /* = 0 */ ) in showOptions() argument
1855 CustomAnimationDialog* pDlg = new CustomAnimationDialog( this, pSet, nPage ); in showOptions()
H A DCustomAnimationPane.hxx111 void showOptions( sal_uInt16 nPage = 0 );
/trunk/main/sd/source/ui/app/
H A Dtmplctrl.cxx132 for( sal_uInt16 nPage = 0; nPage < nMasterCount; ++nPage ) in Command() local
134 SdPage* pMaster = pDoc->GetMasterSdPage(nPage, PK_STANDARD); in Command()
/trunk/main/sd/source/ui/dlg/
H A Dassclass.cxx77 while(nPage <= mnPages && !mpPageStatus[nPage-1]) in NextPage()
78 nPage++; in NextPage()
92 while(nPage >= 0 && !mpPageStatus[nPage-1]) in PreviousPage()
93 nPage--; in PreviousPage()
148 while(nPage <= mnPages && !mpPageStatus[nPage-1]) in IsLastPage()
149 nPage++; in IsLastPage()
165 while(nPage > 0 && !mpPageStatus[nPage-1]) in IsFirstPage()
166 nPage--; in IsFirstPage()
193 return (nPage>0) && (nPage <= mnPages && mpPageStatus[nPage-1]); in IsEnabled()
200 if((nPage>0) && (nPage < mnPages && !mpPageStatus[nPage-1])) in EnablePage()
[all …]
H A Dcustsdlg.cxx340 for( long nPage = 0L; in SdDefineCustomShowDlg() local
341 nPage < rDoc.GetSdPageCount( PK_STANDARD ); in SdDefineCustomShowDlg()
342 nPage++ ) in SdDefineCustomShowDlg()
344 pPage = rDoc.GetSdPage( (sal_uInt16) nPage, PK_STANDARD ); in SdDefineCustomShowDlg()
H A Ddlgass.cxx1104 int nPage = maAssistentFunc.GetCurrentPage(); in LeavePage() local
1106 if( nPage == 4 && mbUserDataDirty ) in LeavePage()
1115 sal_uInt16 nPage = (sal_uInt16)maAssistentFunc.GetCurrentPage(); in ChangePage() local
1119 mpWindow->SetHelpId( PageHelpIds[nPage-1]); in ChangePage()
1134 sal_uInt16 nPage = (sal_uInt16)maAssistentFunc.GetCurrentPage(); in UpdatePage() local
1136 switch(nPage) in UpdatePage()
1278 sal_uInt16 nPage = mpPage5PageListCT->GetSelectedPage(); in IMPL_LINK() local
1279 if( mnShowPage != nPage ) in IMPL_LINK()
1281 mnShowPage = nPage; in IMPL_LINK()
H A Ddlgassim.cxx115 sal_uInt16 nPage = 0; in Fill() local
117 while( nPage < nMaxPages ) in Fill()
119 SdPage* pPage = (SdPage*) pDoc->GetPage( nPage ); in Fill()
166 nPage++; in Fill()
175 sal_uInt16 nPage = 0; in GetSelectedPage() local
185 nPage++; in GetSelectedPage()
190 nPage--; in GetSelectedPage()
192 return nPage; in GetSelectedPage()
195 sal_Bool SdPageListControl::IsPageChecked( sal_uInt16 nPage ) in IsPageChecked() argument
197 SvLBoxEntry* pEntry = GetModel()->GetEntry(nPage); in IsPageChecked()
H A Ddlgassim.hxx47 sal_Bool IsPageChecked( sal_uInt16 nPage );
H A Dheaderfooterdlg.cxx362 int nPage; in apply() local
363 for( nPage = 0; nPage < nPageCount; nPage++ ) in apply()
365 SdPage* pPage = mpDoc->GetSdPage( (sal_uInt16)nPage, PK_STANDARD ); in apply()
403 int nPage; in apply() local
404 for( nPage = 0; nPage < nPageCount; nPage++ ) in apply()
406 SdPage* pPage = mpDoc->GetSdPage( (sal_uInt16)nPage, PK_NOTES ); in apply()
724 sal_uInt16 nPage; in GetOrSetDateTimeLanguage() local
725 for( nPage = 0; nPage < nPageCount; nPage++ ) in GetOrSetDateTimeLanguage()
727 GetOrSetDateTimeLanguage( rLanguage, bSet, mpDoc->GetMasterSdPage( nPage, PK_NOTES ) ); in GetOrSetDateTimeLanguage()
740 sal_uInt16 nPage; in GetOrSetDateTimeLanguage() local
[all …]
H A Dsdtreelb.cxx593 sal_uInt16 nPage = 0; in Fill() local
596 while( nPage < nMaxPages ) in Fill()
609 nPage++; in Fill()
615 nPage = 0; in Fill()
622 nPage++; in Fill()
934 sal_uInt16 nPage = 0; in IsEqualToDoc() local
937 while( nPage < nMaxPages ) in IsEqualToDoc()
976 nPage++; in IsEqualToDoc()
1050 sal_uInt16 nPage = 0; in RequestingChilds() local
1053 while( nPage < nMaxPages ) in RequestingChilds()
[all …]

Completed in 204 milliseconds

123456