Lines Matching refs:xPSI
171 … Reference< XPropertySetInfo > xPSI( xElement->getPropertySetInfo(), UNO_SET_THROW ); in lcl_getUniqueLabel_nothrow() local
172 if ( !xPSI->hasPropertyByName( FM_PROP_LABEL ) ) in lcl_getUniqueLabel_nothrow()
412 Reference< XPropertySetInfo > xPSI( _rxControlModel->getPropertySetInfo(), UNO_SET_THROW ); in initializeControlModel() local
431 if ( xPSI->hasPropertyByName( FM_PROP_DROPDOWN ) ) in initializeControlModel()
446 if ( xPSI->hasPropertyByName( FM_PROP_MULTILINE ) ) in initializeControlModel()
457 if ( xPSI->hasPropertyByName( sVertAlignPropertyName ) ) in initializeControlModel()
466 if ( xPSI->hasPropertyByName( sScaleModeProperty ) ) in initializeControlModel()
473 if ( xPSI->hasPropertyByName( FM_PROP_LABEL ) ) in initializeControlModel()
503 if ( xPSI->hasPropertyByName( FM_PROP_STRICTFORMAT ) ) in initializeControlModel()
509 if ( xPSI->hasPropertyByName( FM_PROP_MOUSE_WHEEL_BEHAVIOR ) ) in initializeControlModel()
514 if ( xPSI->hasPropertyByName( FM_PROP_WRITING_MODE ) ) in initializeControlModel()