Home
last modified time | relevance | path

Searched refs:hasPropertyByName (Results 226 – 250 of 353) sorted by relevance

12345678910>>...15

/aoo41x/main/ucb/source/core/
H A Ducbprops.cxx439 sal_Bool SAL_CALL UcbPropertiesManager::hasPropertyByName( const OUString& Name ) in hasPropertyByName() function in UcbPropertiesManager
H A Ducbstore.cxx168 virtual sal_Bool SAL_CALL hasPropertyByName( const OUString& Name )
2748 sal_Bool SAL_CALL PropertySetInfo_Impl::hasPropertyByName( in hasPropertyByName() function in PropertySetInfo_Impl
/aoo41x/main/qadevOOo/runner/lib/
H A DMultiPropertyTest.java155 final boolean bHasProperty = info.hasPropertyByName(propName); in testProperty()
/aoo41x/main/connectivity/source/commontools/
H A Ddbtools.cxx1427 && xInfo->hasPropertyByName(rPropMap.getNameByIndex(PROPERTY_ID_NAME)) ) in lcl_getTableNameComponents()
1433 if ( xInfo->hasPropertyByName(rPropMap.getNameByIndex(PROPERTY_ID_CATALOGNAME)) in lcl_getTableNameComponents()
1434 && xInfo->hasPropertyByName(rPropMap.getNameByIndex(PROPERTY_ID_SCHEMANAME)) ) in lcl_getTableNameComponents()
H A Dpredicateinput.cxx203 if ( xPSI.is() && xPSI->hasPropertyByName( ::rtl::OUString::createFromAscii( "FormatKey" ) ) ) in implPredicateTree()
/aoo41x/main/toolkit/source/controls/
H A Dunocontrolbase.cxx62 return xInfo->hasPropertyByName( aPropertyName ); in ImplHasProperty()
H A Dstdtabcontroller.cxx123 if( xInfo->hasPropertyByName( aTabStopName ) ) in ImplCreateComponentSequence()
H A Dtabpagecontainer.cxx114 …bool const isGeometryControlModel = xPSI.is() && xPSI->hasPropertyByName( ::rtl::OUString( RTL_CON… in lcl_createTabPageModel()
/aoo41x/main/svx/source/form/
H A Dtabwin.cxx122 if ( xColumn->getPropertySetInfo()->hasPropertyByName(FM_PROP_LABEL) ) in lcl_addToList()
/aoo41x/main/extensions/source/propctrlr/
H A Dtaborder.cxx210 if ( xPI->hasPropertyByName( PROPERTY_TABSTOP ) ) in FillList()
H A Dpropertycomposer.cxx504 …sal_Bool SAL_CALL PropertyComposer::hasPropertyByName( const ::rtl::OUString& _rName ) throw (Runt… in hasPropertyByName() function in pcr::PropertyComposer
H A Dpropertyhandler.cxx373 … return m_xComponentPropertyInfo.is() && m_xComponentPropertyInfo->hasPropertyByName( _rPropName ); in impl_componentHasProperty_throw()
/aoo41x/main/chart2/source/tools/
H A DStatisticsHelper.cxx166 if( xInfo.is() && xInfo->hasPropertyByName( aXMLRangePropName )) in lcl_setXMLRangePropertyAtDataSequence()
/aoo41x/main/comphelper/inc/comphelper/
H A Dotransactedfilestream.hxx115 …virtual ::sal_Bool SAL_CALL hasPropertyByName( const ::rtl::OUString& Name ) throw (::com::sun::st…
H A Dpropagg.hxx139 virtual sal_Bool SAL_CALL hasPropertyByName(const ::rtl::OUString& _rPropertyName) ;
/aoo41x/main/ucbhelper/source/provider/
H A Dresultset.cxx120 virtual sal_Bool SAL_CALL hasPropertyByName( const rtl::OUString& Name )
1664 sal_Bool SAL_CALL PropertySetInfo::hasPropertyByName( in hasPropertyByName() function in ucbhelper_impl::PropertySetInfo
/aoo41x/main/dbaccess/source/core/api/
H A DKeySet.cxx1679 …OSL_ENSURE(xQueryColumnProp->getPropertySetInfo()->hasPropertyByName(PROPERTY_REALNAME),"Property … in getColumnPositions()
1680 …OSL_ENSURE(xQueryColumnProp->getPropertySetInfo()->hasPropertyByName(PROPERTY_TABLENAME),"Property… in getColumnPositions()
1693 … if ( xQueryColumnProp->getPropertySetInfo()->hasPropertyByName(PROPERTY_DEFAULTVALUE) ) in getColumnPositions()
/aoo41x/main/basctl/source/accessibility/
H A Daccessibledialogcontrolshape.cxx213 if ( xInfo.is() && xInfo->hasPropertyByName( sPropertyName ) ) in GetModelStringProperty()
/aoo41x/main/framework/source/fwi/classes/
H A Dpropertysethelper.cxx431 sal_Bool SAL_CALL PropertySetHelper::hasPropertyByName(const ::rtl::OUString& sName) in hasPropertyByName() function in framework::PropertySetHelper
/aoo41x/main/sc/source/filter/xml/
H A DXMLTableShapeResizer.cxx367 if (xShapeProps.is() && xShapeInfo.is() && xShapeInfo->hasPropertyByName(sPersistName) && in ResizeShapes()
/aoo41x/main/extensions/source/dbpilots/
H A Dgridwizard.cxx217 if ( xColumnPSI->hasPropertyByName( s_sMouseWheelBehavior ) ) in implApplySettings()
/aoo41x/main/oox/source/ppt/
H A Dpresentationfragmenthandler.cxx96 if ( xPropSetInfo->hasPropertyByName( sURL ) ) in ResolveTextFields()
/aoo41x/main/ucb/source/cacher/
H A Dcachedcontentresultset.cxx438 hasPropertyByName( const rtl::OUString& Name )
569 ::hasPropertyByName( const rtl::OUString& Name ) in hasPropertyByName() function in CCRS_PropertySetInfo
/aoo41x/main/reportdesign/source/ui/misc/
H A DUITools.cxx275 if ( xInfo->hasPropertyByName(aIt->sName) ) in lcl_fillShapeToItems()
298 … if ( SFX_ITEM_SET == _rItemSet.GetItemState(aIt->nWID) && xInfo->hasPropertyByName(aIt->sName) ) in lcl_fillItemsToShape()
/aoo41x/main/forms/source/component/
H A DDatabaseForm.cxx391 if ( xDestPSI->hasPropertyByName( pSourceProperty->Name ) ) in ODatabaseForm()
2035 if ( xPSI.is() && xPSI->hasPropertyByName( PROPERTY_CONTROLDEFAULT ) ) in reset_impl()
2040 if ( xPSI->hasPropertyByName( PROPERTY_ISREADONLY ) ) in reset_impl()
2710 …>getPropertySetInfo().is() && _rxParentProps->getPropertySetInfo()->hasPropertyByName( PROPERTY_DA… in canShareConnection()

Completed in 192 milliseconds

12345678910>>...15