/aoo4110/main/dbaccess/source/ui/dlg/ |
H A D | dsselect.cxx | 204 Reference<XPropertySetInfo> xPropInfo(xProp->getPropertySetInfo()); variable 205 if(xPropInfo->hasPropertyByName(PROPERTY_DATABASENAME)) 212 if ( xPropInfo->hasPropertyByName(PROPERTY_CONTROLUSER) ) 214 if ( xPropInfo->hasPropertyByName(PROPERTY_CONTROLPASSWORD) ) 216 if ( xPropInfo->hasPropertyByName(PROPERTY_USER) ) 218 if ( xPropInfo->hasPropertyByName(PROPERTY_PASSWORD) ) 223 if ( xPropInfo->hasPropertyByName(PROPERTY_CACHESIZE) )
|
/aoo4110/main/reportdesign/source/core/sdr/ |
H A D | PropertyForward.cxx | 111 Reference<XPropertySetInfo> xPropInfo = bDest ? m_xSourceInfo : m_xDestInfo; in propertyChange() local 114 if ( xPropInfo.is() ) in propertyChange() 116 if ( xPropInfo->hasPropertyByName(evt.PropertyName) ) in propertyChange() 137 if ( sPropName.getLength() && xPropInfo->hasPropertyByName(sPropName) ) in propertyChange()
|
/aoo4110/main/xmloff/inc/xmloff/ |
H A D | PropertySetInfoHash.hxx | 47 return (size_t)nId32 ^ (size_t)r.xPropInfo.get(); in operator ()() 54 if( r1.xPropInfo != r2.xPropInfo ) in operator ()()
|
H A D | PropertySetInfoKey.hxx | 37 ::com::sun::star::beans::XPropertySetInfo > xPropInfo; 56 xPropInfo( rPropInfo ), in PropertySetInfoKey()
|
/aoo4110/main/svx/source/form/ |
H A D | dataaccessdescriptor.cxx | 150 Reference< XPropertySetInfo > xPropInfo; in buildFrom() local 152 xPropInfo = _rxValues->getPropertySetInfo(); in buildFrom() 153 if (!xPropInfo.is()) in buildFrom() 160 Sequence< Property > aProperties = xPropInfo->getProperties(); in buildFrom()
|
H A D | formcontroller.cxx | 1970 Reference< XPropertySetInfo > xPropInfo( xModelProps->getPropertySetInfo() ); in setModel() local 1971 if ( xPropInfo.is() in setModel() 1972 && xPropInfo->hasPropertyByName( FM_PROP_DYNAMIC_CONTROL_BORDER ) in setModel() 1973 && xPropInfo->hasPropertyByName( FM_PROP_CONTROL_BORDER_COLOR_FOCUS ) in setModel() 1974 && xPropInfo->hasPropertyByName( FM_PROP_CONTROL_BORDER_COLOR_MOUSE ) in setModel() 1975 && xPropInfo->hasPropertyByName( FM_PROP_CONTROL_BORDER_COLOR_INVALID ) in setModel()
|
H A D | navigatortree.cxx | 1109 Reference< XPropertySetInfo > xPropInfo( xCurrent->getPropertySetInfo()); in implExecuteDataTransfer() local 1110 Sequence< Property> seqAllCurrentProps = xPropInfo->getProperties(); in implExecuteDataTransfer()
|
/aoo4110/main/sd/source/ui/view/ |
H A D | drviewsf.cxx | 154 …uno::Reference< beans::XPropertySetInfo > xPropInfo( xPropSet->getPropertySetInfo(), uno::UNO_QUER… in GetCtrlState() local 158 …if(xPropInfo->hasPropertyByName( sButtonType ) && (xPropSet->getPropertyValue( sButtonType ) >>= e… in GetCtrlState() 164 if(xPropInfo->hasPropertyByName(sLabel)) in GetCtrlState() 172 if(xPropInfo->hasPropertyByName(sTargetURL)) in GetCtrlState() 180 if(xPropInfo->hasPropertyByName(sTargetFrame) ) in GetCtrlState()
|
H A D | drviews7.cxx | 1553 uno::Reference< beans::XPropertySetInfo > xPropInfo( xPropSet->getPropertySetInfo() ); in GetMenuState() local 1554 if( xPropInfo.is() && xPropInfo->hasPropertyByName( in GetMenuState()
|
/aoo4110/main/ucb/qa/complex/tdoc/ |
H A D | _XCommandProcessor.java | 161 XPropertySetInfo xPropInfo = (XPropertySetInfo)UnoRuntime.queryInterface( in _execute() local 163 if (xPropInfo != null) { in _execute() 164 Property[] props = xPropInfo.getProperties(); in _execute()
|
/aoo4110/main/sfx2/source/doc/ |
H A D | docinf.cxx | 250 uno::Reference<beans::XPropertySetInfo> xPropInfo = in SaveOlePropertySet() local 252 DBG_ASSERT(xPropInfo.is(), "UserDefinedProperties Info is null"); in SaveOlePropertySet() 253 uno::Sequence<beans::Property> props = xPropInfo->getProperties(); in SaveOlePropertySet()
|
/aoo4110/main/sfx2/source/bastyp/ |
H A D | frmhtmlw.cxx | 240 uno::Reference<beans::XPropertySetInfo> xPropInfo = in Out_DocInfo() local 242 DBG_ASSERT(xPropInfo.is(), "UserDefinedProperties Info is null"); in Out_DocInfo() 243 uno::Sequence<beans::Property> props = xPropInfo->getProperties(); in Out_DocInfo()
|
/aoo4110/main/stoc/source/inspect/ |
H A D | introspection.cxx | 1505 Reference<XPropertySetInfo> xPropInfo; member 1523 , xPropInfo( rxPropInfo ) in hashIntrospectionKey_Impl() 1533 return (size_t)rObj.xImplClass.get() ^ (size_t)rObj.xPropInfo.get(); in operator ()() 1539 if( rObj1.xPropInfo != rObj2.xPropInfo in operator ()() 1585 Reference<XPropertySetInfo> xPropInfo; member 1599 : xPropInfo( rxPropInfo ) in hashTypeProviderKey_Impl() 1612 if( rObj1.xPropInfo != rObj2.xPropInfo ) in operator ()()
|
/aoo4110/main/dbaccess/source/core/api/ |
H A D | RowSetCache.cxx | 116 Reference< XPropertySetInfo > xPropInfo = xProp->getPropertySetInfo(); in DBG_NAME() local 121 bBookmarkable = xPropInfo->hasPropertyByName(PROPERTY_ISBOOKMARKABLE) && in DBG_NAME() 141 if ( xPropInfo->hasPropertyByName(PROPERTY_RESULTSETTYPE) && in DBG_NAME() 154 …sal_Bool bNeedKeySet = !bBookmarkable || (xPropInfo->hasPropertyByName(PROPERTY_RESULTSETCONCURREN… in DBG_NAME()
|
/aoo4110/main/connectivity/source/commontools/ |
H A D | dbtools2.cxx | 96 Reference<XPropertySetInfo> xPropInfo = xColProp->getPropertySetInfo(); in createStandardColumnPart() local 97 …if ( xPropInfo.is() && xPropInfo->hasPropertyByName(rPropMap.getNameByIndex(PROPERTY_ID_AUTOINCREM… in createStandardColumnPart()
|
/aoo4110/main/extensions/source/bibliography/ |
H A D | general.cxx | 500 uno::Reference< beans::XPropertySetInfo > xPropInfo = xPropSet->getPropertySetInfo(); in AddXControl() local 507 if(xPropInfo->hasPropertyByName(uProp)) in AddXControl()
|
H A D | datman.cxx | 1432 Reference< XPropertySetInfo > xPropInfo = xPropSet->getPropertySetInfo(); in createGridModel() local 1433 if (xPropInfo->hasPropertyByName(uProp)) in createGridModel()
|
/aoo4110/main/fpicker/source/office/ |
H A D | iodlg.cxx | 311 Reference< XPropertySetInfo > xPropInfo = xProviderProps->getPropertySetInfo(); in lcl_getHomeDirectory() local 313 if ( !xPropInfo.is() || xPropInfo->hasPropertyByName( sHomeDirPropertyName ) ) in lcl_getHomeDirectory()
|
/aoo4110/main/toolkit/source/controls/ |
H A D | controlmodelcontainerbase.cxx | 560 Reference< beans::XPropertySetInfo > xPropInfo = xProps.get()->getPropertySetInfo(); in insertByName() local 563 …if ( xPropInfo.get()->hasPropertyByName( sImageSourceProperty ) && ImplHasProperty(BASEPROPERTY_D… in insertByName()
|
/aoo4110/main/forms/source/component/ |
H A D | FormComponent.cxx | 1439 … Reference< XPropertySetInfo > xPropInfo( m_xAggregateSet->getPropertySetInfo(), UNO_SET_THROW ); in initValueProperty() local 1440 Property aValuePropDesc = xPropInfo->getPropertyByName( m_sValuePropertyName ); in initValueProperty()
|
/aoo4110/main/xmloff/source/text/ |
H A D | txtparae.cxx | 2233 Reference<XPropertySetInfo> xPropInfo(xPropSet->getPropertySetInfo()); in exportTextRangeEnumeration() local 2235 if (xPropInfo->hasPropertyByName(sTextPortionType)) in exportTextRangeEnumeration()
|