Home
last modified time | relevance | path

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

/aoo41x/main/dbaccess/source/core/dataaccess/
H A Ddocumentdefinition.cxx731 Sequence< Property > aManualProps( 1 ); in createArrayHelper() local
732 aManualProps[0].Name = PROPERTY_PERSISTENT_PATH; in createArrayHelper()
733 aManualProps[0].Handle = PROPERTY_ID_PERSISTENT_PATH; in createArrayHelper()
734 aManualProps[0].Type = ::getCppuType( static_cast< const ::rtl::OUString* >( NULL ) ); in createArrayHelper()
735 aManualProps[0].Attributes = PropertyAttribute::READONLY; in createArrayHelper()
737 return new OPropertyArrayHelper( ::comphelper::concatSequences( aProps, aManualProps ) ); in createArrayHelper()

Completed in 29 milliseconds