Home
last modified time | relevance | path

Searched refs:hasPropertyByName (Results 176 – 200 of 356) sorted by relevance

12345678910>>...15

/trunk/main/comphelper/source/property/
H A DMasterPropertySetInfo.cxx162 sal_Bool SAL_CALL MasterPropertySetInfo::hasPropertyByName( const ::rtl::OUString& rName ) in hasPropertyByName() function in MasterPropertySetInfo
/trunk/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx1421 if( !xSetInfo.is() || !xSetInfo->hasPropertyByName( msOnClick ) ) in registerShapeEvents()
1436 if( xSetInfo->hasPropertyByName( msBookmark ) ) in registerShapeEvents()
1445 if( xSetInfo->hasPropertyByName( msBookmark ) ) in registerShapeEvents()
1449 if( xSetInfo->hasPropertyByName( msVerb ) ) in registerShapeEvents()
/trunk/main/xmloff/source/text/
H A DXMLTextListBlockContext.cxx182 xNumRulePropSetInfo->hasPropertyByName( in XMLTextListBlockContext()
H A DXMLTextShapeStyleContext.cxx229 if( xPropSetInfo->hasPropertyByName( sIsAutoUpdate ) ) in CreateAndInsert()
H A Dtxtvfldi.cxx266 hasPropertyByName(sPropertyIsDisplayFormula) && in PrepareField()
1447 hasPropertyByName( sPropertyIsFixedLanguage ) ) in PrepareField()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/lib/
H A DParameters.java130 public boolean hasPropertyByName(String name) { in getPropertySetInfo() method in Parameters
/trunk/main/extensions/source/dbpilots/
H A Doptiongrouplayouter.cxx205 if (xPropertyInfo.is() && xPropertyInfo->hasPropertyByName(s_sAnchorPropertyName)) in implAnchorShape()
/trunk/main/sw/source/ui/vba/
H A Dvbadocumentproperties.cxx689 …EXTENCODING_UTF8 ).getStr(), mxUserDefinedProp->getPropertySetInfo()->hasPropertyByName( aName ) ); in hasByName()
690 return mxUserDefinedProp->getPropertySetInfo()->hasPropertyByName( aName ); in hasByName()
/trunk/main/wizards/com/sun/star/wizards/document/
H A DDatabaseControl.java95 if ( xPSI.hasPropertyByName( "MouseWheelBehavior" ) ) in createGridColumn()
/trunk/main/sfx2/inc/sfx2/sidebar/
H A DTheme.hxx211 virtual sal_Bool SAL_CALL hasPropertyByName (const ::rtl::OUString& rsName)
/trunk/main/extensions/inc/ucbhelper/
H A Dext_content.hxx166 virtual sal_Bool SAL_CALL hasPropertyByName( const OUString& Name ) throw();
/trunk/main/connectivity/source/drivers/file/
H A DFResultSetMetaData.cxx198 …(m_xColumns->get())[column-1]->getPropertySetInfo()->hasPropertyByName(OMetaConnection::getPropMap… in isReadOnly()
/trunk/main/dbaccess/source/filter/xml/
H A DxmlTable.cxx205 if ( _xProp->getPropertySetInfo()->hasPropertyByName(PROPERTY_APPLYORDER) ) in setProperties()
/trunk/main/xmloff/source/draw/
H A Dshapeimport.cxx1062 xPropSet->getPropertySetInfo()->hasPropertyByName( in finishShape()
1112 if( xPropSet.is() && xPropSet->getPropertySetInfo()->hasPropertyByName( msZOrder ) ) in moveShape()
/trunk/main/stoc/test/
H A Dtestintrosp.cxx298 virtual sal_Bool SAL_CALL hasPropertyByName( const OUString& Name )
380 sal_Bool ImplPropertySetInfo::hasPropertyByName(const OUString& Name) in hasPropertyByName() function in ImplPropertySetInfo
/trunk/main/cppuhelper/test/
H A Dtestpropshlp.cxx226 …OSL_ENSURE( a1.hasPropertyByName( getPropertyTable1()[i].Name ), "hasPropertyByName not correct" ); in test_PropertyArrayHelper()
234 …OSL_ENSURE( !a1.hasPropertyByName( OUString( RTL_CONSTASCII_USTRINGPARAM("never exist") ) ), "hasP… in test_PropertyArrayHelper()
/trunk/main/sd/source/filter/xml/
H A Dsdxmlwrp.cxx531 if( xPropSetInfo.is() && xPropSetInfo->hasPropertyByName(sPropName) ) in Import()
787 if( xModelSetInfo.is() && xModelSetInfo->hasPropertyByName(sPropName) ) in Import()
/trunk/main/xmloff/source/style/
H A DPageMasterImportContext.cxx285 if(xInfo->hasPropertyByName(rPropertyName)) in FillPropertySet()
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/cfgmgr2/
H A Dcom.sun.star.comp.configuration.ORootElementGroupInfoAccess.csv49 "ORootElementGroupInfoAccess";"com::sun::star::beans::XPropertySetInfo#optional";"hasPropertyByName
H A Dcom.sun.star.comp.configuration.ORootElementSetInfoAccess.csv49 "ORootElementSetInfoAccess";"com::sun::star::beans::XPropertySetInfo#optional";"hasPropertyByName()"
H A Dcom.sun.star.comp.configuration.OSetElementGroupInfoAccess.csv49 "OSetElementGroupInfoAccess";"com::sun::star::beans::XPropertySetInfo#optional";"hasPropertyByName(…
H A Dcom.sun.star.comp.configuration.OInnerGroupInfoAccess.csv49 "OInnerGroupInfoAccess";"com::sun::star::beans::XPropertySetInfo#optional";"hasPropertyByName()"
/trunk/main/qadevOOo/testdocs/qadevlibs/source/com/sun/star/cmp/
H A DMyPersistObject.java74 public boolean hasPropertyByName(String name) { in hasPropertyByName() method in MyPersistObject.MyPropertySetInfo
/trunk/main/dbaccess/source/ui/misc/
H A DRowSetDrop.cxx137 if ( xProp.is() && xProp->getPropertySetInfo()->hasPropertyByName(PROPERTY_ISROWCOUNTFINAL) ) in Read()
/trunk/main/writerfilter/source/resourcemodel/
H A Dutil.cxx127 if (xPropSetInfo->hasPropertyByName(sPropName)) in propertysetToString()

Completed in 124 milliseconds

12345678910>>...15