Home
last modified time | relevance | path

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

/AOO41X/main/cui/source/tabpages/
H A Dbackgrnd.cxx345 aLbSelect ( this, CUI_RES( LB_SELECTOR ) ), in SvxBackgroundTabPage()
566 aLbSelect.Hide(); in Reset()
567 aLbSelect.SelectEntryPos( 0 ); in Reset()
656 if(!aLbSelect.IsVisible() && !aTblLBox.IsVisible() && !aParaLBox.IsVisible()) in Reset()
711 aLbSelect.SelectEntryPos( 0 ); in ResetFromWallpaperItem()
810 const sal_Bool bIsBrush = ( 0 == aLbSelect.GetSelectEntryPos() ); in FillItemSet()
823 if ( (GPOS_NONE == eOldPos) || !aLbSelect.IsVisible() ) in FillItemSet()
1014 const sal_Bool bIsBrush = ( 0 == aLbSelect.GetSelectEntryPos() ); in FillItemSetWithWallpaperItem()
1022 if ( (GPOS_NONE == eOldPos) || !aLbSelect.IsVisible() ) in FillItemSetWithWallpaperItem()
1124 aLbSelect.Show(); in ShowSelector()
[all …]
/AOO41X/main/cui/source/inc/
H A Dbackgrnd.hxx84 ListBox aLbSelect; member in SvxBackgroundTabPage