/aoo41x/main/filter/source/pdf/ |
H A D | pdfexport.cxx | 413 PDFWriter::PDFWriterContext aContext; in Export() local 462 aContext.DocumentInfo.Producer = aProducer; in Export() 463 aContext.DocumentInfo.Creator = aCreator; in Export() 576 aContext.Version = PDFWriter::PDF_1_4; in Export() 579 aContext.Version = PDFWriter::PDF_A_1; in Export() 595 aContext.Tagged = mbUseTaggedPDF; in Export() 601 aContext.FitWindow = mbFitWindow; in Export() 639 aContext.Zoom = mnZoom; in Export() 660 aContext.FirstPageLeft = mbFirstPageLeft; in Export() 763 aContext.BaseURL = xModel->getURL(); in Export() [all …]
|
/aoo41x/main/sal/systools/win32/kill/ |
H A D | kill.cxx | 182 CONTEXT aContext; in RaiseSignalEx() local 186 ZeroMemory( &aContext, sizeof(aContext) ); in RaiseSignalEx() 187 aContext.ContextFlags = CONTEXT_FULL; in RaiseSignalEx() 189 fSuccess = GetThreadContext( hThread, &aContext ); in RaiseSignalEx() 197 aContext.Eip, in RaiseSignalEx() 204 aContext.Esp -= sizeof(dwStackBuffer); in RaiseSignalEx() 205 … WriteProcessMemory( hProcess, (LPVOID)aContext.Esp, dwStackBuffer, sizeof(dwStackBuffer), NULL ); in RaiseSignalEx() 206 …aContext.Eip = (DWORD)GetProcAddressEx( hProcess, GetModuleHandleA("KERNEL32"), "RaiseException" ); in RaiseSignalEx() 210 aContext.Ecx = aContext.Eax = aContext.Ebx = aContext.Edx = aContext.Esi = aContext.Edi = 0; in RaiseSignalEx() 213 fSuccess = SetThreadContext( hThread, &aContext ); in RaiseSignalEx()
|
/aoo41x/main/sal/qa/rtl/textenc/ |
H A D | rtl_textcvt.cxx | 58 rtl_TextToUnicodeContext aContext in testSingleByteCharSet() local 73 rtl_destroyTextToUnicodeContext(aConverter, aContext); in testSingleByteCharSet() 93 rtl_UnicodeToTextContext aContext in testSingleByteCharSet() local 128 rtl_TextToUnicodeContext aContext in testSingleByteCharSet() local 135 aConverter, aContext, aText, 1, aUnicode, 1, in testSingleByteCharSet() 173 rtl_TextToUnicodeContext aContext in doComplexCharSetTest() local 180 aConverter, aContext, in doComplexCharSetTest() 209 rtl_TextToUnicodeContext aContext in doComplexCharSetTest() local 212 if (aContext != (rtl_TextToUnicodeContext) 1) { in doComplexCharSetTest() 231 aConverter, aContext, in doComplexCharSetTest() [all …]
|
/aoo41x/main/slideshow/source/engine/animationnodes/ |
H A D | animationnodefactory.cxx | 129 NodeContext aContext( mrContext ); in operator ()() local 156 aContext.mpMasterShapeSubset.reset( in operator ()() 159 createChild( xChildNode, aContext ); in operator ()() 243 NodeContext aContext( rContext ); in implCreateIteratedNodes() local 270 aContext.mbIsIndependentSubset = true; in implCreateIteratedNodes() 291 aContext.mpMasterShapeSubset = pTargetSubset; in implCreateIteratedNodes() 317 NodeCreator aCreator( rParent, aContext ); in implCreateIteratedNodes() 385 aContext.mbIsIndependentSubset = false; in implCreateIteratedNodes() 414 aContext.mnStartDelay = nIntervalTimeout; in implCreateIteratedNodes() 422 aContext.mpMasterShapeSubset.reset( in implCreateIteratedNodes() [all …]
|
/aoo41x/main/l10ntools/source/ |
H A D | gsicheck.cxx | 48 fprintf( stdout, " \"%s\"", aContext.GetBuffer() ); in PrintMessage() 355 ByteString aContext, sal_uLong nLine, ByteString aUniqueId ) in PrintMessage() argument 363 ByteString aContext, sal_uLong nLine, ByteString aUniqueId ) in PrintError() argument 366 PrintMessage( "Error:", aMsg, aPrefix, aContext, nLine, aUniqueId ); in PrintError() 378 ByteString aContext; in PrintList() local 382 aContext = pLine->GetText().Copy( 0, 300 ); in PrintList() 384 aContext = pLine->Copy( pMsg->GetTagBegin()-150, 300 ); in PrintList() 385 aContext.EraseTrailingChars(' '); in PrintList() 386 aContext.EraseLeadingChars(' '); in PrintList() 521 ByteString aContext( pTestee->GetText().Copy( nErrorPos, 20 ) ); in TestUTF8() local [all …]
|
/aoo41x/main/extensions/source/abpilot/ |
H A D | abspilot.cxx | 347 ODataSourceContext aContext( getORB() ); in implCreateDataSource() local 348 aContext.disambiguate( m_aSettings.sDataSourceName ); in implCreateDataSource() 353 m_aNewDataSource = aContext.createNewMORK( m_aSettings.sDataSourceName ); in implCreateDataSource() 357 m_aNewDataSource = aContext.createNewThunderbird( m_aSettings.sDataSourceName ); in implCreateDataSource() 361 m_aNewDataSource = aContext.createNewEvolution( m_aSettings.sDataSourceName ); in implCreateDataSource() 373 m_aNewDataSource = aContext.createNewKab( m_aSettings.sDataSourceName ); in implCreateDataSource() 377 m_aNewDataSource = aContext.createNewMacab( m_aSettings.sDataSourceName ); in implCreateDataSource() 381 m_aNewDataSource = aContext.createNewLDAP( m_aSettings.sDataSourceName ); in implCreateDataSource() 385 m_aNewDataSource = aContext.createNewOutlook( m_aSettings.sDataSourceName ); in implCreateDataSource() 389 m_aNewDataSource = aContext.createNewOE( m_aSettings.sDataSourceName ); in implCreateDataSource() [all …]
|
/aoo41x/main/sdext/source/pdfimport/test/ |
H A D | pdfunzip.cxx | 247 FileEmitContext aContext( pOutFile, pInFile, pPDFFile ); in write_unzipFile() local 248 aContext.m_bDecrypt = pPDFFile->isEncrypted(); in write_unzipFile() 249 pPDFFile->emit(aContext); in write_unzipFile() 279 aContext.m_bDecrypt = pPDFFile->isEncrypted(); in write_addStreamArray() 280 pObject->writeStream( aContext, pPDFFile ); in write_addStreamArray() 395 FileEmitContext aContext( aOutStream.getStr(), i_pInFile, i_pPDFFile ); in write_fonts() local 396 aContext.m_bDecrypt = i_pPDFFile->isEncrypted(); in write_fonts() 397 pStream->writeStream( aContext, i_pPDFFile ); in write_fonts() 424 FileEmitContext aContext( aOutStream.getStr(), i_pInFile, i_pPDFFile ); in write_objects() local 425 aContext.m_bDecrypt = i_pPDFFile->isEncrypted(); in write_objects() [all …]
|
/aoo41x/main/vcl/unx/generic/gdi/ |
H A D | salcvt.cxx | 279 rtl_UnicodeToTextContext aContext; in EncodingHasChar() local 282 aContext = rtl_createUnicodeToTextContext( aConverter ); in EncodingHasChar() 294 nSize = rtl_convertUnicodeToText( aConverter, aContext, in EncodingHasChar() 300 rtl_destroyUnicodeToTextContext( aConverter, aContext ); in EncodingHasChar() 326 rtl_UnicodeToTextContext aContext = in ConvertStringUTF16() local 329 sal_Size nSize = rtl_convertUnicodeToText( aConverter, aContext, in ConvertStringUTF16() 333 rtl_destroyUnicodeToTextContext( aConverter, aContext ); in ConvertStringUTF16()
|
H A D | salprnpsp.cxx | 1181 vcl::PDFWriter::PDFWriterContext aContext; in StartJob() local 1182 aContext.Version = vcl::PDFWriter::PDF_1_4; in StartJob() 1183 aContext.Tagged = false; in StartJob() 1184 aContext.EmbedStandardFonts = true; in StartJob() 1185 aContext.DocumentLocale = Application::GetSettings().GetLocale(); in StartJob() 1190 aContext.DocumentInfo.Title = i_rJobName; in StartJob() 1191 aContext.DocumentInfo.Creator = i_rAppName; in StartJob() 1192 aContext.DocumentInfo.Producer = i_rAppName; in StartJob() 1206 aContext.DPIx = pPrinter->ImplGetDPIX(); in StartJob() 1207 aContext.DPIy = pPrinter->ImplGetDPIY(); in StartJob() [all …]
|
/aoo41x/main/framework/source/fwe/classes/ |
H A D | addonmenu.cxx | 283 ::rtl::OUString aContext; in MergeAddonPopupMenus() 295 aContext, in MergeAddonPopupMenus() 300 AddonMenuManager::IsCorrectContext( rModel, aContext )) in MergeAddonPopupMenus() 343 ::rtl::OUString aContext; in BuildMenu() 347 GetMenuEntry( aAddonMenuDefinition[i], aTitle, aURL, aTarget, aImageId, aContext, aAddonSubMenu ); in BuildMenu() 349 if ( !IsCorrectContext( rModel, aContext ) || ( !aTitle.getLength() && !aURL.getLength() )) in BuildMenu() 429 …MenuManager::IsCorrectContext( const Reference< XModel >& rModel, const ::rtl::OUString& aContext ) in IsCorrectContext() argument 439 ::rtl::OUString aToken = aContext.getToken( 0, ',', nIndex ); in IsCorrectContext() 448 return ( aContext.getLength() == 0 ); in IsCorrectContext()
|
/aoo41x/main/forms/source/xforms/ |
H A D | computedexpression.cxx | 200 Reference<XXPathAPI> ComputedExpression::_getXPathAPI(const xforms::EvaluationContext& aContext) in _getXPathAPI() argument 212 aValue.Value <<= aContext.mxModel; in _getXPathAPI() 215 aValue.Value <<= aContext.mxContextNode; in _getXPathAPI() 223 if( aContext.mxNamespaces.is() ) in _getXPathAPI() 225 Sequence<OUString> aPrefixes =aContext.mxNamespaces->getElementNames(); in _getXPathAPI() 232 aContext.mxNamespaces->getByName( *pNamePrefix ) >>= sNameURL; in _getXPathAPI()
|
H A D | binding.cxx | 316 EvaluationContext aContext = getModelImpl()->getEvaluationContext(); in getEvaluationContext() local 317 aContext.mxNamespaces = getBindingNamespaces(); in getEvaluationContext() 318 return aContext; in getEvaluationContext() 607 EvaluationContext aContext = getEvaluationContext(); in bind() local 608 maBindingExpression.evaluate( aContext ); in bind() 613 aContext.mxNamespaces ) ) in bind() 615 aContext.mxContextNode->appendChild( in bind() 617 aContext.mxContextNode->getOwnerDocument()->createElement( in bind() 620 maBindingExpression.evaluate( aContext ); in bind() 642 Reference<XNode>( aContext.mxContextNode->getOwnerDocument(), in bind()
|
/aoo41x/main/vcl/source/fontsubset/ |
H A D | xlat.cxx | 76 rtl_UnicodeToTextContext aContext = maContexts[ nSelect ]; in ensureConverter() local 77 if( !aContext ) in ensureConverter() 93 aContext = rtl_createUnicodeToTextContext( aRecodeConverter ); in ensureConverter() 94 maContexts[ nSelect ] = aContext; in ensureConverter() 97 rtl_resetUnicodeToTextContext( maConverterCache[ nSelect ], aContext ); in ensureConverter()
|
/aoo41x/main/desktop/source/deployment/registry/sfwk/ |
H A D | dp_sfwk.cxx | 335 Any aContext; in initPackageHandler() local 339 aContext <<= OUSTR("user"); in initPackageHandler() 343 aContext <<= OUSTR("share"); in initPackageHandler() 347 aContext <<= OUSTR("bundled"); in initPackageHandler() 351 aContext <<= OUSTR("bundled_prereg"); in initPackageHandler() 366 … Reference< container::XNameContainer > xName( xFac->createScriptProvider( aContext ), UNO_QUERY ); in initPackageHandler()
|
/aoo41x/main/sfx2/source/dialog/ |
H A D | taskpane.cxx | 105 … const ::comphelper::ComponentContext aContext( ::comphelper::getProcessServiceFactory() ); in lcl_getModuleUIElementStatesConfig() local 109 …const Reference< XNameAccess > xModuleAccess( aContext.createComponent( "com.sun.star.frame.Module… in lcl_getModuleUIElementStatesConfig() 127 … return ::utl::OConfigurationTreeRoot( aContext, aPathComposer.makeStringAndClear(), false ); in lcl_getModuleUIElementStatesConfig() 136 … const ::comphelper::ComponentContext aContext( ::comphelper::getProcessServiceFactory() ); in lcl_identifyModule() local 137 …const Reference< XModuleManager > xModuleManager( aContext.createComponent( "com.sun.star.frame.Mo… in lcl_identifyModule() 190 … const ::comphelper::ComponentContext aContext( ::comphelper::getProcessServiceFactory() ); in lcl_getPanelImage() local 191 …const Reference< XGraphicProvider > xGraphicProvider( aContext.createComponent( "com.sun.star.grap… in lcl_getPanelImage() 367 … const ::comphelper::ComponentContext aContext( ::comphelper::getProcessServiceFactory() ); in impl_ensureToolPanelWindow() local 368 …const Reference< XUIElementFactory > xFactory( aContext.createComponent( "com.sun.star.ui.UIElemen… in impl_ensureToolPanelWindow() 390 ::comphelper::ComponentContext aContext( ::comphelper::getProcessServiceFactory() ); in impl_updatePanelConfig() [all …]
|
/aoo41x/main/uui/source/ |
H A D | newerverwarn.cxx | 113 ::comphelper::ComponentContext aContext( ::comphelper::getProcessServiceFactory() ); in IMPL_LINK() 116 … aContext.createComponent( "com.sun.star.setup.UpdateCheckConfig" ), uno::UNO_QUERY_THROW ); in IMPL_LINK() 125 aContext.getLegacyServiceFactory(), in IMPL_LINK() 134 … aContext.createComponent( "com.sun.star.util.URLTransformer" ), uno::UNO_QUERY_THROW ); in IMPL_LINK() 138 … aContext.createComponent( "com.sun.star.frame.Desktop" ), uno::UNO_QUERY_THROW ); in IMPL_LINK()
|
H A D | iahndl-errorhandler.cxx | 262 rtl::OUString aContext(getContextProperty()); in handleErrorHandlerRequest() local 263 if (aContext.getLength() == 0 && nErrorCode != 0) in handleErrorHandlerRequest() 271 aContext = aContextString; in handleErrorHandlerRequest() 276 getParentProperty(), eClassification, aContext, aMessage, nButtonMask ); in handleErrorHandlerRequest()
|
/aoo41x/main/dbaccess/source/core/recovery/ |
H A D | dbdocrecovery.cxx | 264 const ::comphelper::ComponentContext aContext; member 267 :aContext( i_rContext ) in DatabaseDocumentRecovery_Data() 320 … SubComponentRecovery aComponentRecovery( m_pData->aContext, xDatabaseUI, *component ); in saveModifiedSubComponents() 332 lcl_writeObjectMap_throw( m_pData->aContext, xComponentsStor, map->second ); in saveModifiedSubComponents() 365 … lcl_readObjectMap_throw( m_pData->aContext, xComponentsStor, aMapCompDescs[ aKnownTypes[i] ] ); in recoverSubDocuments() 408 … SubComponentRecovery aComponentRecovery( m_pData->aContext, xDocumentUI, eComponentType ); in recoverSubDocuments()
|
/aoo41x/main/cui/source/options/ |
H A D | dbregisterednamesconfig.cxx | 61 ::comphelper::ComponentContext aContext( ::comphelper::getProcessServiceFactory() ); in GetOptions() 63 aContext.createComponent( "com.sun.star.sdb.DatabaseContext" ), UNO_QUERY_THROW ); in GetOptions() 93 ::comphelper::ComponentContext aContext( ::comphelper::getProcessServiceFactory() ); in SetOptions() 95 aContext.createComponent( "com.sun.star.sdb.DatabaseContext" ), UNO_QUERY_THROW ); in SetOptions()
|
/aoo41x/main/sfx2/source/sidebar/ |
H A D | ResourceManager.cxx | 243 const ::comphelper::ComponentContext aContext (::comphelper::getProcessServiceFactory()); in ReadDeckList() local 245 aContext, in ReadDeckList() 299 const ::comphelper::ComponentContext aContext (::comphelper::getProcessServiceFactory()); in ReadPanelList() local 301 aContext, in ReadPanelList() 612 const ::comphelper::ComponentContext aContext (::comphelper::getProcessServiceFactory()); in GetLegacyAddonRootNode() local 614 aContext.createComponent("com.sun.star.frame.ModuleManager"), in GetLegacyAddonRootNode() 626 return ::utl::OConfigurationTreeRoot(aContext, aPathComposer.makeStringAndClear(), false); in GetLegacyAddonRootNode()
|
H A D | Tools.cxx | 89 … const ::comphelper::ComponentContext aContext (::comphelper::getProcessServiceFactory()); in GetImage() local 91 aContext.createComponent("com.sun.star.graphic.GraphicProvider"), in GetImage() 199 const ::comphelper::ComponentContext aContext (::comphelper::getProcessServiceFactory()); in GetModuleName() local 201 aContext.createComponent("com.sun.star.frame.ModuleManager"), in GetModuleName()
|
/aoo41x/main/rsc/source/rsc/ |
H A D | rsc.cxx | 925 WriteRcContext aContext; in Link() local 927 aContext.fOutput = foutput; in Link() 928 aContext.aOutputRc = it->aOutputRc; in Link() 929 aContext.aOutputSysList = aSysListTmp; in Link() 930 aContext.pCmdLine = pCL; in Link() 933 if( aContext.aOutputSysList.getLength() ) in Link() 935 FILE* pSysListFile = fopen( aContext.aOutputSysList.getStr(), "wb" ); in Link() 938 pTC->pEH->FatalError( ERR_OPENFILE, RscId(), aContext.aOutputSysList.getStr() ); in Link() 948 aError = ParseOneFile( pTC->aFileTab.GetIndex( pFName ), &*it, &aContext ); in Link() 953 aError = pTC->WriteRc( aContext ); in Link()
|
/aoo41x/main/swext/mediawiki/src/com/sun/star/wiki/ |
H A D | WikiProtocolSocketFactory.java | 105 SSLContext aContext = SSLContext.getInstance("SSL"); in GetNotSoSecureSSLContext() local 106 if ( aContext != null ) in GetNotSoSecureSSLContext() 108 aContext.init( null, pTrustUnknownCerts, null ); in GetNotSoSecureSSLContext() 109 m_aSSLContext = aContext; in GetNotSoSecureSSLContext()
|
/aoo41x/main/dbaccess/source/ui/misc/ |
H A D | datasourceconnector.cxx | 230 SQLWarning aContext; in connect() local 231 aContext.Message = sMessage; in connect() 232 aContext.NextException = aWarnings; in connect() 233 aInfo = aContext; in connect()
|
/aoo41x/main/sd/source/ui/view/ |
H A D | drviews8.cxx | 385 ::com::sun::star::scanner::ScannerContext aContext( aContexts.getConstArray()[ 0 ] ); in FuTemp01() 386 bDone = mxScannerManager->configureScanner( aContext ); in FuTemp01() 478 …const ::com::sun::star::scanner::ScannerContext aContext( mxScannerManager->getAvailableScanners()… in ScannerEvent() local 479 const ::com::sun::star::scanner::ScanError eError = mxScannerManager->getError( aContext ); in ScannerEvent() 483 …no::Reference< ::com::sun::star::awt::XBitmap > xBitmap( mxScannerManager->getBitmap( aContext ) ); in ScannerEvent()
|