Searched refs:aTypesInfo (Results 1 – 1 of 1) sorted by relevance
576 uno::Sequence< ucb::ContentInfo > aTypesInfo; in createNew() local583 if ( aValue.hasValue() && ( aValue >>= aTypesInfo ) ) in createNew()616 aTypesInfo = xCreator->queryCreatableContentsInfo(); in createNew()619 sal_Int32 nCount = aTypesInfo.getLength(); in createNew()646 sal_Int32 nAttribs = aTypesInfo[ n ].Attributes; in createNew()721 uno::makeAny( aTypesInfo[ n ] ) ); in createNew()731 xNew = xCreator->createNewContent( aTypesInfo[ n ] ); in createNew()
Completed in 26 milliseconds