| /AOO41X/main/sw/source/ui/fldui/ |
| H A D | fldref.cxx | 85 aTypeLB (this, SW_RES(LB_REFTYPE)), in SwFldRefPage() 114 aTypeLB.SetDoubleClickHdl (LINK(this, SwFldRefPage, InsertHdl)); in SwFldRefPage() 115 aTypeLB.SetSelectHdl (LINK(this, SwFldRefPage, TypeHdl)); in SwFldRefPage() 147 const sal_uInt16 nTypeId = (sal_uInt16)(sal_uLong)aTypeLB.GetEntryData(GetTypeSel()); in SaveSelectedTxtNode() 193 SavePos(&aTypeLB); in Reset() 203 aTypeLB.SetUpdateMode(sal_False); in Reset() 204 aTypeLB.Clear(); in Reset() 218 nPos = aTypeLB.InsertEntry(GetFldMgr().GetTypeStr(i), i - rRg.nStart); in Reset() 219 aTypeLB.SetEntryData(nPos, reinterpret_cast<void*>(nTypeId)); in Reset() 225 nPos = aTypeLB.InsertEntry(sHeadingTxt); in Reset() [all …]
|
| H A D | flddb.cxx | 68 aTypeLB (this, SW_RES(LB_DBTYPE)), in SwFldDBPage() 112 aTypeLB.SetUpdateMode(sal_False); in Reset() 113 sal_uInt16 nOldPos = aTypeLB.GetSelectEntryPos(); in Reset() 116 aTypeLB.Clear(); in Reset() 128 nPos = aTypeLB.InsertEntry(GetFldMgr().GetTypeStr(i)); in Reset() 129 aTypeLB.SetEntryData(nPos, reinterpret_cast<void*>(nTypeId)); in Reset() 135 nPos = aTypeLB.InsertEntry(GetFldMgr().GetTypeStr(GetFldMgr().GetPos(nTypeId))); in Reset() 136 aTypeLB.SetEntryData(nPos, reinterpret_cast<void*>(nTypeId)); in Reset() 141 aTypeLB.SelectEntryPos(GetTypeSel()); in Reset() 158 aTypeLB.SelectEntryPos(nOldPos); in Reset() [all …]
|
| H A D | flddok.cxx | 67 aTypeLB (this, SW_RES(LB_DOKTYPE)), in SwFldDokPage() 112 SavePos(&aTypeLB); in Reset() 118 aTypeLB.SetUpdateMode(sal_False); in Reset() 119 aTypeLB.Clear(); in Reset() 138 nPos = aTypeLB.InsertEntry(SW_RESSTR(FMT_REF_PAGE)); in Reset() 139 aTypeLB.SetEntryData(nPos, (void*)USHRT_MAX); in Reset() 145 nPos = aTypeLB.InsertEntry(GetFldMgr().GetTypeStr(i)); in Reset() 146 aTypeLB.SetEntryData(nPos, reinterpret_cast<void*>(nTypeId)); in Reset() 159 nPos = aTypeLB.InsertEntry(GetFldMgr().GetTypeStr(GetFldMgr().GetPos(nTypeId))); in Reset() 160 aTypeLB.SetEntryData(nPos, reinterpret_cast<void*>(nTypeId)); in Reset() [all …]
|
| H A D | fldfunc.cxx | 72 aTypeLB (this, SW_RES(LB_FUNCTYPE)), in SwFldFuncPage() 127 SavePos(&aTypeLB); in Reset() 130 aTypeLB.SetUpdateMode(sal_False); in Reset() 131 aTypeLB.Clear(); in Reset() 144 nPos = aTypeLB.InsertEntry(GetFldMgr().GetTypeStr(i)); in Reset() 145 aTypeLB.SetEntryData(nPos, reinterpret_cast<void*>(nTypeId)); in Reset() 151 nPos = aTypeLB.InsertEntry(GetFldMgr().GetTypeStr(GetFldMgr().GetPos(nTypeId))); in Reset() 152 aTypeLB.SetEntryData(nPos, reinterpret_cast<void*>(nTypeId)); in Reset() 162 RestorePos(&aTypeLB); in Reset() 164 aTypeLB.SetDoubleClickHdl (LINK(this, SwFldFuncPage, InsertHdl)); in Reset() [all …]
|
| H A D | fldvar.cxx | 58 aTypeLB (this, SW_RES(LB_VARTYPE)), in SwFldVarPage() 112 SavePos(&aTypeLB); in Reset() 116 aTypeLB.SetUpdateMode(sal_False); in Reset() 117 aTypeLB.Clear(); in Reset() 129 nPos = aTypeLB.InsertEntry(GetFldMgr().GetTypeStr(i)); in Reset() 130 aTypeLB.SetEntryData(nPos, reinterpret_cast<void*>(nTypeId)); in Reset() 141 nPos = aTypeLB.InsertEntry( GetFldMgr().GetTypeStr( GetFldMgr().GetPos( nTypeId ) ) ); in Reset() 142 aTypeLB.SetEntryData( nPos, reinterpret_cast< void* >( nTypeId ) ); in Reset() 156 RestorePos(&aTypeLB); in Reset() 158 aTypeLB.SetDoubleClickHdl (LINK(this, SwFldVarPage, InsertHdl)); in Reset() [all …]
|
| H A D | flddok.hxx | 46 ListBox aTypeLB; member in SwFldDokPage
|
| H A D | fldref.hxx | 50 ListBox aTypeLB; member in SwFldRefPage
|
| H A D | flddb.hxx | 46 ListBox aTypeLB; member in SwFldDBPage
|
| H A D | fldfunc.hxx | 45 ListBox aTypeLB; member in SwFldFuncPage
|
| H A D | fldvar.hxx | 70 ListBox aTypeLB; member in SwFldVarPage
|
| /AOO41X/main/cui/source/tabpages/ |
| H A D | tparea.cxx | 624 aTypeLB ( this, CUI_RES( LB_AREA_TYPE ) ), in SvxAreaTabPage() 770 aTypeLB.SetSelectHdl( LINK( this, SvxAreaTabPage, SelectDialogTypeHdl_Impl ) ); in SvxAreaTabPage() 912 if( aTypeLB.GetSelectEntryPos() > XFILL_NONE) in ActivatePage() 917 aTypeLB.SelectEntryPos( XFILL_GRADIENT ); in ActivatePage() 923 aTypeLB.SelectEntryPos( XFILL_HATCH ); in ActivatePage() 929 aTypeLB.SelectEntryPos( XFILL_BITMAP ); in ActivatePage() 935 aTypeLB.SelectEntryPos( XFILL_SOLID ); in ActivatePage() 953 XFillStyle eStyle = (XFillStyle) aTypeLB.GetSelectEntryPos(); in DeactivatePage() 1000 XFillStyle eStyle = (XFillStyle) aTypeLB.GetSelectEntryPos(); in FillItemSet() 1001 XFillStyle eSavedStyle = (XFillStyle) aTypeLB.GetSavedValue(); in FillItemSet() [all …]
|
| /AOO41X/main/sw/source/ui/index/ |
| H A D | cnttab.cxx | 959 aTypeLB( this, SW_RES(LB_TYPE )), in SwTOXSelectTabPage() 1049 aTypeLB.SetSelectHdl(LINK(this, SwTOXSelectTabPage, TOXTypeHdl)); in SwTOXSelectTabPage() 1080 aTypeLB.SelectEntryPos(0); in SwTOXSelectTabPage() 1100 sal_uInt16 nPos = aTypeLB.GetEntryPos((void*)(sal_uInt32)TO_USER); in SetWrtShell() 1104 nPos = aTypeLB.InsertEntry(rSh.GetTOXType(TOX_USER, nUser)->GetTypeName(), nPos); in SetWrtShell() 1107 aTypeLB.SetEntryData(nPos, (void*)nEntryData); in SetWrtShell() 1147 aTypeLB.SelectEntryPos(aTypeLB.GetEntryPos((void*)nData)); in SelectType() 1149 aTypeLB.Enable(sal_False); in SelectType() 1150 TOXTypeHdl(&aTypeLB); in SelectType() 1319 rDesc.SetTOUName(aTypeLB.GetSelectEntry()); in FillTOXDescription() [all …]
|
| /AOO41X/main/sw/source/ui/inc/ |
| H A D | swuicnttab.hxx | 147 ListBox aTypeLB; member in SwTOXSelectTabPage
|
| /AOO41X/main/cui/source/inc/ |
| H A D | cuitabarea.hxx | 198 ListBox aTypeLB; member in SvxAreaTabPage
|