Home
last modified time | relevance | path

Searched refs:excel (Results 26 – 50 of 498) sorted by relevance

12345678910>>...20

/aoo42x/main/sc/source/ui/vba/
H A Dvbafont.cxx58 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 Dvbaformatcondition.hxx35 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 Dvbaformatconditions.hxx33 typedef CollTestImplHelper< ov::excel::XFormatConditions > ScVbaFormatConditions_BASE;
38 css::uno::Reference< ov::excel::XStyles > mxStyles;
39 css::uno::Reference< ov::excel::XRange > mxRangeParent;
44excel::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…
H A Dvbapagesetup.cxx62 mnOrientLandscape = excel::XlPageOrientation::xlLandscape; in ScVbaPageSetup()
63 mnOrientPortrait = excel::XlPageOrientation::xlPortrait; in ScVbaPageSetup()
84 ScDocument* pDoc = excel::getDocShell( mxModel )->GetDocument(); in getPrintArea()
105 if( getScRangeListForAddress( rAreas, excel::getDocShell( mxModel ) , aRange, aCellRanges ) ) in setPrintArea()
453 sal_Int32 order = excel::XlOrder::xlDownThenOver; in getOrder()
460 order = excel::XlOrder::xlOverThenDown; in getOrder()
474 case excel::XlOrder::xlDownThenOver: in setOrder()
476 case excel::XlOrder::xlOverThenDown: in setOrder()
506 number = excel::Constants::xlAutomatic; in getFirstPageNumber()
516 if( firstPageNumber == excel::Constants::xlAutomatic ) in setFirstPageNumber()
H A Dvbaaxes.hxx30 typedef CollTestImplHelper< ov::excel::XAxes > ScVbaAxes_BASE;
33 css::uno::Reference< ov::excel::XChart > moChartParent; // not the true parent I guess
35 … css::uno::XComponentContext > & xContext, const css::uno::Reference< ov::excel::XChart >& xChart …
44 …static css::uno::Reference< ov::excel::XAxis > createAxis( const css::uno::Reference< ov::excel::X…
H A Dvbawindow.hxx39 typedef cppu::ImplInheritanceHelper1< VbaWindowBase, ov::excel::XWindow > WindowImpl_BASE;
44 css::uno::Reference< ov::excel::XPane > m_xPane;
70 …virtual css::uno::Reference< ov::excel::XRange > SAL_CALL ActiveCell( ) throw (css::script::Basic…
71 …virtual css::uno::Reference< ov::excel::XPane > SAL_CALL ActivePane() throw (css::script::BasicErr…
72 …virtual css::uno::Reference< ov::excel::XWorksheet > SAL_CALL ActiveSheet( ) throw (css::script::…
105 …virtual css::uno::Reference< ov::excel::XRange > SAL_CALL getVisibleRange() throw (css::uno::Runti…
119 …virtual css::uno::Reference< ov::excel::XRange > SAL_CALL RangeSelection() throw (css::script::Bas…
H A Dvbastyles.cxx35 …uno::Reference< excel::XStyle > xStyle( new ScVbaStyle( xParent, xContext, xStyleProps, xModel ) )… in lcl_createAPIStyleToVBAObject()
69 return excel::XStyle::static_type(0); in getElementType()
100 uno::Reference< excel::XStyle > SAL_CALL
103 uno::Reference< excel::XStyle > aRet; in Add()
109 uno::Reference< excel::XRange > oRange; in Add()
112 uno::Reference< excel::XStyle > oStyle( oRange->getStyle(), uno::UNO_QUERY_THROW ); in Add()
H A Dvbaname.cxx57 css::uno::Reference< ov::excel::XWorksheet >
60 uno::Reference< excel::XApplication > xApplication( Application(), uno::UNO_QUERY_THROW ); in getWorkSheet()
228 css::uno::Reference< ov::excel::XRange >
231 uno::Reference< ov::excel::XRange > xRange = ScVbaRange::getRangeObjectForName( in getRefersToRange()
232 …mxContext, mxNamedRange->getName(), excel::getDocShell( mxModel ), formula::FormulaGrammar::CONV_X… in getRefersToRange()
237 ScVbaName::setRefersToRange( const css::uno::Reference< ov::excel::XRange > /*rRange*/ ) throw (css… in setRefersToRange()
H A Dvbanames.cxx52 …return uno::makeAny( uno::Reference< excel::XName > ( new ScVbaName( m_xParent, m_xContext, xNamed… in nextElement()
77 ScTabViewShell * pTabViewShell = excel::getBestViewShell( xModel ); in getScDocument()
100 uno::Reference< excel::XRange > xRange; in Add()
157 …return uno::Any( uno::Reference< excel::XName >( new ScVbaName( getParent(), mxContext, xName, mxN… in Add()
167 return ov::excel::XName::static_type(0); in getElementType()
181 …return uno::makeAny( uno::Reference< excel::XName > ( new ScVbaName( getParent(), mxContext, xName… in createCollectionObject()
H A Dvbacharts.hxx31 typedef CollTestImplHelper< ov::excel::XCharts > Charts_BASE;
35 css::uno::Reference< ov::excel::XChart > xActiveChart;
42 …virtual css::uno::Reference< ov::excel::XChart > SAL_CALL getActiveChart( ) throw (css::script::B…
48 …SAL_CALL getElementType() throw (css::uno::RuntimeException) { return ov::excel::XChart::static_ty… in getElementType()
H A Dvbaeventshelper.cxx76 …uno::Reference< excel::XRange > xVbaRange = getXSomethingFromArgs< excel::XRange >( rArgs, nIndex … in lclGetTabFromArgs()
81 … uno::Reference< excel::XWorksheet > xVbaSheet( xVbaHelper->getParent(), uno::UNO_QUERY_THROW ); in lclGetTabFromArgs()
853 return uno::Any( excel::getUnoSheetModuleObj( mxModel, nTab ) ); in createWorksheet()
860 …uno::Reference< excel::XRange > xVbaRange = getXSomethingFromArgs< excel::XRange >( rArgs, nIndex … in createRange()
871 aArgs[ 0 ] <<= excel::getUnoSheetModuleObj( xRanges ); in createRange()
876 aArgs[ 0 ] <<= excel::getUnoSheetModuleObj( xRange ); in createRange()
889 aArgs[ 0 ] <<= excel::getUnoSheetModuleObj( xCell ); in createHyperlink()
H A Dvbachartobjects.cxx54 …return uno::makeAny( uno::Reference< excel::XChartObject > ( new ScVbaChartObject( m_xParent, m_… in nextElement()
128 …uno::Reference< excel::XChartObject > xChartObject( getItemByStringIndex( sPersistChartName ), uno… in Add()
129 xChartObject->getChart()->setChartType(excel::XlChartType::xlColumnClustered); in Add()
160 return excel::XChartObject::static_type(0); in getElementType()
169 …return uno::makeAny( uno::Reference< excel::XChartObject > ( new ScVbaChartObject( getParent(), mx… in createCollectionObject()
H A Dvbainterior.cxx54 using namespace ::ooo::vba::excel::XlPattern;
163 if( nIndex == excel::XlColorIndex::xlColorIndexNone ) in setColorIndex()
181 …if ( !nIndex || ( nIndex == excel::XlColorIndex::xlColorIndexAutomatic ) || ( nIndex == excel::XlC… in GetIndexColor()
215 nColor = excel::XlColorIndex::xlColorIndexNone; in getColorIndex()
310 return uno::makeAny( excel::XlPattern::xlPatternNone ); in getPattern()
H A Dvbavalidation.cxx246 case excel::XlDVType::xlValidateList: in Add()
258 case excel::XlDVType::xlValidateWholeNumber: in Add()
267 sal_Int32 nVbaAlertStyle = excel::XlDVAlertStyle::xlValidAlertStop; in Add()
272 case excel::XlDVAlertStyle::xlValidAlertStop: in Add()
277 case excel::XlDVAlertStyle::xlValidAlertWarning: in Add()
280 case excel::XlDVAlertStyle::xlValidAlertInformation: in Add()
H A Dvbachart.cxx49 using namespace ::ooo::vba::excel::XlChartType;
50 using namespace ::ooo::vba::excel::XlRowCol;
51 using namespace ::ooo::vba::excel::XlAxisType;
52 using namespace ::ooo::vba::excel::XlAxisGroup;
567 ScVbaChart::setSourceData( const css::uno::Reference< ::ooo::vba::excel::XRange >& _xCalcRange, con… in setSourceData()
874 uno::Reference< excel::XChartTitle > SAL_CALL
886 uno::Reference< excel::XAxes > xAxes = new ScVbaAxes( this, mxContext, this ); in Axes()
1151 uno::Reference< excel::XDataLabels >
1152 ScVbaChart::DataLabels( const uno::Reference< ov::excel::XSeries > /*_oSeries*/ ) throw ( css::scri… in DataLabels()
1157 return uno::Reference< excel::XDataLabels > (); in DataLabels()
H A Dvbacomment.hxx38 typedef InheritedHelperInterfaceImpl1< ov::excel::XComment > ScVbaComment_BASE;
49 …css::uno::Reference< ov::excel::XComment > SAL_CALL getCommentByIndex( sal_Int32 Index ) throw (cs…
68 …virtual css::uno::Reference< ov::excel::XComment > SAL_CALL Next() throw (css::uno::RuntimeExcepti…
69 …virtual css::uno::Reference< ov::excel::XComment > SAL_CALL Previous() throw (css::uno::RuntimeExc…
H A Dvbachart.hxx39 typedef InheritedHelperInterfaceImpl1<ov::excel::XChart > ChartImpl_BASE;
81 …css::uno::Reference< ov::excel::XDataLabels > DataLabels( const css::uno::Reference< ov::excel::XS…
92 …virtual void SAL_CALL setSourceData( const css::uno::Reference< ::ooo::vba::excel::XRange >& range…
102 …virtual css::uno::Reference< ov::excel::XChartTitle > SAL_CALL getChartTitle( ) throw (css::scrip…
H A Dvbaname.hxx34 typedef InheritedHelperInterfaceImpl1< ov::excel::XName > NameImpl_BASE;
46 …virtual css::uno::Reference< ov::excel::XWorksheet > getWorkSheet() throw (css::uno::RuntimeExcept…
69 …virtual css::uno::Reference< ov::excel::XRange > SAL_CALL getRefersToRange() throw (css::uno::Runt…
70 …virtual void SAL_CALL setRefersToRange( const css::uno::Reference< ov::excel::XRange > xRange ) th…
/aoo42x/main/oox/source/export/
H A Dooxml-export-notes.txt78 - sc/source/filter/excel/xe*
82 at /local/ooxml/ooxml/sc/source/filter/excel/xerecord.cxx:88
84 at /local/ooxml/ooxml/sc/source/filter/excel/excrecds.cxx:168
88 at /local/ooxml/ooxml/sc/source/filter/excel/excdoc.cxx:455
90 at /local/ooxml/ooxml/sc/source/filter/excel/excdoc.cxx:525
92 at /local/ooxml/ooxml/sc/source/filter/excel/expop2.cxx:119
94 at /local/ooxml/ooxml/sc/source/filter/excel/excel.cxx:252
105 at /home/jon/Development/OpenOffice.org/ooxml/sc/source/filter/excel/xecontent.cxx:224
108 at /home/jon/Development/OpenOffice.org/ooxml/sc/source/filter/excel/xecontent.cxx:351
144 at /home/jon/Development/OpenOffice.org/ooxml/sc/source/filter/excel/xestream.cxx:659
[all …]
/aoo42x/main/oovbaapi/ooo/vba/excel/
H A DSheetObject.idl27 #include <ooo/vba/excel/XSheetObject.idl>
29 #include <ooo/vba/excel/XCharacters.idl>
30 #include <ooo/vba/excel/XButton.idl>
40 module ooo { module vba { module excel {
/aoo42x/main/sysui/desktop/mimetypes/
H A Dopenoffice.mime52 application/vnd.ms-excel.sheet.macroenabled.12
58 application/vnd.ms-excel.template.macroenabled.12
73 application/vnd.ms-excel.sheet.binary.macroenabled.12
79 application/vnd.ms-excel
H A Dopenoffice.applications8excel,application/rtf,application/msword,application/vnd.ms-powerpoint,application/vnd.stardivisio…
/aoo42x/main/migrationanalysis/src/driver_docs/
H A Dmakefile.mk79 .$/sources$/excel$/ApplicationSpecific.bas \
80 .$/sources$/excel$/MigrationAnalyser.cls \
81 .$/sources$/excel$/Preparation.bas \
82 .$/sources$/excel$/excel_res.bas
/aoo42x/main/sysui/desktop/menus/
H A Dcalc.desktop28excel;application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;application/vnd.ms-excel.s…
/aoo42x/main/sysui/desktop/mandriva/
H A Dmandriva-menus.spec118 application/vnd.ms-excel.sheet.macroenabled.12 xlsm
120 application/vnd.ms-excel.template.macroenabled.12 xltm
175 application/excel; %unixfilename -view %s
177 application/vnd.ms-excel; %unixfilename -view %s
203 application/vnd.ms-excel.sheet.macroenabled.12; %unixfilename -view %s
205 application/vnd.ms-excel.template.macroenabled.12; %unixfilename -view %s

Completed in 99 milliseconds

12345678910>>...20