Searched refs:aCtx (Results 1 – 10 of 10) sorted by relevance
/aoo4110/main/store/source/ |
H A D | storpage.cxx | 923 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()
|
/aoo4110/main/filter/source/pdf/ |
H A D | pdfexport.cxx | 1025 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()
|
/aoo4110/main/sdext/source/pdfimport/pdfparse/ |
H A D | pdfparse.cxx | 473 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()
|
/aoo4110/main/basic/source/classes/ |
H A D | eventatt.cxx | 117 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()
|
/aoo4110/main/scripting/source/dlgprov/ |
H A D | dlgevtatt.cxx | 472 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()
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | ww8par.cxx | 5068 msfilter::MSCodec_XorWord95 aCtx; in LoadThroughDecryption() local 5072 … if ( aEncryptionData.getLength() && aCtx.VerifyKey( pWwFib->nKey, pWwFib->nHash ) ) in LoadThroughDecryption() 5085 DecryptXOR(aCtx, *pStrm, aDecryptMain); in LoadThroughDecryption() 5092 DecryptXOR(aCtx, *pTableStream, aDecryptTable); in LoadThroughDecryption() 5101 DecryptXOR(aCtx, *pDataStream, aDecryptData); in LoadThroughDecryption() 5112 msfilter::MSCodec_Std97 aCtx; in LoadThroughDecryption() local 5122 … uno::Sequence< beans::NamedValue > aEncryptionData = InitStd97Codec( aCtx, aDocId, *pMedium ); in LoadThroughDecryption() 5123 if ( aEncryptionData.getLength() && aCtx.VerifyKey( aSaltData, aSaltHash ) ) in LoadThroughDecryption() 5128 DecryptRC4(aCtx, *pTableStream, aDecryptTable); in LoadThroughDecryption() 5132 DecryptRC4(aCtx, *pStrm, aDecryptMain); in LoadThroughDecryption() [all …]
|
H A D | wrtww8.cxx | 3273 msfilter::MSCodec_Std97 aCtx; in ExportDocument_Impl() local 3274 bool bEncrypt = m_pWriter ? m_pWriter->InitStd97CodecUpdateMedium( aCtx ) : false; in ExportDocument_Impl() 3346 EncryptRC4(aCtx, *pDataStrm, *pDataStrmTemp); in ExportDocument_Impl() 3348 EncryptRC4(aCtx, *pTableStrm, *pTableStrmTemp); in ExportDocument_Impl() 3357 aCtx.GetDocId( pDocId ); in ExportDocument_Impl() 3361 aCtx.GetEncryptKey( pDocId, pSaltData, pSaltDigest ); in ExportDocument_Impl() 3367 EncryptRC4(aCtx, GetWriter().Strm(), *pStrmTemp); in ExportDocument_Impl()
|
/aoo4110/main/formula/source/core/api/ |
H A D | token.cxx | 1078 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()
|
/aoo4110/main/sfx2/source/appl/ |
H A D | appopen.cxx | 1130 SfxErrorContext aCtx( ERRCTX_SFX_OPENDOC, aURL.Complete ); in OpenDocExec_Impl() local 1151 SfxErrorContext aCtx( ERRCTX_SFX_OPENDOC, aFileName ); in OpenDocExec_Impl() local
|
/aoo4110/main/sw/source/core/unocore/ |
H A D | unodraw.cxx | 1168 UnoActionContext aCtx(pDoc); in setPropertyValue() local 1278 UnoActionContext aCtx(pDoc); in setPropertyValue() local 1462 UnoActionContext aCtx(pFmt->GetDoc()); in setPropertyValue() local
|
Completed in 92 milliseconds