Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/ui/fldui/
H A Dflddok.cxx76 aFormatLB (this, SW_RES(LB_DOKFORMAT)), in SwFldDokPage()
88 aFormatLB.SetDoubleClickHdl(LINK(this, SwFldDokPage, InsertHdl)); in SwFldDokPage()
179 aFormatLB.SetSelectHdl(LINK(this, SwFldDokPage, FormatHdl)); in Reset()
367 sal_uInt16 nTmp = (sal_uInt16)(sal_uLong)aFormatLB.GetEntryData( in IMPL_LINK()
368 aFormatLB.GetSelectEntryPos() ); in IMPL_LINK()
435 aFormatLB.Show(!bNumFmt); in IMPL_LINK()
438 Size aSz(aFormatLB.GetSizePixel()); in IMPL_LINK()
441 aSz.Height() = aFormatLB.LogicToPixel(Size(1, 137), MAP_APPFONT).Height(); in IMPL_LINK()
443 aSz.Height() = aFormatLB.LogicToPixel(Size(1, 152), MAP_APPFONT).Height(); in IMPL_LINK()
451 aFormatLB.SetSizePixel(aSz); in IMPL_LINK()
[all …]
H A Dflddinf.cxx78 aFormatLB (this, SW_RES(LB_DOKINFFORMAT)), in SwFldDokInfPage()
95 aFormatLB.SetShowLanguageControl(sal_True); in SwFldDokInfPage()
138 aFormatLB.SetAutomaticLanguage(pCurField->IsAutomaticLanguage()); in Reset()
144 aFormatLB.SetLanguage(pFormat->GetLanguage()); in Reset()
226 aFormatLB.SetDoubleClickHdl(LINK(this, SwFldDokInfPage, InsertHdl)); in Reset()
279 aFormatLB.Clear(); in IMPL_LINK()
280 aFormatLB.Enable(sal_False); in IMPL_LINK()
322 if (aFormatLB.IsEnabled()) in IMPL_LINK()
323 nOldType = aFormatLB.GetFormatType(); in IMPL_LINK()
342 aFormatLB.Clear(); in IMPL_LINK()
[all …]
H A Dfldvar.cxx67 aFormatLB (this, SW_RES(LB_VARFORMAT)), in SwFldVarPage()
162 aFormatLB.SetDoubleClickHdl (LINK(this, SwFldVarPage, InsertHdl)); in Reset()
195 aFormatLB.SaveValue(); in Reset()
267 aFormatLB.SetUpdateMode(sal_False); in IMPL_LINK()
270 sal_uInt16 nSize = aFormatLB.GetEntryCount(); in IMPL_LINK()
484 aFormatLB.SelectEntryPos( pType->GetType() ); 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()
566 aSz.Height() = aFormatLB.LogicToPixel( Size( 1, 94 ), MAP_APPFONT ).Height(); in IMPL_LINK()
[all …]
H A Dfldref.cxx92 aFormatLB (this, SW_RES(LB_REFFORMAT)), in SwFldRefPage()
118 aFormatLB.SetDoubleClickHdl (LINK(this, SwFldRefPage, InsertHdl)); in SwFldRefPage()
300 aFormatLB.SaveValue(); in Reset()
413 nFldDlgFmtSel = aFormatLB.GetSelectEntryPos(); in IMPL_LINK()
430 nFldDlgFmtSel = aFormatLB.GetSelectEntryPos(); in IMPL_LINK()
441 aFormatLB.Enable(bFormat); in IMPL_LINK()
727 sal_uInt16 nFormatSel = aFormatLB.GetSelectEntryPos(); in FillFormatLB()
729 sOldSel = aFormatLB.GetEntry(nFormatSel); in FillFormatLB()
732 aFormatLB.Clear(); in FillFormatLB()
774 sal_uInt16 nPos = aFormatLB.InsertEntry(GetFldMgr().GetFormatStr( nTypeId, i )); in FillFormatLB()
[all …]
H A Dflddb.cxx80 aFormatLB (this, SW_RES(LB_DBFORMAT)), in SwFldDBPage()
143 aFormatLB.Clear(); in Reset()
148 … sal_uInt16 nEntryPos = aFormatLB.InsertEntry(GetFldMgr().GetFormatStr(TYP_DBSETNUMBERFLD, i)); in Reset()
150 aFormatLB.SetEntryData( nEntryPos, reinterpret_cast<void*>(nFmtId) ); 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()
[all …]
H A Dfldfunc.cxx76 aFormatLB (this, SW_RES(LB_FUNCFORMAT)), in SwFldFuncPage()
100 aNameED.SetPosPixel(Point(aNameED.GetPosPixel().X(), aFormatLB.GetPosPixel().Y())); 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()
245aFormatLB.SetEntryData( nPos, reinterpret_cast<void*>(GetFldMgr().GetFormatId( nTypeId, i )) ); in IMPL_LINK()
251aFormatLB.SelectEntry(SW_RESSTR(FMT_MARK_BEGIN + (sal_uInt16)GetCurField()->GetFormat())); in IMPL_LINK()
253 if (!aFormatLB.GetSelectEntryCount()) in IMPL_LINK()
254 aFormatLB.SelectEntryPos(0); in IMPL_LINK()
413 aFormatLB.Hide(); in IMPL_LINK()
[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
/AOO41X/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()
/AOO41X/main/sw/source/ui/inc/
H A Dlinenum.hxx69 SwNumberingTypeListBox aFormatLB; member in SwLineNumberingPage