Home
last modified time | relevance | path

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

/aoo4110/main/chart2/source/model/filter/
H A DXMLFilter.cxx421 uno::Sequence< beans::PropertyValue > aModProps = xModel->getArgs(); in impl_Import() local
422 for( sal_Int32 nInd = 0; nInd < aModProps.getLength(); nInd++ ) in impl_Import()
424 if( aModProps[nInd].Name.equals( C2U( "HierarchicalDocumentName" ) ) ) in impl_Import()
427 aModProps[nInd].Value >>= aHierarchName; in impl_Import()
429 else if( aModProps[nInd].Name.equals( C2U( "DocumentBaseURL" ) ) ) in impl_Import()
431 aModProps[nInd].Value >>= aBaseUri; in impl_Import()

Completed in 42 milliseconds