Home
last modified time | relevance | path

Searched refs:EnableEmptyFieldValue (Results 1 – 10 of 10) sorted by relevance

/AOO41X/main/padmin/source/ !
H A Dprtsetup.cxx520 m_aTopLB.EnableEmptyFieldValue( sal_True ); in RTSOtherPage()
521 m_aBottomLB.EnableEmptyFieldValue( sal_True ); in RTSOtherPage()
522 m_aLeftLB.EnableEmptyFieldValue( sal_True ); in RTSOtherPage()
523 m_aRightLB.EnableEmptyFieldValue( sal_True ); in RTSOtherPage()
/AOO41X/main/extensions/source/propctrlr/ !
H A Dstandardcontrol.cxx86 getTypedControlWindow()->EnableEmptyFieldValue( sal_True ); in OTimeControl()
140 pControlWindow->EnableEmptyFieldValue( sal_True ); in ODateControl()
501 getTypedControlWindow()->EnableEmptyFieldValue( sal_True ); in ONumericControl()
/AOO41X/main/toolkit/source/awt/ !
H A Dvclxtoolkit.cxx729 static_cast<CurrencyField*>(pNewWindow)->EnableEmptyFieldValue( sal_True ); in ImplCreateWindow()
738 static_cast<DateField*>(pNewWindow)->EnableEmptyFieldValue( sal_True ); in ImplCreateWindow()
850 static_cast<NumericField*>(pNewWindow)->EnableEmptyFieldValue( sal_True ); in ImplCreateWindow()
944 static_cast<TimeField*>(pNewWindow)->EnableEmptyFieldValue( sal_True ); in ImplCreateWindow()
H A Dvclxwindows.cxx4548 ((DateField*)GetWindow())->EnableEmptyFieldValue( sal_True );
5041 ((TimeField*)GetWindow())->EnableEmptyFieldValue( sal_True ); in setProperty()
5370 ((NumericField*)GetWindow())->EnableEmptyFieldValue( sal_True ); in setProperty()
5965 ((LongCurrencyField*)GetWindow())->EnableEmptyFieldValue( sal_True ); in setProperty()
/AOO41X/main/dbaccess/source/ui/dlg/ !
H A Ddlgsize.cxx67 aMF_VALUE.EnableEmptyFieldValue(sal_True); in DBG_NAME()
/AOO41X/main/chart2/source/controller/dialogs/ !
H A Dtp_3D_SceneGeometry.cxx263 m_aMFZRotation.EnableEmptyFieldValue( !bEnableZ ); in IMPL_LINK()
/AOO41X/main/vcl/inc/vcl/ !
H A Dfield.hxx95 …void EnableEmptyFieldValue( sal_Bool bEnable ) { mbEmptyFieldValueEnabled = b… in EnableEmptyFieldValue() function in FormatterBase
/AOO41X/main/svx/source/fmcomp/ !
H A Dgridcell.cxx2273 static_cast< DateField* >( m_pWindow )->EnableEmptyFieldValue( sal_True ); in implAdjustGenericFieldSetting()
2279 static_cast< DateField* >( m_pPainter )->EnableEmptyFieldValue( sal_True ); in implAdjustGenericFieldSetting()
2383 static_cast< TimeField* >( m_pWindow )->EnableEmptyFieldValue( sal_True ); in implAdjustGenericFieldSetting()
2389 static_cast< TimeField* >( m_pPainter )->EnableEmptyFieldValue( sal_True ); in implAdjustGenericFieldSetting()
/AOO41X/main/svtools/workben/ !
H A Dsvdem.cxx817 aCalendarField.EnableEmptyFieldValue( sal_True ); in MyWin()
/AOO41X/main/svtools/source/uno/ !
H A Dunoiface.cxx121 static_cast<CalendarField*>(pWindow)->EnableEmptyFieldValue( sal_True ); in CreateWindow()