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