| /AOO41X/main/sw/source/ui/fldui/ |
| H A D | flddok.cxx | 76 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 D | flddinf.cxx | 78 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 D | fldvar.cxx | 67 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 D | fldref.cxx | 92 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 D | flddb.cxx | 80 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 D | fldfunc.cxx | 76 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() 245 … aFormatLB.SetEntryData( nPos, reinterpret_cast<void*>(GetFldMgr().GetFormatId( nTypeId, i )) ); in IMPL_LINK() 251 … aFormatLB.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 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
|
| /AOO41X/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()
|
| /AOO41X/main/sw/source/ui/inc/ |
| H A D | linenum.hxx | 69 SwNumberingTypeListBox aFormatLB; member in SwLineNumberingPage
|