Searched refs:propertyNames (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/ucb/source/ucp/webdav/ |
H A D | ContentProperties.cxx | 220 std::vector< rtl::OUString > & propertyNames, in UCBNamesToDAVNames() 260 propertyNames.push_back( DAVProperties::CREATIONDATE ); in UCBNamesToDAVNames() 271 propertyNames.push_back( in UCBNamesToDAVNames() 283 propertyNames.push_back( in UCBNamesToDAVNames() 295 propertyNames.push_back( in UCBNamesToDAVNames() 320 propertyNames.push_back( rProp.Name ); in UCBNamesToDAVNames() 329 std::vector< rtl::OUString > & propertyNames, in UCBNamesToHTTPNames() 350 propertyNames.push_back( in UCBNamesToHTTPNames() 356 propertyNames.push_back( in UCBNamesToHTTPNames() 362 propertyNames.push_back( in UCBNamesToHTTPNames() [all …]
|
H A D | webdavdatasupplier.cxx | 357 std::vector< rtl::OUString > propertyNames; in getData() local 359 getResultSet()->getProperties(), propertyNames ); in getData() 366 = propertyNames.begin(); in getData() 368 = propertyNames.end(); in getData() 379 propertyNames.push_back( DAVProperties::RESOURCETYPE ); in getData() 388 propertyNames, in getData()
|
/aoo41x/main/qadevOOo/tests/java/ifc/beans/ |
H A D | _XTolerantMultiPropertySet.java | 298 protected Object[] getPropertyValues(String[] propertyNames) { in getPropertyValues() argument 299 Object[] values = new Object[propertyNames.length]; in getPropertyValues() 301 for (int i = 0; i < propertyNames.length; i++) { in getPropertyValues() 303 values[i] = PS.getPropertyValue(propertyNames[i]); in getPropertyValues()
|
/aoo41x/main/qadevOOo/runner/util/db/ |
H A D | DataSource.java | 61 String[] propertyNames = new String[] { in DataSource() local 65 m_properties.setPropertyValue( propertyNames[i], descriptorProperties[i] ); in DataSource()
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/ |
H A D | TextRawReportTarget.java | 638 final ArrayList propertyNames = new ArrayList(); in startOther() local 643 propertyNames.add(KEEP_TOGETHER); in startOther() 647 propertyNames.add(KEEP_WITH_NEXT); in startOther() 652 propertyNames.add(KEEP_WITH_NEXT); in startOther() 655 …n(), OfficeToken.PARAGRAPH, PARAGRAPH_PROPERTIES, propertyNameSpaces, propertyNames, propertyValue… in startOther()
|
/aoo41x/main/l10ntools/java/jpropex/java/ |
H A D | JPropEx.java | 121 for( Enumeration e = prop.propertyNames() ; e.hasMoreElements() ; ) in extract() 208 …for( Enumeration e = sourceProp.propertyNames() ; e.hasMoreElements() ; ) // For all property … in mergeFile()
|
/aoo41x/main/jvmfwk/plugins/sunmajor/pluginlib/ |
H A D | JREProperties.java | 83 Enumeration e = p.propertyNames(); in main()
|
/aoo41x/main/qadevOOo/runner/org/openoffice/ |
H A D | Runner.java | 136 Enumeration aEnum = aProps.propertyNames(); in checkAllVariablesForCygwinPath()
|
/aoo41x/main/scripting/workben/installer/ |
H A D | Version.java | 269 for (Enumeration e = properties.propertyNames(); e.hasMoreElements() ;) { in MyTableModel()
|
Completed in 659 milliseconds