Home
last modified time | relevance | path

Searched refs:hasProperty (Results 51 – 75 of 93) sorted by relevance

1234

/trunk/main/scripting/java/com/sun/star/script/framework/browse/
H A DProviderBrowseNode.java284 public boolean hasProperty(String aName) { in hasProperty() method in ProviderBrowseNode
H A DScriptBrowseNode.java328 public boolean hasProperty(String aName) { in hasProperty() method in ScriptBrowseNode
H A DParcelBrowseNode.java369 public boolean hasProperty(String aName) { in hasProperty() method in ParcelBrowseNode
/trunk/main/scripting/source/basprov/
H A Dbasmethnode.cxx343 … sal_Bool BasicMethodNodeImpl::hasProperty( const ::rtl::OUString& aName ) throw (RuntimeException) in hasProperty() function in basprov::BasicMethodNodeImpl
/trunk/main/forms/source/misc/
H A DInterfaceContainer.cxx789 if ( !hasProperty( PROPERTY_NAME, _rxObject ) ) in approveNewElement()
1161 if (!hasProperty(PROPERTY_NAME, xSet)) in replaceByName()
/trunk/main/xmlhelp/java/LuceneHelpWrapper/src/main/java/com/sun/star/help/
H A DHelpSearch.java200 public boolean hasProperty( String aName ) { in hasProperty() method in HelpSearch._HelpSearch
/trunk/main/vbahelper/source/msforms/
H A Dvbauserform.cxx245 ScVbaUserForm::hasProperty( const ::rtl::OUString& aName ) throw (uno::RuntimeException) in hasProperty() function in ScVbaUserForm
/trunk/main/xmloff/source/text/
H A Dtxtftne.cxx141 aCharStyleNamesPropInfoCache.hasProperty( in exportTextFootnote()
/trunk/main/svx/source/table/
H A Dpropertyset.hxx58 const ::com::sun::star::beans::Property* hasProperty( const ::rtl::OUString& aName );
/trunk/main/forms/source/component/
H A DRadioButton.cxx183 if (!hasProperty(PROPERTY_CLASSID, xSiblingProperties)) in SetSiblingPropsTo()
H A DEdit.cxx241 if (hasProperty(PROPERTY_CLASSID, xFCSet) && in keyPressed()
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx1429 if( pDescriptor->hasProperty( OUString( RTL_CONSTASCII_USTRINGPARAM( "Accelerate" ) ) ) ) in createSelectionSet()
1434 if( pDescriptor->hasProperty( OUString( RTL_CONSTASCII_USTRINGPARAM( "Decelerate" ) ) ) ) in createSelectionSet()
1439 if( pDescriptor->hasProperty( OUString( RTL_CONSTASCII_USTRINGPARAM( "AutoReverse" ) ) ) ) in createSelectionSet()
/trunk/main/extensions/source/propctrlr/
H A Dtaborder.cxx151 if ( _rxSet.is() && ::comphelper::hasProperty( PROPERTY_CLASSID, _rxSet ) ) in GetImage()
/trunk/main/sc/source/ui/vba/
H A Dvbaapplication.cxx195 ScVbaApplication::hasProperty( const ::rtl::OUString& Name ) throw(uno::RuntimeException) in hasProperty() function in ScVbaApplication
198 return xWSF->hasProperty( Name ); in hasProperty()
H A Dvbaapplication.hxx69 …virtual sal_Bool SAL_CALL hasProperty(const rtl::OUString& Name) throw(css::uno::RuntimeExceptio…
H A Dvbaworksheet.hxx159 …virtual ::sal_Bool SAL_CALL hasProperty( const ::rtl::OUString& aName ) throw (css::uno::RuntimeEx…
/trunk/main/pyuno/source/module/
H A Dpyuno_impl.hxx283 virtual sal_Bool SAL_CALL hasProperty( const ::rtl::OUString& aName )
/trunk/main/stoc/source/inspect/
H A Dintrospection.cxx768 virtual sal_Bool SAL_CALL hasProperty(const ::rtl::OUString& Name, sal_Int32 PropertyConcepts)
1086 return mpAccess->hasProperty( Name, PropertyConcept::ALL ); in hasPropertyByName()
1249 sal_Bool ImplIntrospectionAccess::hasProperty(const ::rtl::OUString& Name, sal_Int32 PropertyConcep… in hasProperty() function in stoc_inspect::ImplIntrospectionAccess
/trunk/main/svx/source/form/
H A DfmPropBrw.cxx462 if ( ::comphelper::hasProperty( FM_PROP_CLASSID, xSingleSelection ) ) in implSetNewSelection()
/trunk/main/sw/source/ui/vba/
H A Dvbadocument.cxx328 SwVbaDocument::hasProperty( const ::rtl::OUString& aName ) throw (uno::RuntimeException) in hasProperty() function in SwVbaDocument
/trunk/main/oox/source/vml/
H A Dvmlshape.cxx275 if( aShapeProp.hasProperty( PROP_Name ) ) in convertAndInsert()
/trunk/main/sd/source/core/
H A DCustomAnimationPreset.cxx228 bool CustomAnimationPreset::hasProperty( const OUString& rProperty )const in hasProperty() function in sd::CustomAnimationPreset
/trunk/main/stoc/test/
H A Dtestiadapter.cxx308 …virtual sal_Bool SAL_CALL hasProperty( const OUString & rName ) throw(::com::sun::star::uno::Runti…
652 sal_Bool XLB_Invocation::hasProperty( const OUString & rName ) in hasProperty() function in XLB_Invocation
/trunk/main/extensions/test/ole/OleClient/
H A DclientTest.cxx619 if (inv->hasProperty(OUSTR("prpMultiArg1"))) in doPropertyWithArgumentTest()
623 if ( ! inv->hasProperty(OUSTR("prprefLong"))) in doPropertyWithArgumentTest()
/trunk/main/udkapi/com/sun/star/beans/
H A DXIntrospectionAccess.idl171 boolean hasProperty( [in] string aName,

Completed in 141 milliseconds

1234