Home
last modified time | relevance | path

Searched refs:aProperties (Results 76 – 100 of 192) sorted by relevance

12345678

/trunk/main/chart2/source/model/template/
H A DScatterChartTypeTemplate.cxx124 ::std::vector< ::com::sun::star::beans::Property > aProperties; in lcl_GetPropertySequence()
125 lcl_AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
127 ::std::sort( aProperties.begin(), aProperties.end(), in lcl_GetPropertySequence()
130 return ::chart::ContainerHelper::ContainerToSequence( aProperties ); in lcl_GetPropertySequence()
H A DColumnLineChartTypeTemplate.cxx105 ::std::vector< ::com::sun::star::beans::Property > aProperties; in lcl_GetPropertySequence()
106 lcl_AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
108 ::std::sort( aProperties.begin(), aProperties.end(), in lcl_GetPropertySequence()
111 return ::chart::ContainerHelper::ContainerToSequence( aProperties ); in lcl_GetPropertySequence()
H A DStockChartTypeTemplate.cxx135 ::std::vector< ::com::sun::star::beans::Property > aProperties; in lcl_GetPropertySequence()
136 lcl_AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
138 ::std::sort( aProperties.begin(), aProperties.end(), in lcl_GetPropertySequence()
141 return ::chart::ContainerHelper::ContainerToSequence( aProperties ); in lcl_GetPropertySequence()
H A DPieChartTypeTemplate.cxx132 ::std::vector< ::com::sun::star::beans::Property > aProperties; in lcl_GetPropertySequence()
133 lcl_AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
135 ::std::sort( aProperties.begin(), aProperties.end(), in lcl_GetPropertySequence()
138 return ::chart::ContainerHelper::ContainerToSequence( aProperties ); in lcl_GetPropertySequence()
/trunk/main/chart2/source/tools/
H A DRegressionCurveModel.cxx92 ::std::vector< ::com::sun::star::beans::Property > aProperties; in lcl_GetPropertySequence()
93 ::chart::LineProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
95 ::std::sort( aProperties.begin(), aProperties.end(), in lcl_GetPropertySequence()
98 return ::chart::ContainerHelper::ContainerToSequence( aProperties ); in lcl_GetPropertySequence()
/trunk/main/odk/examples/java/Inspector/
H A DIntrospector.java249 …Property[] aProperties = xIntrospectionAccess.getProperties(com.sun.star.beans.PropertyConcept.ATT… in getProperties() local
250 return aProperties; in getProperties()
261 Property[] aProperties = getProperties(_oUnoObject); in getProperties() local
262 List aListOfProperties = java.util.Arrays.asList(aProperties); in getProperties()
264 if (aProperties != null){ in getProperties()
266 for (int i = aProperties.length - 1; i >= 0; i--){ in getProperties()
267 … if (!hasByName(xPropertyTypeDescriptions, _sServiceName + "." + aProperties[i].Name)){ in getProperties()
/trunk/main/sd/source/core/
H A DCustomAnimationPreset.cxx217 String aProperties( maProperty ); in getProperties() local
218 sal_uInt16 nTokens = aProperties.GetTokenCount(); in getProperties()
222 aPropertyList.push_back( aProperties.GetToken( nToken ) ); in getProperties()
230 String aProperties( maProperty ); in hasProperty() local
232 sal_uInt16 nTokens = aProperties.GetTokenCount(); in hasProperty()
236 if( aProperties.GetToken( nToken ) == aProperty ) in hasProperty()
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DDiagramWrapper.cxx442 ::std::vector< ::com::sun::star::beans::Property > aProperties; in lcl_GetPropertySequence()
443 lcl_AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
444 ::chart::LineProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
445 ::chart::FillProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
447 ::chart::SceneProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
448 WrappedStatisticProperties::addProperties( aProperties ); in lcl_GetPropertySequence()
449 WrappedSymbolProperties::addProperties( aProperties ); in lcl_GetPropertySequence()
450 WrappedDataCaptionProperties::addProperties( aProperties ); in lcl_GetPropertySequence()
451 WrappedSplineProperties::addProperties( aProperties ); in lcl_GetPropertySequence()
452 WrappedStockProperties::addProperties( aProperties ); in lcl_GetPropertySequence()
[all …]
/trunk/main/extensions/source/propctrlr/
H A Dgenericpropertyhandler.cxx547 Sequence< Property > aProperties; in impl_ensurePropertyMap() local
549 aProperties = xPSI->getProperties(); in impl_ensurePropertyMap()
550 …DBG_ASSERT( aProperties.getLength(), "GenericPropertyHandler::getSupportedProperties: no propertie… in impl_ensurePropertyMap()
552 for ( const Property* pProperties = aProperties.getConstArray(); in impl_ensurePropertyMap()
553 pProperties != aProperties.getConstArray() + aProperties.getLength(); in impl_ensurePropertyMap()
H A Dxsddatatypes.cxx213 Sequence< Property > aProperties( xSourceInfo->getProperties() ); in lcl_copyProperties() local
214 const Property* pProperties = aProperties.getConstArray(); in lcl_copyProperties()
215 const Property* pPropertiesEnd = pProperties + aProperties.getLength(); in lcl_copyProperties()
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DExampleDataPilotSource.java50 private com.sun.star.beans.Property[] aProperties; field in ExamplePropertySetInfo
54 aProperties = aProps; in ExamplePropertySetInfo()
59 return aProperties; in getProperties()
65 for ( int i=0; i<aProperties.length; i++ ) in getPropertyByName()
66 if ( aProperties[i].Name.equals( aName ) ) in getPropertyByName()
67 return aProperties[i]; in getPropertyByName()
73 for ( int i=0; i<aProperties.length; i++ ) in hasPropertyByName()
74 if ( aProperties[i].Name.equals( aName ) ) in hasPropertyByName()
/trunk/main/dbaccess/source/core/misc/
H A DContainerMediator.cxx253 Sequence< Property > aProperties( xPSI->getProperties() ); in notifyElementCreated() local
254 const Property* property = aProperties.getConstArray(); in notifyElementCreated()
255 const Property* propertyEnd = aProperties.getConstArray() + aProperties.getLength(); in notifyElementCreated()
/trunk/main/cui/source/options/
H A Dcfgchart.cxx198 uno::Sequence< uno::Any > aProperties( aNames.getLength()); in RetrieveOptions() local
199 aProperties = GetProperties( aNames ); in RetrieveOptions()
201 if( aProperties.getLength() == aNames.getLength()) in RetrieveOptions()
206 aProperties[ 0 ] >>= aColorSeq; in RetrieveOptions()
/trunk/main/offapi/com/sun/star/linguistic2/
H A DXSpellChecker.idl80 @param aProperties
90 [in] com::sun::star::beans::PropertyValues aProperties )
111 @param aProperties
123 [in] com::sun::star::beans::PropertyValues aProperties )
/trunk/main/forms/source/xforms/
H A Dunohelper.cxx73 Sequence<Property> aProperties = in copy() local
75 sal_Int32 nProperties = aProperties.getLength(); in copy()
76 const Property* pProperties = aProperties.getConstArray(); in copy()
/trunk/main/odk/examples/DevelopersGuide/GUI/
H A DUnoDialogSample2.java174 …Property[] aProperties = m_xIntrospectionAccess.getProperties(com.sun.star.beans.PropertyConcept.A… in getPropertyNames() local
175 sPropertyNames = new String[aProperties.length]; in getPropertyNames()
176 for (int i = 0; i < aProperties.length; i++){ in getPropertyNames()
177 sPropertyNames[i] = aProperties[i].Name; in getPropertyNames()
/trunk/main/fpicker/source/office/
H A DOfficeControlAccess.cxx153 static const ControlProperty aProperties[] = { variable
165 static const int s_nPropertyCount = sizeof( aProperties ) / sizeof( aProperties[0] );
167 static ControlPropertyIterator s_pProperties = aProperties;
168 static ControlPropertyIterator s_pPropertiesEnd = aProperties + s_nPropertyCount;
/trunk/main/svx/source/form/
H A Dxfm_addcondition.cxx164 Sequence< Property > aProperties; in createArrayHelper() local
165 describeProperties( aProperties ); in createArrayHelper()
166 return new ::cppu::OPropertyArrayHelper( aProperties ); in createArrayHelper()
H A Ddataaccessdescriptor.cxx160 Sequence< Property > aProperties = xPropInfo->getProperties(); in buildFrom() local
161 const Property* pProperty = aProperties.getConstArray(); in buildFrom()
162 const Property* pPropertyEnd = pProperty + aProperties.getLength(); in buildFrom()
164 Sequence< PropertyValue > aValues(aProperties.getLength()); in buildFrom()
/trunk/main/dbaccess/source/ui/dlg/
H A DDriverSettings.cxx61 … const ::comphelper::NamedValueCollection& aProperties = aDriverConfig.getProperties(_sURLPrefix); in getSupportedIndirectSettings() local
65 aProperties >>= aNamedValues; in getSupportedIndirectSettings()
109 if ( aProperties.has(pProps->second) ) in getSupportedIndirectSettings()
/trunk/main/sc/source/core/tool/
H A Dunitconv.cxx135 Sequence<Any> aProperties = aConfigItem.GetProperties(aValNames); in ScUnitConverter() local
137 if (aProperties.getLength() == aValNames.getLength()) in ScUnitConverter()
139 const Any* pProperties = aProperties.getConstArray(); in ScUnitConverter()
/trunk/main/toolkit/test/accessibility/
H A DInformationWriter.java430 Property[] aProperties = xInfo.getProperties (); in showProperties() local
431 int n = aProperties.length; in showProperties()
433 MessageArea.println (i + " : " + aProperties[i].Name +", " + aProperties[i].Type); in showProperties()
/trunk/main/accessibility/workben/org/openoffice/accessibility/misc/
H A DInformationWriter.java434 Property[] aProperties = xInfo.getProperties (); in showProperties() local
435 int n = aProperties.length; in showProperties()
437 maOut.println (i + " : " + aProperties[i].Name +", " + aProperties[i].Type); in showProperties()
/trunk/main/editeng/source/accessibility/
H A DAccessibleEditableTextPara.cxx2795 uno::Sequence< beans::Property > aProperties; in getDefaultAttributes() local
2800 aProperties.realloc( nLenReqAttr ); in getDefaultAttributes()
2801 beans::Property *pProperties = aProperties.getArray(); in getDefaultAttributes()
2816 aProperties.realloc( nCurLen ); in getDefaultAttributes()
2819 aProperties = xPropSetInfo->getProperties(); in getDefaultAttributes()
2821 sal_Int32 nLength = aProperties.getLength(); in getDefaultAttributes()
2897 uno::Sequence< beans::Property > aProperties; in getRunAttributes() local
2902 aProperties.realloc( nLenReqAttr ); in getRunAttributes()
2918 aProperties.realloc( nCurLen ); in getRunAttributes()
2921 aProperties = xPropSetInfo->getProperties(); in getRunAttributes()
[all …]
/trunk/main/wizards/com/sun/star/wizards/table/
H A DFieldDescription.java167 PropertyValue[] aProperties = new PropertyValue[aPropertyValues.size()]; in getPropertyValues() local
168 aPropertyValues.toArray(aProperties); in getPropertyValues()
169 return aProperties; in getPropertyValues()

Completed in 140 milliseconds

12345678