Home
last modified time | relevance | path

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

/aoo4110/main/qadevOOo/tests/java/ifc/sheet/
H A D_XSheetAuditing.java181 private boolean hasRightAmountOfShapes(int desiredValue) { in hasRightAmountOfShapes() argument
183 if (newCount != elementCount + desiredValue) { in hasRightAmountOfShapes()
187 if (desiredValue >= 0) { in hasRightAmountOfShapes()
H A D_XDocumentAuditing.java189 private boolean hasRightAmountOfShapes(int desiredValue) { in hasRightAmountOfShapes() argument
191 if (newCount != elementCount + desiredValue) { in hasRightAmountOfShapes()
195 if (desiredValue >= 0) { in hasRightAmountOfShapes()

Completed in 19 milliseconds