Home
last modified time | relevance | path

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

/trunk/main/filter/source/xmlfilteradaptor/
H A DXmlFilterAdaptor.cxx97 Sequence< Any > aAnys(1); in importImpl() local
118 aAnys[0] <<= xInfoSet; in importImpl()
121 …entHandler > xHandler( mxMSF->createInstanceWithArguments( sXMLImportService, aAnys ), UNO_QUERY ); in importImpl()
254 Sequence < Any > aAnys (2); in exportImpl() local
255 aAnys[0] <<= xConverter; in exportImpl()
302 aAnys[1] <<= xInfoSet; in exportImpl()
305 udExport, aAnys ), UNO_QUERY_THROW ); in exportImpl()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/
H A DNonValidatingCreator.java204 final Vector<Any> aAnys = new Vector<>(); in CollectAnys() local
208 aAnys.add((Any)aNode); in CollectAnys()
210 return aAnys; in CollectAnys()