Home
last modified time | relevance | path

Searched refs:GetPageCount (Results 1 – 25 of 111) sorted by relevance

12345

/trunk/main/extensions/source/propctrlr/
H A Dpropertyeditor.cxx84 sal_uInt16 nCount = m_aTabControl.GetPageCount(); in ClearAll()
115 if ( m_aTabControl.GetPageCount() > 0 ) in getMinimumHeight()
137 sal_uInt16 nCount = m_aTabControl.GetPageCount(); in getMinimumWidth()
158 sal_uInt16 nCount = m_aTabControl.GetPageCount(); in CommitModified()
272 if(m_aTabControl.GetPageCount()>0) in GetCurPage()
282 sal_uInt16 nCount = m_aTabControl.GetPageCount(); in Update()
305 sal_uInt16 nCount = m_aTabControl.GetPageCount(); in forEachPage()
480 for ( sal_uInt16 i = 0; i < m_aTabControl.GetPageCount(); ++i ) in EnablePropertyControls()
491 for ( sal_uInt16 i = 0; i < m_aTabControl.GetPageCount(); ++i ) in EnablePropertyLine()
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsPageSelector.cxx81 int nPageCount = mrModel.GetPageCount(); in SelectAllPages()
94 int nPageCount = mrModel.GetPageCount(); in DeselectAllPages()
256 for (int nPageIndex=0,nPageCount=mrModel.GetPageCount(); nPageIndex<nPageCount; nPageIndex++) in CheckConsistency()
288 int PageSelector::GetPageCount (void) const in GetPageCount() function in sd::slidesorter::controller::PageSelector
290 return mrModel.GetPageCount(); in GetPageCount()
354 int nPageCount = GetPageCount(); in GetPageSelection()
397 const sal_Int32 nPageCount (GetPageCount()); in UpdateCurrentPage()
H A DSlsSelectionManager.cxx157 else if (nNewCurrentSlide >= mrSlideSorter.GetModel().GetPageCount()) in DeleteSelectedPages()
158 nNewCurrentSlide = mrSlideSorter.GetModel().GetPageCount()-1; in DeleteSelectedPages()
317 nInsertionPosition = mrSlideSorter.GetModel().GetPageCount(); in GetInsertionPosition()
337 else if (nInsertionPosition > mrSlideSorter.GetModel().GetPageCount()) in SetInsertionPosition()
340 OSL_ASSERT(nInsertionPosition<=mrSlideSorter.GetModel().GetPageCount()); in SetInsertionPosition()
H A DSlsSlotManager.cxx250 if (mrSlideSorter.GetModel().GetPageCount() > 1) in FuTemporary()
350 if (pDocShell && pDocShell->GetDoc()->GetPageCount() > 1) in FuSupport()
715 … if( !pTransferDocShell || ( (DrawDocShell*) pTransferDocShell)->GetDoc()->GetPageCount() <= 1 ) in GetClipboardState()
792 >= mrSlideSorter.GetController().GetPageSelector().GetPageCount()) in GetClipboardState()
853 mrSlideSorter.GetModel().GetPageCount()); in GetStatusBarState()
1254 for (int nIndex=rSelector.GetPageCount()-1; nIndex>=0; --nIndex) in GetInsertionPosition()
1260 return rSelector.GetPageCount() - 1; in GetInsertionPosition()
1264 else if (rSelector.GetPageCount() > 0) in GetInsertionPosition()
1266 return rSelector.GetPageCount() - 1; in GetInsertionPosition()
H A DSlsFocusManager.cxx51 if (mrSlideSorter.GetModel().GetPageCount() > 0) in FocusManager()
72 const sal_Int32 nPageCount (mrSlideSorter.GetModel().GetPageCount()); in MoveFocus()
H A DSlideSorterController.cxx608 bool bIsDocumentValid = (mrModel.GetDocument()->GetPageCount() % 2 == 1); in HandleModelChange()
1083 if (mrModel.GetPageCount()%2==0) in CheckForMasterPageAssignment()
1103 if (mrModel.GetPageCount()%2==0) in CheckForSlideTransitionAssignment()
H A DSlsClipboard.cxx246 if (mrSlideSorter.GetModel().GetPageCount() > 1) in DoCut()
258 if (mrSlideSorter.GetModel().GetPageCount() > 1) in DoDelete()
518 … sal_Int32 nRemainingPages = mrSlideSorter.GetModel().GetPageCount() - aBookmarkList.Count(); in CreateSlideTransferable()
H A DSlsScrollBarManager.cxx374 if (mrSlideSorter.GetModel().GetPageCount() == 0) in DetermineScrollBarVisibilities()
437 rModel.GetPageCount())); in TestScrollBarVisibilities()
/trunk/main/svx/source/svdraw/
H A Dsvdmodel.cxx726 sal_Int32 nAnz=GetPageCount(); in ClearModel()
901 nAnz=GetPageCount(); in ImpReformatAllTextObjects()
923 nAnz=GetPageCount(); in ImpReformatAllEdgeObjects()
943 nAnz=GetPageCount(); in BurnInStyleSheetAttributes()
1431 sal_uInt16 nAnz=GetPageCount(); in InsertPage()
1513 sal_uInt16 nPageAnz(GetPageCount()); in RemoveMasterPage()
1573 sal_uInt16 nPageAnz=GetPageCount(); in CopyPages()
1658 sal_uInt16 nSrcPageAnz=rSourceModel.GetPageCount(); in Merge()
1740 if (nDestPos>GetPageCount()) nDestPos=GetPageCount(); in Merge()
1810 if (!bPreview && bStarDrawPreviewMode && GetPageCount()) in SetStarDrawPreviewMode()
[all …]
/trunk/main/sd/source/core/
H A Ddrawdoc2.cxx102 const sal_uInt16 nMaxPages = GetPageCount(); in GetObj()
166 const sal_uInt16 nMaxPages = GetPageCount(); in GetPageByName()
267 sal_uInt16 nPageCount = GetPageCount(); in UpdatePageObjectsInNotes()
432 bool bLast = (nPos == GetPageCount()); in InsertPage()
468 bool bLast = ((nPgNum+1)/2 == (GetPageCount()+1)/2); in RemovePage()
525 if(nDestPageNum < GetPageCount()) in SetSelected()
557 sal_uInt16 nPageCount = GetPageCount(); in CreateFirstPages()
754 sal_uInt16 nPageCount = GetPageCount(); in CreateMissingNotesAndHandoutPages()
H A Ddrawdoc3.cxx596 if (nInsertPos >= GetPageCount()) in InsertBookmarkAsPage()
599 nInsertPos = GetPageCount(); in InsertBookmarkAsPage()
673 if (nInsertPos >= GetPageCount()) in InsertBookmarkAsPage()
677 nInsertPos = GetPageCount(); in InsertBookmarkAsPage()
770 if(nDestPageNum < GetPageCount()) in InsertBookmarkAsPage()
795 if(nDestPageNum < GetPageCount()) in InsertBookmarkAsPage()
1895 for (sal_uInt16 nPage = 1; nPage < GetPageCount(); nPage++) in SetMasterPage()
2056 for (sal_uInt16 nPage = 1; nPage < GetPageCount(); nPage++) in SetMasterPage()
/trunk/main/sd/source/ui/slidesorter/model/
H A DSlideSorterModel.cxx70 for (sal_Int32 nIndex=0,nCount=rModel.GetPageCount(); nIndex<nCount; ++nIndex) in PrintModel()
92 for (sal_Int32 nIndex=0,nCount=rModel.GetPageCount(); nIndex<nCount; ++nIndex) in CheckModel()
200 sal_Int32 SlideSorterModel::GetPageCount (void) const in GetPageCount() function in sd::slidesorter::model::SlideSorterModel
216 if (nPageIndex>=0 && nPageIndex<GetPageCount()) in GetPageDescriptor()
H A DSlsPageEnumeration.cxx228 return (mnIndex < mrModel.GetPageCount()); in HasMoreElements()
261 while (mnIndex < mrModel.GetPageCount()) in AdvanceToNextValidElement()
/trunk/main/sfx2/source/dialog/
H A Dtabdlg.cxx173 for ( sal_uInt16 n=0; n<pDialog->aTabCtrl.GetPageCount(); n++ ) in StateChanged()
488 pImpl ( new TabDlg_Impl( (sal_uInt8)aTabCtrl.GetPageCount() ) ), \
720 if ( !aTabCtrl.GetPageCount() ) in Execute()
731 if ( !aTabCtrl.GetPageCount() ) in StartExecuteModal()
834 DBG_ASSERT( pImpl->pData->Count() == aTabCtrl.GetPageCount(), "not all pages registered" ); in Start_Impl()
1407 if(!pDataObject && pTabCtrl->GetPageCount()) in IMPL_LINK()
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlideSorterView.cxx252 if (nIndex >= mrModel.GetPageCount()) in GetPageIndexAtPoint()
387 if (mrModel.GetPageCount() <= 0) in Rearrange()
402 mrModel.GetPageCount())); in Rearrange()
604 sal_Int32 nPageCount (mrModel.GetPageCount()); in UpdatePreciousFlags()
/trunk/main/sd/source/ui/view/
H A Dsdview3.cxx666 for( long i = ( pWorkModel->GetPageCount() - 1 ); i >= 0; i-- ) in InsertData()
705 if( pModel->GetPageCount() == 0 ) in InsertData()
900 for( long i = ( pModel->GetPageCount() - 1 ); i >= 0; i-- ) in InsertData()
1225 SdrPage* pWorkPage = (SdrPage*) ( ( pWorkModel->GetPageCount() > 1 ) ? in InsertData()
1257 SdrPage* pWorkPage = (SdrPage*) ( ( pWorkModel->GetPageCount() > 1 ) ? in InsertData()
1306 SdrPage* pWorkPage = (SdrPage*) ( ( pWorkModel->GetPageCount() > 1 ) ? in InsertData()
H A DViewTabBar.cxx197 for (sal_uInt16 nIndex=0; nIndex<mpTabControl->GetPageCount(); ++nIndex) in disposing()
549 && nPosition<=mpTabControl->GetPageCount()) in AddTabBarButton()
645 sal_uInt16 nPageCount (mpTabControl->GetPageCount()); in UpdateTabBarButtons()
/trunk/main/vcl/source/control/
H A Dtabctrl.cxx675 nCurPos = (nCurPos + 1) % GetPageCount(); in ImplActivateTabPage()
679 nCurPos = GetPageCount()-1; in ImplActivateTabPage()
691 if ( !GetPageCount() || mpTabCtrlData->mpListBox ) in ImplShowFocus()
956 if ( GetPageCount() > 1 ) in ImplHandleKeyEvent()
1034 else if ( GetPageCount() > 1 ) in KeyInput()
1415 …rlData->mpListBox == NULL) && (rCEvt.GetCommand() == COMMAND_CONTEXTMENU) && (GetPageCount() > 1) ) in Command()
1797 sal_uInt16 TabControl::GetPageCount() const in GetPageCount() function in TabControl
/trunk/main/svx/source/unodraw/
H A Dunomod.cxx627 nCount = mrModel.mpDoc->GetPageCount(); in getCount()
641 if( (Index < 0) || (Index >= mrModel.mpDoc->GetPageCount() ) ) in getByIndex()
712 sal_uInt16 nPageCount = mrModel.mpDoc->GetPageCount(); in remove()
/trunk/main/svtools/source/dialogs/
H A Dproperty.cxx1185 sal_uInt16 nCount=aTabControl.GetPageCount(); in ClearAll()
1206 sal_uInt16 nCount=aTabControl.GetPageCount(); in Resize()
1221 sal_uInt16 nId=aTabControl.GetPageCount()+1; in AppendPage()
1264 sal_uInt16 nCount=aTabControl.GetPageCount(); in SetController()
/trunk/main/sc/source/core/data/
H A Ddocumen5.cxx254 sal_uInt16 nCount = pDrawLayer->GetPageCount(); in GetChartByName()
319 sal_uInt16 nCount = pDrawLayer->GetPageCount(); in GetOldChartParameters()
673 sal_uInt16 nCount = pDrawLayer->GetPageCount(); in FindOleObjectByName()
/trunk/main/accessibility/source/standard/
H A Dvclxaccessibletabcontrol.cxx55 m_aAccessibleChildren.assign( m_pTabControl->GetPageCount(), Reference< XAccessible >() ); in VCLXAccessibleTabControl()
285 for ( sal_Int32 i = 0, nCount = m_pTabControl->GetPageCount(); i < nCount; ++i ) in ProcessWindowChildEvent()
/trunk/main/sd/source/ui/dlg/
H A Dsdtreelb.cxx301 sal_uInt16 maxPages = mpDoc->GetPageCount(); in getAltLongDescText()
594 const sal_uInt16 nMaxPages = mpDoc->GetPageCount(); in Fill()
935 const sal_uInt16 nMaxPages = mpDoc->GetPageCount(); in IsEqualToDoc()
1051 const sal_uInt16 nMaxPages = mpBookmarkDoc->GetPageCount(); in RequestingChilds()
/trunk/main/sd/source/ui/docshell/
H A Ddocshel4.cxx625 if( mpDoc->GetPageCount() ) in ConvertTo()
777 nPageNumber = mpDoc->GetPageCount() - 2; in GotoBookmark()
789 if ( nPageNumber >= mpDoc->GetPageCount() ) in GotoBookmark()
/trunk/main/svx/source/gallery2/
H A Dgalmisc.cxx178 if( !bRet || (rModel.GetPageCount() == 0) ) in GallerySvDrawImport()
197 if ( rModel.GetPageCount() ) in CreateIMapGraphic()

Completed in 172 milliseconds

12345