Home
last modified time | relevance | path

Searched refs:aCtx (Results 1 – 10 of 10) sorted by relevance

/trunk/main/store/source/
H A Dstorpage.cxx923 RebuildContext aCtx; in rebuild() local
924 eErrCode = aCtx.initialize (pSrcLB, STORE_MAGIC_DIRECTORYPAGE); in rebuild()
927 rtl::Reference<OStorePageBIOS> xSrcBIOS (aCtx.m_xBIOS); in rebuild()
930 eErrCode = self::initialize (pDstLB, store_AccessCreate, aCtx.m_nPageSize); in rebuild()
938 while ((eErrCode = aCtx.load(aSrcPage)) == store_E_None) in rebuild()
1008 aCtx.initialize (STORE_MAGIC_BTREENODE); in rebuild()
1012 while ((eErrCode = aCtx.load(aNode)) == store_E_None) in rebuild()
/trunk/main/filter/source/pdf/
H A Dpdfexport.cxx1025 vcl::PDFWriter::PlayMetafileContext aCtx; in ImplExportPage() local
1029 aCtx.m_bTransparenciesWereRemoved = rWriter.GetReferenceDevice()-> in ImplExportPage()
1037 aCtx.m_nMaxImageResolution = mbReduceImageResolution ? mnMaxImageResolution : 0; in ImplExportPage()
1038 aCtx.m_bOnlyLosslessCompression = mbUseLosslessCompression; in ImplExportPage()
1039 aCtx.m_nJPEGQuality = mnQuality; in ImplExportPage()
1045 rWriter.PlayMetafile( aMtf, aCtx, &rPDFExtOutDevData ); in ImplExportPage()
/trunk/main/sdext/source/pdfimport/pdfparse/
H A Dpdfparse.cxx473 StringEmitContext aCtx; in endDict() local
474 aCtx.write( "offending dictionary element: ", 30 ); in endDict()
475 pOffender->emit( aCtx ); in endDict()
476 m_aErrorString = aCtx.getString(); in endDict()
/trunk/main/basic/source/classes/
H A Deventatt.cxx117 Any aCtx; in SFURL_firing_impl() local
118 aCtx <<= ::rtl::OUString::createFromAscii( "user" ); in SFURL_firing_impl()
119 xScriptProvider.set( xFactory->createScriptProvider( aCtx ), UNO_QUERY ); in SFURL_firing_impl()
/trunk/main/scripting/source/dlgprov/
H A Ddlgevtatt.cxx472 Any aCtx; in firing_impl() local
473 aCtx <<= ::rtl::OUString::createFromAscii( "user" ); in firing_impl()
474 xScriptProvider.set( xFactory->createScriptProvider( aCtx ), UNO_QUERY ); in firing_impl()
/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx5069 msfilter::MSCodec_XorWord95 aCtx; in LoadThroughDecryption() local
5073 … if ( aEncryptionData.getLength() && aCtx.VerifyKey( pWwFib->nKey, pWwFib->nHash ) ) in LoadThroughDecryption()
5086 DecryptXOR(aCtx, *pStrm, aDecryptMain); in LoadThroughDecryption()
5093 DecryptXOR(aCtx, *pTableStream, aDecryptTable); in LoadThroughDecryption()
5102 DecryptXOR(aCtx, *pDataStream, aDecryptData); in LoadThroughDecryption()
5113 msfilter::MSCodec_Std97 aCtx; in LoadThroughDecryption() local
5123 … uno::Sequence< beans::NamedValue > aEncryptionData = InitStd97Codec( aCtx, aDocId, *pMedium ); in LoadThroughDecryption()
5124 if ( aEncryptionData.getLength() && aCtx.VerifyKey( aSaltData, aSaltHash ) ) in LoadThroughDecryption()
5129 DecryptRC4(aCtx, *pTableStream, aDecryptTable); in LoadThroughDecryption()
5133 DecryptRC4(aCtx, *pStrm, aDecryptMain); in LoadThroughDecryption()
[all …]
H A Dwrtww8.cxx3259 msfilter::MSCodec_Std97 aCtx; in ExportDocument_Impl() local
3260 bool bEncrypt = m_pWriter ? m_pWriter->InitStd97CodecUpdateMedium( aCtx ) : false; in ExportDocument_Impl()
3332 EncryptRC4(aCtx, *pDataStrm, *pDataStrmTemp); in ExportDocument_Impl()
3334 EncryptRC4(aCtx, *pTableStrm, *pTableStrmTemp); in ExportDocument_Impl()
3343 aCtx.GetDocId( pDocId ); in ExportDocument_Impl()
3347 aCtx.GetEncryptKey( pDocId, pSaltData, pSaltDigest ); in ExportDocument_Impl()
3353 EncryptRC4(aCtx, GetWriter().Strm(), *pStrmTemp); in ExportDocument_Impl()
/trunk/main/formula/source/core/api/
H A Dtoken.cxx1078 FormulaMissingContext aCtx[ nAlloc ]; in RewriteMissingToPof() local
1082 … FormulaMissingContext* pCtx = (nAlloc < nTokens ? new FormulaMissingContext[nTokens] : &aCtx[0]); in RewriteMissingToPof()
1152 if (pCtx != &aCtx[0]) in RewriteMissingToPof()
/trunk/main/sfx2/source/appl/
H A Dappopen.cxx1112 SfxErrorContext aCtx( ERRCTX_SFX_OPENDOC, aURL.Complete ); in OpenDocExec_Impl() local
1133 SfxErrorContext aCtx( ERRCTX_SFX_OPENDOC, aFileName ); in OpenDocExec_Impl() local
/trunk/main/sw/source/core/unocore/
H A Dunodraw.cxx1166 UnoActionContext aCtx(pDoc); in setPropertyValue() local
1276 UnoActionContext aCtx(pDoc); in setPropertyValue() local
1460 UnoActionContext aCtx(pFmt->GetDoc()); in setPropertyValue() local

Completed in 115 milliseconds