Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/doc/
H A Ddocfile.cxx3948 … uno::Reference< embed::XStorage > xMetaInf = xWriteableZipStor->openStorageElement( in SignContents_Impl() local
3951 if ( !xMetaInf.is() ) in SignContents_Impl()
3959xMetaInf->openStreamElement( xSigner->getScriptingContentSignatureDefaultStreamName(), in SignContents_Impl()
3967 if ( aDocSigName.getLength() && xMetaInf->hasByName( aDocSigName ) ) in SignContents_Impl()
3968 xMetaInf->removeElement( aDocSigName ); in SignContents_Impl()
3970 … uno::Reference< embed::XTransactedObject > xTransact( xMetaInf, uno::UNO_QUERY_THROW ); in SignContents_Impl()
3983xMetaInf->openStreamElement( xSigner->getDocumentContentSignatureDefaultStreamName(), in SignContents_Impl()
3989 … uno::Reference< embed::XTransactedObject > xTransact( xMetaInf, uno::UNO_QUERY_THROW ); in SignContents_Impl()
H A Dobjstor.cxx1651 uno::Reference< embed::XStorage > xMetaInf = xReadOrig->openStorageElement( in SaveTo_Impl() local
1662 if ( xMetaInf.is() && xTargetMetaInf.is() ) in SaveTo_Impl()
1664 xMetaInf->copyElementTo( aScriptSignName, xTargetMetaInf, aScriptSignName ); in SaveTo_Impl()

Completed in 55 milliseconds