Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/config/
H A Doptload.cxx396 aLbCaptionOrder(this, SW_RES( LB_ORDER )), in SwCaptionOptPage()
505 aLbCaptionOrder.SetSelectHdl( LINK(this, SwCaptionOptPage, OrderHdl)); in SwCaptionOptPage()
555 sal_Int32 nPos = aLbCaptionOrder.GetSelectEntryPos(); in FillItemSet()
626 aLbCaptionOrder.SelectEntryPos( in Reset()
683 sal_Bool bNumSep = bChecked && aLbCaptionOrder.GetSelectEntryPos() == 1; in IMPL_LINK()
905 bool bOrderNumberingFirst = aLbCaptionOrder.GetSelectEntryPos() == 1; in DrawSample()
/trunk/main/sw/source/ui/frmdlg/
H A Dcption.cxx90 ListBox aLbCaptionOrder; member in SwSequenceOptionDialog
109 bool IsOrderNumberingFirst() const {return aLbCaptionOrder.GetSelectEntryPos() == 1;} in IsOrderNumberingFirst()
110 void SetOrderNumberingFirst(bool bSet) { aLbCaptionOrder.SelectEntryPos( bSet ? 1 : 0 ); } in SetOrderNumberingFirst()
499 aLbCaptionOrder(this, SW_RES( LB_ORDER )), in SwSequenceOptionDialog()
/trunk/main/sw/source/ui/inc/
H A Doptload.hxx133 ListBox aLbCaptionOrder; member in SwCaptionOptPage

Completed in 22 milliseconds