Home
last modified time | relevance | path

Searched refs:nControlType (Results 1 – 10 of 10) sorted by relevance

/trunk/main/extensions/source/propctrlr/
H A Dxsdvalidationpropertyhandler.cxx326 nControlType = PropertyControlType::ListBox; in describePropertyLine()
339 nControlType = PropertyControlType::ListBox; in describePropertyLine()
345 nControlType = PropertyControlType::TextField; in describePropertyLine()
351 nControlType = PropertyControlType::NumericField; in describePropertyLine()
356 nControlType = PropertyControlType::NumericField; in describePropertyLine()
364 nControlType = PropertyControlType::NumericField; in describePropertyLine()
386 nControlType = PropertyControlType::NumericField; in describePropertyLine()
394 nControlType = PropertyControlType::DateField; in describePropertyLine()
401 nControlType = PropertyControlType::TimeField; in describePropertyLine()
408 nControlType = PropertyControlType::DateTimeField; in describePropertyLine()
[all …]
H A Dhandlerhelper.cxx95 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 Deformspropertyhandler.cxx429 sal_Int16 nControlType = PropertyControlType::TextField; in describePropertyLine() local
435 nControlType = PropertyControlType::ListBox; in describePropertyLine()
440 nControlType = PropertyControlType::ListBox; in describePropertyLine()
446 nControlType = PropertyControlType::ComboBox; in describePropertyLine()
465 switch ( nControlType ) in describePropertyLine()
474 … aDescriptor.Control = _rxControlFactory->createPropertyControl( nControlType, sal_False ); in describePropertyLine()
H A Dformcomponenthandler.cxx1008 sal_Int16 nControlType = PropertyControlType::TextField; in describePropertyLine() local
1035 nControlType = PropertyControlType::StringListField; in describePropertyLine()
1048 nControlType = PropertyControlType::NumericField; in describePropertyLine()
1068 nControlType = PropertyControlType::CharacterField; in describePropertyLine()
1075 nControlType = PropertyControlType::ColorListBox; in describePropertyLine()
1091 nControlType = PropertyControlType::MultiLineTextField; in describePropertyLine()
1097 nControlType = PropertyControlType::TextField; in describePropertyLine()
1099 nControlType = PropertyControlType::MultiLineTextField; in describePropertyLine()
1164 nControlType = PropertyControlType::DateField; in describePropertyLine()
1171 nControlType = PropertyControlType::TimeField; in describePropertyLine()
[all …]
H A Dformbrowsertools.cxx133 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 Deformshelper.cxx134 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 DCustomAnimationDialog.cxx138 : PropertySubControl( nControlType ) in PresetPropertyBox()
210 …ColorPropertyBox( sal_Int32 nControlType, Window* pParent, const Any& rValue, const Link& rModifyH…
224 : PropertySubControl( nControlType ) in ColorPropertyBox()
296 …FontPropertyBox( sal_Int32 nControlType, Window* pParent, const Any& rValue, const Link& rModifyHd…
311 : PropertySubControl( nControlType ) in FontPropertyBox()
484 : PropertySubControl( nControlType ) in CharHeightPropertyBox()
579 : PropertySubControl( nControlType ) in TransparencyPropertyBox()
701 : PropertySubControl( nControlType ) in RotationPropertyBox()
819 …ScalePropertyBox( sal_Int32 nControlType, Window* pParent, const Any& rValue, const Link& rModifyH…
843 : PropertySubControl( nControlType ) in ScalePropertyBox()
[all …]
/trunk/main/toolkit/source/helper/
H A Dformpdfexport.cxx94 sal_Int16 nControlType = FormComponentType::CONTROL; in classifyFormControl() local
101 OSL_VERIFY( _rxModel->getPropertyValue( FM_PROP_CLASSID ) >>= nControlType ); in classifyFormControl()
104 return nControlType; in classifyFormControl()
294 sal_Int16 nControlType = classifyFormControl( xModelProps ); in describePDFControl() local
295 _rpDescriptor.reset( createDefaultWidget( nControlType ) ); in describePDFControl()
/trunk/main/xmloff/source/forms/
H A Dlayerexport.cxx593 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 Dstatemnt.hxx400 StatementControl( SCmdStream *pIn, sal_uInt16 nControlType );

Completed in 81 milliseconds