Lines Matching refs:hasPropertyByName
172 if ( !xPSI->hasPropertyByName( FM_PROP_LABEL ) ) in lcl_getUniqueLabel_nothrow()
384 …if ( xSourcePropInfo->hasPropertyByName( sPropertyName ) && xDestPropInfo->hasPropertyByName( sPro… in lcl_initializeCharacterAttributes()
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()
534 if ( !xInfo.is() || !xInfo->hasPropertyByName( FM_PROP_LINEENDFORMAT ) ) in initializeTextFieldLineEnds()
577 if ( xModelPSI->hasPropertyByName( FM_PROP_DECIMAL_ACCURACY ) ) in initializeFieldDependentProperties()
580 if ( xFieldPSI->hasPropertyByName( FM_PROP_FORMATKEY ) ) in initializeFieldDependentProperties()
602 if ( xModelPSI->hasPropertyByName( FM_PROP_VALUEMIN ) in initializeFieldDependentProperties()
603 && xModelPSI->hasPropertyByName( FM_PROP_VALUEMAX ) in initializeFieldDependentProperties()