Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx1007 const sal_Int32 nSlideCount = mpDoc->GetSdPageCount( PK_STANDARD ); in startShow() local
1009 for( nSlide = 0; (nSlide < nSlideCount); nSlide++ ) in startShow()
2551 const long nSlideCount = mpDoc->GetSdPageCount( PK_STANDARD ); in createSlideList() local
2553 if( nSlideCount ) in createSlideList()
2583 … for( nSlide = 0, nFirstSlide = -1; ( nSlide < nSlideCount ) && ( -1 == nFirstSlide ); nSlide++ ) in createSlideList()
2603 for( sal_Int32 i = 0; i < nSlideCount; i++ ) in createSlideList()
2617 for( nSlide = 0; nSlide < nSlideCount; nSlide++ ) in createSlideList()
2621 if( nSlide < nSlideCount ) in createSlideList()
3487 const sal_Int32 nSlideCount = mpSlideController->getSlideNumberCount(); in gotoSlide() local
3488 for( sal_Int32 nSlide = 0; nSlide < nSlideCount; nSlide++ ) in gotoSlide()
/trunk/main/sdext/source/minimizer/
H A Dpagecollector.cxx64 sal_Int32 j, nSlideCount = aXIC->getCount(); in CollectCustomShowPages() local
65 for ( j = 0; j < nSlideCount; j++ ) in CollectCustomShowPages()
/trunk/main/sdext/source/presenter/
H A DPresenterController.cxx296 sal_Int32 nSlideCount (0); in UpdateCurrentSlide() local
299 nSlideCount = xIndexAccess->getCount(); in UpdateCurrentSlide()
300 mpAccessibleObject->NotifyCurrentSlideChange(mnCurrentSlideIndex, nSlideCount); in UpdateCurrentSlide()
H A DPresenterSlideSorter.cxx105 bool IsScrollBarNeeded (const sal_Int32 nSlideCount);
1418 bool PresenterSlideSorter::Layout::IsScrollBarNeeded (const sal_Int32 nSlideCount) in IsScrollBarNeeded() argument
1423 mnColumnCount * (GetRow(nSlideCount)+1) - 1, +1, +1); in IsScrollBarNeeded()
1426 mnRowCount * (GetColumn(nSlideCount)+1) - 1, +1, +1); in IsScrollBarNeeded()
H A DPresenterAccessibility.hxx81 const sal_Int32 nSlideCount);
H A DPresenterToolBar.cxx2080 const sal_Int32 nSlideCount (mpToolBar->GetSlideCount()); in CurrentSlideHasChanged() local
2081 if (nCurrentSlideIndex >= 0 && nSlideCount > 0) in CurrentSlideHasChanged()
2085 + OUString::valueOf(nSlideCount)); in CurrentSlideHasChanged()
H A DPresenterAccessibility.cxx760 const sal_Int32 nSlideCount) in NotifyCurrentSlideChange() argument
763 (void)nSlideCount; in NotifyCurrentSlideChange()
/trunk/main/sd/source/filter/ppt/
H A Dpptin.cxx291 sal_uInt32 nSlideCount, nVecCount; in Import() local
292 aPropItem >> nSlideCount; in Import()
293 if ( nSlideCount && pSection->GetProperty( PID_HEADINGPAIR, aPropItem ) ) in Import()
335 … if ( ( nSlideCount == nSlideTitleCount ) && pSection->GetProperty( PID_DOCPARTS, aPropItem ) ) in Import()
1215 sal_uInt32 nSlideCount = GetPageCount(); in Import() local
1216 for ( i = 0; ( i < nSlideCount) && ( i < maSlideNameList.Count() ); i++ ) in Import()
H A Dppt97animations.hxx44 sal_uInt16 nSlideCount; member in Ppt97AnimationInfoAtom
H A Dppt97animations.cxx55 rIn >> nSlideCount; in ReadStream()
/trunk/main/sd/source/filter/eppt/
H A Deppt.cxx761 sal_Int32 nSlideCount = aXIC->getCount(); in ImplCreateDocument() local
762 … for ( sal_Int32 j = 0; j < nSlideCount; j++ ) // Anzahl der Slides in ImplCreateDocument()
H A Depptso.cxx3487 sal_uInt16 nSlideCount = 1; // number of slides to play object in ImplWriteObjectEffect() local
3988 << nSlideCount << nBuildType << nFlyMethod << nFlyDirection in ImplWriteObjectEffect()