Lines Matching refs:comphelper
236 class SfxDocPasswordVerifier : public ::comphelper::IDocPasswordVerifier
242 virtual ::comphelper::DocPasswordVerifierResult
244 virtual ::comphelper::DocPasswordVerifierResult
253 ::comphelper::DocPasswordVerifierResult SfxDocPasswordVerifier::verifyPassword( const ::rtl::OUStri… in verifyPassword()
255 o_rEncryptionData = ::comphelper::OStorageHelper::CreatePackageEncryptionData( rPassword ); in verifyPassword()
261 ::comphelper::DocPasswordVerifierResult SfxDocPasswordVerifier::verifyEncryptionData( const uno::Se… in verifyEncryptionData()
263 …::comphelper::DocPasswordVerifierResult eResult = ::comphelper::DocPasswordVerifierResult_WRONG_PA… in verifyEncryptionData()
269 ::comphelper::OStorageHelper::SetCommonStorageEncryptionData( mxStorage, rEncryptionData ); in verifyEncryptionData()
276 eResult = ::comphelper::DocPasswordVerifierResult_OK; in verifyEncryptionData()
280 eResult = ::comphelper::DocPasswordVerifierResult_WRONG_PASSWORD; in verifyEncryptionData()
286 eResult = ::comphelper::DocPasswordVerifierResult_WRONG_PASSWORD; in verifyEncryptionData()
362 … aEncryptionData = ::comphelper::DocPasswordHelper::requestAndVerifyDocPassword( in CheckPasswd_Impl()
363 …ifier, aEncryptionData, aPassword, xInteractionHandler, aDocumentName, comphelper::DocPasswordRequ… in CheckPasswd_Impl()
479 …uno::Reference< embed::XStorage > xTempStorage = ::comphelper::OStorageHelper::GetTemporaryStorage… in LoadTemplate()
763 … pHandler = new ::framework::PreventDuplicateInteraction(::comphelper::getProcessServi… in OpenDocExec_Impl()
917 ::comphelper::getProcessServiceFactory()->createInstance( in OpenDocExec_Impl()
926 Reference < XURLTransformer > xTrans( ::comphelper::getProcessServiceFactory()->createInstance( in OpenDocExec_Impl()
953 ::comphelper::getProcessComponentContext() ) ); in OpenDocExec_Impl()
999 …Reference < XNameAccess > xAccess( ::comphelper::ConfigurationHelper::openConfig( ::comphelper::ge… in OpenDocExec_Impl()
1000 …createFromAscii("org.openoffice.Office.ProtocolHandler/HandlerSet"), ::comphelper::ConfigurationHe… in OpenDocExec_Impl()
1182 …Reference < ::com::sun::star::task::XInteractionHandler > xHdl( ::comphelper::getProcessServiceFac… in OpenDocExec_Impl()
1223 …xTargetFrame.set( ::comphelper::getProcessServiceFactory()->createInstance(::rtl::OUString::create… in OpenDocExec_Impl()
1255 … xComp = ::comphelper::SynchronousDispatch::dispatch( xTargetFrame, aFileName, aTarget, 0, aArgs ); in OpenDocExec_Impl()
1278 …Reference < XURLTransformer > xTrans( ::comphelper::getProcessServiceFactory()->createInstance( rt… in OpenDocExec_Impl()