Lines Matching refs:pList

430     ::comphelper::AttributeList* pList = new ::comphelper::AttributeList;  in OWriteEventsDocumentHandler()
431 m_xEmptyList = Reference< XAttributeList >( (XAttributeList *) pList, UNO_QUERY ); in OWriteEventsDocumentHandler()
456 ::comphelper::AttributeList* pList = new ::comphelper::AttributeList; in WriteEventsDocument()
457 Reference< XAttributeList > xList( (XAttributeList *) pList , UNO_QUERY ); in WriteEventsDocument()
459 pList->AddAttribute( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ATTRIBUTE_XMLNS_EVENT )), in WriteEventsDocument()
462 pList->AddAttribute( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ATTRIBUTE_XMLNS_XLINK )), in WriteEventsDocument()
466 …Handler->startElement( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ELEMENT_NS_EVENTS )), pList ); in WriteEventsDocument()
493 ::comphelper::AttributeList* pList = new ::comphelper::AttributeList; in WriteEvent()
494 Reference< XAttributeList > xList( (XAttributeList *) pList , UNO_QUERY ); in WriteEvent()
512 pList->AddAttribute( m_aAttributeName, m_aAttributeType, aEventName ); in WriteEvent()
523 pList->AddAttribute( m_aAttributeLanguage, m_aAttributeType, aValue ); in WriteEvent()
526 pList->AddAttribute( m_aAttributeMacroName, m_aAttributeType, aValue ); in WriteEvent()
529 pList->AddAttribute( m_aAttributeLibrary, m_aAttributeType, aValue ); in WriteEvent()
532 pList->AddAttribute( m_aAttributeURL, m_aAttributeType, aValue ); in WriteEvent()
538pList->AddAttribute( m_aAttributeLinkType, m_aAttributeType, ::rtl::OUString( RTL_CONSTASCII_USTRI… in WriteEvent()