Home
last modified time | relevance | path

Searched refs:sheet (Results 151 – 175 of 1158) sorted by relevance

12345678910>>...47

/aoo42x/main/offapi/com/sun/star/sheet/
H A DNamedRange.idl28 #include <com/sun/star/sheet/XNamedRange.idl>
36 #include <com/sun/star/sheet/XCellRangeReferrer.idl>
41 module com { module sun { module star { module sheet {
50 @see com::sun::star::sheet::NamedRanges
58 interface com::sun::star::sheet::XNamedRange;
67 interface com::sun::star::sheet::XCellRangeReferrer;
77 @see com::sun::star::sheet::FormulaToken
78 @see com::sun::star::sheet::FormulaMapGroupSpecialOffset::NAME
H A DXSpreadsheetView.idl31 #include <com/sun/star/sheet/XSpreadsheet.idl>
37 module com { module sun { module star { module sheet {
42 manages the active sheet within this view.
48 /** returns the sheet that is shown in the view.
50 com::sun::star::sheet::XSpreadsheet getActiveSheet();
54 /** sets the sheet that is shown in the view.
56 void setActiveSheet( [in] com::sun::star::sheet::XSpreadsheet xActiveSheet );
H A DCellAreaLinks.idl28 #include <com/sun/star/sheet/XAreaLinks.idl>
36 module com { module sun { module star { module sheet {
42 @see com::sun::star::sheet::CellAreaLink
43 @see com::sun::star::sheet::SpreadsheetDocument
52 interface com::sun::star::sheet::XAreaLinks;
58 @see com::sun::star::sheet::CellAreaLink
67 @see com::sun::star::sheet::CellAreaLinksEnumeration
H A DXSheetFilterableEx.idl27 #include <com/sun/star/sheet/XSheetFilterable.idl>
31 #include <com/sun/star/sheet/XSheetFilterDescriptor.idl>
37 module com { module sun { module star { module sheet {
47 @see com::sun::star::sheet::SheetCellRange
49 published interface XSheetFilterableEx: com::sun::star::sheet::XSheetFilterable
56 com::sun::star::sheet::XSheetFilterDescriptor
58 [in] com::sun::star::sheet::XSheetFilterable xObject );
H A DLabelRanges.idl32 #include <com/sun/star/sheet/XLabelRanges.idl>
40 module com { module sun { module star { module sheet {
46 @see com::sun::star::sheet::LabelRange
47 @see com::sun::star::sheet::SpreadsheetDocument
56 interface com::sun::star::sheet::XLabelRanges;
62 @see com::sun::star::sheet::LabelRange
71 @see com::sun::star::sheet::LabelRangesEnumeration
H A DDataPilotTableHeaderData.idl27 #include <com/sun/star/sheet/DataPilotFieldFilter.idl>
28 #include <com/sun/star/sheet/DataResult.idl>
32 module com { module sun { module star { module sheet {
45 @see com::sun::star::sheet::DataPilotTablePositionData
46 @see com::sun::star::sheet::DataPilotTablePositionType
47 @see com::sun::star::sheet::DataPilotFieldFilter
48 @see com::sun::star::sheet::DataResult
H A DXNamedRanges2.idl29 #include <com/sun/star/sheet/XNamedRanges.idl>
33 #include <com/sun/star/sheet/RangeScopeName.idl>
36 module com { module sun { module star { module sheet {
45 @see com::sun::star::sheet::NamedRanges2
46 @see com::sun::star::sheet::NamedRange2
48 published interface XNamedRanges2: com::sun::star::sheet::XNamedRanges
67 sequence<com::sun::star::sheet::RangeScopeName> getElementScopeNames();
H A DDDELinks.idl37 #include <com/sun/star/sheet/XDDELinks.idl>
42 module com { module sun { module star { module sheet {
48 @see com::sun::star::sheet::DDELink
49 @see com::sun::star::sheet::SpreadsheetDocument
65 @see com::sun::star::sheet::DDELink
74 @see com::sun::star::sheet::DDELinksEnumeration
85 [optional] interface com::sun::star::sheet::XDDELinks;
H A DDataPilotFieldReferenceType.idl29 module com { module sun { module star { module sheet {
73 …<p>The difference for the first (for <TYPE>com::sun::star::sheet::DataPilotFieldReferenceItemType:…
74 …or last (for <TYPE>com::sun::star::sheet::DataPilotFieldReferenceItemType::NEXT</TYPE>) item of th…
83 …same way as for <const scope="::com::sun::star::sheet">DataPilotFieldReferenceType::ITEM_DIFFERENC…
87 …the base item, first (for <TYPE>com::sun::star::sheet::DataPilotFieldReferenceItemType::PREVIOUS</…
88 …or last (for <TYPE>com::sun::star::sheet::DataPilotFieldReferenceItemType::NEXT</TYPE>) item of th…
98 <const scope="::com::sun::star::sheet">DataPilotFieldReferenceType::ITEM_DIFFERENCE</const>.
101 …lts in an error. Otherwise, the rules for <const scope="::com::sun::star::sheet">DataPilotFieldRef…
140 …/** Same as <const scope="::com::sun::star::sheet">DataPilotFieldReferenceType::ROW_PERCENTAGE</co…
147 …/** Same as <const scope="::com::sun::star::sheet">DataPilotFieldReferenceType::ROW_PERCENTAGE</co…
H A DXCellRangesAccess.idl49 module com { module sun { module star { module sheet {
55 @see com::sun::star::sheet::Spreadsheets
64 is the column index of the cell inside the sheet.
67 is the row index of the cell inside the sheet.
70 is the sheet index of the sheet inside the document.
103 is the sheet index of the sheet inside the document.
/aoo42x/test/testuno/source/fvt/uno/sc/chart/
H A DChartYErrorBar.java47 import com.sun.star.sheet.XSpreadsheet;
48 import com.sun.star.sheet.XSpreadsheetDocument;
155 XSpreadsheet sheet = SCUtil.getCurrentSheet(scDocument); in testCreateYErrorBar() local
157 SCUtil.setValueToCellRange(sheet, 0, 0, numberData); in testCreateYErrorBar()
160 cellAddress[0] = SCUtil.getChartDataRangeByName(sheet, cellRangeName); in testCreateYErrorBar()
163 xChartDocument = SCUtil.createChart(sheet, rectangle, cellAddress, chartName); in testCreateYErrorBar()
172 sheet = SCUtil.getCurrentSheet(scDocument); in testCreateYErrorBar()
174 xChartDocument = SCUtil.getChartByName(sheet, chartName); in testCreateYErrorBar()
/aoo42x/main/sccomp/source/solver/
H A Dsolver.hxx37 com::sun::star::sheet::XSolver,
38 com::sun::star::sheet::XSolverDescription,
48 com::sun::star::uno::Reference< com::sun::star::sheet::XSpreadsheetDocument > mxDoc;
51 com::sun::star::uno::Sequence< com::sun::star::sheet::SolverConstraint > maConstraints;
80 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::sheet::XSpreadsheetDocument > SAL_CALL…
83 ::com::sun::star::sheet::XSpreadsheetDocument >& _document )
93 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::sheet::SolverConstraint > SAL_CALL getC…
96 ::com::sun::star::sheet::SolverConstraint >& _constraints )
/aoo42x/main/sc/source/core/tool/
H A Daddinlis.cxx56 uno::Reference<sheet::XVolatileResult> xVR, ScDocument* pDoc ) in CreateListener()
69 ScAddInListener::ScAddInListener( uno::Reference<sheet::XVolatileResult> xVR, ScDocument* pDoc ) : in ScAddInListener()
82 ScAddInListener* ScAddInListener::Get( uno::Reference<sheet::XVolatileResult> xVR ) in Get()
84 sheet::XVolatileResult* pComp = xVR.get(); in Get()
90 if ( pComp == (sheet::XVolatileResult*)pLst->xVolRes.get() ) in Get()
131 void SAL_CALL ScAddInListener::modified( const ::com::sun::star::sheet::ResultEvent& aEvent ) in modified()
173 uno::Reference<sheet::XResultListener> xRef( this ); in disposing()
/aoo42x/main/qadevOOo/tests/java/ifc/sheet/
H A D_XSheetFilterable.java23 package ifc.sheet;
30 import com.sun.star.sheet.TableFilterField;
31 import com.sun.star.sheet.XSheetFilterDescriptor;
32 import com.sun.star.sheet.XSheetFilterable;
33 import com.sun.star.sheet.XSpreadsheet;
68 tff[0].Operator = com.sun.star.sheet.FilterOperator.GREATER_EQUAL; in _createFilterDescriptor()
73 tff[1].Operator = com.sun.star.sheet.FilterOperator.LESS; in _createFilterDescriptor()
/aoo42x/main/sc/source/ui/dbgui/
H A Ddpgroupdlg.cxx50 com::sun::star::sheet::DataPilotFieldGroupBy::SECONDS,
51 com::sun::star::sheet::DataPilotFieldGroupBy::MINUTES,
52 com::sun::star::sheet::DataPilotFieldGroupBy::HOURS,
53 com::sun::star::sheet::DataPilotFieldGroupBy::DAYS,
54 com::sun::star::sheet::DataPilotFieldGroupBy::MONTHS,
55 com::sun::star::sheet::DataPilotFieldGroupBy::QUARTERS,
56 com::sun::star::sheet::DataPilotFieldGroupBy::YEARS
265 nDatePart = com::sun::star::sheet::DataPilotFieldGroupBy::MONTHS; in ScDPDateGroupDlg()
327 return com::sun::star::sheet::DataPilotFieldGroupBy::DAYS; in GetDatePart()
/aoo42x/main/odk/examples/java/Spreadsheet/
H A DEuroAdaption.java51 import com.sun.star.sheet.XSpreadsheet;
52 import com.sun.star.sheet.XSpreadsheets;
53 import com.sun.star.sheet.XSheetCellRanges;
54 import com.sun.star.sheet.XCellRangesQuery;
55 import com.sun.star.sheet.XCellFormatRangesSupplier;
56 import com.sun.star.sheet.XCellRangesQuery;
57 import com.sun.star.sheet.XSpreadsheetDocument;
96 com.sun.star.sheet.XSpreadsheet xSheet = null; in main()
222 (short) com.sun.star.sheet.CellFlags.VALUE ); in Convert()
/aoo42x/main/qadevOOo/tests/java/mod/_sc/
H A DScDataPilotFieldObj.java30 import com.sun.star.sheet.DataPilotFieldOrientation;
31 import com.sun.star.sheet.XDataPilotDescriptor;
32 import com.sun.star.sheet.XDataPilotTables;
33 import com.sun.star.sheet.XDataPilotTablesSupplier;
34 import com.sun.star.sheet.XSpreadsheet;
35 import com.sun.star.sheet.XSpreadsheetDocument;
36 import com.sun.star.sheet.XSpreadsheets;
241 com.sun.star.sheet.GeneralFunction.SUM); in createTestEnvironment()
243 com.sun.star.sheet.DataPilotFieldOrientation.DATA); in createTestEnvironment()
H A DScSubTotalDescriptorBase.java37 import com.sun.star.sheet.GeneralFunction;
38 import com.sun.star.sheet.SubTotalColumn;
39 import com.sun.star.sheet.XSpreadsheet;
40 import com.sun.star.sheet.XSpreadsheetDocument;
41 import com.sun.star.sheet.XSpreadsheets;
42 import com.sun.star.sheet.XSubTotalCalculatable;
43 import com.sun.star.sheet.XSubTotalDescriptor;
H A DScIndexEnumeration_SubTotalFieldsEnumeration.java38 import com.sun.star.sheet.GeneralFunction;
39 import com.sun.star.sheet.SubTotalColumn;
40 import com.sun.star.sheet.XSpreadsheet;
41 import com.sun.star.sheet.XSpreadsheetDocument;
42 import com.sun.star.sheet.XSpreadsheets;
43 import com.sun.star.sheet.XSubTotalCalculatable;
44 import com.sun.star.sheet.XSubTotalDescriptor;
/aoo42x/main/qadevOOo/objdsc/sc/
H A Dcom.sun.star.comp.office.ScViewPaneObj.csv1 "ScViewPaneObj";"com::sun::star::sheet::XViewPane";"getFirstVisibleColumn()"
2 "ScViewPaneObj";"com::sun::star::sheet::XViewPane";"setFirstVisibleColumn()"
3 "ScViewPaneObj";"com::sun::star::sheet::XViewPane";"getFirstVisibleRow()"
4 "ScViewPaneObj";"com::sun::star::sheet::XViewPane";"setFirstVisibleRow()"
5 "ScViewPaneObj";"com::sun::star::sheet::XViewPane";"getVisibleRange()"
6 "ScViewPaneObj";"com::sun::star::sheet::XCellRangeReferrer";"getReferredCells()"
H A Dcom.sun.star.comp.office.ScAnnotationObj.csv10 "ScAnnotationObj";"com::sun::star::sheet::XSheetAnnotationShapeSupplier#optional";"getAnnotationSha…
11 "ScAnnotationObj";"com::sun::star::sheet::XSheetAnnotation";"getPosition()"
12 "ScAnnotationObj";"com::sun::star::sheet::XSheetAnnotation";"getAuthor()"
13 "ScAnnotationObj";"com::sun::star::sheet::XSheetAnnotation";"getDate()"
14 "ScAnnotationObj";"com::sun::star::sheet::XSheetAnnotation";"getIsVisible()"
15 "ScAnnotationObj";"com::sun::star::sheet::XSheetAnnotation";"setIsVisible()"
H A Dcom.sun.star.comp.office.ScAutoFormatObj.csv3 "ScAutoFormatObj";"com::sun::star::sheet::TableAutoFormat";"IncludeFont"
4 "ScAutoFormatObj";"com::sun::star::sheet::TableAutoFormat";"IncludeJustify"
5 "ScAutoFormatObj";"com::sun::star::sheet::TableAutoFormat";"IncludeBorder"
6 "ScAutoFormatObj";"com::sun::star::sheet::TableAutoFormat";"IncludeBackground"
7 "ScAutoFormatObj";"com::sun::star::sheet::TableAutoFormat";"IncludeNumberFormat"
8 "ScAutoFormatObj";"com::sun::star::sheet::TableAutoFormat";"IncludeWidthAndHeight"
/aoo42x/main/sc/uiconfig/layout/
H A Dmakefile.mk35 insert-sheet.xml\
36 move-copy-sheet.xml\
51 … 's/\tRID_SCDLG_INSERT_TABLE/\t/' -e 's/\t_label/\tRID_SCDLG_INSERT_TABLE_title/' > insert-sheet-$@
52 …ext/' -e 's/\tRID_SCDLG_MOVETAB/\t/' -e 's/\t_label/\tRID_SCDLG_MOVETAB_title/'> move-copy-sheet-$@
54 echo '#empty' | cat - insert-sheet-$@ move-copy-sheet-$@ sort-options-$@ > $@
/aoo42x/main/sc/source/ui/unoobj/
H A Dlinkuno.cxx1039 uno::Reference<sheet::XAreaLink> xLink(GetObjectByIndex_Impl(nIndex)); in getByIndex()
1050 return getCppuType((uno::Reference<sheet::XAreaLink>*)0); in getElementType()
1357 uno::Reference<sheet::XDDELink> xLink(GetObjectByIndex_Impl(nIndex)); in getByIndex()
1368 return getCppuType((uno::Reference<sheet::XDDELink>*)0); in getElementType()
1382 uno::Reference<sheet::XDDELink> xLink(GetObjectByName_Impl(aName)); in getByName()
1435 uno::Reference< sheet::XDDELink > ScDDELinksObj::addDDELink( in addDDELink()
1441 uno::Reference< sheet::XDDELink > xLink; in addDDELink()
1451 case sheet::DDELinkMode_DEFAULT: in addDDELink()
1456 case sheet::DDELinkMode_ENGLISH: in addDDELink()
1461 case sheet::DDELinkMode_TEXT: in addDDELink()
[all …]
/aoo42x/main/sc/source/ui/vba/
H A Dexcelvbahelper.cxx247 getUnoSheetModuleObj( const uno::Reference< sheet::XSpreadsheet >& xSheet ) throw ( uno::RuntimeExc… in getUnoSheetModuleObj()
263 uno::Reference< sheet::XSheetCellRange > xSheetRange( xRange, uno::UNO_QUERY_THROW ); in getUnoSheetModuleObj()
264 … uno::Reference< sheet::XSpreadsheet > xSheet( xSheetRange->getSpreadsheet(), uno::UNO_SET_THROW ); in getUnoSheetModuleObj()
269 getUnoSheetModuleObj( const uno::Reference< sheet::XSheetCellRangeContainer >& xRanges ) throw ( un… in getUnoSheetModuleObj()
280 uno::Reference< sheet::XSheetCellRange > xSheetRange( xCell, uno::UNO_QUERY_THROW ); in getUnoSheetModuleObj()
281 … uno::Reference< sheet::XSpreadsheet > xSheet( xSheetRange->getSpreadsheet(), uno::UNO_SET_THROW ); in getUnoSheetModuleObj()
288 uno::Reference< sheet::XSpreadsheetDocument > xDoc( xModel, uno::UNO_QUERY_THROW ); in getUnoSheetModuleObj()
290 … uno::Reference< sheet::XSpreadsheet > xSheet( xSheets->getByIndex( nTab ), uno::UNO_QUERY_THROW ); in getUnoSheetModuleObj()

Completed in 91 milliseconds

12345678910>>...47