Home
last modified time | relevance | path

Searched refs:F_SEC (Results 1 – 11 of 11) sorted by relevance

/dports/science/py-pygeodesy/PyGeodesy-21.9.16/test/
H A DtestDms.py11 from pygeodesy import F_D, F_DM, F_DMS, F_DEG, F_MIN, F_SEC, F_RAD, \
114 (F_SEC, None, '454545.36'),
122 (F_SEC, -3, '454545.360'),
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/app/
H A Dweldutils.cxx384 m_eFormat = TimeFieldFormat::F_SEC; in SetExtFormat()
398 m_eFormat = TimeFieldFormat::F_SEC; in SetExtFormat()
410 m_eFormat = TimeFieldFormat::F_SEC; in SetExtFormat()
/dports/science/py-pygeodesy/PyGeodesy-21.9.16/pygeodesy/
H A Ddms.py40 F_SEC = 'sec' # unsigned format "[D]DDMMSS" plus suffix without symbols variable
81 F_DEG: 6, F_MIN: 4, F_SEC: 2,
84 _F_symb = {F_DEG, F_MIN, F_SEC, F__E, F__F, F__G} # set({}) pychok -Tb
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Dvclenum.hxx28 enum class TimeFieldFormat : sal_Int32 { F_NONE, F_SEC, F_SEC_CS }; enumerator
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/
H A Dvclenum.hxx28 enum class TimeFieldFormat : sal_Int32 { F_NONE, F_SEC, F_SEC_CS }; enumerator
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/dlg/
H A Dpresent.cxx48 , m_xTmfPause(m_xBuilder->weld_time_spin_button("pauseduration", TimeFieldFormat::F_SEC)) in SdStartPresentationDlg()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/control/
H A Dfield2.cxx2098 else if ( eFormat == TimeFieldFormat::F_SEC ) in TextToTime()
2612 SetFormat( TimeFieldFormat::F_SEC ); in SetExtFormat()
2626 SetFormat( TimeFieldFormat::F_SEC ); in SetExtFormat()
2638 SetFormat( TimeFieldFormat::F_SEC ); in SetExtFormat()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/control/
H A Dfield2.cxx2543 else if ( eFormat == TimeFieldFormat::F_SEC ) in TextToTime()
3052 SetFormat( TimeFieldFormat::F_SEC ); in SetExtFormat()
3066 SetFormat( TimeFieldFormat::F_SEC ); in SetExtFormat()
3078 SetFormat( TimeFieldFormat::F_SEC ); in SetExtFormat()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/dialog/
H A Ddinfdlg.cxx1276 …d(new CustomPropertiesTimeField(m_xBuilder->weld_time_spin_button("time", TimeFieldFormat::F_SEC))) in CustomPropertyLine()
1960 , m_xTimeField(m_xBuilder->weld_time_spin_button("time", TimeFieldFormat::F_SEC)) in CmisDateTime()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/extensions/source/propctrlr/
H A Dstandardcontrol.cxx79 getTypedControlWindow()->SetFormat( TimeFieldFormat::F_SEC ); in OTimeControl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/filter/html/
H A Dpubdlg.cxx531 …_xPage2_Duration = m_xBuilder->weld_time_spin_button("durationSpinbutton", TimeFieldFormat::F_SEC); in CreatePages()