| /AOO41X/main/xmloff/source/forms/ |
| H A D | elementexport.cxx | 260 ,m_nClassId(FormComponentType::CONTROL) in OControlExport() 812 … getValuePropertyNames(m_eType, m_nClassId, pCurrentValuePropertyName, pValuePropertyName); in exportCommonControlAttributes() 1195 getValueLimitPropertyNames(m_nClassId, pMinValuePropertyName, pMaxValuePropertyName); in exportSpecialAttributes() 1458 m_nClassId = FormComponentType::CONTROL; in examine() 1460 m_xProps->getPropertyValue(PROPERTY_CLASSID) >>= m_nClassId; in examine() 1462 switch (m_nClassId) in examine() 1534 if ( ( m_nClassId != FormComponentType::DATEFIELD ) in examine() 1535 && ( m_nClassId != FormComponentType::TIMEFIELD ) in examine() 1547 if ( ( m_nClassId == FormComponentType::TEXTFIELD ) in examine() 1548 || ( m_nClassId == FormComponentType::PATTERNFIELD ) in examine() [all …]
|
| H A D | elementexport.hxx | 101 … sal_Int16 m_nClassId; // class id of the control we're representing member in xmloff::OControlExport
|
| /AOO41X/main/extensions/source/propctrlr/ |
| H A D | formcomponenthandler.cxx | 153 ,m_nClassId( 0 ) in DBG_NAME() 851 m_nClassId = 0; in onNewComponent() 986 if ( ( m_nClassId == FormComponentType::FIXEDTEXT ) in describePropertyLine() 987 || ( m_nClassId == FormComponentType::COMMANDBUTTON ) in describePropertyLine() 988 || ( m_nClassId == FormComponentType::RADIOBUTTON ) 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() 1910 … if ( ( m_nClassId == FormComponentType::LISTBOX ) && ( m_eComponentClass == eFormControl ) ) in impl_updateDependentProperty_nothrow() 1927 if ( 0 != m_nClassId ) in impl_updateDependentProperty_nothrow() [all …]
|
| H A D | formcomponenthandler.hxx | 101 sal_Int16 m_nClassId; member in pcr::FormComponentPropertyHandler
|
| /AOO41X/main/forms/source/component/ |
| H A D | Button.cxx | 75 m_nClassId = FormComponentType::COMMANDBUTTON; in OButtonModel() 103 m_nClassId = FormComponentType::COMMANDBUTTON; in OButtonModel()
|
| H A D | FormComponent.cxx | 596 ,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 D | FixedText.cxx | 65 m_nClassId = FormComponentType::FIXEDTEXT; in DBG_NAME()
|
| H A D | GroupBox.cxx | 66 m_nClassId = FormComponentType::GROUPBOX; in DBG_NAME()
|
| H A D | Hidden.cxx | 63 m_nClassId = FormComponentType::HIDDENCONTROL; in DBG_NAME()
|
| H A D | Numeric.cxx | 104 m_nClassId = FormComponentType::NUMERICFIELD; in DBG_NAME()
|
| H A D | Currency.cxx | 149 m_nClassId = FormComponentType::CURRENCYFIELD; in DBG_NAME()
|
| H A D | spinbutton.cxx | 71 m_nClassId = FormComponentType::SPINBUTTON; in DBG_NAME()
|
| H A D | Pattern.cxx | 108 m_nClassId = FormComponentType::PATTERNFIELD; in DBG_NAME()
|
| H A D | CheckBox.cxx | 97 m_nClassId = FormComponentType::CHECKBOX; in DBG_NAME()
|
| H A D | ImageButton.cxx | 66 m_nClassId = FormComponentType::IMAGEBUTTON; in OImageButtonModel()
|
| H A D | scrollbar.cxx | 115 m_nClassId = FormComponentType::SCROLLBAR; in DBG_NAME()
|
| H A D | File.cxx | 102 m_nClassId = FormComponentType::FILECONTROL; in DBG_NAME()
|
| H A D | Time.cxx | 137 m_nClassId = FormComponentType::TIMEFIELD; in DBG_NAME()
|
| H A D | Date.cxx | 104 m_nClassId = FormComponentType::DATEFIELD; in DBG_NAME()
|
| H A D | RadioButton.cxx | 115 m_nClassId = FormComponentType::RADIOBUTTON; in DBG_NAME()
|
| H A D | navigationbar.cxx | 72 m_nClassId = FormComponentType::NAVIGATIONBAR; in DBG_NAME()
|
| H A D | Edit.cxx | 304 m_nClassId = FormComponentType::TEXTFIELD; in OEditModel()
|
| H A D | ComboBox.cxx | 147 m_nClassId = FormComponentType::COMBOBOX; in DBG_NAME()
|
| H A D | ImageControl.cxx | 156 m_nClassId = FormComponentType::IMAGECONTROL; in DBG_NAME()
|
| /AOO41X/main/forms/source/richtext/ |
| H A D | richtextmodel.cxx | 82 m_nClassId = FormComponentType::TEXTFIELD; in DBG_NAME()
|