Searched refs:nSlideCount (Results 1 – 12 of 12) sorted by relevance
/aoo41x/main/sd/source/ui/slideshow/ |
H A D | slideshowimpl.cxx | 1017 const sal_Int32 nSlideCount = mpDoc->GetSdPageCount( PK_STANDARD ); in startShow() local 1019 for( nSlide = 0; (nSlide < nSlideCount); nSlide++ ) in startShow() 2561 const long nSlideCount = mpDoc->GetSdPageCount( PK_STANDARD ); in createSlideList() local 2563 if( nSlideCount ) in createSlideList() 2593 … for( nSlide = 0, nFirstSlide = -1; ( nSlide < nSlideCount ) && ( -1 == nFirstSlide ); nSlide++ ) in createSlideList() 2613 for( sal_Int32 i = 0; i < nSlideCount; i++ ) in createSlideList() 2627 for( nSlide = 0; nSlide < nSlideCount; nSlide++ ) in createSlideList() 2631 if( nSlide < nSlideCount ) in createSlideList() 3497 const sal_Int32 nSlideCount = mpSlideController->getSlideNumberCount(); in gotoSlide() local 3498 for( sal_Int32 nSlide = 0; nSlide < nSlideCount; nSlide++ ) in gotoSlide()
|
/aoo41x/main/sdext/source/minimizer/ |
H A D | pagecollector.cxx | 64 sal_Int32 j, nSlideCount = aXIC->getCount(); in CollectCustomShowPages() local 65 for ( j = 0; j < nSlideCount; j++ ) in CollectCustomShowPages()
|
/aoo41x/main/sdext/source/presenter/ |
H A D | PresenterController.cxx | 296 sal_Int32 nSlideCount (0); in UpdateCurrentSlide() local 299 nSlideCount = xIndexAccess->getCount(); in UpdateCurrentSlide() 300 mpAccessibleObject->NotifyCurrentSlideChange(mnCurrentSlideIndex, nSlideCount); in UpdateCurrentSlide()
|
H A D | PresenterSlideSorter.cxx | 105 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 D | PresenterAccessibility.hxx | 81 const sal_Int32 nSlideCount);
|
H A D | PresenterToolBar.cxx | 2080 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 D | PresenterAccessibility.cxx | 760 const sal_Int32 nSlideCount) in NotifyCurrentSlideChange() argument 763 (void)nSlideCount; in NotifyCurrentSlideChange()
|
/aoo41x/main/sd/source/filter/ppt/ |
H A D | pptin.cxx | 293 sal_uInt32 nSlideCount, nVecCount; in Import() local 294 aPropItem >> nSlideCount; in Import() 295 if ( nSlideCount && pSection->GetProperty( PID_HEADINGPAIR, aPropItem ) ) in Import() 337 … if ( ( nSlideCount == nSlideTitleCount ) && pSection->GetProperty( PID_DOCPARTS, aPropItem ) ) in Import() 1217 sal_uInt32 nSlideCount = GetPageCount(); in Import() local 1218 for ( i = 0; ( i < nSlideCount) && ( i < maSlideNameList.Count() ); i++ ) in Import()
|
H A D | ppt97animations.hxx | 44 sal_uInt16 nSlideCount; member in Ppt97AnimationInfoAtom
|
H A D | ppt97animations.cxx | 55 rIn >> nSlideCount; in ReadStream()
|
/aoo41x/main/sd/source/filter/eppt/ |
H A D | eppt.cxx | 761 sal_Int32 nSlideCount = aXIC->getCount(); in ImplCreateDocument() local 762 … for ( sal_Int32 j = 0; j < nSlideCount; j++ ) // Anzahl der Slides in ImplCreateDocument()
|
H A D | epptso.cxx | 3487 sal_uInt16 nSlideCount = 1; // number of slides to play object in ImplWriteObjectEffect() local 3988 << nSlideCount << nBuildType << nFlyMethod << nFlyDirection in ImplWriteObjectEffect()
|
Completed in 204 milliseconds