Home
last modified time | relevance | path

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

/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/comphelper/
H A DCompHelper.java55 Property dstProperty = dstPropertySetInfo.getPropertyByName(srcProperty.Name); in copyProperties() local
56 if ((dstProperty.Attributes & PropertyAttribute.READONLY) == 0) { in copyProperties()
58 … if ((dstProperty.Attributes & PropertyAttribute.MAYBEVOID) == 0 || value != null) { in copyProperties()

Completed in 6 milliseconds