Home
last modified time | relevance | path

Searched refs:aPropertyValues (Results 1 – 18 of 18) sorted by relevance

/trunk/main/wizards/com/sun/star/wizards/table/
H A DFieldDescription.java44 private Vector aPropertyValues; field in FieldDescription
61 aPropertyValues = new Vector(); in FieldDescription()
78 aPropertyValues = new Vector(); in FieldDescription()
80aPropertyValues.addElement(Properties.createProperty(PropertyNames.PROPERTY_NAME, _fieldname)); in FieldDescription()
81 aPropertyValues.addElement(Properties.createProperty("Type", Type)); in FieldDescription()
86 for (int i = 0; i < aPropertyValues.size(); i++) in setName()
88 PropertyValue aPropertyValue = (PropertyValue) aPropertyValues.get(i); in setName()
92 aPropertyValues.set(i, aPropertyValue); in setName()
165 if (aPropertyValues != null) in getPropertyValues()
167 PropertyValue[] aProperties = new PropertyValue[aPropertyValues.size()]; in getPropertyValues()
[all …]
/trunk/main/sw/source/core/unocore/
H A Dunosett.cxx1483 aPropertyValues.Insert(pData, aPropertyValues.Count()); in GetNumberingRuleByIndex()
1488 aPropertyValues.Insert(pData, aPropertyValues.Count()); in GetNumberingRuleByIndex()
1493 aPropertyValues.Insert(pData, aPropertyValues.Count()); in GetNumberingRuleByIndex()
1498 aPropertyValues.Insert(pData, aPropertyValues.Count()); in GetNumberingRuleByIndex()
1514 aPropertyValues.Insert(pData, aPropertyValues.Count()); in GetNumberingRuleByIndex()
1519 aPropertyValues.Insert(pData, aPropertyValues.Count()); in GetNumberingRuleByIndex()
1596 aPropertyValues.Insert(pData, aPropertyValues.Count()); in GetNumberingRuleByIndex()
1605 aPropertyValues.Insert(pData, aPropertyValues.Count()); in GetNumberingRuleByIndex()
1612 aPropertyValues.Insert(pData, aPropertyValues.Count()); in GetNumberingRuleByIndex()
1711 aPropertyValues.Insert(pData, aPropertyValues.Count()); in GetNumberingRuleByIndex()
[all …]
/trunk/main/slideshow/source/engine/shapes/
H A Dshapeimporter.cxx296 static const char* aPropertyValues[] = in createShape() local
309 aPropertyValues, in createShape()
310 sizeof(aPropertyValues)/sizeof(*aPropertyValues), in createShape()
317 static const char* aPropertyValues[] = in createShape() local
332 aPropertyValues, in createShape()
333 sizeof(aPropertyValues)/sizeof(*aPropertyValues), in createShape()
/trunk/main/framework/source/fwe/xml/
H A Deventsdocumenthandler.cxx488 …eEvent( const ::rtl::OUString& aEventName, const Sequence< PropertyValue >& aPropertyValues ) throw in WriteEvent() argument
491 if ( aPropertyValues.getLength() > 0 ) in WriteEvent()
519 for ( int i = 0; i < aPropertyValues.getLength(); i++ ) in WriteEvent()
521 aPropertyValues[i].Value >>= aValue; in WriteEvent()
522 if ( aPropertyValues[i].Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( PROP_EVENT_TYPE ))) in WriteEvent()
524 else if ( aPropertyValues[i].Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( PROP_MACRO_NAME )) && in WriteEvent()
527 else if ( aPropertyValues[i].Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( PROP_LIBRARY )) && in WriteEvent()
530 else if ( aPropertyValues[i].Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( PROP_SCRIPT ))) in WriteEvent()
/trunk/main/odk/examples/java/Inspector/
H A DTDocSupplier.java144 PropertyValue[] aPropertyValues = new PropertyValue[1]; in openEmptyDocument() local
145 aPropertyValues[0] = new PropertyValue(); in openEmptyDocument()
146 aPropertyValues[0].Name = "Hidden"; in openEmptyDocument()
147 aPropertyValues[0].Value = Boolean.TRUE; in openEmptyDocument()
150 return xCL.loadComponentFromURL(_sUrl, "_default", 0, aPropertyValues); in openEmptyDocument()
/trunk/main/svl/source/passwordcontainer/
H A Dpasswordcontainer.cxx232 Sequence< Any > aPropertyValues = ConfigItem::GetProperties( aPropNames ); in getInfo() local
234 if( aPropertyValues.getLength() != aNodeNames.getLength() ) in getInfo()
236 … OSL_ENSURE( aPropertyValues.getLength() == aNodeNames.getLength(), "Problems during reading\n" ); in getInfo()
250 aPropertyValues[aNodeInd] >>= aEPasswd; in getInfo()
292 Sequence< Any > aPropertyValues = ConfigItem::GetProperties( aNodeNames ); in useStorage() local
294 if( aPropertyValues.getLength() != aNodeNames.getLength() ) in useStorage()
301 aPropertyValues[0] >>= aResult; in useStorage()
320 Sequence< Any > aPropertyValues = ConfigItem::GetProperties( aNodeNames ); in getEncodedMP() local
322 if( aPropertyValues.getLength() != aNodeNames.getLength() ) in getEncodedMP()
328 aPropertyValues[0] >>= hasEncoded; in getEncodedMP()
[all …]
/trunk/main/odk/examples/DevelopersGuide/GUI/
H A DDialogDocument.java115 PropertyValue[] aPropertyValues = new PropertyValue[2]; in showDocumentinDialogWindow() local
119 aPropertyValues[0] = aPropertyValue; in showDocumentinDialogWindow()
123 aPropertyValues[1] = aPropertyValue; in showDocumentinDialogWindow()
124 xComponentLoader.loadComponentFromURL(_sUrl, "_self", 0, aPropertyValues); in showDocumentinDialogWindow()
H A DImageControlSample.java142 PropertyValue[] aPropertyValues = new PropertyValue[1]; in getGraphic() local
146 aPropertyValues[0] = aPropertyValue; in getGraphic()
147 xGraphic = xGraphicProvider.queryGraphic(aPropertyValues); in getGraphic()
H A DUnoDialogSample2.java82 PropertyValue[] aPropertyValues = new PropertyValue[]{}; in main() local
86 …entLoader.loadComponentFromURL("private:factory/swriter", "_default", 0, aPropertyValues); in main()
/trunk/main/forms/source/component/
H A Dpropertybaghelper.cxx304 Sequence< PropertyValue > aPropertyValues( aValues.getLength() ); in getPropertyValues() local
305 PropertyValue* pPropertyValue = aPropertyValues.getArray(); in getPropertyValues()
316 return aPropertyValues; in getPropertyValues()
/trunk/main/ucb/source/ucp/ext/
H A Ducpext_content.cxx498 … const Sequence< Any > aPropertyValues = aRequestedContent.getPropertyValues( aPropertyNames ); in getPropertyValues() local
501 for ( const Any* value = aPropertyValues.getConstArray(); in getPropertyValues()
502 value != aPropertyValues.getConstArray() + aPropertyValues.getLength(); in getPropertyValues()
/trunk/main/comphelper/source/misc/
H A Dnamedvaluecollection.cxx184 Sequence< PropertyValue > aPropertyValues; in impl_assign() local
190 else if ( i_rWrappedElements >>= aPropertyValues ) in impl_assign()
191 impl_assign( aPropertyValues ); in impl_assign()
/trunk/main/extensions/source/propctrlr/
H A Dfontdialog.cxx483 Sequence< NamedValue > aPropertyValues; in translateItemsToProperties() local
484 translateItemsToProperties( _rSet, aPropertyValues ); in translateItemsToProperties()
487 const NamedValue* propertyValue = aPropertyValues.getConstArray(); in translateItemsToProperties()
488 const NamedValue* propertyValueEnd = propertyValue + aPropertyValues.getLength(); in translateItemsToProperties()
/trunk/main/extensions/source/bibliography/
H A Dbibconfig.cxx118 const Sequence<Any> aPropertyValues = GetProperties( aPropertyNames ); in BibConfig() local
119 const Any* pValues = aPropertyValues.getConstArray(); in BibConfig()
120 if(aPropertyValues.getLength() == aPropertyNames.getLength()) in BibConfig()
/trunk/main/comphelper/source/property/
H A Dopropertybag.cxx444 Sequence< PropertyValue > aPropertyValues( aNames.getLength() ); in getPropertyValues() local
448 PropertyValue* pPropertyValue = aPropertyValues.getArray(); in getPropertyValues()
458 return aPropertyValues; in getPropertyValues()
/trunk/main/writerfilter/source/dmapper/
H A DStyleSheetTable.cxx283 PropertyValueVector_t aPropertyValues; member
287 aPropertyValues( rPropertyValues ) in ListCharStylePropertyMap_t()
337 if( aListVectorIter->aPropertyValues.size() == rPropValues.size() ) in HasListCharStyle()
346 … PropertyValueVector_t::const_iterator aList2Iter = aListVectorIter->aPropertyValues.begin(); in HasListCharStyle()
347 while( aList2Iter != aListVectorIter->aPropertyValues.end() && !bBreak ) in HasListCharStyle()
/trunk/main/udkapi/com/sun/star/beans/
H A DXTolerantMultiPropertySet.idl81 @param aPropertyValues
/trunk/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx573 ::comphelper::NamedValueCollection aPropertyValues; in InitializeForm()
586aPropertyValues.put( aTransferProperties[i], pData->xObjectProperties->getPropertyValue( aTransfer… in InitializeForm()
589 const ::std::vector< ::rtl::OUString > aNames( aPropertyValues.getNames() ); in InitializeForm()
594 …form( aNames.begin(), aNames.end(), aPropValues.getArray(), SelectValueByName( aPropertyValues ) ); in InitializeForm()

Completed in 106 milliseconds