Home
last modified time | relevance | path

Searched refs:beans (Results 176 – 200 of 5272) sorted by relevance

12345678910>>...211

/trunk/main/sc/source/ui/unoobj/
H A Ddefltuno.cxx135 throw(beans::UnknownPropertyException, beans::PropertyVetoException, in setPropertyValue()
146 throw beans::UnknownPropertyException(); in setPropertyValue()
241 throw beans::UnknownPropertyException(); in getPropertyValue()
297 throw beans::UnknownPropertyException(); in SC_IMPL_DUMMY_PROPERTY_LISTENER()
299 beans::PropertyState eRet = beans::PropertyState_DEFAULT_VALUE; in SC_IMPL_DUMMY_PROPERTY_LISTENER()
307 eRet = beans::PropertyState_DIRECT_VALUE; in SC_IMPL_DUMMY_PROPERTY_LISTENER()
315 eRet = beans::PropertyState_DIRECT_VALUE; in SC_IMPL_DUMMY_PROPERTY_LISTENER()
323 throw(beans::UnknownPropertyException, uno::RuntimeException) in getPropertyStates()
330 beans::PropertyState* pStates = aRet.getArray(); in getPropertyStates()
346 throw beans::UnknownPropertyException(); in setPropertyToDefault()
[all …]
/trunk/main/svx/source/unodraw/
H A Dunoshape.cxx1493 Reference< beans::XPropertySetInfo > SAL_CALL
1506 Reference< beans::XPropertySetInfo > SAL_CALL
1772 throw beans::UnknownPropertyException(); in _setPropertyValue()
1775 throw beans::PropertyVetoException(); in _setPropertyValue()
1898 throw beans::UnknownPropertyException(); in _getPropertyValue()
1982 uno::Reference< beans::XPropertySet > xSet; in setPropertyValues()
2180 throw beans::UnknownPropertyException(); in _getPropertyState()
2182 beans::PropertyState eState; in _getPropertyState()
3181 throw beans::UnknownPropertyException(); in _setPropertyToDefault()
3214 throw beans::UnknownPropertyException(); in _getPropertyDefault()
[all …]
H A Dshapeimpl.hxx49 …tar::uno::Any& rValue ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star:…
50 …* pProperty, ::com::sun::star::uno::Any& rValue ) throw(::com::sun::star::beans::UnknownPropertyEx…
56 …tar::uno::Any& aValue ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star:…
70 …tar::uno::Any& rValue ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star:…
71 …* pProperty, ::com::sun::star::uno::Any& rValue ) throw(::com::sun::star::beans::UnknownPropertyEx…
77 …tar::uno::Any& aValue ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star:…
91 …tar::uno::Any& rValue ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star:…
92 …* pProperty, ::com::sun::star::uno::Any& rValue ) throw(::com::sun::star::beans::UnknownPropertyEx…
98 …tar::uno::Any& aValue ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star:…
111 …tar::uno::Any& rValue ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star:…
[all …]
/trunk/main/filter/inc/filter/msfilter/
H A Dmsocximex.hxx53 namespace beans{ namespace
183 com::sun::star::beans::XPropertySet > &rPropSet);
187 com::sun::star::beans::XPropertySet> &rPropSet);
464 com::sun::star::beans::XPropertySet>& rPropSet);
467 com::sun::star::beans::XPropertySet> &rPropSet,
471 com::sun::star::beans::XPropertySet> &rPropSet,
943 com::sun::star::beans::XPropertySet> &rPropSet,
947 com::sun::star::beans::XPropertySet> &rPropSet,
969 com::sun::star::beans::XPropertySet> &rPropSet,
973 com::sun::star::beans::XPropertySet> &rPropSet,
[all …]
/trunk/main/shell/source/backends/kde4be/
H A Dkde4backend.cxx80 css::lang::XServiceInfo, css::beans::XPropertySet >,
108 css::beans::UnknownPropertyException,
109 css::beans::PropertyVetoException,
116 css::beans::UnknownPropertyException,
123 css::beans::UnknownPropertyException, in addPropertyChangeListener()
131 css::beans::UnknownPropertyException, in removePropertyChangeListener()
139 css::beans::UnknownPropertyException, in addVetoableChangeListener()
147 css::beans::UnknownPropertyException, in removeVetoableChangeListener()
170 css::beans::UnknownPropertyException, css::beans::PropertyVetoException, in setPropertyValue()
215 : css::beans::Optional< css::uno::Any >()); in getPropertyValue()
[all …]
/trunk/main/shell/source/backends/kdebe/
H A Dkdebackend.cxx80 css::lang::XServiceInfo, css::beans::XPropertySet >,
108 css::beans::UnknownPropertyException,
109 css::beans::PropertyVetoException,
116 css::beans::UnknownPropertyException,
123 css::beans::UnknownPropertyException, in addPropertyChangeListener()
131 css::beans::UnknownPropertyException, in removePropertyChangeListener()
139 css::beans::UnknownPropertyException, in addVetoableChangeListener()
147 css::beans::UnknownPropertyException, in removeVetoableChangeListener()
170 css::beans::UnknownPropertyException, css::beans::PropertyVetoException, in setPropertyValue()
215 : css::beans::Optional< css::uno::Any >()); in getPropertyValue()
[all …]
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DDiagramWrapper.hxx122 throw (::com::sun::star::beans::PropertyVetoException,
148 ::com::sun::star::beans::XPropertySet > SAL_CALL getZAxis()
161 ::com::sun::star::beans::XPropertySet > SAL_CALL getXAxis()
180 ::com::sun::star::beans::XPropertySet > SAL_CALL getYAxis()
199 ::com::sun::star::beans::XPropertySet > SAL_CALL getUpBar()
210 ::com::sun::star::beans::XPropertySet > SAL_CALL getWall()
213 ::com::sun::star::beans::XPropertySet > SAL_CALL getFloor()
269 ::com::sun::star::beans::XPropertySet > m_xWall;
271 ::com::sun::star::beans::XPropertySet > m_xFloor;
276 ::com::sun::star::beans::XPropertySet > m_xUpBarWrapper;
[all …]
/trunk/main/comphelper/source/property/
H A Dpropstate.cxx44 using ::com::sun::star::beans::PropertyState_DEFAULT_VALUE;
45 using ::com::sun::star::beans::PropertyState_DIRECT_VALUE;
57 …aReturn = ::cppu::queryInterface(_rType, static_cast< ::com::sun::star::beans::XPropertyState*>(th… in queryInterface()
95 …sun::star::beans::PropertyState SAL_CALL OPropertyStateHelper::getPropertyState(const ::rtl::OUStr… in getPropertyState()
101 throw ::com::sun::star::beans::UnknownPropertyException(); in getPropertyState()
113 throw ::com::sun::star::beans::UnknownPropertyException(); in setPropertyToDefault()
125 throw ::com::sun::star::beans::UnknownPropertyException(); in getPropertyDefault()
134 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyState> aRet(nLen); in getPropertyStates()
135 ::com::sun::star::beans::PropertyState* pValues = aRet.getArray(); in getPropertyStates()
140 …::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property> aProps = rHelper.getProperties… in getPropertyStates()
[all …]
/trunk/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()
100 beans::PropertyAttribute::BOUND | beans::PropertyAttribute::READONLY in getProperties()
102 beans::Property( in getProperties()
106 beans::PropertyAttribute::BOUND | beans::PropertyAttribute::READONLY in getProperties()
108 beans::Property( in getProperties()
112 beans::PropertyAttribute::BOUND | beans::PropertyAttribute::READONLY in getProperties()
114 beans::Property( in getProperties()
118 beans::PropertyAttribute::BOUND in getProperties()
[all …]
/trunk/main/unotools/source/config/
H A Duseroptions.cxx777 css::beans::Property aProp; in IsTokenReadonly()
785 …bRet = ((aProp.Attributes & css::beans::PropertyAttribute::READONLY) == css::beans::PropertyAttrib… in IsTokenReadonly()
791 …bRet = ((aProp.Attributes & css::beans::PropertyAttribute::READONLY) == css::beans::PropertyAttrib… in IsTokenReadonly()
797 …bRet = ((aProp.Attributes & css::beans::PropertyAttribute::READONLY) == css::beans::PropertyAttrib… in IsTokenReadonly()
803 …bRet = ((aProp.Attributes & css::beans::PropertyAttribute::READONLY) == css::beans::PropertyAttrib… in IsTokenReadonly()
809 …bRet = ((aProp.Attributes & css::beans::PropertyAttribute::READONLY) == css::beans::PropertyAttrib… in IsTokenReadonly()
815 …bRet = ((aProp.Attributes & css::beans::PropertyAttribute::READONLY) == css::beans::PropertyAttrib… in IsTokenReadonly()
821 …bRet = ((aProp.Attributes & css::beans::PropertyAttribute::READONLY) == css::beans::PropertyAttrib… in IsTokenReadonly()
827 …bRet = ((aProp.Attributes & css::beans::PropertyAttribute::READONLY) == css::beans::PropertyAttrib… in IsTokenReadonly()
833 …bRet = ((aProp.Attributes & css::beans::PropertyAttribute::READONLY) == css::beans::PropertyAttrib… in IsTokenReadonly()
[all …]
/trunk/main/chart2/source/model/main/
H A DLegend.cxx46 using namespace ::com::sun::star::beans::PropertyAttribute;
52 using ::com::sun::star::beans::Property;
77 beans::PropertyAttribute::BOUND in lcl_AddPropertiesToVector()
84 beans::PropertyAttribute::BOUND in lcl_AddPropertiesToVector()
91 beans::PropertyAttribute::BOUND in lcl_AddPropertiesToVector()
97 beans::PropertyAttribute::BOUND in lcl_AddPropertiesToVector()
98 | beans::PropertyAttribute::MAYBEVOID )); in lcl_AddPropertiesToVector()
104 beans::PropertyAttribute::BOUND in lcl_AddPropertiesToVector()
105 | beans::PropertyAttribute::MAYBEVOID )); in lcl_AddPropertiesToVector()
111 beans::PropertyAttribute::BOUND in lcl_AddPropertiesToVector()
[all …]
/trunk/main/odk/examples/DevelopersGuide/Components/Addons/JobsAddon/
H A DAsyncJob.java31 import com.sun.star.beans.*;
100 com.sun.star.beans.NamedValue[] lGenericConfig = null; in executeAsync()
101 com.sun.star.beans.NamedValue[] lJobConfig = null; in executeAsync()
102 com.sun.star.beans.NamedValue[] lEnvironment = null; in executeAsync()
103 com.sun.star.beans.NamedValue[] lDynamicData = null; in executeAsync()
178 com.sun.star.beans.NamedValue aDeactivation = null; in executeAsync()
179 com.sun.star.beans.NamedValue aDispatchResult = null; in executeAsync()
180 com.sun.star.beans.NamedValue aSaveRequest = null; in executeAsync()
187 lJobConfig[0] = new com.sun.star.beans.NamedValue(); in executeAsync()
191 aSaveRequest = new com.sun.star.beans.NamedValue(); in executeAsync()
[all …]
/trunk/main/reportdesign/source/core/api/
H A DSection.cxx342 throw beans::UnknownPropertyException(); in checkNotPageHeaderFooter()
344 throw beans::UnknownPropertyException(); in checkNotPageHeaderFooter()
367 ::sal_Int16 SAL_CALL OSection::getNewRowOrCol() throw (beans::UnknownPropertyException, uno::Runtim… in getNewRowOrCol()
403 ::sal_Bool SAL_CALL OSection::getCanGrow() throw (beans::UnknownPropertyException, uno::RuntimeExce… in getCanGrow()
405 throw beans::UnknownPropertyException(); ///TODO: unsupported at the moment in getCanGrow()
410 throw beans::UnknownPropertyException(); ///TODO: unsupported at the moment in setCanGrow()
413 ::sal_Bool SAL_CALL OSection::getCanShrink() throw (beans::UnknownPropertyException, uno::RuntimeEx… in getCanShrink()
415 throw beans::UnknownPropertyException(); ///TODO: unsupported at the moment in getCanShrink()
420 throw beans::UnknownPropertyException(); ///TODO: unsupported at the moment in setCanShrink()
428 throw beans::UnknownPropertyException(); in getRepeatSection()
[all …]
/trunk/main/chart2/source/model/filter/
H A DXMLFilter.cxx98 const Sequence< beans::PropertyValue >& rMediaDescriptor, in lcl_getWriteStorage()
174 const Sequence< beans::PropertyValue >& rMediaDescriptor, in lcl_getReadStorage()
260 const Sequence< beans::PropertyValue >& aDescriptor ) in filter()
338 const Sequence< beans::PropertyValue > & rMediaDescriptor ) in impl_Import()
412 uno::Reference< beans::XPropertySet > xImportInfo( in impl_Import()
493 uno::Reference< beans::XPropertySet >& xImportInfo ) in impl_ImportStream()
552 beans::NamedValue aValue; in impl_ImportStream()
650 beans::NamedValue aValue; in impl_Export()
673 uno::Reference< beans::XPropertySet > xInfoSet; in impl_Export()
797 uno::Reference< beans::XPropertySet > xInfoSet; in impl_ExportStream()
[all …]
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/
H A DOOoBean.java24 package com.sun.star.comp.beans;
540 final com.sun.star.beans.PropertyValue aArguments[] ) in loadFromURL()
649 com.sun.star.beans.PropertyValue aArgs[] = in loadFromURL()
719 final com.sun.star.beans.PropertyValue aArguments[] ) in loadFromStream()
770 final com.sun.star.beans.PropertyValue aArguments[] ) in loadFromByteArray()
823 final com.sun.star.beans.PropertyValue aArguments[] ) in storeToURL()
860 final com.sun.star.beans.PropertyValue aArguments[] ) in storeToStream()
1094 com.sun.star.beans.XPropertySet xPropSet = in setToolVisible()
1096 com.sun.star.beans.XPropertySet.class, aFrame ); in setToolVisible()
1345 com.sun.star.beans.PropertyValue aArguments[], in addArgument()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/forms/
H A Dcom.sun.star.comp.forms.OFormattedFieldWrapper.csv50 "OFormattedFieldWrapper";"com::sun::star::beans::XMultiPropertySet";"getPropertySetInfo()"
51 "OFormattedFieldWrapper";"com::sun::star::beans::XMultiPropertySet";"setPropertyValues()"
52 "OFormattedFieldWrapper";"com::sun::star::beans::XMultiPropertySet";"getPropertyValues()"
71 "OFormattedFieldWrapper";"com::sun::star::beans::XPropertyContainer#optional";"addProperty()"
73 "OFormattedFieldWrapper";"com::sun::star::beans::XPropertySet";"getPropertySetInfo()"
74 "OFormattedFieldWrapper";"com::sun::star::beans::XPropertySet";"setPropertyValue()"
75 "OFormattedFieldWrapper";"com::sun::star::beans::XPropertySet";"getPropertyValue()"
76 "OFormattedFieldWrapper";"com::sun::star::beans::XPropertySet";"addPropertyChangeListener()"
77 "OFormattedFieldWrapper";"com::sun::star::beans::XPropertySet";"removePropertyChangeListener()"
78 "OFormattedFieldWrapper";"com::sun::star::beans::XPropertySet";"addVetoableChangeListener()"
[all …]
/trunk/main/sw/inc/
H A Dunoidx.hxx53 , ::com::sun::star::beans::XPropertySet
125 throw (::com::sun::star::beans::UnknownPropertyException,
126 ::com::sun::star::beans::PropertyVetoException,
132 throw (::com::sun::star::beans::UnknownPropertyException,
139 throw (::com::sun::star::beans::UnknownPropertyException,
146 throw (::com::sun::star::beans::UnknownPropertyException,
153 throw (::com::sun::star::beans::UnknownPropertyException,
160 throw (::com::sun::star::beans::UnknownPropertyException,
195 , ::com::sun::star::beans::XPropertySet
260 throw (::com::sun::star::beans::UnknownPropertyException,
[all …]
H A Dunofield.hxx50 ::com::sun::star::beans::XPropertySet,
93 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL get…
96 …tar::uno::Reference< ::com::sun::star::beans::XPropertyChangeListener >& xListener ) throw(::com::…
97 …tar::uno::Reference< ::com::sun::star::beans::XPropertyChangeListener >& aListener ) throw(::com::…
98 …tar::uno::Reference< ::com::sun::star::beans::XVetoableChangeListener >& aListener ) throw(::com::…
99 …tar::uno::Reference< ::com::sun::star::beans::XVetoableChangeListener >& aListener ) throw(::com::…
126 ::com::sun::star::beans::XPropertySet,
184 …tar::uno::Reference< ::com::sun::star::beans::XPropertyChangeListener >& xListener ) throw(::com::…
185 …tar::uno::Reference< ::com::sun::star::beans::XPropertyChangeListener >& aListener ) throw(::com::…
186 …tar::uno::Reference< ::com::sun::star::beans::XVetoableChangeListener >& aListener ) throw(::com::…
[all …]
/trunk/main/sc/inc/
H A Dafmtuno.hxx136 ::com::sun::star::beans::XPropertySet,
184 throw(::com::sun::star::beans::UnknownPropertyException,
185 ::com::sun::star::beans::PropertyVetoException,
191 throw(::com::sun::star::beans::UnknownPropertyException,
197 throw(::com::sun::star::beans::UnknownPropertyException,
203 throw(::com::sun::star::beans::UnknownPropertyException,
209 throw(::com::sun::star::beans::UnknownPropertyException,
215 throw(::com::sun::star::beans::UnknownPropertyException,
239 ::com::sun::star::beans::XPropertySet,
260 throw(::com::sun::star::beans::UnknownPropertyException,
[all …]
/trunk/main/shell/source/backends/desktopbe/
H A Ddesktopbackend.cxx79 css::lang::XServiceInfo, css::beans::XPropertySet >,
102 { return css::uno::Reference< css::beans::XPropertySetInfo >(); } in getPropertySetInfo()
107 css::beans::UnknownPropertyException,
108 css::beans::PropertyVetoException,
115 css::beans::UnknownPropertyException,
122 css::beans::UnknownPropertyException, in addPropertyChangeListener()
130 css::beans::UnknownPropertyException, in removePropertyChangeListener()
138 css::beans::UnknownPropertyException, in addVetoableChangeListener()
146 css::beans::UnknownPropertyException, in removeVetoableChangeListener()
153 css::beans::UnknownPropertyException, css::beans::PropertyVetoException, in setPropertyValue()
[all …]
/trunk/main/chart2/source/tools/
H A DErrorBar.cxx44 using ::com::sun::star::beans::Property;
69 beans::PropertyAttribute::BOUND in lcl_AddPropertiesToVector()
70 | beans::PropertyAttribute::MAYBEDEFAULT )); in lcl_AddPropertiesToVector()
76 beans::PropertyAttribute::BOUND in lcl_AddPropertiesToVector()
77 | beans::PropertyAttribute::MAYBEDEFAULT )); in lcl_AddPropertiesToVector()
82 beans::PropertyAttribute::BOUND in lcl_AddPropertiesToVector()
89 beans::PropertyAttribute::BOUND in lcl_AddPropertiesToVector()
96 beans::PropertyAttribute::BOUND in lcl_AddPropertiesToVector()
102 beans::PropertyAttribute::BOUND in lcl_AddPropertiesToVector()
161 uno::Reference< beans::XPropertySetInfo >* operator()() in operator ()()
[all …]
/trunk/main/configmgr/source/
H A Daccess.cxx257 static_cast< css::beans::XExactName * >(this), in queryInterface()
260 static_cast< css::beans::XProperty * >(this), in queryInterface()
1216 throw css::beans::UnknownPropertyException( in getPropertyByName()
1366 css::beans::UnknownPropertyException, css::beans::PropertyVetoException, in setPropertyValue()
1400 throw css::beans::UnknownPropertyException( in getPropertyValue()
1642 css::beans::UnknownPropertyException, css::beans::PropertyVetoException, in setHierarchicalPropertyValue()
1676 css::beans::UnknownPropertyException, in getHierarchicalPropertyValue()
1684 throw css::beans::UnknownPropertyException( in getHierarchicalPropertyValue()
2085 css::beans::Property Access::asProperty() { in asProperty()
2130 return css::beans::Property( in asProperty()
[all …]
/trunk/main/comphelper/source/misc/
H A Dmimeconfighelper.cxx135 beans::PropertyValue aPathProp; in GetConfigurationByPath()
214 uno::Sequence< beans::PropertyValue > aData; in GetFilterFlags()
239 uno::Sequence< beans::PropertyValue > aFilterData; in GetDocServiceNameFromFilter()
332 uno::Sequence< beans::NamedValue > aResult; in GetObjPropsFromConfigEntry()
399 uno::Sequence< beans::NamedValue > aObjProps; in GetObjectPropsByStringClassID()
434 uno::Sequence< beans::NamedValue > aObjProps; in GetObjectPropsByClassID()
465 uno::Sequence< beans::NamedValue > aObject = in GetObjectPropsByMediaType()
474 return uno::Sequence< beans::NamedValue >(); in GetObjectPropsByMediaType()
484 return uno::Sequence< beans::NamedValue >(); in GetObjectPropsByFilter()
518 return uno::Sequence< beans::NamedValue >(); in GetObjectPropsByDocumentName()
[all …]
/trunk/main/sc/source/ui/vba/
H A Dvbavalidation.cxx53 uno::Reference< beans::XPropertySet > xRangeProps( xRange, uno::UNO_QUERY_THROW ); in lcl_setValidationProps()
57 uno::Reference< beans::XPropertySet >
60 uno::Reference< beans::XPropertySet > xProps( xRange, uno::UNO_QUERY_THROW ); in lcl_getValidationProps()
61 uno::Reference< beans::XPropertySet > xValProps; in lcl_getValidationProps()
69 uno::Reference< beans::XPropertySet > xProps( lcl_getValidationProps( m_xRange ) ); in getIgnoreBlank()
78 uno::Reference< beans::XPropertySet > xProps( lcl_getValidationProps( m_xRange ) ); in setIgnoreBlank()
86 uno::Reference< beans::XPropertySet > xProps = lcl_getValidationProps( m_xRange ); in getInCellDropdown()
98 uno::Reference< beans::XPropertySet > xProps( lcl_getValidationProps(m_xRange) ); in setInCellDropdown()
106 uno::Reference< beans::XPropertySet > xProps = lcl_getValidationProps( m_xRange ); in getShowInput()
115 uno::Reference< beans::XPropertySet > xProps( lcl_getValidationProps(m_xRange) ); in setShowInput()
[all …]
/trunk/main/embeddedobj/source/commonembedding/
H A Dxfactory.cxx179 const uno::Sequence< beans::PropertyValue >& aMediaDescr, in createInstanceInitFromMediaDescriptor()
180 const uno::Sequence< beans::PropertyValue >& lObjArgs ) in createInstanceInitFromMediaDescriptor()
198 uno::Sequence< beans::PropertyValue > aTempMedDescr( aMediaDescr ); in createInstanceInitFromMediaDescriptor()
245 const uno::Sequence< beans::PropertyValue >& lObjArgs ) in createInstanceInitNew()
284 uno::Sequence< beans::PropertyValue >(), in createInstanceInitNew()
297 const uno::Sequence< beans::PropertyValue >& lArguments, in createInstanceUserInit()
298 const uno::Sequence< beans::PropertyValue >& lObjArgs ) in createInstanceUserInit()
321 uno::Sequence< beans::PropertyValue > aTempMedDescr( lArguments ); in createInstanceUserInit()
358 const uno::Sequence< beans::PropertyValue >& lObjArgs ) in createInstanceLink()
529 const uno::Sequence< beans::PropertyValue >& /*lArguments*/, in createInstanceUserInit()
[all …]

Completed in 163 milliseconds

12345678910>>...211