Home
last modified time | relevance | path

Searched refs:xPropInfo (Results 1 – 21 of 21) sorted by relevance

/trunk/main/dbaccess/source/ui/dlg/
H A Ddsselect.cxx204 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) )
/trunk/main/reportdesign/source/core/sdr/
H A DPropertyForward.cxx113 Reference<XPropertySetInfo> xPropInfo = bDest ? m_xSourceInfo : m_xDestInfo; in propertyChange() local
116 if ( xPropInfo.is() ) in propertyChange()
118 if ( xPropInfo->hasPropertyByName(evt.PropertyName) ) in propertyChange()
139 if ( sPropName.getLength() && xPropInfo->hasPropertyByName(sPropName) ) in propertyChange()
/trunk/main/xmloff/inc/xmloff/
H A DPropertySetInfoHash.hxx47 return (size_t)nId32 ^ (size_t)r.xPropInfo.get(); in operator ()()
54 if( r1.xPropInfo != r2.xPropInfo ) in operator ()()
H A DPropertySetInfoKey.hxx37 ::com::sun::star::beans::XPropertySetInfo > xPropInfo;
56 xPropInfo( rPropInfo ), in PropertySetInfoKey()
/trunk/main/sd/source/ui/view/
H A Ddrviewsf.cxx154 …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 Ddrviews7.cxx1560 uno::Reference< beans::XPropertySetInfo > xPropInfo( xPropSet->getPropertySetInfo() ); in GetMenuState() local
1561 if( xPropInfo.is() && xPropInfo->hasPropertyByName( in GetMenuState()
/trunk/main/svx/source/form/
H A Ddataaccessdescriptor.cxx150 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 Dformcontroller.cxx1970 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 Dnavigatortree.cxx1109 Reference< XPropertySetInfo > xPropInfo( xCurrent->getPropertySetInfo()); in implExecuteDataTransfer() local
1110 Sequence< Property> seqAllCurrentProps = xPropInfo->getProperties(); in implExecuteDataTransfer()
/trunk/main/ucb/qa/complex/tdoc/
H A D_XCommandProcessor.java161 XPropertySetInfo xPropInfo = (XPropertySetInfo)UnoRuntime.queryInterface( in _execute() local
163 if (xPropInfo != null) { in _execute()
164 Property[] props = xPropInfo.getProperties(); in _execute()
/trunk/main/sfx2/source/doc/
H A Ddocinf.cxx250 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()
/trunk/main/sfx2/source/bastyp/
H A Dfrmhtmlw.cxx240 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()
/trunk/main/stoc/source/inspect/
H A Dintrospection.cxx1505 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 ()()
/trunk/main/dbaccess/source/core/api/
H A DRowSetCache.cxx116 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()
/trunk/main/connectivity/source/commontools/
H A Ddbtools2.cxx96 Reference<XPropertySetInfo> xPropInfo = xColProp->getPropertySetInfo(); in createStandardColumnPart() local
97 …if ( xPropInfo.is() && xPropInfo->hasPropertyByName(rPropMap.getNameByIndex(PROPERTY_ID_AUTOINCREM… in createStandardColumnPart()
/trunk/main/extensions/source/bibliography/
H A Dgeneral.cxx500 uno::Reference< beans::XPropertySetInfo > xPropInfo = xPropSet->getPropertySetInfo(); in AddXControl() local
507 if(xPropInfo->hasPropertyByName(uProp)) in AddXControl()
H A Ddatman.cxx1432 Reference< XPropertySetInfo > xPropInfo = xPropSet->getPropertySetInfo(); in createGridModel() local
1433 if (xPropInfo->hasPropertyByName(uProp)) in createGridModel()
/trunk/main/fpicker/source/office/
H A Diodlg.cxx313 Reference< XPropertySetInfo > xPropInfo = xProviderProps->getPropertySetInfo(); in lcl_getHomeDirectory() local
315 if ( !xPropInfo.is() || xPropInfo->hasPropertyByName( sHomeDirPropertyName ) ) in lcl_getHomeDirectory()
/trunk/main/toolkit/source/controls/
H A Dcontrolmodelcontainerbase.cxx560 Reference< beans::XPropertySetInfo > xPropInfo = xProps.get()->getPropertySetInfo(); in insertByName() local
563 …if ( xPropInfo.get()->hasPropertyByName( sImageSourceProperty ) && ImplHasProperty(BASEPROPERTY_D… in insertByName()
/trunk/main/forms/source/component/
H A DFormComponent.cxx1439 … Reference< XPropertySetInfo > xPropInfo( m_xAggregateSet->getPropertySetInfo(), UNO_SET_THROW ); in initValueProperty() local
1440 Property aValuePropDesc = xPropInfo->getPropertyByName( m_sValuePropertyName ); in initValueProperty()
/trunk/main/xmloff/source/text/
H A Dtxtparae.cxx2235 Reference<XPropertySetInfo> xPropInfo(xPropSet->getPropertySetInfo()); in exportTextRangeEnumeration() local
2237 if (xPropInfo->hasPropertyByName(sTextPortionType)) in exportTextRangeEnumeration()

Completed in 172 milliseconds