/trunk/main/wizards/com/sun/star/wizards/table/ |
H A D | FieldDescription.java | 44 private Vector aPropertyValues; field in FieldDescription 61 aPropertyValues = new Vector(); in FieldDescription() 78 aPropertyValues = new Vector(); in FieldDescription() 80 … aPropertyValues.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 D | unosett.cxx | 1483 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 D | shapeimporter.cxx | 296 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 D | eventsdocumenthandler.cxx | 488 …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 D | TDocSupplier.java | 144 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 D | passwordcontainer.cxx | 232 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 D | DialogDocument.java | 115 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 D | ImageControlSample.java | 142 PropertyValue[] aPropertyValues = new PropertyValue[1]; in getGraphic() local 146 aPropertyValues[0] = aPropertyValue; in getGraphic() 147 xGraphic = xGraphicProvider.queryGraphic(aPropertyValues); in getGraphic()
|
H A D | UnoDialogSample2.java | 82 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 D | propertybaghelper.cxx | 304 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 D | ucpext_content.cxx | 498 … 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 D | namedvaluecollection.cxx | 184 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 D | fontdialog.cxx | 483 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 D | bibconfig.cxx | 118 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 D | opropertybag.cxx | 444 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 D | StyleSheetTable.cxx | 283 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 D | XTolerantMultiPropertySet.idl | 81 @param aPropertyValues
|
/trunk/main/dbaccess/source/ui/browser/ |
H A D | unodatbr.cxx | 573 ::comphelper::NamedValueCollection aPropertyValues; in InitializeForm() 586 …aPropertyValues.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()
|