Home
last modified time | relevance | path

Searched refs:mxContext (Results 151 – 175 of 180) sorted by relevance

12345678

/trunk/main/toolkit/source/controls/
H A Dunocontrolcontainer.cxx607 uno::Reference< awt::XControlContainer > xContainer( mxContext, uno::UNO_QUERY ); in setStatusText()
828 if( !mxContext.is() && bVisible ) in setVisible()
/trunk/main/sw/source/ui/vba/
H A Dvbaautotextentry.cxx102 …Any( uno::Reference< word::XAutoTextEntry >( new SwVbaAutoTextEntry( this, mxContext, xEntry ) ) ); in createCollectionObject()
H A Dvbastyle.cxx92 return new SwVbaFont( mxParent, mxContext, aColors.getPalette(), mxStyleProps ); in getFont()
H A Dvbaglobals.cxx69 mxApplication.set( new SwVbaApplication( mxContext) ); in getApplication()
/trunk/main/vbahelper/source/msforms/
H A Dvbatextbox.cxx139 return new VbaNewFont( this, mxContext, m_xProps ); in getFont()
H A Dvbacombobox.cxx236 return new VbaNewFont( this, mxContext, m_xProps ); in getFont()
H A Dvbalistbox.cxx268 return new VbaNewFont( this, mxContext, m_xProps ); in getFont()
/trunk/main/oox/inc/oox/ole/
H A Dvbacontrol.hxx205 ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > mxContext;
H A Dvbaproject.hxx188 mxContext; /// Component context with service manager.
/trunk/main/sdext/source/minimizer/
H A Dpppoptimizer.hxx46 com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext > mxContext; member in PPPOptimizer
H A Dunodialog.hxx116 com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext > mxContext; member in UnoDialog
/trunk/main/framework/source/services/
H A Dbackingwindow.hxx82 com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext > mxContext; member in framework::BackingWindow
/trunk/main/sc/source/ui/vba/
H A Dvbapagebreak.cxx89 … return new ScVbaRange( ScVbaPageBreak_BASE::getParent(), ScVbaPageBreak_BASE::mxContext, xRange); in Location()
H A Dvbapane.cxx88 return new ScVbaRange( getParent(), mxContext, xRange ); in getVisibleRange()
H A Dvbahyperlink.cxx188 … xAnchorRange.set( new ScVbaRange( uno::Reference< XHelperInterface >(), mxContext, xRange ) ); in getRange()
H A Dvbachart.cxx879 return new ScVbaChartTitle(this, mxContext, xTitleShape); in getChartTitle()
886 uno::Reference< excel::XAxes > xAxes = new ScVbaAxes( this, mxContext, this ); in Axes()
H A Dvbahyperlinks.cxx249 xAnchor, mxContext, rAddress, rSubAddress, rScreenTip, rTextToDisplay ) ); in Add()
H A Dvbaname.cxx232mxContext, mxNamedRange->getName(), excel::getDocShell( mxModel ), formula::FormulaGrammar::CONV_X… in getRefersToRange()
/trunk/main/oox/inc/oox/helper/
H A Dgraphichelper.hxx156 ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > mxContext;
/trunk/main/svx/inc/svx/
H A DSmartTagMgr.hxx101 com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext> mxContext; member in SmartTagMgr
/trunk/main/oox/inc/oox/core/
H A Dfilterdetect.hxx156 ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > mxContext;
/trunk/main/vbahelper/source/vbahelper/
H A Dvbacommandbarcontrol.cxx178 …ndBarControls > xCommandBarControls( new ScVbaCommandBarControls( this, mxContext, xSubMenu, pCBar… in Controls()
/trunk/main/extensions/source/update/check/
H A Dupdatehdl.hxx83 com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext > mxContext; member in UpdateHandler
/trunk/main/oox/source/dump/
H A Ddumperbase.cxx1505 mxContext( rxContext ), in SharedConfigData()
1572 return mbLoaded && mxContext.is() && mxRootStrg.get() && (maSysFileName.getLength() > 0); in implIsValid()
1601 … Reference< XInputStream > xInStrm = InputOutputHelper::openInputStream( mxContext, rFileUrl ); in readConfigFile()
1602 TextInputStream aTxtStrm( mxContext, xInStrm, RTL_TEXTENCODING_UTF8 ); in readConfigFile()
/trunk/main/cui/source/dialogs/
H A Dcolorpicker.cxx1574 Reference< XComponentContext > mxContext; member in cui::ColorPicker
1610 , mxContext( xContext ) in ColorPicker()

Completed in 103 milliseconds

12345678