} else {
simpleVariableElement = (TextVariableDeclElement) simpleVariableElement.getNextSibling();
}
}
}
TextUserFieldDeclsElement userVariableElements = OdfElement.findFirstChildNode(TextUserFieldDeclsElement.class,
containerElement);
if (userVariableElements != null) {
TextUserFieldDeclElement userVariableElement = (TextUserFieldDeclElement) userVariableElements
.getFirstChild();
while (userVariableElement != null) {
if (name.equals(userVariableElement.getTextNameAttribute())) {
String type = userVariableElement.getOfficeValueTypeAttribute();
if(type.equalsIgnoreCase("string")){