Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/fldui/
H A Dflddok.cxx76 aFormatLB (this, SW_RES(LB_DOKFORMAT)), in SwFldDokPage()
435 aFormatLB.Show(!bNumFmt); in IMPL_LINK()
438 Size aSz(aFormatLB.GetSizePixel()); in IMPL_LINK()
451 aFormatLB.SetSizePixel(aSz); in IMPL_LINK()
454 aFormatLB.Enable(bFormat); in IMPL_LINK()
525 aFormatLB.Clear(); in FillFormatLB()
528 return aFormatLB.GetEntryCount(); in FillFormatLB()
538 aFormatLB.SelectEntryPos( nPos ); in FillFormatLB()
544 if( !aFormatLB.GetSelectEntryCount() ) in FillFormatLB()
548 aFormatLB.SelectEntryPos( 0 ); in FillFormatLB()
[all …]
H A Dflddinf.cxx279 aFormatLB.Clear(); in IMPL_LINK()
280 aFormatLB.Enable(sal_False); in IMPL_LINK()
322 if (aFormatLB.IsEnabled()) in IMPL_LINK()
342 aFormatLB.Clear(); in IMPL_LINK()
348 aFormatLB.SetFormatType(nNewType); in IMPL_LINK()
349 aFormatLB.SetOneArea(bOneArea); in IMPL_LINK()
381 aFormatLB.SetDefFormat(nFormat); in IMPL_LINK()
386 aFormatLB.SetDefFormat(nFormat); in IMPL_LINK()
390 aFormatLB.Enable(bEnable); in IMPL_LINK()
395 aFormatLB.SelectEntryPos(0); in IMPL_LINK()
[all …]
H A Dfldvar.cxx67 aFormatLB (this, SW_RES(LB_VARFORMAT)), in SwFldVarPage()
195 aFormatLB.SaveValue(); in Reset()
267 aFormatLB.SetUpdateMode(sal_False); in IMPL_LINK()
552 aFormatLB.Show( !bNumFmt ); in IMPL_LINK()
557 aFormatLB.Enable( bFormat ); in IMPL_LINK()
564 Size aSz( aFormatLB.GetSizePixel() ); in IMPL_LINK()
569 aFormatLB.SetSizePixel( aSz ); in IMPL_LINK()
582 aFormatLB.SetUpdateMode( sal_True ); in IMPL_LINK()
742 aFormatLB.Clear(); in FillFormatLB()
842 aFormatLB.SelectEntry( sOldSel ); in FillFormatLB()
[all …]
H A Dfldref.cxx92 aFormatLB (this, SW_RES(LB_REFFORMAT)), in SwFldRefPage()
300 aFormatLB.SaveValue(); in Reset()
441 aFormatLB.Enable(bFormat); in IMPL_LINK()
729 sOldSel = aFormatLB.GetEntry(nFormatSel); in FillFormatLB()
732 aFormatLB.Clear(); in FillFormatLB()
797 aFormatLB.SelectEntry(sOldSel); in FillFormatLB()
801 if (!aFormatLB.GetSelectEntryCount()) in FillFormatLB()
804 if (!aFormatLB.GetSelectEntryCount()) in FillFormatLB()
805 aFormatLB.SelectEntryPos(0); in FillFormatLB()
848 nFormat = aFormatLB.GetSelectEntryPos(); in FillItemSet()
[all …]
H A Dflddb.cxx80 aFormatLB (this, SW_RES(LB_DBFORMAT)), in SwFldDBPage()
143 aFormatLB.Clear(); in Reset()
152 aFormatLB.SelectEntryPos( nEntryPos ); in Reset()
261 nFormat = (sal_uInt16)(sal_uLong)aFormatLB.GetEntryData( in FillItemSet()
262 aFormatLB.GetSelectEntryPos() ); in FillItemSet()
353 aFormatLB.Hide(); in IMPL_LINK()
389 aFormatLB.Show(); in IMPL_LINK()
392 for( sal_uInt16 nI = aFormatLB.GetEntryCount(); nI; ) in IMPL_LINK()
394 aFormatLB.GetEntryData( --nI )) in IMPL_LINK()
396 aFormatLB.SelectEntryPos( nI ); in IMPL_LINK()
[all …]
H A Dfldfunc.cxx76 aFormatLB (this, SW_RES(LB_FUNCFORMAT)), in SwFldFuncPage()
168 aFormatLB.SetDoubleClickHdl (LINK(this, SwFldFuncPage, InsertHdl)); in Reset()
238 aFormatLB.Clear(); in IMPL_LINK()
244 sal_uInt16 nPos = aFormatLB.InsertEntry(GetFldMgr().GetFormatStr(nTypeId, i)); in IMPL_LINK()
253 if (!aFormatLB.GetSelectEntryCount()) in IMPL_LINK()
254 aFormatLB.SelectEntryPos(0); in IMPL_LINK()
413 aFormatLB.Hide(); in IMPL_LINK()
418 aFormatLB.Show(); in IMPL_LINK()
424 aFormatLB.Enable(bFormat); in IMPL_LINK()
608 sal_uLong nFormat = aFormatLB.GetSelectEntryPos(); in FillItemSet()
[all …]
H A Dflddinf.hxx50 NumFormatListBox aFormatLB; member in SwFldDokInfPage
H A Dflddok.hxx54 ListBox aFormatLB; member in SwFldDokPage
H A Dfldref.hxx57 ListBox aFormatLB; member in SwFldRefPage
H A Dflddb.hxx60 ListBox aFormatLB; member in SwFldDBPage
H A Dfldfunc.hxx49 ListBox aFormatLB; member in SwFldFuncPage
H A Dfldvar.hxx79 ListBox aFormatLB; member in SwFldVarPage
/trunk/main/sw/source/ui/misc/
H A Dlinenum.cxx108 aFormatLB ( this, SW_RES( LB_FORMAT ), INSERT_NUM_EXTENDED_TYPES), in SwLineNumberingPage()
199 aFormatLB.SelectNumberingType(nSelFmt); in Reset()
262 aFormatLB.Enable(bEnable); in IMPL_LINK()
312 aType.SetNumberingType(aFormatLB.GetSelectedNumberingType()); in FillItemSet()
/trunk/main/sw/source/ui/inc/
H A Dlinenum.hxx69 SwNumberingTypeListBox aFormatLB; member in SwLineNumberingPage

Completed in 124 milliseconds