Home
last modified time | relevance | path

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

/AOO42X/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx2642 FncGetChildWindowId aShowChilds[] = variable
2672 …for( sal_uLong i = 0, nCount = sizeof( aShowChilds ) / sizeof( FncGetChildWindowId ); i < nCount; … in hideChildWindows()
2674 const sal_uInt16 nId = ( *aShowChilds[ i ] )(); in hideChildWindows()
2697 …for( sal_uLong i = 0, nCount = sizeof( aShowChilds ) / sizeof( FncGetChildWindowId ); i < nCount; … in showChildWindows()
2700 pViewFrame->SetChildWindow( ( *aShowChilds[ i ] )(), sal_True ); in showChildWindows()