Searched refs:mrAnnotationData (Results 1 – 2 of 2) sorted by relevance
63 mrAnnotationData( rAnnotationData ), in ScXMLAnnotationContext()108 mrAnnotationData.mbShown = IsXMLToken(sValue, XML_TRUE); in ScXMLAnnotationContext()113 mrAnnotationData.mbUseShapePos = true; in ScXMLAnnotationContext()118 mrAnnotationData.mbUseShapePos = true; in ScXMLAnnotationContext()193 mrAnnotationData.maAuthor = maAuthorBuffer.makeStringAndClear(); in EndElement()194 mrAnnotationData.maCreateDate = maCreateDateBuffer.makeStringAndClear(); in EndElement()195 if (!mrAnnotationData.maCreateDate.getLength()) in EndElement()196 mrAnnotationData.maCreateDate = maCreateDateStringBuffer.makeStringAndClear(); in EndElement()197 mrAnnotationData.maSimpleText = maTextBuffer.makeStringAndClear(); in EndElement()206 mrAnnotationData.mxShape = rxShape; in SetShape()[all …]
102 ScXMLAnnotationData& mrAnnotationData; member in ScXMLAnnotationContext