Home
last modified time | relevance | path

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

/aoo4110/main/ucb/source/core/
H A Ducbcmds.cxx576 uno::Sequence< ucb::ContentInfo > aTypesInfo; in createNew() local
583 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 15 milliseconds