Searched refs:aPropDesc (Results 1 – 3 of 3) sorted by relevance
/trunk/main/fpicker/source/office/ |
H A D | OfficeControlAccess.cxx | 242 …ControlPropertyIterator aPropDesc = ::std::find_if( s_pProperties, s_pPropertiesEnd, ControlProper… in getControlProperty() local 243 if ( aPropDesc == s_pPropertiesEnd ) in getControlProperty() 247 if ( 0 == ( nPropertyMask & aPropDesc->nPropertyId ) ) in getControlProperty() 251 return implGetControlProperty( pControl, aPropDesc->nPropertyId ); in getControlProperty() 289 …ControlPropertyIterator aPropDesc = ::std::find_if( s_pProperties, s_pPropertiesEnd, ControlProper… in setControlProperty() local 290 if ( aPropDesc == s_pPropertiesEnd ) in setControlProperty() 294 implSetControlProperty( nControlId, pControl, aPropDesc->nPropertyId, _rValue, sal_False ); in setControlProperty() 350 …ControlPropertyIterator aPropDesc = ::std::find_if( s_pProperties, s_pPropertiesEnd, ControlProper… in isControlPropertySupported() local 351 if ( aPropDesc == s_pPropertiesEnd ) in isControlPropertySupported() 355 return 0 != ( aPropDesc->nPropertyId & nPropertyMask ); in isControlPropertySupported()
|
/trunk/main/xmloff/source/forms/ |
H A D | propertyexport.cxx | 149 com::sun::star::beans::Property aPropDesc; in exportRemainingProperties() local 150 aPropDesc = m_xPropertyInfo->getPropertyByName( *aProperty ); in exportRemainingProperties() 151 aExportType = aPropDesc.Type; in exportRemainingProperties()
|
/trunk/main/svx/source/fmcomp/ |
H A D | fmgridif.cxx | 1694 Property aPropDesc; in addColumnListeners() local 1701 aPropDesc = xInfo->getPropertyByName( *pProps ); in addColumnListeners() 1702 if ( 0 != ( aPropDesc.Attributes & PropertyAttribute::BOUND ) ) in addColumnListeners()
|
Completed in 65 milliseconds