Searched refs:toPointFactor (Results 1 – 2 of 2) sorted by relevance
39 final static double toPointFactor = 1 / (7/10 + 34.5); field in AccessibleEditableTextImpl168 propertyValue.Value = new Double(StyleConstants.getFirstLineIndent(as) / toPointFactor); in setAttributes()225 …Value.Value = new Integer(new Double(StyleConstants.getLeftIndent(as) / toPointFactor).intValue()); in setAttributes()234 …alue.Value = new Integer(new Double(StyleConstants.getRightIndent(as) / toPointFactor).intValue()); in setAttributes()243 …alue.Value = new Integer(new Double(StyleConstants.getLineSpacing(as) / toPointFactor).intValue()); in setAttributes()254 …alue.Value = new Integer(new Double( StyleConstants.getSpaceAbove(as) / toPointFactor).intValue()); in setAttributes()263 …Value.Value = new Integer(new Double(StyleConstants.getSpaceBelow(as) / toPointFactor).intValue()); in setAttributes()312 unoTab.Position = new Double(tab.getPosition() / toPointFactor).intValue(); in setAttributes()
44 final static double toPointFactor = 1 / ((7 / 10) + 34.5); field in AccessibleTextImpl305 (float) (toPointFactor * AnyConverter.toInt(property.Value))); in setAttribute()342 (float) (toPointFactor * AnyConverter.toInt(property.Value))); in setAttribute()347 (float) (toPointFactor * AnyConverter.toInt(property.Value))); in setAttribute()362 (float) (toPointFactor * ls.Height)); in setAttribute()369 (float) (toPointFactor * AnyConverter.toInt(property.Value))); in setAttribute()374 (float) (toPointFactor * AnyConverter.toInt(property.Value))); in setAttribute()397 float pos = (float) (toPointFactor * unoTabStops[index2].Position); in setAttribute()
Completed in 14 milliseconds