Searched refs:nSelectEntryPos (Results 1 – 1 of 1) sorted by relevance
361 sal_uInt16 nSelectEntryPos ; in implUpdateToolboxes() local365 …case( ::com::sun::star::media::ZoomLevel_ZOOM_1_TO_2 ): nSelectEntryPos = AVMEDIA_ZOOMLEVEL_50; br… in implUpdateToolboxes()366 …case( ::com::sun::star::media::ZoomLevel_ORIGINAL ): nSelectEntryPos = AVMEDIA_ZOOMLEVEL_100; brea… in implUpdateToolboxes()367 …case( ::com::sun::star::media::ZoomLevel_ZOOM_2_TO_1 ): nSelectEntryPos = AVMEDIA_ZOOMLEVEL_200; b… in implUpdateToolboxes()368 …case( ::com::sun::star::media::ZoomLevel_FIT_TO_WINDOW_FIXED_ASPECT ): nSelectEntryPos = AVMEDIA_Z… in implUpdateToolboxes()369 …case( ::com::sun::star::media::ZoomLevel_FIT_TO_WINDOW ): nSelectEntryPos = AVMEDIA_ZOOMLEVEL_SCAL… in implUpdateToolboxes()371 default: nSelectEntryPos = AVMEDIA_ZOOMLEVEL_INVALID; break; in implUpdateToolboxes()374 if( nSelectEntryPos != AVMEDIA_ZOOMLEVEL_INVALID ) in implUpdateToolboxes()377 mpZoomListBox->SelectEntryPos( nSelectEntryPos ); in implUpdateToolboxes()
Completed in 14 milliseconds