Lines Matching refs:aTextFlowLB
2959 aTextFlowLB (this, SW_RES(LB_TEXTFLOW)), in SwFrmAddPage()
3076 &aTextFlowLB, in Reset()
3169 aTextFlowLB.Show(); in Reset()
3175 aTextFlowLB.RemoveEntry(aTextFlowLB.GetEntryPos((void*)nData)); in Reset()
3178 for( nPos = aTextFlowLB.GetEntryCount(); nPos; ) in Reset()
3179 if( (sal_uInt16)(long)aTextFlowLB.GetEntryData( --nPos ) == nVal ) in Reset()
3181 aTextFlowLB.SelectEntryPos( nPos ); in Reset()
3182 aTextFlowLB.SaveValue(); in Reset()
3187 aTextFlowLB.Hide(); in Reset()
3220 if( aTextFlowLB.IsVisible() ) in FillItemSet()
3222 sal_uInt16 nPos = aTextFlowLB.GetSelectEntryPos(); in FillItemSet()
3223 if( nPos != aTextFlowLB.GetSavedValue() ) in FillItemSet()
3225 nPos = (sal_uInt16)(long)aTextFlowLB.GetEntryData( nPos ); in FillItemSet()
3305 &aTextFlowLB, in SetFormatUsed()