Lines Matching refs:aNumFormatLB

66 	aNumFormatLB	(this, SW_RES(LB_VARNUMFORMAT)),  in SwFldVarPage()
95 aNumFormatLB.SetShowLanguageControl(sal_True); in SwFldVarPage()
143 aNumFormatLB.SetAutomaticLanguage( pCurField->IsAutomaticLanguage() ); in Reset()
151 aNumFormatLB.SetLanguage( pFormat->GetLanguage() ); in Reset()
163 aNumFormatLB.SetDoubleClickHdl (LINK(this, SwFldVarPage, InsertHdl)); in Reset()
196 nOldFormat = aNumFormatLB.GetFormat(); in Reset()
266 aNumFormatLB.SetUpdateMode(sal_False); in IMPL_LINK()
295 aNumFormatLB.SelectEntryPos( 0 ); in IMPL_LINK()
328 aNumFormatLB.Clear(); in IMPL_LINK()
329 sal_uInt16 nPos = aNumFormatLB.InsertEntry( SW_RESSTR( FMT_SETVAR_TEXT ), 0 ); in IMPL_LINK()
330 aNumFormatLB.SetEntryData( nPos, (void *) ULONG_MAX ); in IMPL_LINK()
331 aNumFormatLB.SelectEntryPos( 0 ); in IMPL_LINK()
352 aNumFormatLB.SelectEntryPos( 0 ); // Textuell in IMPL_LINK()
444 aNumFormatLB.Clear(); in IMPL_LINK()
446 … sal_uInt16 nPos = aNumFormatLB.InsertEntry( SW_RESSTR( FMT_USERVAR_TEXT ), 0 ); in IMPL_LINK()
447 aNumFormatLB.SetEntryData( nPos, (void *) ULONG_MAX ); in IMPL_LINK()
448 aNumFormatLB.SelectEntryPos( 0 ); in IMPL_LINK()
551 aNumFormatLB.Show( bNumFmt ); in IMPL_LINK()
581 aNumFormatLB.SetUpdateMode( sal_True ); in IMPL_LINK()
734 sal_uInt16 nNumFormatSel = aNumFormatLB.GetSelectEntryPos(); in FillFormatLB()
737 sOldNumSel = aNumFormatLB.GetEntry( nNumFormatSel ); in FillFormatLB()
738 nOldNumFormat = aNumFormatLB.GetFormat(); in FillFormatLB()
743 aNumFormatLB.Clear(); in FillFormatLB()
754 aNumFormatLB.SetDefFormat( GetCurField()->GetFormat() ); in FillFormatLB()
759 aNumFormatLB.SetFormatType( NUMBERFORMAT_NUMBER ); in FillFormatLB()
765 aNumFormatLB.SetDefFormat( nOldNumFormat ); in FillFormatLB()
767 aNumFormatLB.SetFormatType( NUMBERFORMAT_NUMBER ); in FillFormatLB()
777 sal_uInt16 nPos = aNumFormatLB.InsertEntry( SW_RESSTR( FMT_MARK_TEXT ), 0 ); in FillFormatLB()
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()
790 aNumFormatLB.SetEntryData( nPos, (void *) ULONG_MAX ); in FillFormatLB()
797 sal_uInt16 nPos = aNumFormatLB.InsertEntry( SW_RESSTR( FMT_GETVAR_NAME ), 0 ); in FillFormatLB()
798 aNumFormatLB.SetEntryData( nPos, (void *) ULONG_MAX ); in FillFormatLB()
804 sal_uInt16 nPos = aNumFormatLB.InsertEntry( SW_RESSTR( FMT_GETVAR_NAME ), 0 ); in FillFormatLB()
805 aNumFormatLB.SetEntryData( nPos, (void *) ULONG_MAX ); in FillFormatLB()
813 aNumFormatLB.SelectEntryPos( 1 ); in FillFormatLB()
815 aNumFormatLB.SelectEntryPos( 0 ); in FillFormatLB()
819 …if ( !nOldNumFormat && ( nNumFormatSel = aNumFormatLB.GetEntryPos( sOldNumSel ) ) != LISTBOX_ENTRY… in FillFormatLB()
820 aNumFormatLB.SelectEntryPos( nNumFormatSel ); in FillFormatLB()
822 aNumFormatLB.SelectEntry( sOldSel ); in FillFormatLB()
1037 sal_uInt16 nNumFormatPos = aNumFormatLB.GetSelectEntryPos(); in IMPL_LINK()
1064 sal_uLong nFmt = nNumFormatPos == 0 ? 0 : aNumFormatLB.GetFormat(); in IMPL_LINK()
1107 … aType.SetContent( sValue, nNumFormatPos == 0 ? 0 : aNumFormatLB.GetFormat() ); in IMPL_LINK()
1188 if (!aNumFormatLB.IsVisible()) in FillItemSet()
1199 nFormat = aNumFormatLB.GetFormat(); in FillItemSet()
1201 if (nFormat && nFormat != ULONG_MAX && aNumFormatLB.IsAutomaticLanguage()) in FillItemSet()
1222 if (nFormat == ULONG_MAX && aNumFormatLB.GetSelectEntry() == SW_RESSTR(FMT_USERVAR_CMD)) in FillItemSet()
1232 if (aNumFormatLB.IsVisible() && nFormat == ULONG_MAX) in FillItemSet()
1239 if (aNumFormatLB.IsVisible() && nFormat == ULONG_MAX) in FillItemSet()
1290 nOldFormat != aNumFormatLB.GetFormat() || in FillItemSet()
1296 cSeparator, aNumFormatLB.IsAutomaticLanguage() ); in FillItemSet()