Home
last modified time | relevance | path

Searched refs:excel (Results 1 – 25 of 496) sorted by relevance

12345678910>>...20

/trunk/main/oovbaapi/
H A DUnoApi_oovbaapi.mk38 oovbaapi/ooo/vba/excel/Globals \
39 oovbaapi/ooo/vba/excel/Hyperlink \
40 oovbaapi/ooo/vba/excel/Range \
41 oovbaapi/ooo/vba/excel/TextFrame \
42 oovbaapi/ooo/vba/excel/Window \
43 oovbaapi/ooo/vba/excel/Workbook \
44 oovbaapi/ooo/vba/excel/Worksheet \
50 oovbaapi/ooo/vba/excel/SheetObjects \
54 oovbaapi/ooo/vba/excel/XGraphicObjects \
55 oovbaapi/ooo/vba/excel/XSheetObject \
[all …]
H A Dttt.diff279 + oovbaapi/ooo/vba/excel/SheetObject.idl \
280 + oovbaapi/ooo/vba/excel/Range.idl \
281 + oovbaapi/ooo/vba/excel/XTextFrame.idl \
282 + oovbaapi/ooo/vba/excel/XOLEObject.idl \
283 + oovbaapi/ooo/vba/excel/XWindow.idl \
284 + oovbaapi/ooo/vba/excel/XWorkbook.idl \
285 + oovbaapi/ooo/vba/excel/XInterior.idl \
286 + oovbaapi/ooo/vba/excel/XBorder.idl \
287 + oovbaapi/ooo/vba/excel/XHPageBreaks.idl \
288 + oovbaapi/ooo/vba/excel/SheetObjects.idl \
[all …]
/trunk/main/sc/
H A DLibrary_scfilt.mk75 sc/source/filter/excel/colrowst \
76 sc/source/filter/excel/excdoc \
77 sc/source/filter/excel/excel \
78 sc/source/filter/excel/excform \
79 sc/source/filter/excel/excform8 \
80 sc/source/filter/excel/excimp8 \
81 sc/source/filter/excel/excrecds \
82 sc/source/filter/excel/exctools \
83 sc/source/filter/excel/expop2 \
84 sc/source/filter/excel/fontbuff \
[all …]
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx186excel::XlBordersIndex::xlEdgeLeft, excel::XlBordersIndex::xlEdgeTop, excel::XlBordersIndex::xlEdge…
214 …return uno::makeAny( uno::Reference< excel::XRange >( new ScVbaRange( xParent, xContext, xCellRang… in lcl_makeRange()
217 uno::Reference< excel::XRange > lcl_makeXRangeFromSheetCellRanges( const uno::Reference< XHelperInt… in lcl_makeXRangeFromSheetCellRanges()
219 uno::Reference< excel::XRange > xRange; in lcl_makeXRangeFromSheetCellRanges()
267 SfxItemSet* pDataSet = excel::ScVbaCellRangeAccess::GetDataSet( getCellRangesBase() ); in getCurrentDataSet()
283 aArgs[ 0 ] <<= uno::Reference< excel::XRange >( this ); in fireChangeEvent()
369 …virtual uno::Type SAL_CALL getElementType() throw (uno::RuntimeException){ return excel::XRange::s… in getElementType()
466 /*static*/ ScVbaRange* ScVbaRange::getImplementation( const uno::Reference< excel::XRange >& rxRang… in getImplementation()
479 /*static*/ uno::Reference< frame::XModel > ScVbaRange::getUnoModel( const uno::Reference< excel::XR… in getUnoModel()
493 /*static*/ const ScRangeList& ScVbaRange::getScRangeList( const uno::Reference< excel::XRange >& rx… in getScRangeList()
[all …]
H A Dvbaapplication.cxx111 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()
[all …]
H A Dvbaformat.cxx84 case excel::XlVAlign::xlVAlignBottom : in setVerticalAlignment()
87 case excel::XlVAlign::xlVAlignCenter : in setVerticalAlignment()
90 case excel::XlVAlign::xlVAlignDistributed: in setVerticalAlignment()
91 case excel::XlVAlign::xlVAlignJustify: in setVerticalAlignment()
95 case excel::XlVAlign::xlVAlignTop: in setVerticalAlignment()
124 aResult = uno::makeAny( excel::XlVAlign::xlVAlignBottom ); in getVerticalAlignment()
127 aResult = uno::makeAny( excel::XlVAlign::xlVAlignCenter ); in getVerticalAlignment()
130 aResult = uno::makeAny( excel::XlVAlign::xlVAlignBottom ); in getVerticalAlignment()
133 aResult = uno::makeAny( excel::XlVAlign::xlVAlignTop ); in getVerticalAlignment()
159 case excel::XlHAlign::xlHAlignJustify: in setHorizontalAlignment()
[all …]
H A Dvbarange.hxx62 typedef ScVbaFormat< ov::excel::XRange > ScVbaRange_BASE;
97 css::uno::Reference< ov::excel::XValidation > m_xValidation;
103 …css::uno::Reference< ov::excel::XRange > getEntireColumnOrRow( bool bColumn = true ) throw( css::u…
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 );
121 …css::uno::Reference< ov::excel::XRange > SpecialCellsImpl( sal_Int32 nType, const css::uno::Any& _…
139 static ScVbaRange* getImplementation( const css::uno::Reference< ov::excel::XRange >& rxRange );
142 …ference< css::frame::XModel > getUnoModel( const css::uno::Reference< ov::excel::XRange >& rxRange…
145 …static const ScRangeList& getScRangeList( const css::uno::Reference< ov::excel::XRange >& rxRange …
151 static css::uno::Reference< ov::excel::XRange > getRangeObjectForName(
[all …]
H A Dvbacondition.cxx51 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()
134 retvalue = excel::XlFormatConditionOperator::xlNotEqual; in Operator()
[all …]
H A Dvbawindow.cxx51 using namespace ::ooo::vba::excel::XlWindowState;
91 …return uno::makeAny( uno::Reference< excel::XWorksheet > ( new ScVbaWorksheet( uno::Reference< XHe… in nextElement()
112 ScTabViewShell* pViewShell = excel::getBestViewShell( m_xModel ); in SelectedSheetsEnumAccess()
158 return excel::XWorksheet::static_type(0); in getElementType()
280 …uno::Reference< excel::XWorksheets > xSheets( new ScVbaWorksheets( uno::Reference< XHelperInterfa… in SelectedSheets()
360 ScTabViewShell* pViewShell = excel::getBestViewShell( m_xModel ); in getScrollRow()
374 ScTabViewShell* pViewShell = excel::getBestViewShell( m_xModel ); in setScrollRow()
390 ScTabViewShell* pViewShell = excel::getBestViewShell( m_xModel ); in getScrollColumn()
404 ScTabViewShell* pViewShell = excel::getBestViewShell( m_xModel ); in setScrollColumn()
420 ScTabViewShell* pViewShell = excel::getBestViewShell( m_xModel ); in getWindowState()
[all …]
H A Dvbaworksheet.cxx229 using namespace ::ooo::vba::excel::XlSheetVisibility; in getVisible()
236 using namespace ::ooo::vba::excel::XlSheetVisibility; in setVisible()
273 ScDocument* pDoc = excel::getDocShell( xModel )->GetDocument(); in getEnableSelection()
283 return excel::XlEnableSelection::xlNoRestrictions; in getEnableSelection()
285 return excel::XlEnableSelection::xlUnlockedCells; in getEnableSelection()
286 return excel::XlEnableSelection::xlNoSelection; in getEnableSelection()
292 return excel::XlEnableSelection::xlNoSelection; in getEnableSelection()
299 if( (nSelection != excel::XlEnableSelection::xlNoRestrictions) && in setEnableSelection()
300 (nSelection != excel::XlEnableSelection::xlUnlockedCells) && in setEnableSelection()
301 (nSelection != excel::XlEnableSelection::xlNoSelection) ) in setEnableSelection()
[all …]
H A Dvbasheetobject.cxx116 uno::Reference< excel::XFont > SAL_CALL ScVbaButtonCharacters::getFont() throw (uno::RuntimeExcepti… in getFont()
121 void SAL_CALL ScVbaButtonCharacters::setFont( const uno::Reference< excel::XFont >& /*rxFont*/ ) th… in setFont()
238 sal_Int32 nRet = excel::XlPlacement::xlMoveAndSize; in getPlacement()
247 nRet = excel::XlPlacement::xlFreeFloating; in getPlacement()
262 if ( nPlacement == excel::XlPlacement::xlFreeFloating ) in setPlacement()
448 uno::Reference< excel::XFont > SAL_CALL ScVbaButton::getFont() throw (uno::RuntimeException) in getFont()
453 void SAL_CALL ScVbaButton::setFont( const uno::Reference< excel::XFont >& /*rxFont*/ ) throw (uno::… in setFont()
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()
[all …]
H A Dvbaglobals.hxx40 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…
66 …virtual css::uno::Reference< ov::excel::XRange > SAL_CALL Cells( const css::uno::Any& RowIndex, co…
67 …virtual css::uno::Reference< ov::excel::XRange > SAL_CALL Columns( const css::uno::Any& aIndex ) t…
[all …]
H A Dvbahyperlinks.cxx41 bool lclContains( const ScRangeList& rScOuter, const uno::Reference< excel::XRange >& rxInner ) thr… in lclContains()
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…
65 EqualAnchorFunctor::EqualAnchorFunctor( const uno::Reference< excel::XHyperlink >& rxHlink ) throw … in EqualAnchorFunctor()
82 bool EqualAnchorFunctor::operator()( const uno::Reference< excel::XHyperlink >& rxHlink ) const thr… in operator ()()
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;
150 …uno::Reference< excel::XHyperlink > xHlink( rxSheetContainer->getByIndex( nIndex ), uno::UNO_QUERY… in ScVbaHlinkContainer()
[all …]
H A Dvbaformatconditions.cxx47 uno::Reference< excel::XApplication> xApp( Application(), uno::UNO_QUERY_THROW ); in ScVbaFormatConditions()
82 return excel::XFormatCondition::static_type(0); in getElementType()
86 …ponentContext >& xContext, const uno::Reference< excel::XStyles >& xStyles, const uno::Reference< in xSheetConditionToFormatCondition()
91 …uno::Reference< excel::XStyle > xStyle( xStyles->Item( uno::makeAny( xSheetConditionalEntry->getSt… in xSheetConditionToFormatCondition()
92 …uno::Reference< excel::XFormatCondition > xCondition = new ScVbaFormatCondition( xRangeParent, xCo… in xSheetConditionToFormatCondition()
105 uno::Reference<excel::XRange > m_xParentRange;
107 uno::Reference<excel::XStyles > m_xStyles;
108 uno::Reference<excel::XFormatConditions > m_xParentCollection;
113excel::XRange >& xRange, const uno::Reference<uno::XComponentContext >& xContext, const uno::Refer… in EnumWrapper()
127 uno::Reference< excel::XFormatCondition > SAL_CALL
[all …]
H A Dvbaworkbook.cxx139 aFileFormat = excel::XlFileFormat::xlCSV; //xlFileFormat. in FileFormat()
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()
[all …]
H A Dvbaglobals.cxx70 uno::Reference<excel::XApplication >
80 uno::Reference<excel::XApplication > SAL_CALL
88 uno::Reference< excel::XWorkbook > SAL_CALL
92 …uno::Reference< excel::XWorkbook > xWorkbook( getApplication()->getActiveWorkbook(), uno::UNO_QUER… in getActiveWorkbook()
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
[all …]
H A Dvbapagebreaks.cxx46 …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()
134 …return uno::makeAny( uno::Reference< excel::XVPageBreak >( new ScVbaVPageBreak( mxParent, mxContex… in getByIndex()
135 …return uno::makeAny( uno::Reference< excel::XHPageBreak >( new ScVbaHPageBreak( mxParent, mxContex… in getByIndex()
145 uno::Reference< excel::XWorksheet > xWorksheet( mxParent, uno::UNO_QUERY_THROW ); in getTablePageBreakData()
146 uno::Reference< excel::XRange > xRange = xWorksheet->getUsedRange(); in getTablePageBreakData()
[all …]
H A Dvbapagebreak.cxx48 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 Dvbaworksheet.hxx45 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 Dvbaworksheets.cxx155 uno::Reference< XHelperInterface > xIf = excel::getUnoSheetModuleObj( xSheet ); in nextElement()
161 …uno::Reference< excel::XWorksheet > xNewSheet( new ScVbaWorksheet( m_xParent, m_xContext, 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()
332 …PrintOutHelper( excel::getBestViewShell( mxModel ), From, To, Copies, Preview, ActivePrinter, Prin… in PrintOut()
[all …]
H A Dvbaaxes.cxx34 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 Dvbaformatcondition.cxx31 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 Dvbaapplication.hxx36 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 Dvbasheetobject.hxx41 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(
/trunk/main/oovbaapi/ooo/vba/excel/
H A DXGlobals.idl33 #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;

12345678910>>...20