Home
last modified time | relevance | path

Searched refs:Property (Results 26 – 50 of 818) sorted by relevance

12345678910>>...33

/aoo41x/main/chart2/source/model/main/
H A DTitle.cxx49 using ::com::sun::star::beans::Property;
79 Property( C2U( "ParaAdjust" ), in lcl_AddPropertiesToVector()
86 Property( C2U( "ParaLastLineAdjust" ), in lcl_AddPropertiesToVector()
93 Property( C2U( "ParaLeftMargin" ), in lcl_AddPropertiesToVector()
100 Property( C2U( "ParaRightMargin" ), in lcl_AddPropertiesToVector()
107 Property( C2U( "ParaTopMargin" ), in lcl_AddPropertiesToVector()
114 Property( C2U( "ParaBottomMargin" ), in lcl_AddPropertiesToVector()
121 Property( C2U( "ParaIsHyphenation" ), in lcl_AddPropertiesToVector()
128 Property( C2U( "TextRotation" ), in lcl_AddPropertiesToVector()
134 Property( C2U( "StackCharacters" ), in lcl_AddPropertiesToVector()
[all …]
H A DAxis.cxx61 using ::com::sun::star::beans::Property;
94 Property( C2U( "Show" ), in lcl_AddPropertiesToVector()
107 Property( C2U( "CrossoverValue" ), in lcl_AddPropertiesToVector()
113 Property( C2U( "DisplayLabels" ), in lcl_AddPropertiesToVector()
120 Property( C2U( "NumberFormat" ), in lcl_AddPropertiesToVector()
127 Property( C2U( "LabelPosition" ), in lcl_AddPropertiesToVector()
133 Property( C2U( "TextRotation" ), in lcl_AddPropertiesToVector()
140 Property( C2U( "TextBreak" ), in lcl_AddPropertiesToVector()
147 Property( C2U( "TextOverlap" ), in lcl_AddPropertiesToVector()
161 Property( C2U( "ArrangeOrder" ), in lcl_AddPropertiesToVector()
[all …]
H A DDiagram.cxx57 using ::com::sun::star::beans::Property;
90 Property( C2U( "RelativePosition" ), in lcl_AddPropertiesToVector()
97 Property( C2U( "RelativeSize" ), in lcl_AddPropertiesToVector()
111 Property( C2U( "SortByXValues" ), in lcl_AddPropertiesToVector()
118 Property( C2U("ConnectBars"), in lcl_AddPropertiesToVector()
125 Property( C2U("GroupBarsPerAxis"), in lcl_AddPropertiesToVector()
139 Property( C2U( "StartingAngle" ), in lcl_AddPropertiesToVector()
146 Property( C2U("RightAngledAxes"), in lcl_AddPropertiesToVector()
153 Property( C2U("Perspective"), in lcl_AddPropertiesToVector()
165 Property( C2U("RotationVertical"), in lcl_AddPropertiesToVector()
[all …]
H A DLegend.cxx52 using ::com::sun::star::beans::Property;
71 ::std::vector< Property > & rOutProperties ) in lcl_AddPropertiesToVector()
74 Property( C2U( "AnchorPosition" ), in lcl_AddPropertiesToVector()
81 Property( C2U( "Expansion" ), in lcl_AddPropertiesToVector()
88 Property( C2U( "Show" ), in lcl_AddPropertiesToVector()
94 Property( C2U( "ReferencePageSize" ), in lcl_AddPropertiesToVector()
101 Property( C2U( "RelativePosition" ), in lcl_AddPropertiesToVector()
108 Property( C2U( "RelativeSize" ), in lcl_AddPropertiesToVector()
155 Sequence< Property > lcl_GetPropertySequence() in lcl_GetPropertySequence()
157 ::std::vector< ::com::sun::star::beans::Property > aProperties; in lcl_GetPropertySequence()
/aoo41x/main/ucbhelper/inc/ucbhelper/
H A Dpropertyvalueset.hxx209 void appendString( const ::com::sun::star::beans::Property& rProp, const ::rtl::OUString& rValue ) in appendString()
219 void appendBoolean( const ::com::sun::star::beans::Property& rProp, sal_Bool bValue ) in appendBoolean()
229 void appendByte( const ::com::sun::star::beans::Property& rProp, sal_Int8 nValue ) in appendByte()
239 void appendShort( const ::com::sun::star::beans::Property& rProp, sal_Int16 nValue ) in appendShort()
249 void appendInt( const ::com::sun::star::beans::Property& rProp, sal_Int32 nValue ) in appendInt()
259 void appendLong( const ::com::sun::star::beans::Property& rProp, sal_Int64 nValue ) in appendLong()
269 void appendFloat( const ::com::sun::star::beans::Property& rProp, float nValue ) in appendFloat()
279 void appendDouble( const ::com::sun::star::beans::Property& rProp, double nValue ) in appendDouble()
299 …void appendDate( const ::com::sun::star::beans::Property& rProp, const ::com::sun::star::util::Dat… in appendDate()
399 void appendVoid( const ::com::sun::star::beans::Property& rProp ) in appendVoid()
[all …]
/aoo41x/main/qadevOOo/runner/lib/
H A DParameters.java32 import com.sun.star.beans.Property;
51 Property[] props;
69 props = new Property[paramSet.size()]; in Parameters()
76 props[num] = new Property(name, num, new Type(String.class), (short)0); in Parameters()
103 Property[] addProps = new Property[size+1]; in setPropertyValue()
108 addProps[size] = new Property(name, size, new Type(value.getClass()), (short)0); in setPropertyValue()
126 public Property[] getProperties() { in getPropertySetInfo()
132 Property prop = props[i]; in getPropertySetInfo()
142 public Property getPropertyByName(String name) throws UnknownPropertyException { in getPropertySetInfo()
144 Property prop = props[i]; in getPropertySetInfo()
[all …]
/aoo41x/main/comphelper/source/property/
H A Dpropagg.cxx54 …const Property* lcl_findPropertyByName( const Sequence< Property >& _rProps, const ::rtl::OUString… in lcl_findPropertyByName()
57 const Property* pProperties = _rProps.getConstArray(); in lcl_findPropertyByName()
71 const Sequence< Property >& _rProperties, const Sequence< Property >& _rAggProperties, in OPropertyArrayAggregationHelper()
82 const Property* pAggregateProps = _rAggProperties.getConstArray(); in OPropertyArrayAggregationHelper()
83 const Property* pDelegateProps = _rProperties.getConstArray(); in OPropertyArrayAggregationHelper()
84 Property* pMergedProps = m_aProperties.getArray(); in OPropertyArrayAggregationHelper()
126 const Property* pPropsTilNow = m_aProperties.getConstArray(); in OPropertyArrayAggregationHelper()
321 const ::com::sun::star::beans::Property* pOldEnd = pEnd--; in fillHandles()
322 const ::com::sun::star::beans::Property* pMid = pCur; in fillHandles()
646 Property aProperty; in getPropertyName()
[all …]
H A Dpropertysetinfo.cxx47 Sequence< Property > getProperties() throw();
51 Property getPropertyByName( const OUString& aName ) throw( UnknownPropertyException );
56 Sequence< Property > maProperties;
108 Sequence< Property > PropertyMapImpl::getProperties() throw() in getProperties()
115 maProperties = Sequence< Property >( maPropertyMap.size() ); in getProperties()
116 Property* pProperties = maProperties.getArray(); in getProperties()
142 Property PropertyMapImpl::getPropertyByName( const OUString& aName ) throw( UnknownPropertyExceptio… in getPropertyByName()
151 return Property( aName, pEntry->mnHandle, *pEntry->mpType, pEntry->mnAttributes ); in getPropertyByName()
192 Sequence< ::com::sun::star::beans::Property > SAL_CALL PropertySetInfo::getProperties() throw(::com… in getProperties()
197 Property SAL_CALL PropertySetInfo::getPropertyByName( const ::rtl::OUString& aName ) throw(::com::s… in getPropertyByName()
/aoo41x/main/ucbhelper/source/provider/
H A Dcontentinfo.cxx110 uno::Sequence< beans::Property > aProps in getProperties()
120 m_pProps = new uno::Sequence< beans::Property >( 0 ); in getProperties()
137 const uno::Sequence< beans::Property >& rAddProps in getProperties()
145 beans::Property* pProps = m_pProps->getArray(); in getProperties()
146 const beans::Property* pAddProps in getProperties()
161 beans::Property SAL_CALL PropertySetInfo::getPropertyByName( in getPropertyByName()
165 beans::Property aProp; in getPropertyByName()
178 beans::Property aProp; in hasPropertyByName()
197 const rtl::OUString& rName, beans::Property& rProp ) in queryProperty()
203 const beans::Property* pProps = m_pProps->getConstArray(); in queryProperty()
[all …]
/aoo41x/main/framework/source/fwi/uielement/
H A Dconstitemcontainer.cxx66 return ((::rtl::OUString *)arg1)->compareTo( ((Property *)arg2)->Name ); in compare_OUString_Property_Impl()
73 Sequence < Property > aInfos;
79 …virtual Sequence< Property > SAL_CALL getProperties(void) throw(::com::sun::star::uno::RuntimeExce…
108 Property * pR; in getPropertyByName()
109 pR = (Property *)bsearch( &PropertyName, aInfos.getConstArray(), aInfos.getLength(), in getPropertyByName()
110 sizeof( Property ), in getPropertyByName()
124 Property * pR; in hasPropertyByName()
125 pR = (Property *)bsearch( &PropertyName, aInfos.getConstArray(), aInfos.getLength(), in hasPropertyByName()
126 sizeof( Property ), in hasPropertyByName()
456 static const com::sun::star::beans::Property pProperties[] = in impl_getStaticPropertyDescriptor()
[all …]
/aoo41x/main/chart2/source/controller/chartapiwrapper/
H A DDataSeriesPointWrapper.cxx68 using ::com::sun::star::beans::Property;
98 Property( C2U( "SolidType" ), in lcl_AddPropertiesToVector_PointProperties()
105 Property( C2U( "SegmentOffset" ), in lcl_AddPropertiesToVector_PointProperties()
112 Property( C2U( "D3DPercentDiagonal" ), in lcl_AddPropertiesToVector_PointProperties()
119 Property( C2U( "LabelSeparator" ), in lcl_AddPropertiesToVector_PointProperties()
126 Property( C2U( "NumberFormat" ), in lcl_AddPropertiesToVector_PointProperties()
140 Property( C2U( "LabelPlacement" ), in lcl_AddPropertiesToVector_PointProperties()
147 Property( C2U( "TextRotation" ), in lcl_AddPropertiesToVector_PointProperties()
158 Property( C2U( "Axis" ), in lcl_AddPropertiesToVector_SeriesOnly()
198 Sequence< Property >* operator()() in operator ()()
[all …]
/aoo41x/main/unotools/source/property/
H A Dpropertysetinfo.cxx48 Sequence< Property > getProperties() throw();
52 Property getPropertyByName( const OUString& aName ) throw( UnknownPropertyException );
57 Sequence< Property > maProperties;
105 Sequence< Property > PropertyMapImpl::getProperties() throw() in getProperties()
112 maProperties = Sequence< Property >( maPropertyMap.size() ); in getProperties()
113 Property* pProperties = maProperties.getArray(); in getProperties()
138 Property PropertyMapImpl::getPropertyByName( const OUString& aName ) throw( UnknownPropertyExceptio… in getPropertyByName()
147 return Property( aName, pEntry->mnWhich, *pEntry->mpType, pEntry->mnFlags ); in getPropertyByName()
177 Sequence< ::com::sun::star::beans::Property > SAL_CALL PropertySetInfo::getProperties() throw(::com… in getProperties()
182 Property SAL_CALL PropertySetInfo::getPropertyByName( const ::rtl::OUString& aName ) throw(::com::s… in getPropertyByName()
/aoo41x/main/extensions/source/propctrlr/
H A Dformbrowsertools.hxx43 …struct FindPropertyByHandle : public ::std::unary_function< ::com::sun::star::beans::Property, boo…
50 bool operator()( const ::com::sun::star::beans::Property& _rProp ) const in operator ()()
57 …struct FindPropertyByName : public ::std::unary_function< ::com::sun::star::beans::Property, bool >
64 bool operator()( const ::com::sun::star::beans::Property& _rProp ) const in operator ()()
72 :public ::std::binary_function < ::com::sun::star::beans::Property,
73 ::com::sun::star::beans::Property,
77 …bool operator() (::com::sun::star::beans::Property _rLhs, ::com::sun::star::beans::Property _rRhs)… in operator ()()
97 typedef ::std::set< ::com::sun::star::beans::Property, PropertyLessByName > PropertyBag;
H A Dpropertyhandler.cxx128 Sequence< Property > SAL_CALL PropertyHandler::getSupportedProperties() throw (RuntimeException) in getSupportedProperties()
136 return (Sequence< Property >)m_aSupportedProperties; in getSupportedProperties()
156 Property aProperty( impl_getPropertyFromName_throw( _rPropertyName ) ); in convertToPropertyValue()
214 const Property& rProperty( impl_getPropertyFromId_throw( nPropId ) ); in describePropertyLine()
302 const Property* PropertyHandler::impl_getPropertyFromId_nothrow( PropertyId _nPropId ) const in impl_getPropertyFromId_nothrow()
305 …const Property* pFound = ::std::find_if( m_aSupportedProperties.begin(), m_aSupportedProperties.en… in impl_getPropertyFromId_nothrow()
314 const Property& PropertyHandler::impl_getPropertyFromId_throw( PropertyId _nPropId ) const in impl_getPropertyFromId_throw()
316 const Property* pProperty = impl_getPropertyFromId_nothrow( _nPropId ); in impl_getPropertyFromId_throw()
324 …const Property& PropertyHandler::impl_getPropertyFromName_throw( const ::rtl::OUString& _rProperty… in impl_getPropertyFromName_throw()
327 …StlSyntaxSequence< Property >::const_iterator pFound = ::std::find_if( m_aSupportedProperties.begi… in impl_getPropertyFromName_throw()
[all …]
/aoo41x/main/vcl/source/components/
H A Ddisplay.cxx68 virtual Sequence< Property > SAL_CALL getProperties( ) throw (RuntimeException);
69 …virtual Property SAL_CALL getPropertyByName( const OUString& aName ) throw (UnknownPropertyExcepti…
130 Sequence< Property > SAL_CALL DisplayInfo::getProperties( ) throw (RuntimeException) in getProperties()
132 Sequence< Property > aProps(2); in getProperties()
138 Property SAL_CALL DisplayInfo::getPropertyByName( const OUString& aName ) throw (UnknownPropertyExc… in getPropertyByName()
142 …return Property( aName, 0, ::getCppuType( (::com::sun::star::awt::Rectangle const *)0 ), PropertyA… in getPropertyByName()
194 virtual Sequence< Property > SAL_CALL getProperties( ) throw (RuntimeException);
270 Sequence< Property > SAL_CALL DisplayAccess::getProperties( ) throw (RuntimeException) in getProperties()
272 Sequence< Property > aProps(2); in getProperties()
281 return Property( aName, 0, ::getCppuType( (sal_Bool const *)0 ), PropertyAttribute::READONLY ); in getPropertyByName()
[all …]
/aoo41x/main/stoc/test/
H A Dtestintrosp.cxx332 static Sequence<Property> * pSeq = NULL; in getProperties()
337 pSeq = new Sequence<Property>( 3 ); in getProperties()
338 Property * pAry = pSeq->getArray(); in getProperties()
368 Sequence<Property> aSeq = getProperties(); in getPropertyByName()
369 const Property * pAry = aSeq.getConstArray(); in getPropertyByName()
377 return Property(); in getPropertyByName()
383 Sequence<Property> aSeq = getProperties(); in hasPropertyByName()
439 Property m_aFirstStruct;
737 Property aProp = aPropSeq.getArray()[ i ]; in setPropertyValue()
752 Property aProp = aPropSeq.getArray()[ i ]; in getPropertyValue()
[all …]
/aoo41x/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DExampleDataPilotSource.java50 private com.sun.star.beans.Property[] aProperties;
57 public com.sun.star.beans.Property[] getProperties() in getProperties()
113 new com.sun.star.beans.Property( "IsVisible", -1, in getPropertySetInfo()
115 new com.sun.star.beans.Property( "ShowDetails", -1, in getPropertySetInfo()
321 new com.sun.star.beans.Property( "SubTotals", -1, in getPropertySetInfo()
325 new com.sun.star.beans.Property( "ShowEmpty", -1, in getPropertySetInfo()
567 new com.sun.star.beans.Property( "Original", -1, in getPropertySetInfo()
573 new com.sun.star.beans.Property( "Orientation", -1, in getPropertySetInfo()
576 new com.sun.star.beans.Property( "Position", -1, in getPropertySetInfo()
578 new com.sun.star.beans.Property( "Function", -1, in getPropertySetInfo()
[all …]
/aoo41x/main/chart2/source/tools/
H A DLineProperties.cxx35 using ::com::sun::star::beans::Property;
41 ::std::vector< Property > & rOutProperties ) in AddPropertiesToVector()
46 Property( C2U( "LineStyle" ), in AddPropertiesToVector()
53 Property( C2U( "LineDash" ), in AddPropertiesToVector()
61 Property( C2U( "LineDashName" ), in AddPropertiesToVector()
69 Property( C2U( "LineColor" ), in AddPropertiesToVector()
76 Property( C2U( "LineTransparence" ), in AddPropertiesToVector()
83 Property( C2U( "LineWidth" ), in AddPropertiesToVector()
90 Property( C2U( "LineJoint" ), in AddPropertiesToVector()
H A DErrorBar.cxx44 using ::com::sun::star::beans::Property;
63 ::std::vector< Property > & rOutProperties ) in lcl_AddPropertiesToVector()
66 Property( C2U( "ErrorBarStyle" ), in lcl_AddPropertiesToVector()
73 Property( C2U( "PositiveError" ), in lcl_AddPropertiesToVector()
79 Property( C2U( "NegativeError" ), in lcl_AddPropertiesToVector()
86 Property( C2U( "Weight" ), in lcl_AddPropertiesToVector()
93 Property( C2U( "ShowPositiveError" ), in lcl_AddPropertiesToVector()
99 Property( C2U( "ShowNegativeError" ), in lcl_AddPropertiesToVector()
141 uno::Sequence< Property > lcl_GetPropertySequence() in lcl_GetPropertySequence()
143 ::std::vector< ::com::sun::star::beans::Property > aProperties; in lcl_GetPropertySequence()
/aoo41x/main/ucbhelper/workben/myucp/
H A Dmyucp_contentcaps.cxx68 uno::Sequence< beans::Property > Content::getProperties( in getProperties()
91 static beans::Property aPropertyInfoTable[] = in getProperties()
96 beans::Property( in getProperties()
102 beans::Property( in getProperties()
108 beans::Property( in getProperties()
114 beans::Property( in getProperties()
129 beans::Property >( aPropertyInfoTable, PROPERTY_COUNT ); in getProperties()
177 static_cast< uno::Sequence< beans::Property > * >( 0 ) ) in getCommands()
/aoo41x/main/svl/source/items/
H A Ditemprop.cxx60 mutable uno::Sequence< beans::Property > m_aPropSeq;
112 uno::Sequence<beans::Property> SfxItemPropertyMap::getProperties() const in getProperties()
117 beans::Property* pPropArray = m_pImpl->m_aPropSeq.getArray(); in getProperties()
140 beans::Property SfxItemPropertyMap::getPropertyByName( const ::rtl::OUString rName ) const in getPropertyByName()
147 beans::Property aProp; in getPropertyByName()
168 const beans::Property* pPropArray = rPropSeq.getConstArray(); in mergeProperties()
417 Sequence< Property > SAL_CALL
442 Property SAL_CALL
462 const Sequence<Property>& rPropSeq ) : in SfxExtItemPropertySetInfo()
476 Sequence< Property > SAL_CALL
[all …]
/aoo41x/main/svx/source/table/
H A Dpropertyset.cxx59 void FastPropertySetInfo::addProperty( const Property& rProperty ) in addProperty()
75 const Property& rProperty = (*aIter++); in addProperties()
83 const Property& FastPropertySetInfo::getProperty( const OUString& aName ) throw (UnknownPropertyExc… in getProperty()
93 const Property* FastPropertySetInfo::hasProperty( const OUString& aName ) in hasProperty()
106 Sequence< Property > SAL_CALL FastPropertySetInfo::getProperties() throw (RuntimeException) in getProperties()
108 return Sequence< Property >( &maProperties[0], maProperties.size() ); in getProperties()
113 Property SAL_CALL FastPropertySetInfo::getPropertyByName( const OUString& aName ) throw (UnknownPro… in getPropertyByName()
201 const Property* pProperty = mxInfo->hasProperty( *pPropertyNames++ ); in setPropertyValues()
224 const Property* pProperty = mxInfo->hasProperty( *pPropertyNames++ ); in getPropertyValues()
/aoo41x/main/toolkit/source/controls/
H A Dgeometrycontrolmodel.cxx454 …typedef ::std::vector< ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property > > Prop…
507 struct PropertyNameLess : public ::std::binary_function< Property, Property, bool >
509 bool operator()( const Property& _rLHS, const Property& _rRHS ) in operator ()()
516 struct PropertyNameEqual : public ::std::unary_function< Property, bool >
521 bool operator()( const Property& _rLHS ) in operator ()()
535 Sequence< Property > aProps; in createArrayHelper()
539 Sequence< Property > aAggregateProps; in createArrayHelper()
550 const Property* pAggProps = aAggregateProps.getConstArray(); in createArrayHelper()
551 const Property* pAggPropsEnd = aAggregateProps.getConstArray() + aAggregateProps.getLength(); in createArrayHelper()
554 const Property* pProp = aProps.getConstArray(); in createArrayHelper()
[all …]
/aoo41x/main/xmloff/source/core/
H A DPropertySetMerger.cxx73 virtual Sequence< Property > SAL_CALL getProperties( ) throw(RuntimeException);
74 …virtual Property SAL_CALL getPropertyByName( const OUString& aName ) throw(UnknownPropertyExceptio…
219 Sequence< Property > SAL_CALL PropertySetMergerImpl::getProperties() throw(RuntimeException) in getProperties()
221 Sequence< Property > aProps1( mxPropSet1Info->getProperties() ); in getProperties()
222 const Property* pProps1 = aProps1.getArray(); in getProperties()
225 Sequence< Property > aProps2( mxPropSet1Info->getProperties() ); in getProperties()
226 const Property* pProps2 = aProps2.getArray(); in getProperties()
229 Sequence< Property > aProperties( nCount1 + nCount2 ); in getProperties()
233 Property* pProperties = aProperties.getArray(); in getProperties()
244 Property SAL_CALL PropertySetMergerImpl::getPropertyByName( const OUString& aName ) throw(UnknownPr… in getPropertyByName()
/aoo41x/main/sd/source/ui/unoidl/
H A DDrawController.cxx732 ::std::vector<beans::Property>& rProperties) in FillPropertyTable()
735 beans::Property( in FillPropertyTable()
741 beans::Property( in FillPropertyTable()
747 beans::Property( in FillPropertyTable()
768 beans::Property( OUString( RTL_CONSTASCII_USTRINGPARAM("ZoomValue") ), in FillPropertyTable()
773 beans::Property( OUString( RTL_CONSTASCII_USTRINGPARAM("ZoomType") ), in FillPropertyTable()
778 beans::Property( OUString( RTL_CONSTASCII_USTRINGPARAM("ViewOffset") ), in FillPropertyTable()
789 beans::Property( OUString( RTL_CONSTASCII_USTRINGPARAM("UpdateAcc") ), in FillPropertyTable()
794 beans::Property( OUString( RTL_CONSTASCII_USTRINGPARAM("PageChange") ), in FillPropertyTable()
809 ::std::vector<beans::Property> aProperties; in getInfoHelper()
[all …]

Completed in 211 milliseconds

12345678910>>...33