Lines Matching refs:xInfo
702 uno::Reference< beans::XPropertySetInfo> xInfo = xProp->getPropertySetInfo(); in _elementInserted() local
703 if ( xInfo.is() ) in _elementInserted()
705 if ( xInfo->hasPropertyByName(PROPERTY_NAME) ) in _elementInserted()
707 else if ( xInfo->hasPropertyByName(PROPERTY_EXPRESSION) ) in _elementInserted()
788 uno::Reference< beans::XPropertySetInfo> xInfo = xProp->getPropertySetInfo(); in DBG_NAME() local
789 if ( xInfo.is() ) in DBG_NAME()
792 if ( xInfo->hasPropertyByName(PROPERTY_NAME) ) in DBG_NAME()
794 else if ( xInfo->hasPropertyByName(PROPERTY_EXPRESSION) ) in DBG_NAME()
796 if ( xInfo->hasPropertyByName(PROPERTY_DATAFIELD) ) in DBG_NAME()
798 if ( xInfo->hasPropertyByName(PROPERTY_LABEL) ) in DBG_NAME()
800 if ( xInfo->hasPropertyByName(PROPERTY_HEADERON) ) in DBG_NAME()
802 if ( xInfo->hasPropertyByName(PROPERTY_FOOTERON) ) in DBG_NAME()