Home
last modified time | relevance | path

Searched refs:m_nClassId (Results 1 – 25 of 29) sorted by relevance

12

/aoo4110/main/xmloff/source/forms/
H A Delementexport.cxx260 ,m_nClassId(FormComponentType::CONTROL) in OControlExport()
1458 m_nClassId = FormComponentType::CONTROL; in examine()
1460 m_xProps->getPropertyValue(PROPERTY_CLASSID) >>= m_nClassId; in examine()
1462 switch (m_nClassId) in examine()
1547 if ( ( m_nClassId == FormComponentType::TEXTFIELD ) in examine()
1553 if ( m_nClassId != FormComponentType::FILECONTROL ) in examine()
1557 if ( m_nClassId == FormComponentType::TEXTFIELD ) in examine()
1566 if (FormComponentType::TEXTFIELD != m_nClassId) in examine()
1713 if ( m_nClassId == FormComponentType::SCROLLBAR ) in examine()
1750 if ( m_nClassId == FormComponentType::LISTBOX ) in examine()
[all …]
H A Delementexport.hxx101 sal_Int16 m_nClassId; // class id of the control we're representing member in xmloff::OControlExport
/aoo4110/main/extensions/source/propctrlr/
H A Dformcomponenthandler.cxx153 ,m_nClassId( 0 ) in DBG_NAME()
851 m_nClassId = 0; in onNewComponent()
986 if ( ( m_nClassId == FormComponentType::FIXEDTEXT ) in describePropertyLine()
989 || ( m_nClassId == FormComponentType::CHECKBOX ) in describePropertyLine()
1096 if (FormComponentType::FILECONTROL == m_nClassId) in describePropertyLine()
1297 if ( FormComponentType::COMBOBOX == m_nClassId ) in describePropertyLine()
1927 if ( 0 != m_nClassId ) in impl_updateDependentProperty_nothrow()
2111 m_nClassId = FormComponentType::CONTROL; in impl_classifyControlModel_throw()
2173 m_nClassId = nClassIDs[ i ]; in impl_classifyControlModel_throw()
2189 switch ( m_nClassId ) in impl_normalizePropertyValue_nothrow()
[all …]
H A Dformcomponenthandler.hxx101 sal_Int16 m_nClassId; member in pcr::FormComponentPropertyHandler
/aoo4110/main/forms/source/component/
H A DButton.cxx75 m_nClassId = FormComponentType::COMMANDBUTTON; in OButtonModel()
103 m_nClassId = FormComponentType::COMMANDBUTTON; in OButtonModel()
H A DFormComponent.cxx596 ,m_nClassId(FormComponentType::CONTROL) in OControlModel()
643 ,m_nClassId( FormComponentType::CONTROL ) in OControlModel()
652 m_nClassId = _pOriginal->m_nClassId; in OControlModel()
1020 _rValue <<= m_nClassId; in getFastPropertyValue()
H A DFixedText.cxx65 m_nClassId = FormComponentType::FIXEDTEXT; in DBG_NAME()
H A DGroupBox.cxx66 m_nClassId = FormComponentType::GROUPBOX; in DBG_NAME()
H A DHidden.cxx63 m_nClassId = FormComponentType::HIDDENCONTROL; in DBG_NAME()
H A DNumeric.cxx104 m_nClassId = FormComponentType::NUMERICFIELD; in DBG_NAME()
H A DCurrency.cxx149 m_nClassId = FormComponentType::CURRENCYFIELD; in DBG_NAME()
H A DPattern.cxx108 m_nClassId = FormComponentType::PATTERNFIELD; in DBG_NAME()
H A Dspinbutton.cxx71 m_nClassId = FormComponentType::SPINBUTTON; in DBG_NAME()
H A DCheckBox.cxx97 m_nClassId = FormComponentType::CHECKBOX; in DBG_NAME()
H A DImageButton.cxx66 m_nClassId = FormComponentType::IMAGEBUTTON; in OImageButtonModel()
H A Dscrollbar.cxx115 m_nClassId = FormComponentType::SCROLLBAR; in DBG_NAME()
H A DFile.cxx102 m_nClassId = FormComponentType::FILECONTROL; in DBG_NAME()
H A DDate.cxx104 m_nClassId = FormComponentType::DATEFIELD; in DBG_NAME()
H A DTime.cxx137 m_nClassId = FormComponentType::TIMEFIELD; in DBG_NAME()
H A DRadioButton.cxx115 m_nClassId = FormComponentType::RADIOBUTTON; in DBG_NAME()
H A Dnavigationbar.cxx72 m_nClassId = FormComponentType::NAVIGATIONBAR; in DBG_NAME()
H A DEdit.cxx304 m_nClassId = FormComponentType::TEXTFIELD; in OEditModel()
H A DComboBox.cxx147 m_nClassId = FormComponentType::COMBOBOX; in DBG_NAME()
H A DImageControl.cxx156 m_nClassId = FormComponentType::IMAGECONTROL; in DBG_NAME()
/aoo4110/main/forms/source/richtext/
H A Drichtextmodel.cxx82 m_nClassId = FormComponentType::TEXTFIELD; in DBG_NAME()

Completed in 104 milliseconds

12