Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/form/
H A Dformcontrolfactory.cxx556 … Reference< XPropertySetInfo > xModelPSI( _rxControlModel->getPropertySetInfo(), UNO_SET_THROW ); in initializeFieldDependentProperties() local
558 if ( xModelPSI->hasPropertyByName( FM_PROP_DECIMAL_ACCURACY ) ) in initializeFieldDependentProperties()
583 if ( xModelPSI->hasPropertyByName( FM_PROP_VALUEMIN ) in initializeFieldDependentProperties()
584 && xModelPSI->hasPropertyByName( FM_PROP_VALUEMAX ) in initializeFieldDependentProperties()
599 Property aProperty = xModelPSI->getPropertyByName( FM_PROP_VALUEMIN ); in initializeFieldDependentProperties()
611 aProperty = xModelPSI->getPropertyByName( FM_PROP_VALUEMAX ); in initializeFieldDependentProperties()
H A Dformcontroller.cxx350 … Reference< XPropertySetInfo > xModelPSI( xModel->getPropertySetInfo(), UNO_SET_THROW ); in initializeControls() local
382 if ( !xModelPSI->hasPropertyByName( FM_PROP_BOUNDFIELD ) in initializeControls()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/form/
H A Dformcontrolfactory.cxx556 … Reference< XPropertySetInfo > xModelPSI( _rxControlModel->getPropertySetInfo(), UNO_SET_THROW ); in initializeFieldDependentProperties() local
558 if ( xModelPSI->hasPropertyByName( FM_PROP_DECIMAL_ACCURACY ) ) in initializeFieldDependentProperties()
583 if ( xModelPSI->hasPropertyByName( FM_PROP_VALUEMIN ) in initializeFieldDependentProperties()
584 && xModelPSI->hasPropertyByName( FM_PROP_VALUEMAX ) in initializeFieldDependentProperties()
599 Property aProperty = xModelPSI->getPropertyByName( FM_PROP_VALUEMIN ); in initializeFieldDependentProperties()
611 aProperty = xModelPSI->getPropertyByName( FM_PROP_VALUEMAX ); in initializeFieldDependentProperties()
H A Dformcontroller.cxx353 … Reference< XPropertySetInfo > xModelPSI( xModel->getPropertySetInfo(), UNO_SET_THROW ); in initializeControls() local
385 if ( !xModelPSI->hasPropertyByName( FM_PROP_BOUNDFIELD ) in initializeControls()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/xforms/
H A Dxformsimport.cxx165 … Reference< XPropertySetInfo > xModelPSI( xModelProps->getPropertySetInfo(), UNO_SET_THROW ); in applyXFormsSettings() local
169 if ( !xModelPSI->hasPropertyByName( setting.Name ) ) in applyXFormsSettings()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/xforms/
H A Dxformsimport.cxx167 … Reference< XPropertySetInfo > xModelPSI( xModelProps->getPropertySetInfo(), UNO_SET_THROW ); in applyXFormsSettings() local
171 if ( !xModelPSI->hasPropertyByName( setting.Name ) ) in applyXFormsSettings()
/dports/editors/libreoffice/libreoffice-7.2.6.2/forms/source/component/
H A DFilter.cxx233 Reference< XPropertySetInfo > xModelPSI( xModel->getPropertySetInfo(), UNO_SET_THROW ); in createPeer() local
234 if ( xModelPSI->hasPropertyByName( PROPERTY_READONLY ) ) in createPeer()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/forms/source/component/
H A DFilter.cxx239 Reference< XPropertySetInfo > xModelPSI( xModel->getPropertySetInfo(), UNO_SET_THROW ); in createPeer() local
240 if ( xModelPSI->hasPropertyByName( PROPERTY_READONLY ) ) in createPeer()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/fmcomp/
H A Dgridcell.cxx866 Reference< XPropertySetInfo > xModelPSI( xModel->getPropertySetInfo(), UNO_SET_THROW ); in Init() local
868 if ( xModelPSI->hasPropertyByName( FM_PROP_READONLY ) ) in Init()
873 if ( xModelPSI->hasPropertyByName( FM_PROP_ENABLED ) ) in Init()
878 if ( xModelPSI->hasPropertyByName( FM_PROP_MOUSE_WHEEL_BEHAVIOR ) ) in Init()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/fmcomp/
H A Dgridcell.cxx842 Reference< XPropertySetInfo > xModelPSI( xModel->getPropertySetInfo(), UNO_SET_THROW ); in Init() local
844 if ( xModelPSI->hasPropertyByName( FM_PROP_READONLY ) ) in Init()
849 if ( xModelPSI->hasPropertyByName( FM_PROP_ENABLED ) ) in Init()
854 if ( xModelPSI->hasPropertyByName( FM_PROP_MOUSE_WHEEL_BEHAVIOR ) ) in Init()