Home
last modified time | relevance | path

Searched refs:TIMEFIELD (Results 1 – 25 of 70) sorted by relevance

123

/dports/editors/libreoffice/libreoffice-7.2.6.2/forms/source/component/
H A DTime.cxx111 , OLimitedFormats(_rxFactory, FormComponentType::TIMEFIELD) in OTimeModel()
114 m_nClassId = FormComponentType::TIMEFIELD; in OTimeModel()
123 , OLimitedFormats(_rxFactory, FormComponentType::TIMEFIELD) in OTimeModel()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/forms/source/component/
H A DTime.cxx110 , OLimitedFormats(_rxFactory, FormComponentType::TIMEFIELD) in OTimeModel()
113 m_nClassId = FormComponentType::TIMEFIELD; in OTimeModel()
122 , OLimitedFormats(_rxFactory, FormComponentType::TIMEFIELD) in OTimeModel()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/unoobj/
H A Dservuno.cxx260 { "com.sun.star.text.TextField.Time", Type::TIMEFIELD },
315 { "com.sun.star.text.textfield.Time", Type::TIMEFIELD },
331 { "stardiv.one.text.TextField.Time", Type::TIMEFIELD },
351 case Type::TIMEFIELD: in getFieldType()
411 case Type::TIMEFIELD: in MakeInstance()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/unoobj/
H A Dservuno.cxx260 { "com.sun.star.text.TextField.Time", Type::TIMEFIELD },
315 { "com.sun.star.text.textfield.Time", Type::TIMEFIELD },
331 { "stardiv.one.text.TextField.Time", Type::TIMEFIELD },
351 case Type::TIMEFIELD: in getFieldType()
411 case Type::TIMEFIELD: in MakeInstance()
/dports/editors/libreoffice/libreoffice-7.2.6.2/wizards/com/sun/star/wizards/ui/
H A DUIConsts.java62 public static final int TIMEFIELD = 20; field in UIConsts.CONTROLTYPE
/dports/editors/libreoffice6/libreoffice-6.4.7.2/wizards/com/sun/star/wizards/ui/
H A DUIConsts.java62 public static final int TIMEFIELD = 20; field in UIConsts.CONTROLTYPE
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A Dservuno.hxx34 SHEET , URLFIELD , PAGEFIELD , PAGESFIELD , DATEFIELD , TIMEFIELD , TITLEFIELD , FILEFIELD , enumerator
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/inc/
H A Dservuno.hxx35 SHEET , URLFIELD , PAGEFIELD , PAGESFIELD , DATEFIELD , TIMEFIELD , TITLEFIELD , FILEFIELD , enumerator
/dports/editors/libreoffice/libreoffice-7.2.6.2/forms/source/misc/
H A Dlimitedformats.cxx93 case FormComponentType::TIMEFIELD: in lcl_getFormatTable()
372 clearTable(FormComponentType::TIMEFIELD); in releaseSupplier()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/forms/source/misc/
H A Dlimitedformats.cxx90 case FormComponentType::TIMEFIELD: in lcl_getFormatTable()
369 clearTable(FormComponentType::TIMEFIELD); in releaseSupplier()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/
H A Dfmglob.hxx39 const sal_uInt16 OBJ_FM_TIMEFIELD = css::form::FormComponentType::TIMEFIELD;
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/forms/
H A Dvalueproperties.cxx153 case FormComponentType::TIMEFIELD: in getRuntimeValuePropertyNames()
/dports/editors/libreoffice/libreoffice-7.2.6.2/extensions/source/propctrlr/
H A Dformbrowsertools.cxx93 case FormComponentType::TIMEFIELD: in GetUIHeadlineName()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/extensions/source/propctrlr/
H A Dformbrowsertools.cxx93 case FormComponentType::TIMEFIELD: in GetUIHeadlineName()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/forms/
H A Dvalueproperties.cxx153 case FormComponentType::TIMEFIELD: in getRuntimeValuePropertyNames()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/
H A Dsvdobjkind.hxx87 OBJ_FM_TIMEFIELD = 300 + css::form::FormComponentType::TIMEFIELD,
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/datasource/elasticsearch/components/QueryEditor/
H A DElasticsearchQueryContext.test.tsx18 const datasource = { timeField: 'TIMEFIELD' } as ElasticDatasource;
/dports/editors/libreoffice/libreoffice-7.2.6.2/odk/examples/DevelopersGuide/Forms/
H A DFLTools.java184 case FormComponentType.TIMEFIELD : sType = "Time Field"; break; in classifyFormComponentType()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/odk/examples/DevelopersGuide/Forms/
H A DFLTools.java184 case FormComponentType.TIMEFIELD : sType = "Time Field"; break; in classifyFormComponentType()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/tools/
H A Dwintypes.hxx73 TIMEFIELD , enumerator
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/tools/
H A Dwintypes.hxx74 TIMEFIELD , enumerator
/dports/editors/libreoffice/libreoffice-7.2.6.2/wizards/com/sun/star/wizards/document/
H A DFormHandler.java61 private static final String TIMEFIELD = "TimeField"; field in FormHandler
133 oControlData[15] = createControlData(DataType.TIME, SOTIMECONTROL, TIMEFIELD); in FormHandler()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/wizards/com/sun/star/wizards/document/
H A DFormHandler.java61 private static final String TIMEFIELD = "TimeField"; field in FormHandler
133 oControlData[15] = createControlData(DataType.TIME, SOTIMECONTROL, TIMEFIELD); in FormHandler()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/window/
H A Daccessibility.cxx298 case WindowType::TIMEFIELD: nRole = accessibility::AccessibleRole::DATE_EDITOR; break; in getDefaultAccessibleRole()
398 case WindowType::TIMEFIELD: in getDefaultAccessibleName()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/window/
H A Daccessibility.cxx306 case WindowType::TIMEFIELD: nRole = accessibility::AccessibleRole::DATE_EDITOR; break; in getDefaultAccessibleRole()
410 case WindowType::TIMEFIELD: in getDefaultAccessibleName()

123