Lines Matching refs:xRoot

72             xRoot = xBlkRoot->openStorageElement( aFolderName, embed::ElementModes::READ );  in GetDoc()
73 xMedium = new SfxMedium(xRoot, GetBaseURL(), OUString::createFromAscii("writer8")); in GetDoc()
81 if ( xRoot->hasByName( sObjReplacements ) ) in GetDoc()
87 xRoot->copyElementTo( sObjReplacements, xStr, sObjReplacements ); in GetDoc()
98 xRoot = 0; in GetDoc()
105 xRoot = xBlkRoot->openStorageElement( aFolderName, embed::ElementModes::READ ); in GetDoc()
106 …uno::Reference < io::XStream > xStream = xRoot->openStreamElement( aStreamName, embed::ElementMode… in GetDoc()
165 xRoot = 0; in GetDoc()
201 xRoot = xBlkRoot->openStorageElement( aPackageName, embed::ElementModes::READ ); in GetMacroTable()
203 sal_Bool bOasis = ( SotStorage::GetVersion( xRoot ) > nTmp ); in GetMacroTable()
206 uno::Reference < io::XStream > xDocStream = xRoot->openStreamElement( in GetMacroTable()
325 xRoot = xBlkRoot->openStorageElement( aFolderName, embed::ElementModes::READ ); in GetBlockText()
326 uno::Reference < container::XNameAccess > xAccess( xRoot, uno::UNO_QUERY ); in GetBlockText()
327 if ( !xAccess->hasByName( aStreamName ) || !xRoot->isStreamElement( aStreamName ) ) in GetBlockText()
333 …uno::Reference < io::XStream > xContents = xRoot->openStreamElement( aStreamName, embed::ElementMo… in GetBlockText()
383 xRoot = 0; in GetBlockText()
423 xRoot = xBlkRoot->openStorageElement( aFolderName, embed::ElementModes::WRITE ); in PutBlockText()
424 uno::Reference < io::XStream > xDocStream = xRoot->openStreamElement( aStreamName, in PutBlockText()
446 uno::Reference < embed::XTransactedObject > xTrans( xRoot, uno::UNO_QUERY ); in PutBlockText()
462 xRoot = 0; in PutBlockText()
644 xRoot = xBlkRoot->openStorageElement( aPackageName, embed::ElementModes::WRITE ); in SetMacroTable()
647 sal_Bool bOasis = ( SotStorage::GetVersion( xRoot ) > nTmp ); in SetMacroTable()
649 uno::Reference < io::XStream > xDocStream = xRoot->openStreamElement( sStreamName, in SetMacroTable()
711 uno::Reference < embed::XTransactedObject > xTmpTrans( xRoot, uno::UNO_QUERY ); in SetMacroTable()
722 xRoot = 0; in SetMacroTable()