Lines Matching refs:aExpStyles
396 SvXMLAutoStylePoolPExport_Impl* aExpStyles = in exportXML() local
402 aExpStyles[i].mpParent = 0; in exportXML()
403 aExpStyles[i].mpProperties = 0; in exportXML()
421 DBG_ASSERT( !aExpStyles[nPos].mpProperties, in exportXML()
423 aExpStyles[nPos].mpProperties = pProperties; in exportXML()
424 aExpStyles[nPos].mpParent = &pParent->GetParent(); in exportXML()
437 DBG_ASSERT( aExpStyles[i].mpProperties, in exportXML()
440 if( aExpStyles[i].mpProperties ) in exportXML()
444 aExpStyles[i].mpProperties->GetName() ); in exportXML()
452 if( aExpStyles[i].mpParent->getLength() ) in exportXML()
457 *aExpStyles[i].mpParent ) ); in exportXML()
469 aExpStyles[i].mpProperties->GetProperties(), in exportXML()
501 aExpStyles[i].mpProperties->GetProperties(), in exportXML()
507 aExpStyles[i].mpProperties->GetProperties(), in exportXML()
515 delete[] aExpStyles; in exportXML()