Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/filter/xml/
H A Dxmlcelli.cxx105 pContentValidationName(NULL), in ScXMLTableRowCellContext()
146 DBG_ASSERT(!pContentValidationName, "here should be only one Validation Name"); in ScXMLTableRowCellContext()
147 pContentValidationName = new rtl::OUString(sValue); in ScXMLTableRowCellContext()
252 if (pContentValidationName) in ~ScXMLTableRowCellContext()
253 delete pContentValidationName; in ~ScXMLTableRowCellContext()
517 if (pContentValidationName) in SetContentValidation()
521 if (rXMLImport.GetValidation(*pContentValidationName, aValidation)) in SetContentValidation()
569 if (CellExists(aCellAddress) && pContentValidationName && pContentValidationName->getLength()) in SetCellProperties()
586 if (pContentValidationName && pContentValidationName->getLength()) in SetCellProperties()
825 if ((pContentValidationName && pContentValidationName->getLength()) || in EndElement()
H A Dxmlcelli.hxx54 rtl::OUString* pContentValidationName; member in ScXMLTableRowCellContext

Completed in 18 milliseconds