Lines Matching refs:mxContext

144     uno::Reference< beans::XExactName > xWSF( new ScVbaWSFunction( this, mxContext ) );  in getExactName()
151 uno::Reference< script::XInvocation > xWSF( new ScVbaWSFunction( this, mxContext ) ); in getIntrospection()
163 uno::Reference< script::XInvocation > xWSF( new ScVbaWSFunction( this, mxContext ) ); in invoke()
176 uno::Reference< script::XInvocation > xWSF( new ScVbaWSFunction( this, mxContext ) ); in setValue()
183 uno::Reference< script::XInvocation > xWSF( new ScVbaWSFunction( this, mxContext ) ); in getValue()
190 uno::Reference< script::XInvocation > xWSF( new ScVbaWSFunction( this, mxContext ) ); in hasMethod()
197 uno::Reference< script::XInvocation > xWSF( new ScVbaWSFunction( this, mxContext ) ); in hasProperty()
204 uno::Reference< frame::XModel > xModel( getCurrentExcelDoc( mxContext ), uno::UNO_SET_THROW ); in getActiveWorkbook()
208 return new ScVbaWorkbook( this, mxContext, xModel ); in getActiveWorkbook()
214 uno::Reference< frame::XModel > xModel( getThisExcelDoc( mxContext ), uno::UNO_SET_THROW ); in getThisWorkbook()
218 return new ScVbaWorkbook( this, mxContext, xModel ); in getThisWorkbook()
224 return uno::Reference< XAssistant >( new ScVbaAssistant( this, mxContext ) ); in getAssistant()
247 …akeAny( uno::Reference< msforms::XTextBoxShape >(new ScVbaTextBoxShape( mxContext, xShape, xShapes… in getSelection()
250 …return uno::makeAny( uno::Reference< msforms::XShape >(new ScVbaShape( this, mxContext, xShape, xS… in getSelection()
260 … excel::XRange >( new ScVbaRange( excel::getUnoSheetModuleObj( xRanges ), mxContext, xRanges ) ) ); in getSelection()
263 …ce< excel::XRange >(new ScVbaRange( excel::getUnoSheetModuleObj( xRange ), mxContext, xRange ) ) ); in getSelection()
276 ScTabViewShell* pViewShell = excel::getCurrentBestViewShell(mxContext); in getActiveCell()
287 …return new ScVbaRange( excel::getUnoSheetModuleObj( xRange ), mxContext, xRange->getCellRangeByPos… in getActiveCell()
293 uno::Reference< XCollection > xWorkBooks( new ScVbaWorkbooks( this, mxContext ) ); in Workbooks()
313 …rn uno::makeAny( uno::Reference< script::XInvocation >( new ScVbaWSFunction( this, mxContext ) ) ); in WorksheetFunction()
329 …xDialogs( new ScVbaDialogs( uno::Reference< XHelperInterface >( this ), mxContext, getCurrentDocum… in Dialogs()
341 …uno::Reference< excel::XWindow > xWin( new ScVbaWindow( xParent, mxContext, xModel, xController ) … in getActiveWindow()
426 uno::Reference< excel::XWindows > xWindows( new ScVbaWindows( this, mxContext ) ); in Windows()
453 …uno::Reference< excel::XRange > xVbRange = ScVbaRange::ApplicationRange( mxContext, Cell1, Cell2 )… in Range()
463 …css::uno::Reference< excel::XNames > xNames ( new ScVbaNames( this , mxContext , xNamedRanges , xM… in Names()
534 ScTabViewShell* pShell = excel::getCurrentBestViewShell( mxContext ); in GoTo()
539mxContext, sRangeName, excel::getDocShell( xModel ), formula::FormulaGrammar::CONV_XL_R1C1 ); in GoTo()
577 ScTabViewShell* pShell = excel::getCurrentBestViewShell( mxContext ); in GoTo()
728 uno::Reference< beans::XPropertySet > xProps = lcl_getPathSettingsService( mxContext ); in getOfficePath()
750 uno::Reference< beans::XPropertySet > xProps = lcl_getPathSettingsService( mxContext ); in setDefaultFilePath()
1010 return lclCreateVbaRange( mxContext, getCurrentDocument(), aList ); in Intersect()
1063 return lclCreateVbaRange( mxContext, getCurrentDocument(), aList ); in Union()
1082 ScTabViewShell* pViewShell = excel::getCurrentBestViewShell( mxContext ); in getDisplayFormulaBar()
1100 ScTabViewShell* pViewShell = excel::getCurrentBestViewShell( mxContext ); in setDisplayFormulaBar()
1132 aArgs[ 0 ] <<= getThisExcelDoc( mxContext ); in GetOpenFilename()
1138 …uno::Reference< lang::XMultiComponentFactory > xFactory( mxContext->getServiceManager(), uno::UNO_… in GetOpenFilename()
1140 …ring( RTL_CONSTASCII_USTRINGPARAM( "ooo.vba.OpenFilePicker" ) ), aArgs, mxContext ), uno::UNO_QUER… in GetOpenFilename()
1149 aArgs[ 0 ] <<= getThisExcelDoc( mxContext ); in GetSaveAsFilename()
1155 …uno::Reference< lang::XMultiComponentFactory > xFactory( mxContext->getServiceManager(), uno::UNO_… in GetSaveAsFilename()
1157 …ng( RTL_CONSTASCII_USTRINGPARAM( "ooo.vba.SaveAsFilePicker" ) ), aArgs, mxContext ), uno::UNO_QUER… in GetSaveAsFilename()
1164 return getCurrentExcelDoc(mxContext); in getCurrentDocument()