Searched refs:aLbLevel (Results 1 – 3 of 3) sorted by relevance
411 aLbLevel (this, SW_RES(LB_LEVEL )), in SwCaptionOptPage()473 aLbLevel.InsertEntry(String::CreateFromInt32(i + 1)); in SwCaptionOptPage()489 aLbLevel.SelectEntryPos( nLvl < MAXLEVEL ? nLvl + 1 : 0 ); in SwCaptionOptPage()692 aLbLevel.Enable( bChecked ); in IMPL_LINK()778 aLbLevel.SelectEntryPos( nLevelPos ); in IMPL_LINK()832 sal_uInt16 nPos = aLbLevel.GetSelectEntryPos(); in SaveEntry()
78 ListBox aLbLevel; member in SwSequenceOptionDialog490 aLbLevel (this, SW_RES(LB_LEVEL )), in SwSequenceOptionDialog()511 aLbLevel.InsertEntry( String::CreateFromInt32(n+1) ); in SwSequenceOptionDialog()524 aLbLevel.SelectEntryPos( nLvl < MAXLEVEL ? nLvl + 1 : 0 ); in SwSequenceOptionDialog()541 sal_Int8 nLvl = (sal_Int8)( aLbLevel.GetSelectEntryPos() - 1); in Apply()
152 ListBox aLbLevel; member in SwCaptionOptPage
Completed in 19 milliseconds