Home
last modified time | relevance | path

Searched refs:xCloneList (Results 1 – 1 of 1) sorted by relevance

/aoo41x/main/xmloff/source/forms/
H A Delementimport.cxx1943 Reference< XCloneable > xCloneList(_rxAttrList, UNO_QUERY); in StartElement() local
1944 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 25 milliseconds