Home
last modified time | relevance | path

Searched refs:aContext (Results 1 – 25 of 177) sorted by relevance

12345678

/trunk/main/filter/source/pdf/
H A Dpdfexport.cxx413 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 …]
/trunk/main/sal/systools/win32/kill/
H A Dkill.cxx182 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()
198 aContext.Eip, in RaiseSignalEx()
205 aContext.Esp -= sizeof(dwStackBuffer); in RaiseSignalEx()
212 aContext.Ecx = aContext.Eax = aContext.Ebx = aContext.Edx = aContext.Esi = aContext.Edi = 0; in RaiseSignalEx()
219 (DWORD)(aContext.Rip >> 32), in RaiseSignalEx()
220 (DWORD)(aContext.Rip), in RaiseSignalEx()
228 aContext.Rsp -= sizeof(dwStackBuffer); in RaiseSignalEx()
[all …]
/trunk/main/sal/qa/rtl/textenc/
H A Drtl_textcvt.cxx58 rtl_TextToUnicodeContext aContext in testSingleByteCharSet() local
60 ASSERT_TRUE(aConverter && aContext) << "failure #1"; in testSingleByteCharSet()
91 rtl_UnicodeToTextContext aContext in testSingleByteCharSet() local
93 ASSERT_TRUE(aConverter && aContext) << "failure #4"; in testSingleByteCharSet()
124 rtl_TextToUnicodeContext aContext in testSingleByteCharSet() local
167 rtl_TextToUnicodeContext aContext in doComplexCharSetTest() local
174 aConverter, aContext, in doComplexCharSetTest()
201 rtl_TextToUnicodeContext aContext in doComplexCharSetTest() local
204 if (aContext != (rtl_TextToUnicodeContext) 1) { in doComplexCharSetTest()
223 aConverter, aContext, in doComplexCharSetTest()
[all …]
/trunk/main/slideshow/source/engine/animationnodes/
H A Danimationnodefactory.cxx129 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 …]
/trunk/main/l10ntools/source/
H A Dgsicheck.cxx48 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
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
568 ByteString aContext( pTestee->GetText().Copy( nPos, 20 ) ); in HasSuspiciousChars() local
[all …]
/trunk/main/extensions/source/abpilot/
H A Dabspilot.cxx347 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 …]
/trunk/main/sdext/source/pdfimport/test/
H A Dpdfunzip.cxx247 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 …]
/trunk/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/
H A DOOXMLParser.java130 final ElementContext aContext, in AddSomeActions()
135 Integer nValue = aActionContext.TypeCounts.get(aContext.GetTypeName()); in AddSomeActions()
140 aActionContext.TypeCounts.put(aContext.GetTypeName(), nValue); in AddSomeActions()
150 final ElementContext aContext, in AddSomeActions()
157 aContext.GetElementName(), in AddSomeActions()
160 if (aContext.GetAttributes().GetAttributeCount() == 0) in AddSomeActions()
163 … for (final Entry<String,String> aAttribute : aContext.GetAttributes().GetAttributes()) in AddSomeActions()
174 final ElementContext aContext, in AddSomeActions()
/trunk/main/framework/source/fwe/classes/
H A Daddonmenu.cxx290 ::rtl::OUString aContext; in MergeAddonPopupMenus()
303 aContext, in MergeAddonPopupMenus()
308 AddonMenuManager::IsCorrectContext( aModuleIdentifier, aContext )) in MergeAddonPopupMenus()
351 ::rtl::OUString aContext; in BuildMenu()
355 GetMenuEntry( aAddonMenuDefinition[i], aTitle, aURL, aTarget, aImageId, aContext, aAddonSubMenu ); in BuildMenu()
357 …if ( !IsCorrectContext( rModuleIdentifier, aContext ) || ( !aTitle.getLength() && !aURL.getLength(… in BuildMenu()
437 …ager::IsCorrectContext( const ::rtl::OUString& rModuleIdentifier, const ::rtl::OUString& aContext ) in IsCorrectContext() argument
439 if ( aContext.isEmpty() ) in IsCorrectContext()
444 sal_Int32 nIndex = aContext.indexOf( rModuleIdentifier ); in IsCorrectContext()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalcvt.cxx279 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 Dsalprnpsp.cxx1181 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 …]
/trunk/main/ooxml/source/framework/JavaPartManager/src/org/apache/openoffice/ooxml/framework/part/
H A DContentTypes.java99 final ElementContext aContext, in ContentTypes()
105 aContext.GetAttributes().GetRawAttributeValue("A_Extension"), in ContentTypes()
106 aContext.GetAttributes().GetRawAttributeValue("A_ContentType")); in ContentTypes()
116 final ElementContext aContext, in ContentTypes()
122 aContext.GetAttributes().GetRawAttributeValue("A_PartName"), in ContentTypes()
123 aContext.GetAttributes().GetRawAttributeValue("A_ContentType")); in ContentTypes()
H A DRelatedParts.java61 final ElementContext aContext, in RelatedParts()
66 final String sId = aContext.GetAttributes().GetRawAttributeValue("A_Id"); in RelatedParts()
67 … final String sType = aContext.GetAttributes().GetRawAttributeValue("A_Type"); in RelatedParts()
68 … final String sTarget = aContext.GetAttributes().GetRawAttributeValue("A_Target"); in RelatedParts()
69 … String sTargetMode = aContext.GetAttributes().GetRawAttributeValue("A_TargetMode"); in RelatedParts()
/trunk/main/forms/source/xforms/
H A Dcomputedexpression.cxx200 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 Dbinding.cxx316 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()
/trunk/main/sfx2/source/dialog/
H A Dtaskpane.cxx105 … 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 …]
/trunk/main/desktop/source/deployment/registry/sfwk/
H A Ddp_sfwk.cxx335 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()
/trunk/main/vcl/source/fontsubset/
H A Dxlat.cxx76 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()
/trunk/main/uui/source/
H A Dnewerverwarn.cxx113 ::comphelper::ComponentContext aContext( ::comphelper::getProcessServiceFactory() ); in IMPL_LINK()
116aContext.createComponent( "com.sun.star.setup.UpdateCheckConfig" ), uno::UNO_QUERY_THROW ); in IMPL_LINK()
125 aContext.getLegacyServiceFactory(), in IMPL_LINK()
134aContext.createComponent( "com.sun.star.util.URLTransformer" ), uno::UNO_QUERY_THROW ); in IMPL_LINK()
138aContext.createComponent( "com.sun.star.frame.Desktop" ), uno::UNO_QUERY_THROW ); in IMPL_LINK()
/trunk/main/dbaccess/source/core/recovery/
H A Ddbdocrecovery.cxx264 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()
/trunk/main/sfx2/source/sidebar/
H A DResourceManager.cxx243 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()
/trunk/main/cui/source/options/
H A Ddbregisterednamesconfig.cxx61 ::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()
/trunk/main/rsc/source/rsc/
H A Drsc.cxx925 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()
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/xmltokenview/
H A DXMLViewFactory.java51 final ElementContext aContext, in AddSemanticInformation()
73 aRuns.Get(nIndex+1).SetToolTipText(aContext.GetTypeName()); in AddSemanticInformation()
74 aRuns.Get(nIndex+2).SetToolTipText(aContext.GetTypeName()); in AddSemanticInformation()
75 aRuns.Get(nIndex+3).SetToolTipText(aContext.GetTypeName()); in AddSemanticInformation()
/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DWikiProtocolSocketFactory.java105 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()

Completed in 139 milliseconds

12345678