aProps[1] = new PropertyValue();
aProps[1].Name = "FilterName";
aProps[1].Value = sFilterName[i];
m_aTestHelper.Message ( "Set title: " +
sDocTitle[i] );
xStorable.storeToURL ( sURL, aProps );
m_aTestHelper.Message ( "Document stored." );
//create StandaloneDocumentInfo object and load it from the file
Object oStandaloneDocInfo = m_xMSF.createInstance (
"com.sun.star.document.StandaloneDocumentInfo" );