Lines Matching refs:nPos

119 	sal_uInt16 nPos, nTypeId;  in Reset()  local
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()
329 sal_uInt16 nPos = aNumFormatLB.InsertEntry( SW_RESSTR( FMT_SETVAR_TEXT ), 0 ); in IMPL_LINK() local
330 aNumFormatLB.SetEntryData( nPos, (void *) ULONG_MAX ); in IMPL_LINK()
446 … sal_uInt16 nPos = aNumFormatLB.InsertEntry( SW_RESSTR( FMT_USERVAR_TEXT ), 0 ); in IMPL_LINK() local
447 aNumFormatLB.SetEntryData( nPos, (void *) ULONG_MAX ); in IMPL_LINK()
636 const sal_uInt16 nPos = aSelectionLB.InsertEntry( *aList[i] ); in UpdateSubType() local
637 aSelectionLB.SetEntryData( nPos, reinterpret_cast< void* >( i ) ); in UpdateSubType()
679 const sal_uInt16 nPos = aSelectionLB.InsertEntry( *aList[i] ); in UpdateSubType() local
680 aSelectionLB.SetEntryData( nPos, reinterpret_cast< void* >( i ) ); in UpdateSubType()
692 const sal_uInt16 nPos = aSelectionLB.InsertEntry( *aList[i] ); in UpdateSubType() local
693 aSelectionLB.SetEntryData( nPos, reinterpret_cast< void* >( i ) ); in UpdateSubType()
777 sal_uInt16 nPos = aNumFormatLB.InsertEntry( SW_RESSTR( FMT_MARK_TEXT ), 0 ); in FillFormatLB() local
778 aNumFormatLB.SetEntryData( nPos, (void *) ULONG_MAX ); in FillFormatLB()
779 nPos = aNumFormatLB.InsertEntry( SW_RESSTR( FMT_USERVAR_CMD ), 1 ); in FillFormatLB()
780 aNumFormatLB.SetEntryData( nPos, (void *) ULONG_MAX ); in FillFormatLB()
789 sal_uInt16 nPos = aNumFormatLB.InsertEntry( SW_RESSTR( FMT_SETVAR_TEXT ), 0 ); in FillFormatLB() local
790 aNumFormatLB.SetEntryData( nPos, (void *) ULONG_MAX ); in FillFormatLB()
797 sal_uInt16 nPos = aNumFormatLB.InsertEntry( SW_RESSTR( FMT_GETVAR_NAME ), 0 ); in FillFormatLB() local
798 aNumFormatLB.SetEntryData( nPos, (void *) ULONG_MAX ); in FillFormatLB()
804 sal_uInt16 nPos = aNumFormatLB.InsertEntry( SW_RESSTR( FMT_GETVAR_NAME ), 0 ); in FillFormatLB() local
805 aNumFormatLB.SetEntryData( nPos, (void *) ULONG_MAX ); in FillFormatLB()
829 const sal_uInt16 nPos = aFormatLB.InsertEntry( GetFldMgr().GetFormatStr( nTypeId, i ) ); in FillFormatLB() local
831 aFormatLB.SetEntryData( nPos, reinterpret_cast< void* >( nFldId ) ); in FillFormatLB()
836 aFormatLB.SelectEntryPos( nPos ); in FillFormatLB()