Searched refs:xCloneList (Results 1 – 1 of 1) sorted by relevance
1944 Reference< XCloneable > xCloneList(_rxAttrList, UNO_QUERY); in StartElement() local1945 OSL_ENSURE(xCloneList.is(), "OColumnWrapperImport::StartElement: AttributeList not cloneable!"); in StartElement()1946 if ( xCloneList.is() ) in StartElement()1947 m_xOwnAttributes = Reference< sax::XAttributeList >(xCloneList->createClone(), UNO_QUERY); in StartElement()
Completed in 35 milliseconds