Searched refs:aFormatLB (Results 1 – 14 of 14) sorted by relevance
/aoo42x/main/sw/source/ui/fldui/ |
H A D | flddok.cxx | 76 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 D | flddinf.cxx | 279 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 D | fldvar.cxx | 67 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 D | fldref.cxx | 92 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 D | flddb.cxx | 80 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 D | fldfunc.cxx | 76 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 D | flddinf.hxx | 50 NumFormatListBox aFormatLB; member in SwFldDokInfPage
|
H A D | flddok.hxx | 54 ListBox aFormatLB; member in SwFldDokPage
|
H A D | fldref.hxx | 57 ListBox aFormatLB; member in SwFldRefPage
|
H A D | flddb.hxx | 60 ListBox aFormatLB; member in SwFldDBPage
|
H A D | fldfunc.hxx | 49 ListBox aFormatLB; member in SwFldFuncPage
|
H A D | fldvar.hxx | 79 ListBox aFormatLB; member in SwFldVarPage
|
/aoo42x/main/sw/source/ui/misc/ |
H A D | linenum.cxx | 108 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()
|
/aoo42x/main/sw/source/ui/inc/ |
H A D | linenum.hxx | 69 SwNumberingTypeListBox aFormatLB; member in SwLineNumberingPage
|
Completed in 91 milliseconds