Home
last modified time | relevance | path

Searched refs:Property (Results 101 – 125 of 818) sorted by relevance

12345678910>>...33

/aoo41x/main/wizards/com/sun/star/wizards/common/
H A DUCB.java35 import com.sun.star.beans.Property;
165 aArg.Properties = new Property[] {new Property()}; in listFiles()
220 Property[] pv = new Property[1]; in getContentProperty()
221 pv[0] = new Property(); in getContentProperty()
/aoo41x/main/connectivity/source/sdbcx/
H A DVDescriptor.cxx72 struct ResetROAttribute : public ::std::unary_function< Property, void >
74 void operator ()( Property& _rProperty ) const in operator ()()
79 struct SetROAttribute : public ::std::unary_function< Property, void >
81 void operator ()( Property& _rProperty ) const in operator ()()
91 Sequence< Property > aProperties; in doCreateArrayHelper()
/aoo41x/main/ucb/source/ucp/package/
H A Dpkgcontent.cxx121 aProps.getArray()[ 0 ] = beans::Property( in getCreatableContentsInfo()
982 beans::Property( in getPropertyValues()
990 beans::Property( in getPropertyValues()
997 beans::Property( in getPropertyValues()
1005 beans::Property( in getPropertyValues()
1013 beans::Property( in getPropertyValues()
1023 beans::Property( in getPropertyValues()
1034 beans::Property( in getPropertyValues()
1043 beans::Property( in getPropertyValues()
1051 beans::Property( in getPropertyValues()
[all …]
/aoo41x/main/extensions/source/propctrlr/
H A Dcellbindinghandler.cxx462 Sequence< Property > SAL_CALL CellBindingPropertyHandler::doDescribeSupportedProperties() const in doDescribeSupportedProperties()
464 ::std::vector< Property > aProperties; in doDescribeSupportedProperties()
478 aProperties[ --nPos ] = Property( PROPERTY_BOUND_CELL, PROPERTY_ID_BOUND_CELL, in doDescribeSupportedProperties()
483 … aProperties[ --nPos ] = Property( PROPERTY_CELL_EXCHANGE_TYPE, PROPERTY_ID_CELL_EXCHANGE_TYPE, in doDescribeSupportedProperties()
488 … aProperties[ --nPos ] = Property( PROPERTY_LIST_CELL_RANGE, PROPERTY_ID_LIST_CELL_RANGE, in doDescribeSupportedProperties()
494 return Sequence< Property >(); in doDescribeSupportedProperties()
495 return Sequence< Property >( &(*aProperties.begin()), aProperties.size() ); in doDescribeSupportedProperties()
/aoo41x/main/comphelper/inc/comphelper/
H A Dpropagg.hxx95 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property> m_aProperties;
122 …tionHelper(const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property>& _rProperties,
123 const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property>& _rAggProperties,
133 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property> SAL_CALL getProperties…
135 …virtual ::com::sun::star::beans::Property SAL_CALL getPropertyByName(const ::rtl::OUString& _rProp…
158 …sal_Bool getPropertyByHandle( sal_Int32 _nHandle, ::com::sun::star::beans::Property& _rProperty ) …
182 const ::com::sun::star::beans::Property* findPropertyByName(const ::rtl::OUString& _rName) const;
/aoo41x/main/ucb/source/core/
H A Ducbstore.cxx149 Sequence< Property >* m_pProps;
2529 Sequence< Property >* pPropSeq in getProperties()
2530 = new Sequence< Property >( nCount ); in getProperties()
2550 Property* pProps = pPropSeq->getArray(); in getProperties()
2554 Property& rProp = pProps[ n ]; in getProperties()
2652 m_pProps = new Sequence< Property >( 0 ); in getProperties()
2679 Property aProp; in getPropertyByName()
2691 return Property(); in getPropertyByName()
2704 return Property(); in getPropertyByName()
2722 return Property(); in getPropertyByName()
[all …]
/aoo41x/main/ucbhelper/workben/myucp/
H A Dmyucp_content.cxx236 uno::Sequence< beans::Property > Properties; in execute()
488 const uno::Sequence< beans::Property >& rProperties, in getPropertyValues()
505 const beans::Property* pProps = rProperties.getConstArray(); in getPropertyValues()
508 const beans::Property& rProp = pProps[ n ]; in getPropertyValues()
583 beans::Property( rtl::OUString::createFromAscii( "ContentType" ), in getPropertyValues()
590 beans::Property( rtl::OUString::createFromAscii( "Title" ), in getPropertyValues()
596 beans::Property( rtl::OUString::createFromAscii( "IsDocument" ), in getPropertyValues()
603 beans::Property( rtl::OUString::createFromAscii( "IsFolder" ), in getPropertyValues()
632 const uno::Sequence< beans::Property >& rProperties, in getPropertyValues()
/aoo41x/main/forms/source/component/
H A DColumns.hxx122 …ateProperties(::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property>& seqProps, sal_B…
123 …static void setOwnProperties(::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property>& …
141 …::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property >& /* [out] */ _rProps, …
142 …::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property >& /* [out] */ _rAggregateProps…
168 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property >& /* [out] */ _rProps, \
169 …::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property >& /* [out] */ _rAggregateProps…
/aoo41x/main/chart2/source/controller/chartapiwrapper/
H A DUpDownBarWrapper.cxx44 using ::com::sun::star::beans::Property;
58 Sequence< Property >* operator()() in operator ()()
60 static Sequence< Property > aPropSeq( lcl_GetPropertySequence() ); in operator ()()
65 Sequence< Property > lcl_GetPropertySequence() in lcl_GetPropertySequence()
67 ::std::vector< ::com::sun::star::beans::Property > aProperties; in lcl_GetPropertySequence()
81 struct StaticUpDownBarWrapperPropertyArray : public rtl::StaticAggregate< Sequence< Property >, Sta…
358 const Sequence< beans::Property >& rPropSeq = *StaticUpDownBarWrapperPropertyArray::get(); in setAllPropertiesToDefault()
H A DMinMaxLineWrapper.cxx43 using ::com::sun::star::beans::Property;
76 Sequence< Property >* operator()() in operator ()()
78 static Sequence< Property > aPropSeq( lcl_GetPropertySequence() ); in operator ()()
83 Sequence< Property > lcl_GetPropertySequence() in lcl_GetPropertySequence()
85 ::std::vector< ::com::sun::star::beans::Property > aProperties; in lcl_GetPropertySequence()
98 struct StaticMinMaxLineWrapperPropertyArray : public rtl::StaticAggregate< Sequence< Property >, St…
394 const Sequence< beans::Property >& rPropSeq = *StaticMinMaxLineWrapperPropertyArray::get(); in setAllPropertiesToDefault()
/aoo41x/main/comphelper/source/property/
H A DChainablePropertySetInfo.cxx39 using ::com::sun::star::beans::Property;
89 Sequence< ::Property > SAL_CALL ChainablePropertySetInfo::getProperties() in getProperties()
96 Property* pProperties = maProperties.getArray(); in getProperties()
115 Property SAL_CALL ChainablePropertySetInfo::getPropertyByName( const ::rtl::OUString& rName ) in getPropertyByName()
124 Property aProperty; in getPropertyByName()
H A Dgenericpropertyset.cxx119 Sequence< Property> aSeq = xInfo->getProperties(); in addPropertyChangeListener()
120 const Property* pIter = aSeq.getConstArray(); in addPropertyChangeListener()
121 const Property* pEnd = pIter + aSeq.getLength(); in addPropertyChangeListener()
143 Sequence< Property> aSeq = xInfo->getProperties(); in removePropertyChangeListener()
144 const Property* pIter = aSeq.getConstArray(); in removePropertyChangeListener()
145 const Property* pEnd = pIter + aSeq.getLength(); in removePropertyChangeListener()
/aoo41x/main/forms/source/inc/
H A Dproperty.hxx109 …*pProperties++ = com::sun::star::beans::Property(PROPERTY_##varname, PROPERTY_ID_##varname, ::getC…
113 …*pProperties++ = com::sun::star::beans::Property(PROPERTY_##varname, PROPERTY_ID_##varname, ::getB…
117 …*pProperties++ = com::sun::star::beans::Property(PROPERTY_##varname, PROPERTY_ID_##varname, ::getC…
124 ::com::sun::star::beans::Property* pProperties = _rProps.getArray() + nOldCount; \
129 ::com::sun::star::beans::Property* pProperties = _rProps.getArray(); \
134 ::com::sun::star::beans::Property* pProperties = _rProps.getArray(); \
/aoo41x/main/chart2/source/model/template/
H A DBarChartTypeTemplate.cxx43 using ::com::sun::star::beans::Property;
60 ::std::vector< Property > & rOutProperties ) in lcl_AddPropertiesToVector()
63 Property( C2U( "Dimension" ), in lcl_AddPropertiesToVector()
69 Property( C2U( "Geometry3D" ), in lcl_AddPropertiesToVector()
105 Sequence< Property > lcl_GetPropertySequence() in lcl_GetPropertySequence()
107 ::std::vector< ::com::sun::star::beans::Property > aProperties; in lcl_GetPropertySequence()
H A DPieChartTypeTemplate.cxx50 using ::com::sun::star::beans::Property;
71 ::std::vector< Property > & rOutProperties ) in lcl_AddPropertiesToVector()
74 Property( C2U( "OffsetMode" ), in lcl_AddPropertiesToVector()
80 Property( C2U( "DefaultOffset" ), in lcl_AddPropertiesToVector()
86 Property( C2U( "Dimension" ), in lcl_AddPropertiesToVector()
92 Property( C2U( "UseRings" ), in lcl_AddPropertiesToVector()
130 uno::Sequence< Property > lcl_GetPropertySequence() in lcl_GetPropertySequence()
132 ::std::vector< ::com::sun::star::beans::Property > aProperties; in lcl_GetPropertySequence()
/aoo41x/main/ucb/source/ucp/webdav/
H A DContentProperties.hxx35 struct Property;
126 com::sun::star::beans::Property > &
139 com::sun::star::beans::Property > &
149 com::sun::star::beans::Property >& rProps,
210 com::sun::star::beans::Property >& rProps, in containsAllNames()
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,
/aoo41x/main/ucb/qa/complex/tdoc/
H A DCheckTransientDocumentsContent.java25 import com.sun.star.beans.Property;
106 Property[] props = xPropertySetInfo.getProperties(); in checkTransientDocumentsContent()
118 Property[] prop = new Property[1]; in checkTransientDocumentsContent()
119 prop[0] = new Property(); in checkTransientDocumentsContent()
/aoo41x/main/toolkit/source/helper/
H A Dunopropertyarrayhelper.cxx72 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property > UnoPropertyArrayHelper::getPro… in getProperties()
93 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property> aProps( nProps ); in getProperties()
94 ::com::sun::star::beans::Property* pProps = aProps.getArray(); in getProperties()
108 ::com::sun::star::beans::Property UnoPropertyArrayHelper::getPropertyByName(const ::rtl::OUString& … in getPropertyByName()
110 ::com::sun::star::beans::Property aProp; in getPropertyByName()
/aoo41x/main/svx/source/table/
H A Dpropertyset.hxx42 typedef std::vector< ::com::sun::star::beans::Property > PropertyVector;
54 void addProperty( const ::com::sun::star::beans::Property& rProperty );
57 …const ::com::sun::star::beans::Property& getProperty( const ::rtl::OUString& aName ) throw (::com:…
58 const ::com::sun::star::beans::Property* hasProperty( const ::rtl::OUString& aName );
61 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property > SAL_CALL getPropertie…
62 …virtual ::com::sun::star::beans::Property SAL_CALL getPropertyByName( const ::rtl::OUString& aName…
/aoo41x/main/framework/source/helper/
H A Duielementwrapperbase.cxx257 const com::sun::star::uno::Sequence< com::sun::star::beans::Property > UIElementWrapperBase::impl_g… in impl_getStaticPropertyDescriptor()
266 static const com::sun::star::beans::Property pProperties[] = in impl_getStaticPropertyDescriptor()
268 …com::sun::star::beans::Property( UIELEMENT_PROPNAME_FRAME , UIELEMENT_PROPHANDLE_FRAME … in impl_getStaticPropertyDescriptor()
269 …com::sun::star::beans::Property( UIELEMENT_PROPNAME_RESOURCEURL , UIELEMENT_PROPHANDLE_RESOURCEU… in impl_getStaticPropertyDescriptor()
270 …com::sun::star::beans::Property( UIELEMENT_PROPNAME_TYPE , UIELEMENT_PROPHANDLE_TYPE … in impl_getStaticPropertyDescriptor()
273 …static const com::sun::star::uno::Sequence< com::sun::star::beans::Property > lPropertyDescriptor(… in impl_getStaticPropertyDescriptor()
/aoo41x/main/toolkit/source/awt/
H A Dvclxprinter.cxx50 ::com::sun::star::beans::Property* ImplGetProperties( sal_uInt16& rElementCount ) in ImplGetProperties()
52 static ::com::sun::star::beans::Property* pProperties = NULL; in ImplGetProperties()
59 static ::com::sun::star::beans::Property __FAR_DATA aPropTable[] = in ImplGetProperties()
61 …::com::sun::star::beans::Property( ::rtl::OUString::createFromAscii( "Orientation" ), PROPERTY_Ori… in ImplGetProperties()
62 …::com::sun::star::beans::Property( ::rtl::OUString::createFromAscii( "Horizontal" ), PROPERTY_Hori… in ImplGetProperties()
65 nElements = sizeof( aPropTable ) / sizeof( ::com::sun::star::beans::Property ); in ImplGetProperties()
121 ::com::sun::star::beans::Property* pProps = ImplGetProperties( nElements ); in getInfoHelper()
/aoo41x/main/dbaccess/source/core/dataaccess/
H A DContentHelper.cxx212 Sequence< Property > Properties; in execute()
489 Reference< XRow > OContentHelper::getPropertyValues( const Sequence< Property >& rProperties) in getPropertyValues()
498 const Property* pProps = rProperties.getConstArray(); in getPropertyValues()
501 const Property& rProp = pProps[ n ]; in getPropertyValues()
537 Property( rtl::OUString::createFromAscii( "ContentType" ), in getPropertyValues()
544 Property( rtl::OUString::createFromAscii( "Title" ), in getPropertyValues()
550 Property( rtl::OUString::createFromAscii( "IsDocument" ), in getPropertyValues()
557 Property( rtl::OUString::createFromAscii( "IsFolder" ), in getPropertyValues()
/aoo41x/main/odk/examples/DevelopersGuide/UCB/
H A DPropertiesRetriever.java27 import com.sun.star.beans.Property;
101 Property[] props = new Property[ size ]; in getPropertyValues()
105 Property prop = new Property(); in getPropertyValues()
/aoo41x/main/chart2/source/model/main/
H A DGridProperties.cxx42 using ::com::sun::star::beans::Property;
60 ::std::vector< Property > & rOutProperties ) in lcl_AddPropertiesToVector()
63 Property( C2U( "Show" ), in lcl_AddPropertiesToVector()
104 Sequence< Property > lcl_GetPropertySequence() in lcl_GetPropertySequence()
106 ::std::vector< Property > aProperties; in lcl_GetPropertySequence()

Completed in 87 milliseconds

12345678910>>...33