Home
last modified time | relevance | path

Searched refs:sheet (Results 176 – 200 of 1158) sorted by relevance

12345678910>>...47

/aoo42x/main/qadevOOo/tests/java/ifc/sheet/
H A D_XActivationBroadcaster.java23 package ifc.sheet;
25 import com.sun.star.sheet.XActivationBroadcaster;
26 import com.sun.star.sheet.XActivationEventListener;
27 import com.sun.star.sheet.XSpreadsheet;
28 import com.sun.star.sheet.XSpreadsheetView;
94 public void activeSpreadsheetChanged(com.sun.star.sheet.ActivationEvent activationEvent) { in activeSpreadsheetChanged()
H A D_XSubTotalCalculatable.java23 package ifc.sheet;
29 import com.sun.star.sheet.SubTotalColumn;
30 import com.sun.star.sheet.XSpreadsheet;
31 import com.sun.star.sheet.XSubTotalCalculatable;
32 import com.sun.star.sheet.XSubTotalDescriptor;
94 columns[0].Function = com.sun.star.sheet.GeneralFunction.SUM; in _createSubTotalDescriptor()
H A D_XGoalSeek.java23 package ifc.sheet;
26 import com.sun.star.sheet.GoalResult;
27 import com.sun.star.sheet.XGoalSeek;
28 import com.sun.star.sheet.XSpreadsheet;
29 import com.sun.star.sheet.XSpreadsheetDocument;
30 import com.sun.star.sheet.XSpreadsheets;
/aoo42x/main/sc/source/core/inc/
H A Daddinlis.hxx40 com::sun::star::sheet::XResultListener,
45 com::sun::star::uno::Reference<com::sun::star::sheet::XVolatileResult> xVolRes;
54 com::sun::star::sheet::XVolatileResult> xVR,
63 com::sun::star::sheet::XVolatileResult> xVR,
67 com::sun::star::sheet::XVolatileResult> xVR );
76 virtual void SAL_CALL modified( const ::com::sun::star::sheet::ResultEvent& aEvent )
/aoo42x/main/sc/workben/
H A Dresult.cxx67 sheet::ResultEvent aEvent( (cppu::OWeakObject*)this, aAny ); in NewValue()
87 …ResultListener( const ::com::sun::star::uno::Reference< ::com::sun::star::sheet::XResultListener >… in addResultListener()
89 …uno::Reference<sheet::XResultListener> *pObj = new uno::Reference<sheet::XResultListener>( aListen… in addResultListener()
100 …ResultListener( const ::com::sun::star::uno::Reference< ::com::sun::star::sheet::XResultListener >… in removeResultListener()
107 uno::Reference<sheet::XResultListener> *pObj = aListeners[n]; in removeResultListener()
/aoo42x/main/sc/qa/complex/dataPilot/
H A DCheckDataPilot.java31 import com.sun.star.sheet.XDataPilotDescriptor;
32 import com.sun.star.sheet.XDataPilotTable;
33 import com.sun.star.sheet.XDataPilotTables;
34 import com.sun.star.sheet.XDataPilotTablesSupplier;
36 import com.sun.star.sheet.XSpreadsheet;
37 import com.sun.star.sheet.XSpreadsheetDocument;
38 import com.sun.star.sheet.XSpreadsheets;
290 com.sun.star.sheet.GeneralFunction.SUM); in before()
292 com.sun.star.sheet.DataPilotFieldOrientation.DATA); in before()
/aoo42x/main/sc/inc/
H A Dtokenuno.hxx50 … const com::sun::star::uno::Sequence< com::sun::star::sheet::FormulaToken >& rSequence );
53 … com::sun::star::uno::Sequence< com::sun::star::sheet::FormulaToken >& rSequence,
60 ::com::sun::star::sheet::XFormulaParser,
66 …::com::sun::star::uno::Sequence< const ::com::sun::star::sheet::FormulaOpCodeMapEntry > maOpCodeMa…
67 …::com::sun::star::uno::Sequence< const ::com::sun::star::sheet::ExternalLinkInfo > maExternalLinks;
84 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::sheet::FormulaToken > SAL_CALL parseFor…
89 ::com::sun::star::sheet::FormulaToken >& aTokens,
H A Dpivot.hxx99 ::com::sun::star::sheet::DataPilotFieldSortInfo maSortInfo; /// Sorting info.
100 ::com::sun::star::sheet::DataPilotFieldLayoutInfo maLayoutInfo; /// Layout info.
101 ::com::sun::star::sheet::DataPilotFieldAutoShowInfo maShowInfo; /// AutoShow info.
121 ::com::sun::star::sheet::DataPilotFieldReference maFieldRef;
158 ::com::sun::star::sheet::DataPilotFieldReference maFieldRef;
162 const ::com::sun::star::sheet::DataPilotFieldReference& rFieldRef );
/aoo42x/main/offapi/com/sun/star/sheet/
H A DTableConditionalEntry.idl28 #include <com/sun/star/sheet/XSheetCondition.idl>
32 #include <com/sun/star/sheet/XSheetConditionalEntry.idl>
37 module com { module sun { module star { module sheet {
43 @see com::sun::star::sheet::TableConditionalFormat
51 interface com::sun::star::sheet::XSheetCondition;
57 interface com::sun::star::sheet::XSheetConditionalEntry;
H A DTableValidation.idl28 #include <com/sun/star/sheet/XSheetCondition.idl>
36 #include <com/sun/star/sheet/ValidationType.idl>
40 #include <com/sun/star/sheet/ValidationAlertStyle.idl>
45 module com { module sun { module star { module sheet {
56 interface com::sun::star::sheet::XSheetCondition;
62 [property] com::sun::star::sheet::ValidationType Type;
127 [property] com::sun::star::sheet::ValidationAlertStyle ErrorAlertStyle;
H A DXCellRangeMovement.idl36 #include <com/sun/star/sheet/CellInsertMode.idl>
40 #include <com/sun/star/sheet/CellDeleteMode.idl>
49 module com { module sun { module star { module sheet {
53 /** provides methods for moving ranges of cells in a sheet.
61 <p>Non-empty cells cannot be moved off the sheet.</p>
71 [in] com::sun::star::sheet::CellInsertMode nMode );
85 [in] com::sun::star::sheet::CellDeleteMode nMode );
H A DCellAnnotations.idl28 #include <com/sun/star/sheet/XSheetAnnotations.idl>
37 module com { module sun { module star { module sheet {
43 @see com::sun::star::sheet::Spreadsheet
52 @see com::sun::star::sheet::CellAnnotation
54 interface com::sun::star::sheet::XSheetAnnotations;
60 @see com::sun::star::sheet::CellAnnotationsEnumeration
H A DXVolatileResult.idl32 #include <com/sun/star/sheet/XResultListener.idl>
37 module com { module sun { module star { module sheet {
43 @see com::sun::star::sheet::VolatileResult
44 @see com::sun::star::sheet::ResultEvent
53 [in] com::sun::star::sheet::XResultListener aListener );
60 [in] com::sun::star::sheet::XResultListener aListener );
H A DXDataPilotMemberResults.idl32 #include <com/sun/star/sheet/MemberResult.idl>
37 module com { module sun { module star { module sheet {
46 @see com::sun::star::sheet::DataPilotSourceLevel
47 @see com::sun::star::sheet::DataPilotSource
48 @see com::sun::star::sheet::XDataPilotResults
57 sequence< com::sun::star::sheet::MemberResult > getResults();
H A DCellFormatRanges.idl37 module com { module sun { module star { module sheet {
46 @see com::sun::star::sheet::SheetCellRange
47 @see com::sun::star::sheet::SheetCellRanges
48 @see com::sun::star::sheet::UniqueCellFormatRanges
56 @see com::sun::star::sheet::SheetCellRange
64 @see com::sun::star::sheet::CellFormatRangesEnumeration
H A DDatabaseRanges.idl28 #include <com/sun/star/sheet/XDatabaseRanges.idl>
39 module com { module sun { module star { module sheet {
45 @see com::sun::star::sheet::SpreadsheetDocument
53 interface com::sun::star::sheet::XDatabaseRanges;
59 @see com::sun::star::sheet::DatabaseRangesEnumeration
67 @see com::sun::star::sheet::DatabaseRange
H A DFunctionDescription.idl28 #include <com/sun/star/sheet/FunctionArgument.idl>
33 module com { module sun { module star { module sheet {
39 @see com::sun::star::sheet::FunctionDescriptions
47 @see com::sun::star::sheet::XFunctionDescriptions
55 @see com::sun::star::sheet::FunctionCategory
76 [readonly, property] sequence< com::sun::star::sheet::FunctionArgument > Arguments;
H A DUniqueCellFormatRanges.idl37 module com { module sun { module star { module sheet {
46 @see com::sun::star::sheet::SheetCellRange
47 @see com::sun::star::sheet::SheetCellRanges
48 @see com::sun::star::sheet::CellFormatRanges
57 @see com::sun::star::sheet::SheetCellRanges
65 @see com::sun::star::sheet::UniqueCellFormatRangesEnumeration
H A DXSubTotalField.idl32 #include <com/sun/star/sheet/SubTotalColumn.idl>
37 module com { module sun { module star { module sheet {
43 @see com::sun::star::sheet::SubTotalField
44 @see com::sun::star::sheet::SubTotalDescriptor
65 sequence< com::sun::star::sheet::SubTotalColumn > getSubTotalColumns();
73 [in] sequence< com::sun::star::sheet::SubTotalColumn >
/aoo42x/test/testuno/source/fvt/uno/sc/formula/
H A DAddtionOperatorInFormula.java43 import com.sun.star.sheet.XSpreadsheet;
44 import com.sun.star.sheet.XSpreadsheetDocument;
45 import com.sun.star.sheet.XSpreadsheets;
107 XSpreadsheet sheet = SCUtil.getSCSheetByName(scDocument, sheetname); in testAddtion() local
110 SCUtil.setCurrentSheet(scDocument, sheet); in testAddtion()
113 XCell cell = sheet.getCellByPosition(0, 0); in testAddtion()
/aoo42x/main/sc/source/filter/xml/
H A DXMLConverter.hxx56 static ::com::sun::star::sheet::GeneralFunction
65 const ::com::sun::star::sheet::GeneralFunction eFunction,
73 static ::com::sun::star::sheet::DataPilotFieldOrientation
80 const ::com::sun::star::sheet::DataPilotFieldOrientation eOrientation,
143 ::com::sun::star::sheet::ValidationType
145 ::com::sun::star::sheet::ConditionOperator
H A Dxmlexprt.hxx69 com::sun::star::uno::Reference <com::sun::star::sheet::XSpreadsheet> xCurrentTable;
127 …sal_Bool HasDrawPages(com::sun::star::uno::Reference <com::sun::star::sheet::XSpreadsheetDocument…
142 …ddress GetEndAddress(const com::sun::star::uno::Reference<com::sun::star::sheet::XSpreadsheet>& xT…
145 …void GetAreaLinks( com::sun::star::uno::Reference< com::sun::star::sheet::XSpreadsheetDocument>& x…
177 const com::sun::star::uno::Reference <com::sun::star::sheet::XSpreadsheet>& xTable);
199 …void WriteCalculationSettings(const com::sun::star::uno::Reference <com::sun::star::sheet::XSpread…
202 …void WriteTheLabelRanges(const com::sun::star::uno::Reference< com::sun::star::sheet::XSpreadsheet…
204 …void WriteNamedExpressions(const com::sun::star::uno::Reference <com::sun::star::sheet::XSpreadshe…
212 const com::sun::star::uno::Reference< com::sun::star::sheet::XSpreadsheet >& xTable,
H A Dxmlexprt.cxx853 uno::Reference<sheet::XSheetCellCursor> xCursor(xTable->createCursor()); in GetEndAddress()
854 uno::Reference<sheet::XUsedAreaCursor> xUsedArea (xCursor, uno::UNO_QUERY); in GetEndAddress()
2589 …uno::Reference<sheet::XSheetCellRanges> xSheetCellRanges(xCellRangesQuery->queryContentCells(sheet in _ExportAutoStyles()
2721 const uno::Reference <sheet::XSpreadsheet>& xTable) in GetMerged()
3751 sheet::SheetLinkMode nMode (xLinkable->getLinkMode()); in WriteTableSource()
3752 if (nMode != sheet::SheetLinkMode_NONE) in WriteTableSource()
3795 if (nMode != sheet::SheetLinkMode_NORMAL) in WriteTableSource()
3964 … if ((nRangeType & sheet::NamedRangeFlag::COLUMN_HEADER) == sheet::NamedRangeFlag::COLUMN_HEADER) in WriteNamedExpressions()
3966 if ((nRangeType & sheet::NamedRangeFlag::ROW_HEADER) == sheet::NamedRangeFlag::ROW_HEADER) in WriteNamedExpressions()
3972 …if ((nRangeType & sheet::NamedRangeFlag::FILTER_CRITERIA) == sheet::NamedRangeFlag::FILTER_CRITERI… in WriteNamedExpressions()
[all …]
/aoo42x/test/testuno/source/fvt/uno/sc/rowcolumn/
H A DCellMerge.java45 import com.sun.star.sheet.XSpreadsheet;
46 import com.sun.star.sheet.XSpreadsheetDocument;
47 import com.sun.star.sheet.XSpreadsheets;
85 XSpreadsheet sheet = (XSpreadsheet) UnoRuntime.queryInterface(XSpreadsheet.class, sheetObj); in testCellMerge() local
88 XCell cell = sheet.getCellByPosition(0, 0); in testCellMerge()
92 XCellRange CellRange = sheet.getCellRangeByPosition( 0, 0, 1, 0 ); in testCellMerge()
/aoo42x/test/testuno/source/fvt/uno/sc/data/
H A DSubTotalsFunction.java39 import com.sun.star.sheet.GeneralFunction;
40 import com.sun.star.sheet.SubTotalColumn;
41 import com.sun.star.sheet.XCellRangeData;
42 import com.sun.star.sheet.XSpreadsheet;
43 import com.sun.star.sheet.XSpreadsheetDocument;
44 import com.sun.star.sheet.XSubTotalCalculatable;
45 import com.sun.star.sheet.XSubTotalDescriptor;

Completed in 146 milliseconds

12345678910>>...47