/aoo4110/main/sc/source/ui/vba/ |
H A D | vbarange.cxx | 186 …excel::XlBordersIndex::xlEdgeLeft, excel::XlBordersIndex::xlEdgeTop, excel::XlBordersIndex::xlEdge… 1879 uno::Reference< excel::XRange > 1915 uno::Reference< excel::XRange > 1936 uno::Reference< excel::XRange > 2097 uno::Reference < excel::XFont > 2121 uno::Reference< excel::XRange > 2140 uno::Reference< excel::XRange > 2314 uno::Reference< excel::XRange > 2361 uno::Reference< excel::XRange > 2491 excel::implnCopy( xModel ); in Copy() [all …]
|
H A D | vbaapplication.cxx | 201 uno::Reference< excel::XWorkbook > 211 uno::Reference< excel::XWorkbook > SAL_CALL 271 uno::Reference< excel::XRange > 335 uno::Reference< excel::XWindow > SAL_CALL 472 uno::Reference< excel::XWorksheet > SAL_CALL 475 uno::Reference< excel::XWorksheet > result; in getActiveSheet() 573 uno::Reference< excel::XRange > xRange; in GoTo() 641 case excel::XlMousePointer::xlWait: in setCursor() 642 case excel::XlMousePointer::xlIBeam: in setCursor() 960 const uno::Reference< excel::XRange >& rArg1, const uno::Reference< excel::XRange >& rArg2, in Intersect() [all …]
|
H A D | vbaformat.cxx | 84 case excel::XlVAlign::xlVAlignBottom : in setVerticalAlignment() 87 case excel::XlVAlign::xlVAlignCenter : in setVerticalAlignment() 91 case excel::XlVAlign::xlVAlignJustify: in setVerticalAlignment() 95 case excel::XlVAlign::xlVAlignTop: in setVerticalAlignment() 162 case excel::XlHAlign::xlHAlignCenter: in setHorizontalAlignment() 168 case excel::XlHAlign::xlHAlignLeft: in setHorizontalAlignment() 171 case excel::XlHAlign::xlHAlignRight: in setHorizontalAlignment() 247 case excel::XlOrientation::xlUpward: in setOrientation() 679 case excel::Constants::xlLTR: in setReadingOrder() 682 case excel::Constants::xlRTL: in setReadingOrder() [all …]
|
H A D | vbarange.hxx | 62 typedef ScVbaFormat< ov::excel::XRange > ScVbaRange_BASE; 97 css::uno::Reference< ov::excel::XValidation > m_xValidation; 115 …css::uno::Reference< ov::excel::XRange > getArea( sal_Int32 nIndex ) throw( css::uno::RuntimeExce… 120 css::uno::Reference< ov::excel::XRange > PreviousNext( bool bIsPrevious ); 139 static ScVbaRange* getImplementation( const css::uno::Reference< ov::excel::XRange >& rxRange ); 151 static css::uno::Reference< ov::excel::XRange > getRangeObjectForName( 156 static css::uno::Reference< ov::excel::XRange > CellsHelper( 182 …virtual css::uno::Reference< ov::excel::XRange > SAL_CALL getEntireRow() throw (css::uno::RuntimeE… 184 …virtual css::uno::Reference< ov::excel::XComment > SAL_CALL getComment() throw (css::uno::RuntimeE… 219 …virtual css::uno::Reference< ov::excel::XRange > SAL_CALL CurrentArray() throw (css::uno::RuntimeE… [all …]
|
H A D | vbacondition.cxx | 51 case excel::XlFormatConditionOperator::xlBetween: in retrieveAPIOperator() 54 case excel::XlFormatConditionOperator::xlNotBetween: in retrieveAPIOperator() 57 case excel::XlFormatConditionOperator::xlEqual: in retrieveAPIOperator() 60 case excel::XlFormatConditionOperator::xlNotEqual: in retrieveAPIOperator() 63 case excel::XlFormatConditionOperator::xlGreater: in retrieveAPIOperator() 66 case excel::XlFormatConditionOperator::xlLess: in retrieveAPIOperator() 69 case excel::XlFormatConditionOperator::xlGreaterEqual: in retrieveAPIOperator() 72 case excel::XlFormatConditionOperator::xlLessEqual: in retrieveAPIOperator() 131 retvalue = excel::XlFormatConditionOperator::xlEqual; in Operator() 143 retvalue = excel::XlFormatConditionOperator::xlLess; in Operator() [all …]
|
H A D | vbawindow.cxx | 52 using namespace ::ooo::vba::excel::XlWindowState; 159 return excel::XWorksheet::static_type(0); in getElementType() 471 uno::Reference< excel::XPane > SAL_CALL 478 uno::Reference< excel::XRange > SAL_CALL 492 uno::Reference< excel::XRange > SAL_CALL 785 excel::implSetZoom( m_xModel, nZoom, vTabs ); in setZoom() 788 uno::Reference< excel::XWorksheet > SAL_CALL 808 nWindowView = excel::XlWindowView::xlNormalView; in getView() 821 case excel::XlWindowView::xlNormalView: in setView() 824 case excel::XlWindowView::xlPageBreakPreview: in setView() [all …]
|
H A D | vbaworksheet.cxx | 372 uno::Reference< excel::XRange > 483 excel::implnCopy(mxModel); in Move() 487 excel::implnPaste(xModel); in Move() 518 excel::implnCopy(mxModel); in Copy() 522 excel::implnPaste(xModel); in Copy() 549 excel::implnPaste( mxModel ); in Paste() 627 uno::Reference< excel::XRange > 644 uno::Reference< excel::XRange > 653 uno::Reference< excel::XRange > 663 uno::Reference< excel::XRange > [all …]
|
H A D | vbasheetobject.cxx | 238 sal_Int32 nRet = excel::XlPlacement::xlMoveAndSize; in getPlacement() 247 nRet = excel::XlPlacement::xlFreeFloating; in getPlacement() 262 if ( nPlacement == excel::XlPlacement::xlFreeFloating ) in setPlacement() 462 case awt::TextAlign::LEFT: return excel::Constants::xlLeft; in getHorizontalAlignment() 463 case awt::TextAlign::RIGHT: return excel::Constants::xlRight; in getHorizontalAlignment() 464 case awt::TextAlign::CENTER: return excel::Constants::xlCenter; in getHorizontalAlignment() 466 return excel::Constants::xlCenter; in getHorizontalAlignment() 486 case style::VerticalAlignment_TOP: return excel::Constants::xlTop; in getVerticalAlignment() 487 case style::VerticalAlignment_BOTTOM: return excel::Constants::xlBottom; in getVerticalAlignment() 491 return excel::Constants::xlCenter; in getVerticalAlignment() [all …]
|
H A D | vbaglobals.hxx | 40 typedef ::cppu::ImplInheritanceHelper1< VbaGlobalsBase, ov::excel::XGlobals > ScVbaGlobals_BASE; 44 css::uno::Reference< ov::excel::XApplication > mxApplication; 46 ov::excel::XApplication > SAL_CALL getApplication() 57 …virtual css::uno::Reference< ov::excel::XWorkbook > SAL_CALL getActiveWorkbook() throw (css::uno::… 58 …virtual css::uno::Reference< ov::excel::XWindow > SAL_CALL getActiveWindow() throw (css::uno::Runt… 59 …virtual css::uno::Reference< ov::excel::XWorksheet > SAL_CALL getActiveSheet() throw (css::uno::Ru… 64 …virtual css::uno::Reference< ov::excel::XRange > SAL_CALL getActiveCell() throw (css::uno::Runtime… 65 …virtual css::uno::Reference< ov::excel::XWorkbook > SAL_CALL getThisWorkbook() throw (css::uno::Ru… 67 …virtual css::uno::Reference< ov::excel::XRange > SAL_CALL Columns( const css::uno::Any& aIndex ) t… 77 …virtual css::uno::Reference< ::ooo::vba::excel::XRange > SAL_CALL Rows( const css::uno::Any& aInde… [all …]
|
H A D | vbahyperlinks.cxx | 58 uno::Reference< excel::XRange > mxAnchorRange; 61 …EqualAnchorFunctor( const uno::Reference< excel::XHyperlink >& rxHlink ) throw (uno::RuntimeExcept… 62 …bool operator()( const uno::Reference< excel::XHyperlink >& rxHlink ) const throw (uno::RuntimeExc… 92 … uno::Reference< excel::XRange > xAnchorRange( rxHlink->getRange(), uno::UNO_QUERY_THROW ); in operator ()() 123 …void insertHyperlink( const uno::Reference< excel::XHyperlink >& rxHlink ) throw (uno::RuntimeExce… 134 typedef ::std::vector< uno::Reference< excel::XHyperlink > > HyperlinkVector; 151 uno::Reference< excel::XRange > xHlinkRange( xHlink->getRange(), uno::UNO_QUERY_THROW ); in ScVbaHlinkContainer() 185 return excel::XHyperlink::static_type( 0 ); in getElementType() 230 uno::Reference< excel::XHyperlink > SAL_CALL ScVbaHyperlinks::Add( in Add() 248 uno::Reference< excel::XHyperlink > xHlink( new ScVbaHyperlink( in Add() [all …]
|
H A D | vbaformatconditions.cxx | 47 uno::Reference< excel::XApplication> xApp( Application(), uno::UNO_QUERY_THROW ); in ScVbaFormatConditions() 82 return excel::XFormatCondition::static_type(0); in getElementType() 91 …uno::Reference< excel::XStyle > xStyle( xStyles->Item( uno::makeAny( xSheetConditionalEntry->getSt… in xSheetConditionToFormatCondition() 105 uno::Reference<excel::XRange > m_xParentRange; 107 uno::Reference<excel::XStyles > m_xStyles; 108 uno::Reference<excel::XFormatConditions > m_xParentCollection; 127 uno::Reference< excel::XFormatCondition > SAL_CALL 130 return Add( _nType, _aOperator, _aFormula1, _aFormula2, uno::Reference< excel::XStyle >() ); in Add() 133 uno::Reference< excel::XFormatCondition > 143 uno::Reference< excel::XStyle > xStyle( _xStyle ); in Add() [all …]
|
H A D | vbaworkbook.cxx | 143 aFileFormat = excel::XlFileFormat::xlDBF4; in FileFormat() 147 aFileFormat = excel::XlFileFormat::xlDIF; in FileFormat() 151 aFileFormat = excel::XlFileFormat::xlWK3; in FileFormat() 155 aFileFormat = excel::XlFileFormat::xlExcel4Workbook; in FileFormat() 159 aFileFormat = excel::XlFileFormat::xlExcel5; in FileFormat() 163 aFileFormat = excel::XlFileFormat::xlExcel9795; in FileFormat() 167 aFileFormat = excel::XlFileFormat::xlHtml; in FileFormat() 171 aFileFormat = excel::XlFileFormat::xlTemplate; in FileFormat() 175 aFileFormat = excel::XlFileFormat::xlWorkbookNormal; in FileFormat() 212 uno::Reference< excel::XWorksheet > [all …]
|
H A D | vbaglobals.cxx | 70 uno::Reference<excel::XApplication > 80 uno::Reference<excel::XApplication > SAL_CALL 88 uno::Reference< excel::XWorkbook > SAL_CALL 103 uno::Reference< excel::XWindow > SAL_CALL 109 uno::Reference< excel::XWorksheet > SAL_CALL 144 uno::Reference< excel::XRange > SAL_CALL 162 uno::Reference< excel::XWorkbook > SAL_CALL 173 uno::Reference< excel::XRange > SAL_CALL 178 uno::Reference< excel::XRange > SAL_CALL 191 css::uno::Reference< ov::excel::XRange > SAL_CALL [all …]
|
H A D | vbapagebreaks.cxx | 46 …sal_Int32 getAPIStartofRange( const uno::Reference< excel::XRange >& xRange ) throw (css::uno::Run… in getAPIStartofRange() 53 …sal_Int32 getAPIEndIndexofRange( const uno::Reference< excel::XRange >& xRange, sal_Int32 nUsedSta… in getAPIEndIndexofRange() 87 return excel::XVPageBreak::static_type(0); in getElementType() 88 return excel::XHPageBreak::static_type(0); in getElementType() 104 uno::Reference< excel::XWorksheet > xWorksheet( mxParent, uno::UNO_QUERY_THROW ); in getCount() 105 uno::Reference< excel::XRange > xRange = xWorksheet->getUsedRange(); in getCount() 145 uno::Reference< excel::XWorksheet > xWorksheet( mxParent, uno::UNO_QUERY_THROW ); in getTablePageBreakData() 146 uno::Reference< excel::XRange > xRange = xWorksheet->getUsedRange(); in getTablePageBreakData() 169 uno::Reference< excel::XRange > xRange; in Add() 241 return excel::XHPageBreak::static_type(0); in getElementType() [all …]
|
H A D | vbapagebreak.cxx | 48 return excel::XlPageBreak::xlPageBreakNone; in getType() 51 return excel::XlPageBreak::xlPageBreakManual; in getType() 53 return excel::XlPageBreak::xlPageBreakAutomatic; in getType() 59 if( (type != excel::XlPageBreak::xlPageBreakNone) && in setType() 60 (type != excel::XlPageBreak::xlPageBreakManual) && in setType() 61 (type != excel::XlPageBreak::xlPageBreakAutomatic) ) in setType() 66 if( type == excel::XlPageBreak::xlPageBreakNone ) in setType() 73 if( type == excel::XlPageBreak::xlPageBreakManual ) in setType() 86 uno::Reference< excel::XRange> ScVbaPageBreak<Ifc1>::Location() throw ( script::BasicErrorException… in Location() 113 template class ScVbaPageBreak< excel::XHPageBreak >; [all …]
|
H A D | vbaworksheet.hxx | 45 namespace ooo { namespace vba { namespace excel { namespace 52 typedef InheritedHelperInterfaceImpl1< ov::excel::XWorksheet > WorksheetImpl_BASE; 58 css::uno::Reference< ov::excel::XChartObjects > mxCharts; 59 css::uno::Reference< ov::excel::XHyperlinks > mxHlinks; 63 …css::uno::Reference< ov::excel::XWorksheet > getSheetAtOffset(SCTAB offset) throw (css::uno::Runti… 64 css::uno::Reference< ov::excel::XRange > getSheetRange() throw (css::uno::RuntimeException); 99 …virtual css::uno::Reference< ov::excel::XRange > SAL_CALL getUsedRange() throw (css::uno::RuntimeE… 101 …virtual css::uno::Reference< ov::excel::XOutline > SAL_CALL Outline( ) throw (css::uno::RuntimeExc… 102 …virtual css::uno::Reference< ov::excel::XPageSetup > SAL_CALL PageSetup( ) throw (css::uno::Runtim… 105 …virtual css::uno::Reference< ov::excel::XWorksheet > SAL_CALL getNext() throw (css::uno::RuntimeEx… [all …]
|
H A D | vbaworksheets.cxx | 155 uno::Reference< XHelperInterface > xIf = excel::getUnoSheetModuleObj( xSheet ); in nextElement() 183 return excel::XWorksheet::static_type(0); in getElementType() 202 uno::Reference< XHelperInterface > xIf = excel::getUnoSheetModuleObj( xSheet ); in createCollectionObject() 208 …uno::Reference< excel::XWorksheet > xNewSheet( new ScVbaWorksheet( getParent(), mxContext, xSheet,… in createCollectionObject() 232 uno::Reference< excel::XWorksheet > xBeforeAfterSheet; in Add() 252 uno::Reference< excel::XApplication > xApplication( Application(), uno::UNO_QUERY_THROW ); in Add() 287 uno::Reference< excel::XWorksheet > xNewSheet( result, uno::UNO_QUERY ); in Add() 303 …uno::Reference< excel::XWorksheet > xSheet( Item( uno::makeAny( nItem ), uno::Any() ), uno::UNO_QU… in Delete() 342 uno::Reference< excel::XWorksheet > xSheet( xEnum->nextElement(), uno::UNO_QUERY_THROW ); in getVisible() 361 uno::Reference< excel::XWorksheet > xSheet( xEnum->nextElement(), uno::UNO_QUERY_THROW ); in setVisible() [all …]
|
H A D | vbaaxes.cxx | 34 using namespace ::ooo::vba::excel::XlAxisType; 35 using namespace ::ooo::vba::excel::XlAxisGroup; 66 uno::Reference< excel::XAxis > 67 ScVbaAxes::createAxis( const uno::Reference< excel::XChart >& xChart, const uno::Reference< uno::XC… in createAxis() 93 uno::Reference< excel::XChart > mxChart; 95 …uno::Reference< uno::XComponentContext >& xContext, const uno::Reference< excel::XChart >& xChart … in AxisIndexWrapper() 128 return excel::XAxis::static_type(0); in getElementType() 136 uno::Reference< container::XIndexAccess > createIndexWrapper( const uno::Reference< excel::XChart >… in createIndexWrapper() 142 …no::Reference< uno::XComponentContext > & xContext, const uno::Reference< excel::XChart >& xChart … in ScVbaAxes() 149 return excel::XAxes::static_type(0); in getElementType()
|
H A D | vbaformatcondition.cxx | 31 lcl_getScVbaFormatConditionsPtr( const uno::Reference< excel::XFormatConditions >& xFormatCondition… in lcl_getScVbaFormatConditionsPtr() 38 …>& _xSheetConditionalEntry, const uno::Reference< excel::XStyle >& _xStyle, const uno::Reference< … in ScVbaFormatCondition() 70 uno::Reference< excel::XInterior > SAL_CALL 76 uno::Reference< excel::XFont > SAL_CALL 92 case excel::XlFormatConditionType::xlExpression: in retrieveAPIType() 95 case excel::XlFormatConditionType::xlCellValue: in retrieveAPIType() 124 nReturnType = excel::XlFormatConditionType::xlExpression; in Type() 126 nReturnType = excel::XlFormatConditionType::xlCellValue; in Type()
|
H A D | vbaapplication.hxx | 36 typedef cppu::ImplInheritanceHelper1< VbaApplicationBase, ov::excel::XApplication > ScVbaApplicatio… 84 …virtual css::uno::Reference< ov::excel::XWorkbook > SAL_CALL getActiveWorkbook() throw (css::uno::… 85 …virtual css::uno::Reference< ov::excel::XRange > SAL_CALL getActiveCell() throw ( css::uno::Runtim… 86 …virtual css::uno::Reference< ov::excel::XWindow > SAL_CALL getActiveWindow() throw (css::uno::Runt… 87 …virtual css::uno::Reference< ov::excel::XWorksheet > SAL_CALL getActiveSheet() throw (css::uno::Ru… 92 …virtual css::uno::Reference< ov::excel::XWorkbook > SAL_CALL getThisWorkbook() throw (css::uno::Ru… 114 …ference< ov::excel::XRange > SAL_CALL Intersect( const css::uno::Reference< ov::excel::XRange >& A… 115 …Reference< ov::excel::XRange > SAL_CALL Union( const css::uno::Reference< ov::excel::XRange >& Arg…
|
H A D | vbasheetobject.hxx | 41 typedef InheritedHelperInterfaceImpl1< ov::excel::XCharacters > ScVbaButtonCharacters_BASE; 62 …virtual css::uno::Reference< ov::excel::XFont > SAL_CALL getFont() throw (css::uno::RuntimeExcepti… 63 …virtual void SAL_CALL setFont( const css::uno::Reference< ov::excel::XFont >& rxFont ) throw (css:… 85 typedef InheritedHelperInterfaceImpl1< ov::excel::XSheetObject > ScVbaSheetObject_BASE; 131 typedef ::cppu::ImplInheritanceHelper1< ScVbaSheetObjectBase, ov::excel::XControlObject > ScVbaCont… 178 typedef ::cppu::ImplInheritanceHelper1< ScVbaControlObjectBase, ov::excel::XButton > ScVbaButton_BA… 193 …virtual css::uno::Reference< ov::excel::XFont > SAL_CALL getFont() throw (css::uno::RuntimeExcepti… 194 …virtual void SAL_CALL setFont( const css::uno::Reference< ov::excel::XFont >& rxFont ) throw (css:… 203 css::uno::Reference< ov::excel::XCharacters > SAL_CALL Characters(
|
H A D | vbaformatcondition.hxx | 35 typedef ScVbaCondition< ov::excel::XFormatCondition > ScVbaFormatCondition_BASE; 42 css::uno::Reference< ov::excel::XFormatConditions> moFormatConditions; 43 css::uno::Reference< ov::excel::XStyle > mxStyle; 46 …ConditionalEntry, const css::uno::Reference< ov::excel::XStyle >&, const css::uno::Reference< ov:… 59 …virtual css::uno::Reference< ::ooo::vba::excel::XInterior > SAL_CALL Interior( ) throw (css::scri… 61 …virtual css::uno::Reference< ::ooo::vba::excel::XFont > SAL_CALL Font( ) throw (css::script::Basi…
|
H A D | vbafont.cxx | 58 return mpRangeObj ? excel::ScVbaCellRangeAccess::GetDataSet( mpRangeObj ) : 0; in GetDataSet() 241 if ( !nIndex || ( nIndex == excel::XlColorIndex::xlColorIndexAutomatic ) ) in setColorIndex() 363 sal_Int32 nValue = excel::XlUnderlineStyle::xlUnderlineStyleNone; in setUnderline() 374 case excel::XlUnderlineStyle::xlUnderlineStyleNone: in setUnderline() 377 case excel::XlUnderlineStyle::xlUnderlineStyleSingle: in setUnderline() 378 case excel::XlUnderlineStyle::xlUnderlineStyleSingleAccounting: in setUnderline() 381 case excel::XlUnderlineStyle::xlUnderlineStyleDouble: in setUnderline() 382 case excel::XlUnderlineStyle::xlUnderlineStyleDoubleAccounting: in setUnderline() 405 nValue = excel::XlUnderlineStyle::xlUnderlineStyleDouble; in getUnderline() 408 nValue = excel::XlUnderlineStyle::xlUnderlineStyleSingle; in getUnderline() [all …]
|
H A D | vbaformatconditions.hxx | 33 typedef CollTestImplHelper< ov::excel::XFormatConditions > ScVbaFormatConditions_BASE; 38 css::uno::Reference< ov::excel::XStyles > mxStyles; 39 css::uno::Reference< ov::excel::XRange > mxRangeParent; 44 …excel::XFormatCondition > Add( ::sal_Int32 Type, const css::uno::Any& Operator, const css::uno::An… 51 …virtual css::uno::Reference< ov::excel::XFormatCondition > SAL_CALL Add( ::sal_Int32 Type, const c…
|
/aoo4110/main/oovbaapi/ooo/vba/excel/ |
H A D | XGlobals.idl | 33 #include <ooo/vba/excel/XWorkbook.idl> 36 #include <ooo/vba/excel/XWorksheet.idl> 42 #include <ooo/vba/excel/XApplication.idl> 46 module ooo { module vba { module excel { 51 [attribute, readonly] ooo::vba::excel::XWorkbook ActiveWorkbook; 52 [attribute, readonly] ooo::vba::excel::XWorksheet ActiveSheet; 53 [attribute, readonly] ooo::vba::excel::XWindow ActiveWindow; 54 [attribute, readonly] ooo::vba::excel::XRange ActiveCell; 58 [attribute, readonly] ooo::vba::excel::XApplication Excel;
|