Home
last modified time | relevance | path

Searched refs:m_xContext (Results 76 – 100 of 336) sorted by relevance

12345678910>>...14

/aoo42x/main/chart2/source/model/template/
H A DChartType.cxx54 m_xContext( xContext ), in ChartType()
63 m_xContext( rOther.m_xContext ), in ChartType()
78 return m_xContext; in GetComponentContext()
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DSOFormulaParser.java70 private final XComponentContext m_xContext; field in SOFormulaParser
93 m_xContext = context; in SOFormulaParser()
100 …laOpCodeMapper.class, m_xContext.getServiceManager().createInstanceWithContext("simple.formula.For… in SOFormulaParser()
148 m_prophlp = new PropertySetMixin(m_xContext, this, in SOFormulaParser()
H A DStarFunctionDescription.java42 private final XComponentContext m_xContext; field in StarFunctionDescription
52 m_xContext = context; in StarFunctionDescription()
71 m_prophlp = new PropertySetMixin(m_xContext, this, in StarFunctionDescription()
/aoo42x/main/chart2/source/controller/chartapiwrapper/
H A DTitleWrapper.cxx72 Reference< uno::XComponentContext > m_xContext; member in chart::WrappedTitleStringProperty
77 , m_xContext( xContext ) in WrappedTitleStringProperty()
92 TitleHelper::setCompleteString( aString, xTitle, m_xContext ); in setPropertyValue()
230 …tleType, OUString(), m_spChart2ModelContact->getChartModel(), m_spChart2ModelContact->m_xContext ); in TitleWrapper()
534 …rappedProperties.push_back( new WrappedTitleStringProperty( m_spChart2ModelContact->m_xContext ) ); in createWrappedProperties()
/aoo42x/main/sdext/source/pdfimport/wrapper/
H A Dwrapper.cxx145 const uno::Reference<uno::XComponentContext> m_xContext; member in pdfi::__anon78d9f3c40111::Parser
190 m_xContext(xContext), in Parser()
593 m_xContext->getServiceManager()->createInstanceWithArgumentsAndContext( in readFont()
596 m_xContext ), in readFont()
669 uno::Reference< uno::XComponentContext > xContext( m_xContext, uno::UNO_SET_THROW ); in readImageImpl()
673 aStreamCreationArgs, m_xContext ), uno::UNO_QUERY_THROW ); in readImageImpl()
782 OSL_PRECOND( m_xContext.is(), "Invalid service factory" ); in parseLine()
/aoo42x/main/scripting/source/runtimemgr/
H A DStorageBridge.cxx53 sal_Int32 sid ) : m_xContext( xContext, UNO_SET_THROW ), m_sid( sid ) in StorageBridge()
72 …Reference< lang::XMultiComponentFactory > xMultiComFac( m_xContext->getServiceManager(), UNO_SET_T… in initStorage()
73 Reference< XInterface > temp( m_xContext->getValueByName( in initStorage()
/aoo42x/main/writerfilter/source/ooxml/
H A DOOXMLFastDocumentHandler.cxx48 : m_xContext(context) in OOXMLFastDocumentHandler()
96 new OOXMLFastContextHandler(m_xContext) ); in getContextHandler()
130 ( new OOXMLFastDocumentHandler( m_xContext, 0, 0 ) ); in createUnknownChildContext()
/aoo42x/main/comphelper/source/misc/
H A Dofficeresourcebundle.cxx60 Reference< XComponentContext > m_xContext; member in comphelper::ResourceBundle_Impl
68 :m_xContext( _context ) in ResourceBundle_Impl()
173 Any aValue( m_xContext->getValueByName( in impl_loadBundle_nothrow()
/aoo42x/main/chart2/source/model/main/
H A DBaseCoordinateSystem.cxx137 m_xContext( xContext ), in BaseCoordinateSystem()
145 Reference< chart2::XAxis > xAxis( new Axis(m_xContext) ); in BaseCoordinateSystem()
178 m_xContext( rSource.m_xContext ), in BaseCoordinateSystem()
H A DPageBackground.cxx127 m_xContext( xContext ), in PageBackground()
135 m_xContext( rOther.m_xContext ), in PageBackground()
/aoo42x/main/sw/source/core/docnode/
H A Dfinalthreadmanager.cxx276 : m_xContext(context), in FinalThreadManager()
290 m_xContext->getServiceManager()->createInstanceWithContext( in registerAsListenerAtDesktop()
292 m_xContext ), in registerAsListenerAtDesktop()
447 m_xContext ); in queryTermination()
/aoo42x/main/scripting/source/storage/
H A DScriptMetadataImporter.cxx50 : m_xContext( xContext ) in ScriptMetadataImporter()
81 ENSURE_OR_THROW( m_xContext.is(), in parseMetaData()
84 … Reference< lang::XMultiComponentFactory > xMgr( m_xContext->getServiceManager(), UNO_SET_THROW ); in parseMetaData()
87 …reateInstanceWithContext( OUString::createFromAscii( "com.sun.star.xml.sax.Parser" ), m_xContext ), in parseMetaData()
H A DScriptStorage.cxx83 : m_xContext( xContext, UNO_SET_THROW ), m_bInitialised( false ) in ScriptStorage()
87 m_xMgr.set( m_xContext->getServiceManager(), UNO_SET_THROW ); in ScriptStorage()
96 …ext( OUString::createFromAscii( "com.sun.star.configuration.ConfigurationProvider" ), m_xContext ), in ScriptStorage()
261 ScriptMetadataImporter* SMI = new ScriptMetadataImporter( m_xContext ); in create()
565 m_xContext in save()
/aoo42x/main/stoc/source/javavm/
H A Djavavm.cxx628 m_xContext(rContext), in JavaVirtualMachine()
756 initVMConfiguration(&aJvm, m_xContext->getServiceManager(), in getJavaVM()
757 m_xContext); in getJavaVM()
1429m_xContext->getServiceManager()->createInstanceWithContext( rtl::OUString(RTL_CONSTASCII_USTRINGPA… in registerConfigChangesListener()
1430 … "com.sun.star.configuration.ConfigurationProvider")), m_xContext), css::uno::UNO_QUERY); in registerConfigChangesListener()
1552 getINetPropsFromConfig( &jvm, m_xContext->getServiceManager(), m_xContext); in setINetSettingsInVM()
1634 if (!(m_xContext->getValueByName( in setUpUnoVirtualMachine()
1647 m_xContext); in setUpUnoVirtualMachine()
1703 m_xContext, environment, classPath); in setUpUnoVirtualMachine()
/aoo42x/main/odk/examples/java/EmbedDocument/EmbeddedObject/
H A DOwnEmbeddedObjectFactory.java43 private final XComponentContext m_xContext; field in OwnEmbeddedObjectFactory
52 m_xContext = context; in OwnEmbeddedObjectFactory()
122 OwnEmbeddedObject aObject = new OwnEmbeddedObject( m_xContext, m_classID ); in createInstanceUserInit()
/aoo42x/main/writerfilter/source/filter/
H A DRtfFilter.cxx36 m_xContext( rxContext ) in RtfFilter()
50 …uno::Reference< lang::XMultiServiceFactory > xMSF(m_xContext->getServiceManager(), uno::UNO_QUERY_… in filter()
63 …uno::Reference< lang::XMultiServiceFactory > xMSF(m_xContext->getServiceManager(), uno::UNO_QUERY_… in filter()
/aoo42x/main/chart2/source/controller/main/
H A DCommandDispatch.cxx78 m_xContext( xContext ) in CommandDispatch()
156 m_xContext->getServiceManager()->createInstanceWithContext( in fireStatusEventForURL()
158 m_xContext ), in fireStatusEventForURL()
H A DCommandDispatchContainer.cxx51 :m_xContext( xContext ) in CommandDispatchContainer()
100 CommandDispatch * pDispatch = new UndoCommandDispatch( m_xContext, xModel ); in getDispatchForURL()
111 … CommandDispatch * pDispatch = new StatusBarCommandDispatch( m_xContext, xModel, xSelSupp ); in getDispatchForURL()
/aoo42x/main/framework/source/dispatch/
H A Dsystemexec.cxx110 , m_xContext ( xContext )
118 m_xContext = NULL; in ~SystemExec()
174 css::uno::Reference< css::uno::XComponentContext > xContext = m_xContext; in dispatchWithNotification()
H A Dmailtodispatcher.cxx118 , m_xContext ( xContext )
132 m_xContext = NULL; in ~MailToDispatcher()
272 xContext = m_xContext; in implts_dispatch()
/aoo42x/main/sc/source/ui/vba/
H A Dvbaoleobjects.cxx82 uno::Reference<uno::XComponentContext > m_xContext; member in EnumWrapper
86 …ce< container::XIndexAccess >& xIndexAccess ) : m_xParent( xParent ), m_xContext( xContext), m_xI… in EnumWrapper()
98 …no::Reference< ov::excel::XOLEObject >( new ScVbaOLEObject( m_xParent, m_xContext, xControlShape )… in nextElement()
H A Dvbastyles.cxx76 uno::Reference<uno::XComponentContext > m_xContext; member in EnumWrapper
81 …el >& xModel ) : m_xIndexAccess( xIndexAccess ), m_xParent( xParent ), m_xContext( xContext ), m_x… in EnumWrapper()
89 …eateAPIStyleToVBAObject( m_xIndexAccess->getByIndex( nIndex++ ), m_xParent, m_xContext, m_xModel ); in nextElement()
/aoo42x/main/sw/source/ui/vba/
H A Dvbadocumentproperties.cxx510 uno::Reference< uno::XComponentContext > m_xContext; member in BuiltInPropertiesImpl
518 …onst uno::Reference< frame::XModel >& xModel ) : m_xParent( xParent ), m_xContext( xContext ), m_x… in BuiltInPropertiesImpl()
636 uno::Reference< uno::XComponentContext > m_xContext; member in CustomPropertiesImpl
641 …onst uno::Reference< frame::XModel >& xModel ) : m_xParent( xParent ), m_xContext( xContext ), m_x… in CustomPropertiesImpl()
663 …ence< XDocumentProperty >( new SwVbaCustomDocumentProperty( m_xParent, m_xContext, aPropInfo ) ) ); in getByIndex()
672 …ence< XDocumentProperty >( new SwVbaCustomDocumentProperty( m_xParent, m_xContext, aPropInfo ) ) ); in getByName()
/aoo42x/main/shell/source/unix/exec/
H A Dshellexec.cxx111 m_xContext(xContext) in ShellExec()
154 m_xContext)->translateToExternal(aCommand)); in execute()
172 if (!(m_xContext->getValueByName( in execute()
/aoo42x/main/reportdesign/source/ui/inspection/
H A DDefaultInspection.cxx69 :m_xContext( _rxContext ) in DBG_NAME()
267m_xContext->getServiceManager()->createInstanceWithContext(::rtl::OUString(RTL_CONSTASCII_USTRINGP… in getPropertyOrderIndex()

Completed in 802 milliseconds

12345678910>>...14