Lines Matching refs:excel

111     mnCalculation( excel::XlCalculation::xlCalculationAutomatic ),  in ScVbaAppSettings()
138 return static_cast< SfxObjectShell* >( excel::getDocShell( xModel ) ); in GetDocShell()
201 uno::Reference< excel::XWorkbook >
205 uno::Reference< excel::XWorkbook > xWorkbook( getVBADocument( xModel ), uno::UNO_QUERY ); in getActiveWorkbook()
211 uno::Reference< excel::XWorkbook > SAL_CALL
215 uno::Reference< excel::XWorkbook > xWorkbook( getVBADocument( xModel ), uno::UNO_QUERY ); in getThisWorkbook()
260 …return uno::makeAny( uno::Reference< excel::XRange >( new ScVbaRange( excel::getUnoSheetModuleObj(… in getSelection()
263 …return uno::makeAny( uno::Reference< excel::XRange >(new ScVbaRange( excel::getUnoSheetModuleObj( … in getSelection()
271 uno::Reference< excel::XRange >
276 ScTabViewShell* pViewShell = excel::getCurrentBestViewShell(mxContext); in getActiveCell()
287 …return new ScVbaRange( excel::getUnoSheetModuleObj( xRange ), mxContext, xRange->getCellRangeByPos… in getActiveCell()
306 uno::Reference< excel::XWorkbook > xWorkbook( getActiveWorkbook(), uno::UNO_SET_THROW ); in Worksheets()
329 …uno::Reference< excel::XDialogs > xDialogs( new ScVbaDialogs( uno::Reference< XHelperInterface >( … in Dialogs()
335 uno::Reference< excel::XWindow > SAL_CALL
341 …uno::Reference< excel::XWindow > xWin( new ScVbaWindow( xParent, mxContext, xModel, xController ) … in getActiveWindow()
401 return excel::XlCalculation::xlCalculationAutomatic; in getCalculation()
403 return excel::XlCalculation::xlCalculationManual; in getCalculation()
413 case excel::XlCalculation::xlCalculationManual: in setCalculation()
416 case excel::XlCalculation::xlCalculationAutomatic: in setCalculation()
417 case excel::XlCalculation::xlCalculationSemiautomatic: in setCalculation()
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()
472 uno::Reference< excel::XWorksheet > SAL_CALL
475 uno::Reference< excel::XWorksheet > result; in getActiveSheet()
476 uno::Reference< excel::XWorkbook > xWorkbook( getActiveWorkbook(), uno::UNO_QUERY ); in getActiveSheet()
479 uno::Reference< excel::XWorksheet > xWorksheet( in getActiveSheet()
534 ScTabViewShell* pShell = excel::getCurrentBestViewShell( mxContext ); in GoTo()
538 uno::Reference< excel::XRange > xVbaSheetRange = ScVbaRange::getRangeObjectForName( in GoTo()
539 … mxContext, sRangeName, excel::getDocShell( xModel ), formula::FormulaGrammar::CONV_XL_R1C1 ); in GoTo()
544 uno::Reference< excel::XWindow > xWindow = getActiveWindow(); in GoTo()
573 uno::Reference< excel::XRange > xRange; in GoTo()
576 uno::Reference< excel::XRange > xVbaRange( Reference, uno::UNO_QUERY ); in GoTo()
577 ScTabViewShell* pShell = excel::getCurrentBestViewShell( mxContext ); in GoTo()
585 uno::Reference< excel::XWindow > xWindow = getActiveWindow(); in GoTo()
615 return excel::XlMousePointer::xlNorthwestArrow; in getCursor()
617 return excel::XlMousePointer::xlDefault; in getCursor()
619 return excel::XlMousePointer::xlWait; in getCursor()
621 return excel::XlMousePointer::xlIBeam; in getCursor()
623 return excel::XlMousePointer::xlDefault; in getCursor()
635 case excel::XlMousePointer::xlNorthwestArrow: in setCursor()
641 case excel::XlMousePointer::xlWait: in setCursor()
642 case excel::XlMousePointer::xlIBeam: in setCursor()
649 case excel::XlMousePointer::xlDefault: in setCursor()
794 uno::Reference< excel::XRange > xRange( rArg, uno::UNO_QUERY_THROW ); in lclAddToListOfScRange()
798 …uno::Reference< excel::XRange > xAreaRange( xCol->Item( uno::Any( nIdx ), uno::Any() ), uno::UNO_Q… in lclAddToListOfScRange()
930 uno::Reference< excel::XRange > lclCreateVbaRange( in lclCreateVbaRange()
935 ScDocShell* pDocShell = excel::getDocShell( rxModel ); in lclCreateVbaRange()
945 return new ScVbaRange( excel::getUnoSheetModuleObj( xRange ), rxContext, xRange ); in lclCreateVbaRange()
950 return new ScVbaRange( excel::getUnoSheetModuleObj( xRanges ), rxContext, xRanges ); in lclCreateVbaRange()
959 uno::Reference< excel::XRange > SAL_CALL ScVbaApplication::Intersect( in Intersect()
960 const uno::Reference< excel::XRange >& rArg1, const uno::Reference< excel::XRange >& rArg2, in Intersect()
1013 uno::Reference< excel::XRange > SAL_CALL ScVbaApplication::Union( in Union()
1014 const uno::Reference< excel::XRange >& rArg1, const uno::Reference< excel::XRange >& rArg2, in Union()
1082 ScTabViewShell* pViewShell = excel::getCurrentBestViewShell( mxContext ); in getDisplayFormulaBar()
1100 ScTabViewShell* pViewShell = excel::getCurrentBestViewShell( mxContext ); in setDisplayFormulaBar()