Home
last modified time | relevance | path

Searched refs:mxContext (Results 51 – 75 of 180) sorted by relevance

12345678

/aoo42x/main/sw/source/ui/vba/
H A Dvbaselection.cxx93 …return uno::Reference< word::XRange >( new SwVbaRange( this, mxContext, xDocument, xTextRange->get… in getRange()
418 return uno::Reference< word::XFind >( new SwVbaFind( this, mxContext, mxModel, xTextRange ) ); in getFind()
587 … uno::Reference< word::XTable > xVBATbl = new SwVbaTable( mxParent, mxContext, xTextDoc, xTbl ); in Tables()
598 uno::Reference< XCollection > xCol( new SwVbaFields( mxParent, mxContext, mxModel ) ); in Fields()
618 …return uno::Reference< word::XHeaderFooter >( new SwVbaHeaderFooter( this, mxContext, mxModel, xPa… in getHeaderFooter()
635 …Any( uno::Reference< msforms::XShapeRange >( new ScVbaShapeRange( this, mxContext, xShapesAccess, … in ShapeRange()
H A Dvbapanes.cxx35 uno::Reference< uno::XComponentContext > mxContext; member in PanesIndexAccess
39 … const uno::Reference< frame::XModel >& xModel ) : mxParent( xParent ), mxContext( xContext ), mxM… in PanesIndexAccess()
51 …return uno::makeAny( uno::Reference< word::XPane >( new SwVbaPane( mxParent, mxContext, mxModel )… in getByIndex()
H A Dvbarange.cxx219 …return uno::Reference< word::XParagraphFormat >( new SwVbaParagraphFormat( this, mxContext, mxText… in getParagraphFormat()
249 return uno::Reference< word::XStyle >( new SwVbaStyle( this, mxContext, xStyleProps ) ); in getStyle()
263 …return new SwVbaFont( mxParent, mxContext, aColors.getPalette(), uno::Reference< beans::XPropertyS… in getFont()
289 …return uno::makeAny( uno::Reference< word::XPageSetup >( new SwVbaPageSetup( this, mxContext, xMod… in PageSetup()
H A Dvbabookmarks.cxx130 …return new BookmarksEnumeration( getParent(), mxContext,xEnumAccess->createEnumeration(), mxModel … in createEnumeration()
138 …ny( uno::Reference< word::XBookmark > ( new SwVbaBookmark( getParent(), mxContext, mxModel, aName … in createCollectionObject()
181 …Any( uno::Reference< word::XBookmark >( new SwVbaBookmark( getParent(), mxContext, mxModel, aName … in Add()
/aoo42x/main/oox/source/xls/
H A Dworksheetfragment.cxx913 if( mxContext.get() ) in importFragment()
917 mxContext->importRecord( rStrm ); in importFragment()
919 mxContext.reset(); in importFragment()
934 mxContext.reset( new BiffAutoFilterContext( *this, getAutoFilters().createAutoFilter() ) ); in importAutoFilter()
935 mxContext->importRecord( rStrm ); in importAutoFilter()
1175 mxContext.reset( new BiffPivotTableContext( *this ) ); in importPTDefinition()
1176 mxContext->importRecord( rStrm ); in importPTDefinition()
1181 mxContext.reset( new BiffQueryTableContext( *this ) ); in importQueryTable()
1182 mxContext->importRecord( rStrm ); in importQueryTable()
/aoo42x/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DObjectView.java59 mxContext = null; in ObjectView()
77 mxContext = xContext; in SetObject()
108 protected XAccessibleContext mxContext; field in ObjectView
H A DServiceInterfaceView.java113 XServiceInfo.class, mxContext); in CreateImplementationNameTree()
128 XServiceInfo.class, mxContext); in CreateServiceTree()
146 XTypeProvider.class, mxContext); in CreateInterfaceTree()
/aoo42x/main/sc/source/ui/vba/
H A Dvbaaxes.cxx91 uno::Reference< uno::XComponentContext > mxContext; member in AxisIndexWrapper
95 …tContext >& xContext, const uno::Reference< excel::XChart >& xChart ) : mxContext( xContext ), mxC… in AxisIndexWrapper()
123 …return uno::makeAny( ScVbaAxes::createAxis( mxChart, mxContext, dIndexes.second, dIndexes.first ) … in getByIndex()
172 return uno::makeAny( createAxis( moChartParent, mxContext, nType, nAxisGroup ) ); in Item()
H A Dvbawindow.cxx279 …container::XEnumerationAccess > xEnumAccess( new SelectedSheetsEnumAccess( mxContext, m_xModel ) ); in SelectedSheets()
281 … > xSheets( new ScVbaWorksheets( uno::Reference< XHelperInterface >(), mxContext, xEnumAccess, m_… in SelectedSheets()
327 …( uno::Reference< XHelperInterface >( Application(), uno::UNO_QUERY_THROW ), mxContext, m_xModel ); in getCaption()
459 …( uno::Reference< XHelperInterface >( Application(), uno::UNO_QUERY_THROW ), mxContext, m_xModel ); in Activate()
467 …( uno::Reference< XHelperInterface >( Application(), uno::UNO_QUERY_THROW ), mxContext, m_xModel ); in Close()
475 return new ScVbaPane( this, mxContext, m_xModel, xViewPane ); in ActivePane()
841 … uno::Reference< excel::XPane > xPane( new ScVbaPane( this, mxContext, m_xModel, xTopLeftPane ) ); in getVisibleRange()
H A Dvbafont.cxx92 ScVbaFont aFont( getParent(), mxContext, mPalette, xProps ); in setSuperscript()
132 ScVbaFont aFont( getParent(), mxContext, mPalette, xProps ); in getSuperscript()
164 ScVbaFont aFont( getParent(), mxContext, mPalette, xProps ); in setSubscript()
206 ScVbaFont aFont( getParent(), mxContext, mPalette, xProps ); in getSubscript()
H A Dvbanames.cxx157 …return uno::Any( uno::Reference< excel::XName >( new ScVbaName( getParent(), mxContext, xName, mxN… in Add()
174 …return new NamesEnumeration( getParent(), mxContext, xEnumAccess->createEnumeration(), mxModel , m… in createEnumeration()
181 …return uno::makeAny( uno::Reference< excel::XName > ( new ScVbaName( getParent(), mxContext, xName… in createCollectionObject()
H A Dvbasheetobjects.cxx91 inline const uno::Reference< uno::XComponentContext >& getContext() const { return mxContext; } in getContext()
134 uno::Reference< uno::XComponentContext > mxContext; member in ScVbaObjectContainer
154 mxContext( rxContext ), in ScVbaObjectContainer()
507 return new ScVbaButton( mxParent, mxContext, mxModel, createForm(), xControlShape ); in implCreateVbaObject()
H A Dvbaworksheets.cxx195 return new SheetsEnumeration( this, mxContext, xEnumAccess->createEnumeration(), mxModel ); in createEnumeration()
208 …uno::Reference< excel::XWorksheet > xNewSheet( new ScVbaWorksheet( getParent(), mxContext, xSheet,… in createCollectionObject()
411 uno::Reference< script::XTypeConverter > xConverter = getTypeConverter(mxContext); in Item()
430 …uno::Reference< XCollection > xSelectedSheets( new ScVbaWorksheets( this->getParent(), mxContext,… in Item()
/aoo42x/main/toolkit/workben/layout/
H A Dtest.cxx76 Reference< XComponentContext > mxContext; member in LayoutTest
184 mxContext = defaultBootstrap_InitialComponentContext(); in Init()
185 …mxMSF = new UnoBootstrapLayout( Reference< lang::XMultiServiceFactory >( mxContext->getServiceMana… in Init()
352 Reference< lang::XComponent > xComp( mxContext, UNO_QUERY ); in Main()
/aoo42x/main/sdext/source/minimizer/
H A Dimpoptimizer.cxx497 mxContext ( rxContext ), in ImpOptimizer()
584 GraphicCollector::CollectGraphics( mxContext, mxModel, aGraphicSettings, aGraphicList ); in ImplOptimize()
585 CompressGraphics( *this, mxContext, aGraphicSettings, aGraphicList ); in ImplOptimize()
699 Reference< XDesktop > xDesktop( mxContext->getServiceManager()->createInstanceWithContext( in Optimize()
700 … OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.frame.Desktop" ) ), mxContext ), UNO_QUERY ); in Optimize()
726 DispatchURL( mxContext, sSlot, xFrame ); in Optimize()
742 mxContext, xParentWindow, maSaveAsURL, mbOpenNewDocument, in Optimize()
/aoo42x/main/oox/source/ole/
H A Dvbacontrol.cxx755 mxContext( rxContext ), in VbaUserForm()
759 OSL_ENSURE( mxContext.is(), "VbaUserForm::VbaUserForm - missing component context" ); in VbaUserForm()
767 if( !mxContext.is() || !mxDocModel.is() || !rxDialogLib.is() ) in importForm()
777 TextInputStream aFrameTextStrm( mxContext, aInStrm, eTextEnc ); in importForm()
825 … Reference< XMultiServiceFactory > xFactory( mxContext->getServiceManager(), UNO_QUERY_THROW ); in importForm()
833 …eamProvider > xDialogSource( ::xmlscript::exportDialogModel( xDialogNC, mxContext ), UNO_SET_THROW… in importForm()
/aoo42x/main/vbahelper/source/vbahelper/
H A Dvbadocumentbase.cxx142 …uno::Reference< lang::XMultiComponentFactory > xServiceManager( mxContext->getServiceManager(), un… in Close()
146 mxContext ), in Close()
272 …uno::Reference< lang::XMultiComponentFactory > xServiceManager( mxContext->getServiceManager(), un… in getVBProject()
274 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ooo.vba.vbide.VBProject" ) ), aArgs, mxContext ); in getVBProject()
H A Dvbashape.cxx288 … return uno::Reference< msforms::XLineFormat >( new ScVbaLineFormat( this, mxContext, m_xShape ) ); in getLine()
294 … return uno::Reference< msforms::XFillFormat >( new ScVbaFillFormat( this, mxContext, m_xShape ) ); in getFill()
300 …return uno::Reference< msforms::XPictureFormat >( new ScVbaPictureFormat( this, mxContext, m_xShap… in getPictureFormat()
318 …return uno::makeAny( uno::Reference< msforms::XTextFrame >( new VbaTextFrame( this, mxContext, m_x… in TextFrame()
467 …uno::Reference< msforms::XShapeRange > xShapeRange( new ScVbaShapeRange( mxParent, mxContext, xInd… in ShapeRange()
/aoo42x/main/sax/source/fastparser/
H A Dfastparser.cxx59 Reference< XFastContextHandler > mxContext; member
700 xParentContext = rEntity.maContextStack.top()->mxContext; in callbackStartElement()
812 rEntity.maContextStack.top()->mxContext = xContext; in callbackStartElement()
826 rEntity.maContextStack.top()->mxContext = xContext; in callbackStartElement()
844 const Reference< XFastContextHandler >& xContext( pContext->mxContext ); in callbackEndElement()
866 const Reference< XFastContextHandler >& xContext( rEntity.maContextStack.top()->mxContext ); in callbackCharacters()
/aoo42x/main/odk/examples/DevelopersGuide/Accessibility/
H A DGraphicalDisplay.java81 drawAccessibleObject (g, mxContext, Color.GREEN); in paintComponent()
129 mxContext = xContext; in setAccessibleObject()
174 private XAccessibleContext mxContext; field in GraphicalDisplay
/aoo42x/main/sw/source/core/docnode/
H A Dfinalthreadmanager.cxx174 mxContext( xContext ) in TerminateOfficeThread()
197 css::uno::Reference< css::uno::XComponentContext > mxContext; member in TerminateOfficeThread
235 mxContext->getServiceManager()->createInstanceWithContext( in PerformOfficeTermination()
237 mxContext ), in PerformOfficeTermination()
/aoo42x/main/framework/source/services/
H A Dbackingwindow.cxx164 mxContext.set( ::comphelper::getProcessComponentContext(), uno::UNO_SET_THROW ); in BackingWindow()
167 mxContext->getServiceManager()->createInstanceWithContext( in BackingWindow()
168 SERVICENAME_CFGPROVIDER, mxContext), UNO_QUERY); in BackingWindow()
188 frame::PopupMenuControllerFactory::create( mxContext ) ); in BackingWindow()
193 mxPopupMenu.set( mxContext->getServiceManager()->createInstanceWithContext( in BackingWindow()
194 DECLARE_ASCII( "com.sun.star.awt.PopupMenu" ), mxContext ), uno::UNO_QUERY_THROW ); in BackingWindow()
333 DECLARE_ASCII( RECENT_FILE_LIST ), aArgs, mxContext), in prepareRecentFileMenu()
/aoo42x/main/toolkit/test/accessibility/ov/
H A DStateSetView.java96 aContainer.SetObject (mxContext); in SetViewMode()
186 XAccessibleStateSet xStateSet = mxContext.getAccessibleStateSet(); in PaintAllStates()
252 XAccessibleStateSet xStateSet = mxContext.getAccessibleStateSet(); in Update()
/aoo42x/main/odk/examples/cpp/complextoolbarcontrols/
H A DMyProtocolHandler.h62 ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > mxContext;
67 : mxContext( rxContext ) {} in MyProtocolHandler()
113 ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > mxContext;
/aoo42x/main/sdext/source/presenter/
H A DPresenterPaneBorderPainter.cxx176 mxContext(rxContext), in PresenterPaneBorderPainter()
336 if ( ! mxContext.is()) in ProvideTheme()
350 mpTheme.reset(new PresenterTheme(mxContext, OUString(), rxCanvas)); in ProvideTheme()
357 mpRenderer.reset(new Renderer(mxContext, mpTheme)); in ProvideTheme()
398 mpRenderer.reset(new Renderer(mxContext, mpTheme)); in SetTheme()

Completed in 212 milliseconds

12345678