Home
last modified time | relevance | path

Searched refs:SetUseThousandSep (Results 1 – 8 of 8) sorted by relevance

/trunk/main/vcl/inc/vcl/ !
H A Dlongcurr.hxx65 void SetUseThousandSep( sal_Bool b );
H A Dfield.hxx205 void SetUseThousandSep( sal_Bool b );
/trunk/main/dbaccess/source/ui/dlg/ !
H A Dadvancedsettings.cxx173 m_pMaxRowScan->SetUseThousandSep(sal_False); in SpecialSettingsPage()
H A Ddetailpages.cxx979 m_aNFRowCount.SetUseThousandSep(sal_False); in OLDAPDetailsPage()
/trunk/main/vcl/source/control/ !
H A Dfield.cxx537 SetUseThousandSep( !(sal_Bool)pMgr->ReadShort() ); in ImplLoadRes()
567 void NumericFormatter::SetUseThousandSep( sal_Bool b ) in SetUseThousandSep() function in NumericFormatter
H A Dlongcurr.cxx502 void LongCurrencyFormatter::SetUseThousandSep( sal_Bool b ) in SetUseThousandSep() function in LongCurrencyFormatter
/trunk/main/toolkit/source/awt/ !
H A Dvclxwindows.cxx5419 ((NumericField*)GetWindow())->SetUseThousandSep( b ); in setProperty()
5669 ((NumericField*)GetWindow())->SetUseThousandSep( b ); in setProperty()
6021 ((LongCurrencyField*)GetWindow())->SetUseThousandSep( b ); in setProperty()
/trunk/main/svx/source/fmcomp/ !
H A Dgridcell.cxx2097 static_cast< LongCurrencyField* >( m_pWindow )->SetUseThousandSep( bThousand ); in implAdjustGenericFieldSetting()
2107 static_cast< LongCurrencyField* >( m_pPainter )->SetUseThousandSep( bThousand ); in implAdjustGenericFieldSetting()