| /trunk/main/extensions/source/propctrlr/ |
| H A D | xsdvalidationpropertyhandler.cxx | 317 sal_Int16 nControlType = PropertyControlType::TextField; in describePropertyLine() local 325 nControlType = PropertyControlType::ListBox; in describePropertyLine() 338 nControlType = PropertyControlType::ListBox; in describePropertyLine() 344 nControlType = PropertyControlType::TextField; in describePropertyLine() 350 nControlType = PropertyControlType::NumericField; in describePropertyLine() 355 nControlType = PropertyControlType::NumericField; in describePropertyLine() 363 nControlType = PropertyControlType::NumericField; in describePropertyLine() 385 nControlType = PropertyControlType::NumericField; in describePropertyLine() 393 nControlType = PropertyControlType::DateField; in describePropertyLine() 400 nControlType = PropertyControlType::TimeField; in describePropertyLine() [all …]
|
| H A D | handlerhelper.cxx | 95 sal_Int16 nControlType = PropertyControlType::TextField; in describePropertyLine() local 107 nControlType = PropertyControlType::NumericField; in describePropertyLine() 111 nControlType = PropertyControlType::StringListField; in describePropertyLine() 119 nControlType = PropertyControlType::TextField; in describePropertyLine() 124 …_out_rDescriptor.Control = _rxControlFactory->createPropertyControl( nControlType, bReadOnlyContro… in describePropertyLine()
|
| H A D | eformspropertyhandler.cxx | 428 sal_Int16 nControlType = PropertyControlType::TextField; in describePropertyLine() local 434 nControlType = PropertyControlType::ListBox; in describePropertyLine() 439 nControlType = PropertyControlType::ListBox; in describePropertyLine() 445 nControlType = PropertyControlType::ComboBox; in describePropertyLine() 464 switch ( nControlType ) in describePropertyLine() 473 … aDescriptor.Control = _rxControlFactory->createPropertyControl( nControlType, sal_False ); in describePropertyLine()
|
| H A D | formcomponenthandler.cxx | 1007 sal_Int16 nControlType = PropertyControlType::TextField; in describePropertyLine() local 1034 nControlType = PropertyControlType::StringListField; in describePropertyLine() 1047 nControlType = PropertyControlType::NumericField; in describePropertyLine() 1067 nControlType = PropertyControlType::CharacterField; in describePropertyLine() 1074 nControlType = PropertyControlType::ColorListBox; in describePropertyLine() 1090 nControlType = PropertyControlType::MultiLineTextField; in describePropertyLine() 1096 nControlType = PropertyControlType::TextField; in describePropertyLine() 1098 nControlType = PropertyControlType::MultiLineTextField; in describePropertyLine() 1104 nControlType = PropertyControlType::MultiLineTextField; in describePropertyLine() 1163 nControlType = PropertyControlType::DateField; in describePropertyLine() [all …]
|
| H A D | formbrowsertools.cxx | 133 sal_Int16 nControlType( FormComponentType::CONTROL ); in classifyComponent() local 136 OSL_VERIFY( xComponentProps->getPropertyValue( PROPERTY_CLASSID ) >>= nControlType ); in classifyComponent() 138 return nControlType; in classifyComponent()
|
| H A D | eformshelper.cxx | 134 sal_Int16 nControlType = FormComponentType::CONTROL; in canBindToDataType() local 135 OSL_VERIFY( m_xControlModel->getPropertyValue( PROPERTY_CLASSID ) >>= nControlType ); in canBindToDataType() 146 switch ( nControlType ) in canBindToDataType()
|
| /trunk/main/sd/source/ui/animations/ |
| H A D | CustomAnimationDialog.cxx | 123 …PresetPropertyBox( sal_Int32 nControlType, Window* pParent, const Any& rValue, const OUString& aPr… 137 PresetPropertyBox::PresetPropertyBox( sal_Int32 nControlType, Window* pParent, const Any& rValue, c… in PresetPropertyBox() argument 138 : PropertySubControl( nControlType ) in PresetPropertyBox() 210 …ColorPropertyBox( sal_Int32 nControlType, Window* pParent, const Any& rValue, const Link& rModifyH… 223 ColorPropertyBox::ColorPropertyBox( sal_Int32 nControlType, Window* pParent, const Any& rValue, con… in ColorPropertyBox() argument 224 : PropertySubControl( nControlType ) in ColorPropertyBox() 296 …FontPropertyBox( sal_Int32 nControlType, Window* pParent, const Any& rValue, const Link& rModifyHd… 310 FontPropertyBox::FontPropertyBox( sal_Int32 nControlType, Window* pParent, const Any& rValue, const… in FontPropertyBox() argument 311 : PropertySubControl( nControlType ) in FontPropertyBox() 465 …CharHeightPropertyBox( sal_Int32 nControlType, Window* pParent, const Any& rValue, const Link& rMo… [all …]
|
| /trunk/main/toolkit/source/helper/ |
| H A D | formpdfexport.cxx | 95 sal_Int16 nControlType = FormComponentType::CONTROL; in classifyFormControl() local 102 OSL_VERIFY( _rxModel->getPropertyValue( FM_PROP_CLASSID ) >>= nControlType ); in classifyFormControl() 105 return nControlType; in classifyFormControl() 295 sal_Int16 nControlType = classifyFormControl( xModelProps ); in describePDFControl() local 296 _rpDescriptor.reset( createDefaultWidget( nControlType ) ); in describePDFControl()
|
| /trunk/main/xmloff/source/forms/ |
| H A D | layerexport.cxx | 593 sal_Int16 nControlType = FormComponentType::CONTROL; in checkExamineControl() local 594 _rxObject->getPropertyValue( PROPERTY_CLASSID ) >>= nControlType; in checkExamineControl() 595 if ( FormComponentType::GRIDCONTROL == nControlType ) in checkExamineControl()
|
| /trunk/main/automation/source/server/ |
| H A D | statemnt.hxx | 400 StatementControl( SCmdStream *pIn, sal_uInt16 nControlType );
|