Searched refs:aModProps (Results 1 – 1 of 1) sorted by relevance
421 uno::Sequence< beans::PropertyValue > aModProps = xModel->getArgs(); in impl_Import() local422 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 25 milliseconds