Home
last modified time | relevance | path

Searched refs:mxContext (Results 76 – 100 of 180) sorted by relevance

12345678

/trunk/main/sc/source/ui/vba/
H A Dvbaformatconditions.cxx99 …::Reference< XHelperInterface >( mxRangeParent, uno::UNO_QUERY_THROW ), mxContext, mxStyles, this,… in createCollectionObject()
196 …::Reference< XHelperInterface >( mxRangeParent, uno::UNO_QUERY_THROW ), mxContext, xSheetCondition… in Add()
213 …return new EnumWrapper( m_xIndexAccess, mxRangeParent, mxContext, mxStyles, this, mxParentRangePro… in createEnumeration()
H A Dvbapivottables.cxx58 return new PivotTableEnumeration( mxParent, mxContext, xEnumAccess->createEnumeration() ); in createEnumeration()
64 return DataPilotToPivotTable( aSource, mxContext ); in createCollectionObject()
H A Dvbacomments.cxx80 return new CommentEnumeration( mxParent, mxContext, xEnumAccess->createEnumeration(), mxModel ); in createEnumeration()
86 return AnnotationToComment( aSource, mxContext, mxModel ); in createCollectionObject()
H A Dvbaglobals.cxx75 mxApplication.set( new ScVbaApplication( mxContext) ); in getApplication()
233 …uno::Reference< lang::XMultiComponentFactory > xServiceManager( mxContext->getServiceManager(), un… in getDebug()
235 ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ooo.vba.Debug" ) ), mxContext ); in getDebug()
H A Dvbaoleobject.cxx58 …uno::Reference<lang::XMultiComponentFactory > xServiceManager( mxContext->getServiceManager(), uno… in ScVbaOLEObject()
59 …::OUString( RTL_CONSTASCII_USTRINGPARAM( "ooo.vba.ControlProvider" ) ), mxContext ), uno::UNO_QUER… in ScVbaOLEObject()
H A Dvbasheetobject.cxx118 return new ScVbaFont( this, mxContext, maPalette, mxPropSet, 0, true ); in getFont()
450 return new ScVbaFont( this, mxContext, maPalette, mxControlProps, 0, true ); in getFont()
521 return new ScVbaButtonCharacters( this, mxContext, mxControlProps, maPalette, rStart, rLength ); in Characters()
H A Dvbaaxis.cxx88 xAxisTitle = new ScVbaAxisTitle(this, mxContext, pChart->xAxisXSupplier->getXAxisTitle()); in getAxisTitle()
91 xAxisTitle = new ScVbaAxisTitle(this, mxContext, pChart->xAxisZSupplier->getZAxisTitle()); in getAxisTitle()
94 xAxisTitle = new ScVbaAxisTitle(this, mxContext, pChart->xAxisYSupplier->getYAxisTitle()); in getAxisTitle()
H A Dvbaoleobjects.cxx117 return new EnumWrapper( getParent(), mxContext, m_xIndexAccess ); in createEnumeration()
127 …o::Reference< ov::excel::XOLEObject >( new ScVbaOLEObject( getParent(), mxContext, xControlShape )… in createCollectionObject()
/trunk/main/vbahelper/source/msforms/
H A Dvbaframe.cxx82 return new VbaNewFont( this, mxContext, m_xProps ); in getFont()
94 …uno::Reference< XCollection > xControls( new ScVbaControls( this, mxContext, mxDialog, m_xModel, f… in Controls()
/trunk/main/vbahelper/inc/vbahelper/
H A Dvbacollectionimpl.hxx98 mxParent( rxParent ), mxContext( rxContext ), mxEnumeration( rxEnumeration ) {} in SimpleEnumerationBase()
104 …mxParent( rxParent ), mxContext( rxContext ), mxEnumeration( new SimpleIndexAccessToEnumeration( r… in SimpleEnumerationBase()
122 css::uno::Reference< css::uno::XComponentContext > mxContext; member in SimpleEnumerationBase
/trunk/main/sw/source/ui/vba/
H A Dvbaheaderfooter.cxx74 …return uno::Reference< word::XRange >( new SwVbaRange( this, mxContext, xDocument, xText->getStart… in getRange()
83 uno::Reference< XCollection > xCol( new ScVbaShapes( this, mxContext, xIndexAccess, mxModel ) ); in Shapes()
H A Dvbatable.cxx45 return new SwVbaRange( mxParent, mxContext, mxTextDocument, mxTextTable->getAnchor() ); in Range()
93 uno::Reference< XCollection > xCol( new SwVbaBorders( this, mxContext, aCellRange, aPalette ) ); in Borders()
H A Dvbaparagraph.cxx44 …return uno::Reference< word::XRange >( new SwVbaRange( this, mxContext, mxTextDocument, mxTextRang… in getRange()
150 …return uno::makeAny( uno::Reference< word::XParagraph >( new SwVbaParagraph( this, mxContext, mxTe… in createCollectionObject()
/trunk/main/toolkit/test/accessibility/ov/
H A DFocusView.java100 if (mxContext == null) in Update()
107 XAccessibleStateSet aStateSet = mxContext.getAccessibleStateSet(); in Update()
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DFocusView.java104 if (mxContext == null) in Update()
111 XAccessibleStateSet aStateSet = mxContext.getAccessibleStateSet(); in Update()
H A DComponentView.java86 if (mxContext == null) in Update()
133 XAccessible xParent = mxContext.getAccessibleParent(); in Update()
H A DStateSetView.java114 … XAccessibleStateSet xStateSet = ( mxContext != null ) ? mxContext.getAccessibleStateSet() : null; in PaintAllStates()
/trunk/main/sdext/source/minimizer/
H A Dinformationdialog.cxx293 …Reference< XURLTransformer > xURLTransformer( mxContext->getServiceManager()->createInstanceWithCo… in InitDialog()
294 …OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.util.URLTransformer" ) ), mxContext ), UNO_QU… in InitDialog()
418 mxContext( rxContext ), in InformationDialog()
H A Dpppoptimizer.cxx49 mxContext( rxContext ) in PPPOptimizer()
151 ImpOptimizer aOptimizer( mxContext, xModel ); in dispatch()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbaapplicationbase.cxx277 …uno::Reference< XCommandBars > xCommandBars( new ScVbaCommandBars( this, mxContext, uno::Reference… in CommandBars()
390 …uno::Reference< lang::XMultiComponentFactory > xServiceManager( mxContext->getServiceManager(), un… in getVBE()
392 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ooo.vba.vbide.VBE" ) ), aArgs, mxContext ); in getVBE()
H A Dvbashaperange.cxx72 …return uno::Reference< msforms::XShape >( new ScVbaShape( getParent(), mxContext, xShape, getShape… in Group()
80 …uno::Reference< lang::XMultiServiceFactory > xMSF( mxContext->getServiceManager(), uno::UNO_QUERY_… in getShapes()
354 …Shape > xVbShape( new ScVbaShape( uno::Reference< XHelperInterface >(), mxContext, xShape, getShap… in createCollectionObject()
H A Dvbafillformat.cxx164 …m_xColorFormat.set( new ScVbaColorFormat( getParent(), mxContext, this, m_xShape, ColorFormatType:… in BackColor()
172 …m_xColorFormat.set( new ScVbaColorFormat( getParent(), mxContext, this, m_xShape, ColorFormatType:… in ForeColor()
/trunk/main/oox/source/xls/
H A Dbiffdetector.cxx70 mxContext( rxContext, UNO_SET_THROW ) in BiffDetector()
207 StorageRef xStorage( new ::oox::ole::OleStorage( mxContext, xInStrm, true ) ); in detect()
/trunk/main/connectivity/source/manager/
H A Dmdrivermanager.cxx123 : mxContext( rxContext ) {} in EnsureDriver()
132 _rDescriptor.xComponentFactory->createInstanceWithContext( mxContext ) ); in operator ()()
137 Reference< XComponentContext > mxContext; member
/trunk/main/oox/source/ole/
H A Dvbamodule.cxx55 mxContext( rxContext ), in VbaModule()
162 TextInputStream aVbaTextStrm( mxContext, aVbaStrm, meTextEnc ); in readSourceCode()

Completed in 79 milliseconds

12345678