Home
last modified time | relevance | path

Searched refs:hasPropertyByName (Results 151 – 175 of 356) sorted by relevance

12345678910>>...15

/aoo42x/main/xmloff/source/text/
H A DXMLSectionSourceDDEImportContext.cxx143 hasPropertyByName(sDdeCommandFile)) in StartElement()
H A Dtxtsecte.cxx103 if (xPropSet->getPropertySetInfo()->hasPropertyByName(sTextSection)) in exportListAndSectionChange()
/aoo42x/main/dbaccess/source/core/misc/
H A DPropertyForward.cxx120 if ( m_xDestInfo->hasPropertyByName( evt.PropertyName ) ) in propertyChange()
/aoo42x/main/qadevOOo/tests/java/ifc/drawing/
H A D_FillProperties.java170 if (!info.hasPropertyByName(propName)) { in _FillBitmap()
/aoo42x/main/oox/source/helper/
H A Dpropertyset.cxx61 return mxPropSetInfo->hasPropertyByName( rPropName ); in hasProperty()
/aoo42x/main/toolkit/source/controls/
H A Dunocontrolcontainer.cxx355 if ( xInfo->hasPropertyByName( aPropName ) ) in implUpdateVisibility()
789 if ( xInfo->hasPropertyByName( aPropName ) ) in createPeer()
/aoo42x/main/svx/source/fmcomp/
H A Dgridcell.cxx113 if ( xPSI.is() && xPSI->hasPropertyByName( FM_PROP_LINEENDFORMAT ) ) in getModelLineEndSetting()
582 if ( xPSI->hasPropertyByName( FM_PROP_BOUNDFIELD ) ) in TYPEINIT1()
611 … DBG_ASSERT( !_bWarnIfNotExistent || ( xPSI.is() && xPSI->hasPropertyByName( _rPropertyName ) ), in implDoPropertyListening()
615 if ( xPSI.is() && xPSI->hasPropertyByName( _rPropertyName ) ) in implDoPropertyListening()
883 if ( xModelPSI->hasPropertyByName( FM_PROP_READONLY ) ) in Init()
888 if ( xModelPSI->hasPropertyByName( FM_PROP_ENABLED ) ) in Init()
893 if ( xModelPSI->hasPropertyByName( FM_PROP_MOUSE_WHEEL_BEHAVIOR ) ) in Init()
/aoo42x/main/comphelper/source/property/
H A DChainablePropertySetInfo.cxx134 sal_Bool SAL_CALL ChainablePropertySetInfo::hasPropertyByName( const ::rtl::OUString& rName ) in hasPropertyByName() function in ChainablePropertySetInfo
H A Dpropertybag.cxx102 … if ( _container.hasPropertyByName( _name ) || _container.hasPropertyByHandle( _handle ) ) in lcl_checkNameAndHandle()
H A DMasterPropertySetInfo.cxx162 sal_Bool SAL_CALL MasterPropertySetInfo::hasPropertyByName( const ::rtl::OUString& rName ) in hasPropertyByName() function in MasterPropertySetInfo
/aoo42x/main/forms/source/inc/
H A Dpropertybaghelper.hxx148 return m_aDynamicProperties.hasPropertyByName( _rName ); in hasDynamicPropertyByName()
/aoo42x/main/xmloff/source/style/
H A DMultiPropertySetHelper.cxx119 rInfo->hasPropertyByName( pPropertyNames[i] ); in hasProperties()
/aoo42x/main/xmloff/source/xforms/
H A Dxformsimport.cxx188 if ( !xModelPSI->hasPropertyByName( pSetting->Name ) ) in applyXFormsSettings()
/aoo42x/main/sw/source/ui/wrtsh/
H A Dwrtsh3.cxx219 if(xInfo->hasPropertyByName( C2U("ButtonType") )) in GetURLFromButton()
/aoo42x/main/dbaccess/source/core/api/
H A Dcolumnsettings.cxx165 if ( xPSI->hasPropertyByName( aProps[i].sName ) ) in hasDefaultSettings()
/aoo42x/main/wizards/com/sun/star/wizards/table/
H A DFieldDescription.java114 if (xPropertySet.getPropertySetInfo().hasPropertyByName(_propertyname)) in propertyexists()
/aoo42x/main/udkapi/com/sun/star/beans/
H A DXPropertySetInfo.idl90 boolean hasPropertyByName( [in] string Name );
/aoo42x/main/toolkit/source/helper/
H A Dunopropertyarrayhelper.cxx123 sal_Bool UnoPropertyArrayHelper::hasPropertyByName(const ::rtl::OUString& rPropertyName) in hasPropertyByName() function in UnoPropertyArrayHelper
/aoo42x/main/framework/inc/classes/
H A Dpropertysethelper.hxx240 virtual sal_Bool SAL_CALL hasPropertyByName(const ::rtl::OUString& sName)
/aoo42x/main/svx/source/form/
H A Dfmtextcontrolshell.cxx495 … if ( !xModelPropInfo.is() || !xModelPropInfo->hasPropertyByName( FM_PROP_READONLY ) ) in lcl_determineReadOnly()
545 if ( xPSI.is() && xPSI->hasPropertyByName( sRichTextPropertyName ) ) in lcl_isRichText()
/aoo42x/main/sw/source/filter/xml/
H A Dswxml.cxx664 if( xPropSetInfo.is() && xPropSetInfo->hasPropertyByName(sPropName) ) in Read()
1042 if( xModelSetInfo.is() && xModelSetInfo->hasPropertyByName(sName) ) in Read()
/aoo42x/main/svx/source/table/
H A Dpropertyset.cxx120 sal_Bool SAL_CALL FastPropertySetInfo::hasPropertyByName( const OUString& aName ) throw (RuntimeExc… in hasPropertyByName() function in comphelper::FastPropertySetInfo
/aoo42x/main/ucbhelper/inc/ucbhelper/
H A Dcontentinfo.hxx95 hasPropertyByName( const rtl::OUString& Name )
/aoo42x/main/forms/qa/integration/forms/
H A DSingleControlValidation.java113 if ( controls[ i ].getPropertySetInfo().hasPropertyByName( "Border" ) ) in createControls()
/aoo42x/main/odk/examples/DevelopersGuide/Drawing/
H A DStyleDemo.java120 if ( xStylePropSetInfo.hasPropertyByName( "CharColor" ) ) in main()

Completed in 139 milliseconds

12345678910>>...15