Home
last modified time | relevance | path

Searched refs:Property (Results 51 – 75 of 818) sorted by relevance

12345678910>>...33

/aoo41x/main/ucb/source/ucp/gio/
H A Dgio_content.cxx399 const uno::Sequence< beans::Property >& rProperties) in getPropertyValuesFromGFileInfo()
404 const beans::Property* pProps; in getPropertyValuesFromGFileInfo()
411 const beans::Property& rProp = pProps[ n ]; in getPropertyValuesFromGFileInfo()
513 const uno::Sequence< beans::Property >& rProperties, in getPropertyValues()
916 uno::Sequence< beans::Property > Properties; in execute()
1098 uno::Sequence< beans::Property > props( 1 ); in queryCreatableContentsInfo()
1099 props[0] = beans::Property( in queryCreatableContentsInfo()
1210 uno::Sequence< beans::Property > Content::getProperties( in getProperties()
1213 static const beans::Property aGenericProperties[] = in getProperties()
1233 beans::Property( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Size" ) ), in getProperties()
[all …]
/aoo41x/main/ucb/source/core/
H A Ducbprops.cxx376 Sequence< Property > SAL_CALL UcbPropertiesManager::getProperties() in getProperties()
383 m_pProps = new Sequence< Property >( 128 ); in getProperties()
384 Property* pProps = m_pProps->getArray(); in getProperties()
405 Property& rProp = pProps[ nPos ]; in getProperties()
427 Property SAL_CALL UcbPropertiesManager::getPropertyByName( const OUString& aName ) in getPropertyByName()
430 Property aProp; in getPropertyByName()
442 Property aProp; in hasPropertyByName()
453 const OUString& rName, Property& rProp ) in queryProperty()
459 const Property* pProps = m_pProps->getConstArray(); in queryProperty()
463 const Property& rCurrProp = pProps[ n ]; in queryProperty()
/aoo41x/main/ucbhelper/source/provider/
H A Dresultset.cxx95 uno::Sequence< beans::Property >* m_pProps;
117 virtual beans::Property SAL_CALL getPropertyByName(
205 const uno::Sequence< beans::Property >& rProperties, in ResultSet_Impl()
237 const uno::Sequence< beans::Property >& rProperties, in ResultSet()
251 const uno::Sequence< beans::Property >& rProperties, in ResultSet()
1593 beans::Property* pProperties = m_pProps->getArray(); in PropertySetInfo()
1597 beans::Property& rProp = pProperties[ n ]; in PropertySetInfo()
1646 return uno::Sequence< beans::Property >( *m_pProps ); in getProperties()
1655 beans::Property aProp; in getPropertyByName()
1668 beans::Property aProp; in hasPropertyByName()
[all …]
H A Dresultsetmetadata.cxx91 const Sequence< Property >& rProps, in ResultSetMetaData()
103 const Sequence< Property >& rProps, in ResultSetMetaData()
419 Property* pProps = m_pImpl->m_aProps.getArray(); in getColumnType()
422 Property& rProp = pProps[ n ]; in getColumnType()
426 Property aProp in getColumnType()
438 Sequence< Property > aProps = xInfo->getProperties(); in getColumnType()
439 const Property* pProps1 = aProps.getConstArray(); in getColumnType()
443 Property* pProps = m_aProps.getArray(); in getColumnType()
446 Property& rProp = pProps[ n ]; in getColumnType()
450 const Property& rProp1 = pProps1[ m ]; in getColumnType()
/aoo41x/main/odk/examples/java/Inspector/
H A DXTreeControlProvider.java24 import com.sun.star.beans.Property;
69 public XUnoPropertyNode addUnoPropertyNodeWithName(Property _aProperty); in addUnoPropertyNodeWithName()
71 public XUnoPropertyNode addUnoPropertyNodeWithHandle(Property _aProperty); in addUnoPropertyNodeWithHandle()
73 public XUnoPropertyNode addUnoPropertyNodeWithType(Property _aProperty); in addUnoPropertyNodeWithType()
75 public XUnoPropertyNode addUnoPropertyNodeWithAttributesDescription(Property _aProperty); in addUnoPropertyNodeWithAttributesDescription()
77 public XUnoPropertyNode addUnoPropertyNode(Object _oUnoObject, Property _aProperty); in addUnoPropertyNode()
81 …public XUnoPropertyNode addUnoPropertyNode(Object _oUnoObject, Property _aProperty, Object _oUnoRe… in addUnoPropertyNode()
H A DUnoPropertyNode.java24 import com.sun.star.beans.Property;
41 Property aProperty;
52 public UnoPropertyNode(Property _aProperty, Object _oUnoObject, Object _oUnoReturnObject) { in UnoPropertyNode()
60 public UnoPropertyNode(Property _aProperty){ in UnoPropertyNode()
185 public Property getProperty(){ in getProperty()
189 protected static String getPropertyTypeDescription(Property _aProperty, Object _oUnoObject){ in getPropertyTypeDescription()
194 …protected static String getStandardPropertyDescription(Property _aProperty, Object _objectElement){ in getStandardPropertyDescription()
/aoo41x/main/scripting/java/org/openoffice/netbeans/modules/office/loader/
H A DParcelFolder.java125 Node.Property prop; in createSheet()
152 private Node.Property createLocationProperty() { in createLocationProperty()
153 Node.Property prop = in createLocationProperty()
177 private Node.Property createLanguageProperty() { in createLanguageProperty()
178 Node.Property prop = in createLanguageProperty()
223 private Node.Property createFilterProperty() { in createFilterProperty()
224 Node.Property prop = in createFilterProperty()
269 private Node.Property createClasspathProperty() { in createClasspathProperty()
270 Node.Property prop = in createClasspathProperty()
/aoo41x/main/forms/source/component/
H A Dpropertybaghelper.cxx55 using ::com::sun::star::beans::Property;
176 Sequence< Property > aFixedProps; in impl_ts_getArrayHelper()
177 Sequence< Property > aAggregateProps; in impl_ts_getArrayHelper()
181 Sequence< Property > aDynamicProps; in impl_ts_getArrayHelper()
184 Sequence< Property > aOwnProps( in impl_ts_getArrayHelper()
237 Property aProperty( xPSI->getPropertyByName( _rName ) ); in removeProperty()
249 struct SelectNameOfProperty : public ::std::unary_function< Property, ::rtl::OUString >
251 … const ::rtl::OUString& operator()( const Property& _rProp ) const { return _rProp.Name; } in operator ()()
286 Sequence< Property > aProperties( xPSI->getProperties() ); in getPropertyValues()
/aoo41x/main/chart2/source/model/template/
H A DCandleStickChartType.cxx38 using ::com::sun::star::beans::Property;
58 ::std::vector< Property > & rOutProperties ) in lcl_AddPropertiesToVector()
61 Property( C2U( "Japanese" ), in lcl_AddPropertiesToVector()
68 Property( C2U( "WhiteDay" ), in lcl_AddPropertiesToVector()
74 Property( C2U( "BlackDay" ), in lcl_AddPropertiesToVector()
81 Property( C2U( "ShowFirst" ), in lcl_AddPropertiesToVector()
87 Property( C2U( "ShowHighLow" ), in lcl_AddPropertiesToVector()
125 Sequence< Property > lcl_GetPropertySequence() in lcl_GetPropertySequence()
127 ::std::vector< ::com::sun::star::beans::Property > aProperties; in lcl_GetPropertySequence()
H A DLineChartType.cxx37 using ::com::sun::star::beans::Property;
54 ::std::vector< Property > & rOutProperties ) in lcl_AddPropertiesToVector()
57 Property( C2U( "CurveStyle" ), in lcl_AddPropertiesToVector()
64 Property( C2U( "CurveResolution" ), in lcl_AddPropertiesToVector()
70 Property( C2U( "SplineOrder" ), in lcl_AddPropertiesToVector()
110 Sequence< Property > lcl_GetPropertySequence() in lcl_GetPropertySequence()
112 ::std::vector< ::com::sun::star::beans::Property > aProperties; in lcl_GetPropertySequence()
/aoo41x/main/chart2/source/tools/
H A DRegressionEquation.cxx48 using ::com::sun::star::beans::Property;
72 ::std::vector< Property > & rOutProperties ) in lcl_AddPropertiesToVector()
75 Property( C2U( "ShowEquation" ), in lcl_AddPropertiesToVector()
82 Property( C2U( "ShowCorrelationCoefficient" ), in lcl_AddPropertiesToVector()
96 Property( C2U( "ReferencePageSize" ), in lcl_AddPropertiesToVector()
103 Property( C2U( "RelativePosition" ), in lcl_AddPropertiesToVector()
110 Property( C2U( "NumberFormat" ), in lcl_AddPropertiesToVector()
160 uno::Sequence< Property > lcl_GetPropertySequence() in lcl_GetPropertySequence()
162 ::std::vector< ::com::sun::star::beans::Property > aProperties; in lcl_GetPropertySequence()
H A DUserDefinedProperties.cxx33 using ::com::sun::star::beans::Property;
39 ::std::vector< Property > & rOutProperties ) in AddPropertiesToVector()
42 Property( C2U( "ChartUserDefinedAttributes" ), in AddPropertiesToVector()
48 Property( C2U( "TextUserDefinedAttributes" ), in AddPropertiesToVector()
54 Property( C2U( "ParaUserDefinedAttributes" ), in AddPropertiesToVector()
62 Property( C2U( "UserDefinedAttributes" ), in AddPropertiesToVector()
H A DNamedFillProperties.cxx36 using ::com::sun::star::beans::Property;
43 ::std::vector< Property > & rOutProperties ) in AddPropertiesToVector()
52 Property( C2U( "FillTransparenceGradient" ), in AddPropertiesToVector()
61 Property( C2U( "FillGradient" ), in AddPropertiesToVector()
70 Property( C2U( "FillHatch" ), in AddPropertiesToVector()
79 Property( C2U( "FillBitmapURL" ), in AddPropertiesToVector()
/aoo41x/main/basic/source/inc/
H A Dpropacc.hxx117 NS_UNO::Sequence< NS_BEANS::Property > _aProps;
123 PropertySetInfoImpl( NS_UNO::Sequence< NS_BEANS::Property >& rProps );
126 NS_UNO::Sequence< NS_BEANS::Property > SAL_CALL getProperties(void) throw ();
127 NS_BEANS::Property SAL_CALL getPropertyByName(const ::rtl::OUString& Name)
143 virtual NS_UNO::Sequence< NS_BEANS::Property > SAL_CALL getProperties(void)
145 virtual NS_BEANS::Property SAL_CALL getPropertyByName(const ::rtl::OUString& Name)
173 virtual NS_UNO::Sequence< NS_BEANS::Property > SAL_CALL getProperties(void) throw();
174 virtual NS_BEANS::Property SAL_CALL getPropertyByName(const ::rtl::OUString& Name)
/aoo41x/main/dbaccess/source/ui/uno/
H A Dtextconnectionsettings_uno.cxx59 using ::com::sun::star::beans::Property;
136 Sequence< Property > aProps; in createArrayHelper()
145 aProps[ nProp++ ] = Property( in createArrayHelper()
152 aProps[ nProp++ ] = Property( in createArrayHelper()
159 aProps[ nProp++ ] = Property( in createArrayHelper()
166 aProps[ nProp++ ] = Property( in createArrayHelper()
173 aProps[ nProp++ ] = Property( in createArrayHelper()
180 aProps[ nProp++ ] = Property( in createArrayHelper()
/aoo41x/main/chart2/source/controller/chartapiwrapper/
H A DWallFloorWrapper.cxx46 using ::com::sun::star::beans::Property;
60 Sequence< Property >* operator()() in operator ()()
62 static Sequence< Property > aPropSeq( lcl_GetPropertySequence() ); in operator ()()
67 Sequence< Property > lcl_GetPropertySequence() in lcl_GetPropertySequence()
69 ::std::vector< ::com::sun::star::beans::Property > aProperties; in lcl_GetPropertySequence()
82 struct StaticWallFloorWrapperPropertyArray : public rtl::StaticAggregate< Sequence< Property >, Sta…
154 const Sequence< beans::Property >& WallFloorWrapper::getPropertySequence() in getPropertySequence()
H A DLegendWrapper.cxx54 using ::com::sun::star::beans::Property;
236 ::std::vector< Property > & rOutProperties ) in lcl_AddPropertiesToVector()
239 Property( C2U( "Alignment" ), in lcl_AddPropertiesToVector()
246 Property( C2U( "Expansion" ), in lcl_AddPropertiesToVector()
255 Sequence< Property >* operator()() in operator ()()
257 static Sequence< Property > aPropSeq( lcl_GetPropertySequence() ); in operator ()()
262 Sequence< Property > lcl_GetPropertySequence() in lcl_GetPropertySequence()
264 ::std::vector< ::com::sun::star::beans::Property > aProperties; in lcl_GetPropertySequence()
281 struct StaticLegendWrapperPropertyArray : public rtl::StaticAggregate< Sequence< Property >, Static…
426 const Sequence< beans::Property >& LegendWrapper::getPropertySequence() in getPropertySequence()
H A DAreaWrapper.cxx42 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()
80 struct StaticAreaWrapperPropertyArray : public rtl::StaticAggregate< Sequence< Property >, StaticAr…
176 const Sequence< beans::Property >& AreaWrapper::getPropertySequence() in getPropertySequence()
H A DGridWrapper.cxx47 using ::com::sun::star::beans::Property;
60 Sequence< Property >* operator()() in operator ()()
62 static Sequence< Property > aPropSeq( lcl_GetPropertySequence() ); in operator ()()
66 Sequence< Property > lcl_GetPropertySequence() in lcl_GetPropertySequence()
68 ::std::vector< ::com::sun::star::beans::Property > aProperties; in lcl_GetPropertySequence()
80 struct StaticGridWrapperPropertyArray : public rtl::StaticAggregate< Sequence< Property >, StaticGr…
176 const Sequence< beans::Property >& GridWrapper::getPropertySequence() in getPropertySequence()
H A DTitleWrapper.cxx48 using ::com::sun::star::beans::Property;
158 ::std::vector< Property > & rOutProperties ) in lcl_AddPropertiesToVector()
161 Property( C2U( "String" ), in lcl_AddPropertiesToVector()
168 Property( C2U( "TextRotation" ), in lcl_AddPropertiesToVector()
174 Property( C2U( "StackedText" ), in lcl_AddPropertiesToVector()
183 Sequence< Property >* operator()() in operator ()()
185 static Sequence< Property > aPropSeq( lcl_GetPropertySequence() ); in operator ()()
190 Sequence< Property > lcl_GetPropertySequence() in lcl_GetPropertySequence()
192 ::std::vector< beans::Property > aProperties; in lcl_GetPropertySequence()
209 struct StaticTitleWrapperPropertyArray : public rtl::StaticAggregate< Sequence< Property >, StaticT…
[all …]
/aoo41x/main/qadevOOo/testdocs/qadevlibs/source/com/sun/star/cmp/
H A DMyPersistObject.java30 import com.sun.star.beans.Property;
57 Property[] _props;
58 public MyPropertySetInfo(Property[] props) { in MyPropertySetInfo()
61 public Property[] getProperties() { in getProperties()
64 public Property getPropertyByName(String name) { in getPropertyByName()
88 Property[] props;
104 props = new Property[prop_count]; in MyPersistObject()
106 props[i] = new Property(); in MyPersistObject()
/aoo41x/main/ucb/source/ucp/gvfs/
H A Dgvfs_content.cxx310 uno::Sequence< beans::Property > Properties; in execute()
456 uno::Sequence< beans::Property > props( 1 ); in queryCreatableContentsInfo()
457 props[0] = beans::Property( in queryCreatableContentsInfo()
579 const uno::Sequence< beans::Property >& rProperties, in getPropertyValues()
584 uno::Sequence< beans::Property > allProperties; in getPropertyValues()
589 const beans::Property* pProps; in getPropertyValues()
605 const beans::Property& rProp = pProps[ n ]; in getPropertyValues()
1304 uno::Sequence< beans::Property > Content::getProperties( in getProperties()
1307 static const beans::Property aGenericProperties[] = { in getProperties()
1353 return uno::Sequence< beans::Property > ( aGenericProperties, nProps ); in getProperties()
[all …]
/aoo41x/main/ucb/source/ucp/odma/
H A Dodma_content.cxx234 uno::Sequence< beans::Property > Properties; in execute()
634 const uno::Sequence< beans::Property >& rProperties, in getPropertyValues()
650 const beans::Property* pProps = rProperties.getConstArray(); in getPropertyValues()
653 const beans::Property& rProp = pProps[ n ]; in getPropertyValues()
757 beans::Property( rtl::OUString::createFromAscii( "Title" ), in getPropertyValues()
763 beans::Property( rtl::OUString::createFromAscii( "IsDocument" ), in getPropertyValues()
770 beans::Property( rtl::OUString::createFromAscii( "IsFolder" ), in getPropertyValues()
800 beans::Property( rtl::OUString::createFromAscii( "Author" ), in getPropertyValues()
806 beans::Property( rtl::OUString::createFromAscii( "Subject" ), in getPropertyValues()
812 beans::Property( rtl::OUString::createFromAscii( "Keywords" ), in getPropertyValues()
[all …]
/aoo41x/main/chart2/source/model/main/
H A DDataSeriesProperties.cxx39 using ::com::sun::star::beans::Property;
46 ::std::vector< Property > & rOutProperties ) in AddPropertiesToVector()
49 Property( C2U( "AttributedDataPoints" ), in AddPropertiesToVector()
56 Property( C2U( "StackingDirection" ), in AddPropertiesToVector()
63 Property( C2U( "VaryColorsByPoint" ), in AddPropertiesToVector()
70 Property( C2U( "AttachedAxisIndex" ), in AddPropertiesToVector()
/aoo41x/main/svl/inc/svl/
H A Ditemprop.hxx97 com::sun::star::uno::Sequence< com::sun::star::beans::Property > getProperties() const;
98 com::sun::star::beans::Property getPropertyByName( const ::rtl::OUString rName ) const
102 …void mergeProperties( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property >& …
175 virtual ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property > SAL_CALL
179 virtual ::com::sun::star::beans::Property SAL_CALL
199 const com::sun::star::uno::Sequence<com::sun::star::beans::Property>& rPropSeq );
202 virtual ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property > SAL_CALL
206 virtual ::com::sun::star::beans::Property SAL_CALL

Completed in 121 milliseconds

12345678910>>...33