Home
last modified time | relevance | path

Searched refs:hasProperty (Results 26 – 50 of 93) sorted by relevance

1234

/trunk/main/svx/source/form/
H A Dfmundo.cxx611 if (!::comphelper::hasProperty(FM_PROP_CONTROLSOURCE, xSet)) in propertyChange()
654 if (::comphelper::hasProperty(FM_PROP_CONTROLSOURCEPROPERTY, xSet)) in propertyChange()
1299 …DBG_ASSERT( ::comphelper::hasProperty(FM_PROP_NAME, xCurrentAsSet ), "FmUndoModelReplaceAction::Un… in Undo()
/trunk/main/forms/source/component/
H A DFormattedField.cxx292 if (hasProperty(PROPERTY_CLASSID, xFCSet) && in keyPressed()
852 if (hasProperty(s_aLocaleProp, xFormat)) in write()
864 if (hasProperty(s_aFormatStringProp, xFormat)) in write()
/trunk/main/basic/source/classes/
H A Dsbxmod.cxx143 … virtual ::sal_Bool SAL_CALL hasProperty( const ::rtl::OUString& aName ) throw (RuntimeException);
353 if ( m_xAggInv.is() && m_xAggInv->hasProperty( aPropertyName ) ) in setValue()
365 if ( m_xAggInv.is() && m_xAggInv->hasProperty( aPropertyName ) ) in getValue()
389 DocObjectWrapper::hasProperty( const ::rtl::OUString& aName ) throw (RuntimeException) in hasProperty() function in DocObjectWrapper
392 if ( m_xAggInv.is() && m_xAggInv->hasProperty( aName ) ) in hasProperty()
H A Dsbunoobj.cxx2761 if( mxUnoAccess->hasProperty( aUName, PropertyConcept::ALL - PropertyConcept::DANGEROUS ) ) in Find()
2840 if( mxInvocation->hasProperty( aUName ) ) in Find()
4065 virtual sal_Bool SAL_CALL hasProperty(const ::rtl::OUString& Name) throw( RuntimeException );
4194 sal_Bool SAL_CALL InvocationToAllListenerMapper::hasProperty(const ::rtl::OUString& Name) in hasProperty() function in InvocationToAllListenerMapper
4437 virtual sal_Bool SAL_CALL hasProperty( const ::rtl::OUString& rProp ) throw();
4537 sal_Bool SAL_CALL ModuleInvocationProxy::hasProperty( const ::rtl::OUString& ) throw() in hasProperty() function in ModuleInvocationProxy
/trunk/main/scripting/java/com/sun/star/script/framework/provider/
H A DScriptProvider.java475 public boolean hasProperty(String aName) { in hasProperty() method in ScriptProvider
476 return m_xInvocationProxy.hasProperty(aName); in hasProperty()
/trunk/main/xmloff/source/style/
H A DSinglePropertySetInfoCache.cxx38 sal_Bool SinglePropertySetInfoCache::hasProperty( in hasProperty() function in SinglePropertySetInfoCache
/trunk/main/eventattacher/source/
H A Deventattacher.cxx78 virtual sal_Bool SAL_CALL hasProperty(const OUString& Name) throw( RuntimeException );
200 sal_Bool SAL_CALL InvocationToAllListenerMapper::hasProperty(const OUString& Name) in hasProperty() function in comp_EventAttacher::InvocationToAllListenerMapper
/trunk/main/oox/inc/oox/helper/
H A Dpropertymap.hxx63 inline bool hasProperty( sal_Int32 nPropId ) const in hasProperty() function in oox::PropertyMap
H A Dpropertyset.hxx83 bool hasProperty( sal_Int32 nPropId ) const;
/trunk/main/sc/source/ui/vba/
H A Dvbawsfunction.hxx46 …virtual sal_Bool SAL_CALL hasProperty(const rtl::OUString& Name) throw(css::uno::RuntimeExceptio…
H A Dvbawsfunction.cxx224 ScVbaWSFunction::hasProperty(const rtl::OUString& /*Name*/) throw(uno::RuntimeException) in hasProperty() function in ScVbaWSFunction
/trunk/main/pyuno/source/module/
H A Dpyuno.cxx523 if (me->members->xInvocation->hasProperty ( attrName)) in PyUNO_getattr()
586 if (me->members->xInvocation->hasProperty (attrName)) in PyUNO_setattr()
/trunk/main/vbahelper/source/msforms/
H A Dvbasystemaxcontrol.hxx47 …virtual ::sal_Bool SAL_CALL hasProperty( const ::rtl::OUString& aName ) throw ( ::com::sun::star::…
H A Dvbauserform.hxx64 …virtual ::sal_Bool SAL_CALL hasProperty( const ::rtl::OUString& aName ) throw (css::uno::RuntimeEx…
/trunk/main/oox/source/helper/
H A Dpropertyset.cxx56 bool PropertySet::hasProperty( sal_Int32 nPropId ) const in hasProperty() function in oox::PropertySet
/trunk/main/svx/source/fmcomp/
H A Dgridcell.cxx1323 …DBG_ASSERT(::comphelper::hasProperty(FM_PROP_FORMATSSUPPLIER, xUnoModel), "DbFormattedField::Init … in Init()
1401 if (::comphelper::hasProperty(FM_PROP_EFFECTIVE_MIN, xUnoModel)) in Init()
1419 if (::comphelper::hasProperty(FM_PROP_EFFECTIVE_MAX, xUnoModel)) in Init()
2235 sal_Bool bDropDown = !hasProperty( FM_PROP_DROPDOWN, _rxModel ) in createField()
2879 …m_bFilterList = ::comphelper::hasProperty(FM_PROP_FILTERPROPOSAL, xModel) && ::comphelper::getBOOL… in Init()
3098 …if (xComposerFieldAsSet.is() && ::comphelper::hasProperty(FM_PROP_TABLENAME, xComposerFieldAsSet) … in Update()
3099 ::comphelper::hasProperty(FM_PROP_FIELDSOURCE, xComposerFieldAsSet)) in Update()
/trunk/main/xmlhelp/java/LuceneHelpWrapper/src/main/java/com/sun/star/help/
H A DHelpIndexer.java137 public boolean hasProperty( String aName ) { in hasProperty() method in HelpIndexer
/trunk/main/sd/inc/
H A DCustomAnimationPreset.hxx66 bool hasProperty( const rtl::OUString& rProperty ) const;
/trunk/main/extensions/source/propctrlr/
H A Dpushbuttonnavigation.cxx97 m_bIsPushButton = ::comphelper::hasProperty( PROPERTY_BUTTONTYPE, m_xControlModel ); in PushButtonNavigation()
/trunk/main/scripting/source/basprov/
H A Dbasmethnode.hxx120 virtual sal_Bool SAL_CALL hasProperty( const ::rtl::OUString& aName )
/trunk/main/xmloff/source/text/
H A Dtxtsecte.cxx131 if( rPropSetHelper.hasProperty( nTextSectionId )) in exportListAndSectionChange()
/trunk/main/extensions/source/ole/
H A Doleobjw.hxx113 virtual sal_Bool SAL_CALL hasProperty( const OUString& aName )
/trunk/main/comphelper/inc/comphelper/
H A Dproperty.hxx127 COMPHELPER_DLLPUBLIC sal_Bool hasProperty(const rtl::OUString& _rName, const staruno::Reference<sta…
/trunk/main/sw/source/ui/vba/
H A Dvbadocument.hxx70 …virtual ::sal_Bool SAL_CALL hasProperty( const ::rtl::OUString& aName ) throw (css::uno::RuntimeEx…
/trunk/main/comphelper/source/property/
H A Dproperty.cxx142 sal_Bool hasProperty(const rtl::OUString& _rName, const Reference<XPropertySet>& _rxSet) in hasProperty() function

Completed in 149 milliseconds

1234