Home
last modified time | relevance | path

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

/trunk/main/chart2/source/model/filter/
H A DXMLFilter.cxx415 uno::Sequence< beans::PropertyValue > aModProps = xModel->getArgs(); in impl_Import() local
416 for( sal_Int32 nInd = 0; nInd < aModProps.getLength(); nInd++ ) in impl_Import()
418 if( aModProps[nInd].Name.equals( C2U( "HierarchicalDocumentName" ) ) ) in impl_Import()
421 aModProps[nInd].Value >>= aHierarchName; in impl_Import()
423 else if( aModProps[nInd].Name.equals( C2U( "DocumentBaseURL" ) ) ) in impl_Import()
425 aModProps[nInd].Value >>= aBaseUri; in impl_Import()