Home
last modified time | relevance | path

Searched refs:Property (Results 126 – 150 of 821) sorted by relevance

12345678910>>...33

/trunk/main/comphelper/source/property/
H A DMasterPropertySetInfo.cxx41 using ::com::sun::star::beans::Property;
116 Sequence< ::Property > SAL_CALL MasterPropertySetInfo::getProperties() in getProperties()
123 Property* pProperties = maProperties.getArray(); in getProperties()
142 Property SAL_CALL MasterPropertySetInfo::getPropertyByName( const ::rtl::OUString& rName ) in getPropertyByName()
151 Property aProperty; in getPropertyByName()
/trunk/main/UnoControls/source/controls/
H A Dframecontrol.cxx584 const Sequence< Property > FrameControl::impl_getStaticPropertyDescriptor() in impl_getStaticPropertyDescriptor()
587 static const Property pPropertys[PROPERTY_COUNT] = in impl_getStaticPropertyDescriptor()
589Property( OUString::createFromAscii( PROPERTYNAME_COMPONENTURL ), PROPERTYHANDLE_COMPONENTURL , … in impl_getStaticPropertyDescriptor()
590Property( OUString::createFromAscii( PROPERTYNAME_FRAME ), PROPERTYHANDLE_FRAME , ::getCppuT… in impl_getStaticPropertyDescriptor()
591Property( OUString::createFromAscii( PROPERTYNAME_LOADERARGUMENTS ), PROPERTYHANDLE_LOADERARGUMENT… in impl_getStaticPropertyDescriptor()
594 static const Sequence< Property > seqPropertys( pPropertys, PROPERTY_COUNT ); in impl_getStaticPropertyDescriptor()
/trunk/main/sfx2/source/doc/
H A Dobjuno.cxx184 uno::Sequence< beans::Property > lProps = xSetInfo->getProperties(); in Copy()
185 const beans::Property* pProps = lProps.getConstArray(); in Copy()
255 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property > SAL_CALL MixedPropertySetInfo:… in getProperties()
258 ::comphelper::SequenceAsVector< ::com::sun::star::beans::Property > lProps; in getProperties()
266 ::com::sun::star::beans::Property aProp; in getProperties()
286 uno::Sequence<beans::Property> udProps = in getProperties()
302 ::com::sun::star::beans::Property SAL_CALL MixedPropertySetInfo::getPropertyByName( in getPropertyByName()
307 ::com::sun::star::beans::Property aProp; in getPropertyByName()
620 …::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property > aProps = xInfo->getProperties… in getPropertyValues()
622 const ::com::sun::star::beans::Property* pProps = aProps.getConstArray(); in getPropertyValues()
[all …]
/trunk/main/ucb/source/ucp/webdav/
H A DPropertyMap.hxx36 bool operator()( const ::com::sun::star::beans::Property & p1, in operator ()()
37 const ::com::sun::star::beans::Property & p2 ) const in operator ()()
45 size_t operator()( const ::com::sun::star::beans::Property & p ) const in operator ()()
53 ::com::sun::star::beans::Property,
H A Dwebdavcontent.cxx531 uno::Sequence< beans::Property > Properties; in execute()
893 const beans::Property aProperty = aCmdArg.Property; in addProperty()
1032 beans::Property aProp in removeProperty()
1140 beans::Property aProperty; in addProperty()
1182 beans::Property aProp; in queryCreatableContentsInfo()
1186 uno::Sequence< beans::Property > aDocProps( 1 ); in queryCreatableContentsInfo()
1196 uno::Sequence< beans::Property > aFolderProps( 1 ); in queryCreatableContentsInfo()
1317 const beans::Property& rProp = pProps[ n ]; in getPropertyValues()
1359 beans::Property aProp; in getPropertyValues()
1780 beans::Property aTmpProp; in setPropertyValues()
[all …]
/trunk/main/forms/source/richtext/
H A Drichtextmodel.cxx277 … void lcl_removeProperty( Sequence< Property >& _rSeq, const ::rtl::OUString& _rPropertyName ) in lcl_removeProperty()
279 Property* pLoop = _rSeq.getArray(); in lcl_removeProperty()
280 Property* pEnd = _rSeq.getArray() + _rSeq.getLength(); in lcl_removeProperty()
294 void ORichTextModel::describeFixedProperties( Sequence< Property >& _rProps ) const in describeFixedProperties()
301 Sequence< Property > aContainedProperties; in describeFixedProperties()
305 Sequence< Property > aFontProperties; in describeFixedProperties()
312 void ORichTextModel::describeAggregateProperties( Sequence< Property >& _rAggregateProps ) const in describeAggregateProperties()
/trunk/main/odk/examples/java/Inspector/
H A DSwingTreeControlProvider.java24 import com.sun.star.beans.Property;
366 public XUnoPropertyNode addUnoPropertyNodeWithName(Property _aProperty){ in addUnoPropertyNodeWithName()
373 public XUnoPropertyNode addUnoPropertyNodeWithHandle(Property _aProperty){ in addUnoPropertyNodeWithHandle()
380 public XUnoPropertyNode addUnoPropertyNodeWithType(Property _aProperty){ in addUnoPropertyNodeWithType()
387 public XUnoPropertyNode addUnoPropertyNodeWithAttributesDescription(Property _aProperty){ in addUnoPropertyNodeWithAttributesDescription()
396 public XUnoPropertyNode addUnoPropertyNode(Object _oUnoObject, Property _aProperty){ in addUnoPropertyNode()
404 …public XUnoPropertyNode addUnoPropertyNode(Object _oUnoObject, Property _aProperty, Object _oUnoRe… in addUnoPropertyNode()
H A DSwingUnoPropertyNode.java23 import com.sun.star.beans.Property;
31 public SwingUnoPropertyNode(Property _aProperty, Object _oUnoObject, Object _oUnoReturnObject) { in SwingUnoPropertyNode()
39 public SwingUnoPropertyNode(Property _aProperty){ in SwingUnoPropertyNode()
81 public Property getProperty(){ in getProperty()
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dpropshlp.hxx84 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property > SAL_CALL getPropertie…
90 virtual ::com::sun::star::beans::Property SAL_CALL getPropertyByName(
129 ::com::sun::star::beans::Property *pProps,
141 const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property > & aProps,
166 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property > SAL_CALL getPropertie…
172 virtual ::com::sun::star::beans::Property SAL_CALL getPropertyByName(
203 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property > aInfos;
/trunk/main/extensions/source/propctrlr/
H A Dstlops.hxx37 :public ::std::binary_function < ::com::sun::star::beans::Property,
38 ::com::sun::star::beans::Property,
42 …bool operator() (::com::sun::star::beans::Property _rLhs, ::com::sun::star::beans::Property _rRhs)… in operator ()()
/trunk/main/scp2/source/winexplorerext/
H A Dregistryitem_winexplorerext.scp178 // Begin registry entries for the Property handler
186 Value = "%PRODUCTNAME Property Handler";
187 Val64 = "%PRODUCTNAME Property Handler";
218 Value = "%PRODUCTNAME Property Handler";
219 Val64 = "%PRODUCTNAME Property Handler";
222 // End registry entries for the Property handler
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/beans/
H A D_XPropertySetInfo.java28 import com.sun.star.beans.Property;
46 public Property IsThere = null;
54 Property[] properties = oObj.getProperties(); in _getProperties()
77 Property prop = oObj.getPropertyByName(IsThere.Name); in _getPropertyByName()
/trunk/main/forms/source/component/
H A DColumns.cxx320 void OGridColumn::clearAggregateProperties( Sequence< Property >& _rProps, sal_Bool bAllowDropDown ) in clearAggregateProperties()
364 Sequence< Property > aNewProps( _rProps.getLength() ); in clearAggregateProperties()
365 Property* pNewProps = aNewProps.getArray(); in clearAggregateProperties()
367 const Property* pProps = _rProps.getConstArray(); in clearAggregateProperties()
368 const Property* pPropsEnd = pProps + _rProps.getLength(); in clearAggregateProperties()
380 void OGridColumn::setOwnProperties(Sequence<Property>& aDescriptor) in setOwnProperties()
383 Property* pProperties = aDescriptor.getArray(); in setOwnProperties()
/trunk/main/ucb/source/core/
H A Ducbprops.hxx51 com::sun::star::uno::Sequence< com::sun::star::beans::Property >*
57 com::sun::star::beans::Property& rProp );
76 com::sun::star::beans::Property > SAL_CALL
79 virtual com::sun::star::beans::Property SAL_CALL
/trunk/main/autodoc/inc/ary/idl/
H A Di_property.hxx45 class Property : public CodeEntity class
90 Property(
96 ~Property();
129 Property::Type() const in Type()
/trunk/main/extensions/qa/integration/extensions/
H A DMethodHandler.java159 public com.sun.star.beans.Property[] getSupportedProperties() in getSupportedProperties()
161 Property[] properties = new Property[] { }; in getSupportedProperties()
164 properties = new Property[ m_methods.length ]; in getSupportedProperties()
167 … properties[i] = new Property( m_methods[i].getName(), 0, new Type( String.class ), (short)0 ); in getSupportedProperties()
/trunk/main/chart2/source/model/template/
H A DAreaChartTypeTemplate.cxx41 using ::com::sun::star::beans::Property;
59 ::std::vector< Property > & rOutProperties ) in lcl_AddPropertiesToVector()
62 Property( C2U( "Dimension" ), in lcl_AddPropertiesToVector()
97 uno::Sequence< Property > lcl_GetPropertySequence() in lcl_GetPropertySequence()
99 ::std::vector< ::com::sun::star::beans::Property > aProperties; in lcl_GetPropertySequence()
/trunk/main/framework/source/fwi/classes/
H A Dpropertysethelper.cxx81 void SAL_CALL PropertySetHelper::impl_addPropertyInfo(const css::beans::Property& aProperty) in impl_addPropertyInfo()
226 css::beans::Property aPropInfo = pIt->second; in setPropertyValue()
287 css::beans::Property aPropInfo = pIt->second; in getPropertyValue()
389 css::uno::Sequence< css::beans::Property > SAL_CALL PropertySetHelper::getProperties() in getProperties()
398 css::uno::Sequence< css::beans::Property > lProps(c); in getProperties()
413 css::beans::Property SAL_CALL PropertySetHelper::getPropertyByName(const ::rtl::OUString& sName) in getPropertyByName()
/trunk/main/ucb/source/ucp/file/
H A Dfilprp.hxx44 …mpl( shell* pMyShell,const com::sun::star::uno::Sequence< com::sun::star::beans::Property >& seq );
69 virtual com::sun::star::uno::Sequence< com::sun::star::beans::Property > SAL_CALL
74 virtual com::sun::star::beans::Property SAL_CALL
88 com::sun::star::uno::Sequence< com::sun::star::beans::Property > m_seq;
H A Dfilprp.cxx56 m_seq[ m_count++ ] = beans::Property( it1->getPropertyName(), in XPropertySetInfo_impl()
65 XPropertySetInfo_impl::XPropertySetInfo_impl( shell* pMyShell,const Sequence< beans::Property >& se… in XPropertySetInfo_impl()
116 beans::Property SAL_CALL
130 Sequence< beans::Property > SAL_CALL
/trunk/main/forms/source/xforms/
H A Dunohelper.cxx48 using com::sun::star::beans::Property;
73 Sequence<Property> aProperties = in copy()
76 const Property* pProperties = aProperties.getConstArray(); in copy()
88 Property aProperty = xFromInfo->getPropertyByName( rName ); in copy()
/trunk/main/framework/qa/complex/path_settings/
H A DPathSettingsTest.java25 import com.sun.star.beans.Property;
60 private static Property[] xPropertyInfoOfPathSettings = null;
102 ArrayList<Property> aListOfWorkingProperty;
137 aListOfWorkingProperty = new ArrayList<Property>(); in before()
427 … final Property property = aListOfWorkingProperty.get(i); // xPropertyInfoOfPathSettings[i]; in checkXFastPropertySet()
463 private boolean checkStringListProperty(Property property) in checkStringListProperty()
586 private boolean checkStringProperty(Property property) in checkStringProperty()
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySetMixin.java26 import com.sun.star.beans.Property;
216 Property p = ((PropertyData) properties.get(propertyName)).property; in prepareSet()
695 new Property( in initProperties()
1036 public PropertyData(Property property, boolean present) { in PropertyData()
1041 public final Property property;
1051 public Property[] getProperties() { in getProperties()
1059 return (Property[]) al.toArray(new Property[al.size()]); in getProperties()
1062 public Property getPropertyByName(String name) in getPropertyByName()
/trunk/main/autodoc/source/ary/idl/
H A Dia_ce.cxx274 Property &
278 Property::Stereotypes i_stereotypes ) in Store_Property()
282 Property & ret = *new Property( i_sName, in Store_Property()
427 const Property &
430 return ary_cast<Property>(Storage()[i_nId]); in Find_Property()
/trunk/main/comphelper/inc/comphelper/
H A Dproparrhlp.hxx108 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property >& /* [out] */ _rProps,
109 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property >& /* [out] */ _rAggregateProps
165 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property > aProps; in createArrayHelper()
166 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property > aAggregateProps; in createArrayHelper()

Completed in 125 milliseconds

12345678910>>...33