Home
last modified time | relevance | path

Searched refs:sheet (Results 251 – 275 of 1158) sorted by relevance

1...<<11121314151617181920>>...47

/aoo42x/main/offapi/com/sun/star/sheet/
H A DActivationEvent.idl31 #include <com/sun/star/sheet/XSpreadsheet.idl>
36 module com { module sun { module star { module sheet {
40 /** describes a change of the active sheet. The new active sheet is given
52 com::sun::star::sheet::XSpreadsheet ActiveSheet;
H A DExternalDocLinks.idl27 #include <com/sun/star/sheet/XExternalDocLinks.idl>
28 #include <com/sun/star/sheet/XSpreadsheetDocument.idl>
30 module com { module sun { module star { module sheet {
37 @see com::sun::star::sheet::ExternalDocLink
38 @see com::sun::star::sheet::XExternalDocLinks
H A DXDataPilotTablesSupplier.idl32 #include <com/sun/star/sheet/XDataPilotTables.idl>
37 module com { module sun { module star { module sheet {
43 @see com::sun::star::sheet::Spreadsheet
51 @see com::sun::star::sheet::DataPilotTables
53 com::sun::star::sheet::XDataPilotTables getDataPilotTables();
H A DXScenarioEnhanced.idl37 module com { module sun { module star { module sheet {
41 /** provides enhanced access to the settings of a scenario sheet.
43 @see com::sun::star::sheet::Spreadsheet
45 @see com::sun::star::sheet::Scenario
47 @see com::sun::star::sheet::XScenario
H A DXSheetAnnotationAnchor.idl32 #include <com/sun/star/sheet/XSheetAnnotation.idl>
37 module com { module sun { module star { module sheet {
43 @see com::sun::star::sheet::SheetCell
44 @see com::sun::star::sheet::CellAnnotation
52 com::sun::star::sheet::XSheetAnnotation getAnnotation();
H A DSheetRangesQuery.idl28 #include <com/sun/star/sheet/XCellRangesQuery.idl>
32 #include <com/sun/star/sheet/XFormulaQuery.idl>
37 module com { module sun { module star { module sheet {
49 interface com::sun::star::sheet::XCellRangesQuery;
55 interface com::sun::star::sheet::XFormulaQuery;
H A DXSheetCellRange.idl33 module com { module sun { module star { module sheet {
43 @see com::sun::star::sheet::SheetCellRange
54 @see com::sun::star::sheet::SheetCellRange
55 @see com::sun::star::sheet::SheetCellRanges
57 com::sun::star::sheet::XSpreadsheet getSpreadsheet();
H A DXSpreadsheetDocument.idl32 #include <com/sun/star/sheet/XSpreadsheets.idl>
37 module com { module sun { module star { module sheet {
43 @see com::sun::star::sheet::SpreadsheetDocument
51 @see com::sun::star::sheet::Spreadsheets
53 com::sun::star::sheet::XSpreadsheets getSheets();
H A DDataPilotSourceHierarchy.idl32 #include <com/sun/star/sheet/XLevelsSupplier.idl>
37 module com { module sun { module star { module sheet {
43 @see com::sun::star::sheet::DataPilotSourceDimension
44 @see com::sun::star::sheet::DataPilotSource
59 interface com::sun::star::sheet::XLevelsSupplier;
H A DXRangeSelectionListener.idl31 #include <com/sun/star/sheet/RangeSelectionEvent.idl>
37 module com { module sun { module star { module sheet {
43 @see com::sun::star::sheet::XRangeSelection
49 void done( [in] com::sun::star::sheet::RangeSelectionEvent aEvent );
53 void aborted( [in] com::sun::star::sheet::RangeSelectionEvent aEvent );
H A DDataPilotTable.idl28 #include <com/sun/star/sheet/XDataPilotDescriptor.idl>
32 #include <com/sun/star/sheet/XDataPilotTable.idl>
41 module com { module sun { module star { module sheet {
53 interface com::sun::star::sheet::XDataPilotDescriptor;
59 interface com::sun::star::sheet::XDataPilotTable;
H A DDataPilotTables.idl28 #include <com/sun/star/sheet/XDataPilotTables.idl>
36 module com { module sun { module star { module sheet {
48 interface com::sun::star::sheet::XDataPilotTables;
54 @see com::sun::star::sheet::DataPilotTablesEnumeration
62 @see com::sun::star::sheet::DataPilotTable
H A DScenarios.idl28 #include <com/sun/star/sheet/XScenariosSupplier.idl>
39 module com { module sun { module star { module sheet {
51 interface com::sun::star::sheet::XScenarios;
57 @see com::sun::star::sheet::ScenariosEnumeration
65 @see com::sun::star::sheet::Spreadsheet
H A DSpreadsheetViewPane.idl27 #include <com/sun/star/sheet/XViewPane.idl>
31 #include <com/sun/star/sheet/XCellRangeReferrer.idl>
41 module com { module sun { module star { module sheet {
51 interface com::sun::star::sheet::XViewPane;
55 interface com::sun::star::sheet::XCellRangeReferrer;
H A DDataPilotFieldReference.idl28 #include <com/sun/star/sheet/DataPilotFieldReferenceItemType.idl>
33 module com { module sun { module star { module sheet {
40 @see com::sun::star::sheet::DataPilotField
48 @see com::sun::star::sheet::DataPilotFieldReferenceType
66 @see com::sun::star::sheet::DataPilotFieldReferenceItemType
/aoo42x/test/testuno/source/fvt/uno/sc/cell/
H A DCellEffectOverline.java47 import com.sun.star.sheet.XSpreadsheet;
48 import com.sun.star.sheet.XSpreadsheetDocument;
172 XSpreadsheet sheet = SCUtil.getCurrentSheet(scDocument); in testCharOverline() local
175 cells[i] = sheet.getCellByPosition(cInfo.getCol(), cInfo.getRow() + i); in testCharOverline()
193 sheet = SCUtil.getCurrentSheet(scDocument); in testCharOverline()
196 cells[i] = sheet.getCellByPosition(cInfo.getCol(), cInfo.getRow() + i); in testCharOverline()
H A DCellEffectUnderline.java47 import com.sun.star.sheet.XSpreadsheet;
48 import com.sun.star.sheet.XSpreadsheetDocument;
171 XSpreadsheet sheet = SCUtil.getCurrentSheet(scDocument); in testCharUnderline() local
174 cells[i] = sheet.getCellByPosition(cInfo.getCol(), cInfo.getRow() + i); in testCharUnderline()
192 sheet = SCUtil.getCurrentSheet(scDocument); in testCharUnderline()
195 cells[i] = sheet.getCellByPosition(cInfo.getCol(), cInfo.getRow() + i); in testCharUnderline()
/aoo42x/test/testuno/source/fvt/uno/sc/data/
H A DValidityTypeTest.java39 import com.sun.star.sheet.ConditionOperator;
40 import com.sun.star.sheet.ValidationAlertStyle;
41 import com.sun.star.sheet.ValidationType;
42 import com.sun.star.sheet.XSheetCondition;
43 import com.sun.star.sheet.XSpreadsheet;
44 import com.sun.star.sheet.XSpreadsheetDocument;
/aoo42x/main/qadevOOo/tests/java/ifc/sheet/
H A D_XCellRangesQuery.java23 package ifc.sheet;
30 import com.sun.star.sheet.CellFlags;
31 import com.sun.star.sheet.FormulaResult;
32 import com.sun.star.sheet.XCellRangesQuery;
33 import com.sun.star.sheet.XSheetCellRanges;
34 import com.sun.star.sheet.XSpreadsheet;
H A D_XDocumentAuditing.java23 package ifc.sheet;
36 import com.sun.star.sheet.XDocumentAuditing;
37 import com.sun.star.sheet.XSheetAuditing;
38 import com.sun.star.sheet.XSpreadsheet;
39 import com.sun.star.sheet.XSpreadsheetDocument;
40 import com.sun.star.sheet.XSpreadsheets;
/aoo42x/main/connectivity/source/inc/calc/
H A DCConnection.hxx29 namespace com { namespace sun { namespace star { namespace sheet { namespace
42 ::com::sun::star::uno::Reference< ::com::sun::star::sheet::XSpreadsheetDocument > m_xDoc;
69 ::com::sun::star::uno::Reference< ::com::sun::star::sheet::XSpreadsheetDocument> acquireDoc();
75 … ::com::sun::star::uno::Reference< ::com::sun::star::sheet::XSpreadsheetDocument> m_xDoc;
86 …::com::sun::star::uno::Reference< ::com::sun::star::sheet::XSpreadsheetDocument> getDoc() const { … in getDoc()
/aoo42x/main/sc/source/ui/vba/
H A Dvbaworkbook.cxx64 virtual uno::Reference< sheet::XSpreadsheet > getSheet() in getSheet()
67 uno::Reference< sheet::XSpreadsheet > xSheet; in getSheet()
70 uno::Reference< sheet::XSpreadsheetView > xSpreadsheet( in getSheet()
216 …uno::Reference< sheet::XSpreadsheetView > xView( xModel->getCurrentController(), uno::UNO_QUERY_TH… in getActiveSheet()
217 uno::Reference< sheet::XSpreadsheet > xSheet( xView->getActiveSheet(), uno::UNO_SET_THROW ); in getActiveSheet()
235 uno::Reference <sheet::XSpreadsheetDocument> xSpreadDoc( xModel, uno::UNO_QUERY_THROW ); in Worksheets()
314 …uno::Reference< sheet::XNamedRanges > xNamedRanges( xProps->getPropertyValue( rtl::OUString( RTL_… in Names()
/aoo42x/main/qadevOOo/tests/java/mod/_sc/
H A DScAnnotationTextCursor.java37 import com.sun.star.sheet.XSheetAnnotation;
38 import com.sun.star.sheet.XSheetAnnotationAnchor;
39 import com.sun.star.sheet.XSpreadsheet;
40 import com.sun.star.sheet.XSpreadsheetDocument;
41 import com.sun.star.sheet.XSpreadsheets;
/aoo42x/main/formula/source/core/api/
H A DFormulaCompiler.cxx131 inline void lclPushOpCodeMapEntry( ::std::vector< sheet::FormulaOpCodeMapEntry >& rVec, const Strin… in lclPushOpCodeMapEntry()
133 sheet::FormulaOpCodeMapEntry aEntry; in lclPushOpCodeMapEntry()
145 void lclPushOpCodeMapEntries( ::std::vector< sheet::FormulaOpCodeMapEntry >& rVec, const String* pT… in lclPushOpCodeMapEntries()
279 uno::Sequence< sheet::FormulaToken > aTokens( nLen); in createSequenceOfFormulaTokens()
280 sheet::FormulaToken* pToken = aTokens.getArray(); in createSequenceOfFormulaTokens()
314 using namespace sheet; in createSequenceOfAvailableMappings()
544 using namespace sheet; in GetOpCodeMap()
581 const sheet::FormulaOpCodeMapEntry > & rMapping, in CreateOpCodeMap()
584 using sheet::FormulaOpCodeMapEntry; in CreateOpCodeMap()
712 FormulaCompiler::OpCodeMapPtr xMap = GetOpCodeMap(sheet::FormulaLanguage::ENGLISH); in GetEnglishOpCode()
[all …]
/aoo42x/main/sc/source/filter/xml/
H A DXMLTableSourceContext.cxx57 nMode(sheet::SheetLinkMode_NORMAL) in ScXMLTableSourceContext()
83 nMode = sheet::SheetLinkMode_VALUE; in ScXMLTableSourceContext()
111 …uno::Reference <sheet::XSheetLinkable> xLinkable (GetScImport().GetTables().GetCurrentXSheet(), un… in EndElement()
129 if ( nMode == sheet::SheetLinkMode_NORMAL ) in EndElement()
131 else if ( nMode == sheet::SheetLinkMode_VALUE ) in EndElement()

Completed in 71 milliseconds

1...<<11121314151617181920>>...47