Home
last modified time | relevance | path

Searched refs:sheet (Results 201 – 225 of 1158) sorted by relevance

12345678910>>...47

/aoo42x/main/sc/source/ui/dbgui/
H A Dpvlaydlg.cxx517 sheet::DataPilotFieldOrientation eOrient = sheet::DataPilotFieldOrientation_HIDDEN; in IsInsertAllowed()
520 … case PIVOTFIELDTYPE_PAGE: eOrient = sheet::DataPilotFieldOrientation_PAGE; break; in IsInsertAllowed()
521 … case PIVOTFIELDTYPE_COL: eOrient = sheet::DataPilotFieldOrientation_COLUMN; break; in IsInsertAllowed()
522 … case PIVOTFIELDTYPE_ROW: eOrient = sheet::DataPilotFieldOrientation_ROW; break; in IsInsertAllowed()
523 … case PIVOTFIELDTYPE_DATA: eOrient = sheet::DataPilotFieldOrientation_DATA; break; in IsInsertAllowed()
674 uno::Reference< sheet::XDimensionsSupplier > xSource = mxDlgDPObject->GetSource(); in IMPL_LINK()
676 …ScDPObject::ConvertOrientation( aSaveData, aPageFields, sheet::DataPilotFieldOrientation_PAGE, 0… in IMPL_LINK()
677 …ScDPObject::ConvertOrientation( aSaveData, aColFields, sheet::DataPilotFieldOrientation_COLUMN, 0… in IMPL_LINK()
678 …ScDPObject::ConvertOrientation( aSaveData, aRowFields, sheet::DataPilotFieldOrientation_ROW, 0… in IMPL_LINK()
679 …ScDPObject::ConvertOrientation( aSaveData, aDataFields, sheet::DataPilotFieldOrientation_DATA, 0… in IMPL_LINK()
[all …]
/aoo42x/main/offapi/com/sun/star/sheet/
H A DCellAnnotation.idl28 #include <com/sun/star/sheet/XSheetAnnotation.idl>
32 #include <com/sun/star/sheet/XSheetAnnotationShapeSupplier.idl>
45 module com { module sun { module star { module sheet {
51 @see com::sun::star::sheet::SheetCell
60 interface com::sun::star::sheet::XSheetAnnotation;
78 [optional] interface com::sun::star::sheet::XSheetAnnotationShapeSupplier;
H A DXConsolidatable.idl32 #include <com/sun/star/sheet/XConsolidationDescriptor.idl>
37 module com { module sun { module star { module sheet {
58 @see com::sun::star::sheet::ConsolidationDescriptor
60 com::sun::star::sheet::XConsolidationDescriptor createConsolidationDescriptor(
71 @see com::sun::star::sheet::ConsolidationDescriptor
74 [in] com::sun::star::sheet::XConsolidationDescriptor xDescriptor );
H A DXExternalDocLinks.idl27 #include <com/sun/star/sheet/XExternalDocLink.idl>
32 module com { module sun { module star { module sheet {
34 /** Primary interface for the <type scope="com::sun::star::sheet">ExternalDocLinks</type> service.
36 @see com::sun::star::sheet::ExternalDocLinks
52 @return com::sun::star::sheet::XExternalDocLink external document link instance
54 com::sun::star::sheet::XExternalDocLink addDocLink( [in] string aDocName );
H A DNamedRanges.idl32 #include <com/sun/star/sheet/XNamedRanges.idl>
46 module com { module sun { module star { module sheet {
55 @see com::sun::star::sheet::SpreadsheetDocument
63 interface com::sun::star::sheet::XNamedRanges;
69 @see com::sun::star::sheet::NamedRange
78 @see com::sun::star::sheet::NamedRangesEnumeration
H A DXDDELinks.idl32 #include <com/sun/star/sheet/XDDELink.idl>
36 #include <com/sun/star/sheet/DDELinkMode.idl>
41 module com { module sun { module star { module sheet {
47 @see com::sun::star::sheet::DDELinks
76 com::sun::star::sheet::XDDELink addDDELink(
80 [in] com::sun::star::sheet::DDELinkMode nMode );
H A DXRangeSelection.idl36 module com { module sun { module star { module sheet {
45 @see com::sun::star::sheet::SpreadsheetView
66 [in] com::sun::star::sheet::XRangeSelectionListener aListener );
71 [in] com::sun::star::sheet::XRangeSelectionListener aListener );
76 [in] com::sun::star::sheet::XRangeSelectionChangeListener aListener );
81 [in] com::sun::star::sheet::XRangeSelectionChangeListener aListener );
H A DXSubTotalCalculatable.idl32 #include <com/sun/star/sheet/XSubTotalDescriptor.idl>
37 module com { module sun { module star { module sheet {
46 @see com::sun::star::sheet::SheetCellRange
47 @see com::sun::star::sheet::SubTotalDescriptor
60 com::sun::star::sheet::XSubTotalDescriptor createSubTotalDescriptor(
75 [in] com::sun::star::sheet::XSubTotalDescriptor xDescriptor,
/aoo42x/main/offapi/com/sun/star/report/meta/
H A DXFormulaParser.idl28 #include <com/sun/star/sheet/XFormulaParser.idl>
29 #include <com/sun/star/sheet/FormulaOpCodeMapEntry.idl>
30 #include <com/sun/star/sheet/XFormulaOpCodeMapper.idl>
43 interface com::sun::star::sheet::XFormulaParser;
53 [attribute] sequence< sheet::FormulaOpCodeMapEntry > OpCodeMap;
57 [attribute,readonly] com::sun::star::sheet::XFormulaOpCodeMapper FormulaOpCodeMapper;
/aoo42x/main/sc/source/ui/unoobj/
H A Dservuno.cxx114 … uno::Reference <sheet::XSpreadsheetDocument> xSpreadDoc( xModel, uno::UNO_QUERY_THROW ); in hasByName()
115 … uno::Reference<sheet::XSpreadsheets > xSheets( xSpreadDoc->getSheets(), uno::UNO_QUERY_THROW ); in hasByName()
117 …uno::Reference< sheet::XSpreadsheet > xSheet( xIndexAccess->getByIndex( i ), uno::UNO_QUERY_THROW … in hasByName()
392 xRet.set((sheet::XSpreadsheet*)new ScTableSheetObj(NULL,0)); in MakeInstance()
419 xRet.set((sheet::XSheetCellRanges*)new ScCellRangesObj( pDocShell, ScRangeList() )); in MakeInstance()
504 uno::Reference<sheet::XSpreadsheetDocument> xDoc( pDocShell->GetBaseModel(), uno::UNO_QUERY ); in MakeInstance()
511 uno::Reference<sheet::XSpreadsheetDocument> xDoc( pDocShell->GetBaseModel(), uno::UNO_QUERY ); in MakeInstance()
531 xRet.set(static_cast<sheet::XFormulaParser*>(new ScFormulaParserObj( pDocShell ))); in MakeInstance()
541 …xRet.set(static_cast<sheet::XFormulaOpCodeMapper*>(new ScFormulaOpCodeMapperObj(::std::auto_ptr<fo… in MakeInstance()
H A Ddocuno.cxx455 SC_QUERYINTERFACE( sheet::XSpreadsheetDocument ) in queryInterface()
457 SC_QUERYINTERFACE( sheet::XCalculatable ) in queryInterface()
460 SC_QUERYINTERFACE( sheet::XGoalSeek ) in queryInterface()
461 SC_QUERYINTERFACE( sheet::XConsolidatable ) in queryInterface()
462 SC_QUERYINTERFACE( sheet::XDocumentAuditing ) in queryInterface()
1541 sheet::GoalResult SAL_CALL ScModelObj::seekGoal( in seekGoal()
1548 sheet::GoalResult aResult; in seekGoal()
1585 const uno::Reference<sheet::XConsolidationDescriptor>& xDescriptor ) in consolidate()
2796 return getCppuType((uno::Reference<sheet::XSpreadsheet>*)0); in getElementType()
3604 return getCppuType((uno::Reference<sheet::XSheetAnnotation>*)0); in getElementType()
[all …]
/aoo42x/test/testuno/source/fvt/uno/sc/cell/
H A DCellFontSize.java45 import com.sun.star.sheet.XSpreadsheet;
46 import com.sun.star.sheet.XSpreadsheetDocument;
133 XSpreadsheet sheet = SCUtil.getCurrentSheet(scDocument); in testCellFontSize() local
136 cells[i] = sheet.getCellByPosition(cInfo.getCol(), cInfo.getRow() + i); in testCellFontSize()
150 sheet = SCUtil.getCurrentSheet(scDocument); in testCellFontSize()
153 cells[i] = sheet.getCellByPosition(cInfo.getCol(), cInfo.getRow() + i); in testCellFontSize()
H A DInsertDeleteCells.java34 import com.sun.star.sheet.CellDeleteMode;
35 import com.sun.star.sheet.CellInsertMode;
36 import com.sun.star.sheet.XCellRangeAddressable;
37 import com.sun.star.sheet.XSpreadsheet;
38 import com.sun.star.sheet.XSpreadsheetDocument;
39 import com.sun.star.sheet.XSpreadsheets;
44 import com.sun.star.sheet.XCellRangeMovement;
H A DCellColor.java45 import com.sun.star.sheet.XSpreadsheet;
46 import com.sun.star.sheet.XSpreadsheetDocument;
139 XSpreadsheet sheet = SCUtil.getCurrentSheet(scDocument); in testCellColor() local
142 cells[i] = sheet.getCellByPosition(cInfo.getCol(), cInfo.getRow() + i); in testCellColor()
156 sheet = SCUtil.getCurrentSheet(scDocument); in testCellColor()
159 cells[i] = sheet.getCellByPosition(cInfo.getCol(), cInfo.getRow() + i); in testCellColor()
H A DCellProtected.java45 import com.sun.star.sheet.XSpreadsheet;
46 import com.sun.star.sheet.XSpreadsheetDocument;
144 XSpreadsheet sheet = SCUtil.getCurrentSheet(scDocument); in testCellProtected() local
147 cells[i] = sheet.getCellByPosition(cInfo.getCol() + i, cInfo.getRow()); in testCellProtected()
161 sheet = SCUtil.getCurrentSheet(scDocument); in testCellProtected()
164 cells[i] = sheet.getCellByPosition(cInfo.getCol() + i, cInfo.getRow()); in testCellProtected()
/aoo42x/main/sc/source/ui/view/
H A Ddbfunc3.cxx90 using ::com::sun::star::sheet::XDimensionsSupplier;
795 sheet::DataPilotTableHeaderData aData; in GetSelectedMemberList()
1463 using namespace ::com::sun::star::sheet; in DataPilotInput()
1570 sheet::DataPilotTableHeaderData aPosData; in DataPilotInput()
1881 sheet::DataPilotFieldSortInfo aSortInfo; in DataPilotSort()
1882 aSortInfo.Mode = sheet::DataPilotFieldSortMode::MANUAL; in DataPilotSort()
1889 sheet::DataPilotFieldSortInfo aSortInfo; in DataPilotSort()
1890 aSortInfo.Mode = sheet::DataPilotFieldSortMode::NAME; in DataPilotSort()
1911 sheet::DataPilotTableHeaderData aDestData; in DataPilotMove()
1923 sheet::DataPilotTableHeaderData aSourceData; in DataPilotMove()
[all …]
/aoo42x/main/sc/inc/
H A Dnameuno.hxx56 ::com::sun::star::sheet::XNamedRange2,
57 ::com::sun::star::sheet::XFormulaTokens,
58 ::com::sun::star::sheet::XCellRangeReferrer,
97 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::sheet::FormulaToken > SAL_CALL getToken…
100 ::com::sun::star::sheet::FormulaToken >& aTokens )
178 ::com::sun::star::sheet::XNamedRanges2,
221 ::com::sun::star::sheet::Border aBorder )
231 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::sheet::RangeScopeName > SAL_CALL getEle…
282 ::com::sun::star::sheet::XLabelRange,
322 ::com::sun::star::sheet::XLabelRanges,
H A Ddptabres.hxx39 namespace com { namespace sun { namespace star { namespace sheet { namespace
307 ::com::sun::star::sheet::DataPilotFieldReference* pMeasRefs;
321 const ::com::sun::star::sheet::DataPilotFieldReference* pRefs,
330 const ::com::sun::star::sheet::DataPilotFieldReference& GetMeasureRefVal(long nMeasure) const;
431 com::sun::star::sheet::MemberResult>* pSequences,
439 com::sun::star::sheet::DataResult> >& rSequence,
510 com::sun::star::uno::Sequence<com::sun::star::sheet::DataResult>& rSequence,
606 com::sun::star::sheet::MemberResult>* pSequences,
612 com::sun::star::sheet::DataResult> >& rSequence,
680 com::sun::star::uno::Sequence<com::sun::star::sheet::DataResult>& rSequence,
/aoo42x/main/offapi/com/sun/star/script/vba/
H A DVBAEventId.idl94 /** New sheet inserted. Arguments: short nSheet. */
104 // sheet events (2101-2199)
110 …/** Double click in the sheet. Arguments: XRange/XSheetCellRangeContainer aRange, [out] boolean bC…
112 …/** Right click in the sheet. Arguments: XRange/XSheetCellRangeContainer aRange, [out] boolean bCa…
114 /** Cells in sheet have been recalculated. Arguments: short nSheet. */
116 /** Cells in sheet have been changed. Arguments: XRange/XSheetCellRangeContainer aRange. */
118 /** Selection in sheet has been changed. Arguments: XRange/XSheetCellRangeContainer aRange. */
/aoo42x/main/sc/source/ui/vba/
H A Dvbanames.cxx45 uno::Reference< sheet::XNamedRanges > m_xNames;
47 …n, const uno::Reference< frame::XModel >& xModel , const uno::Reference< sheet::XNamedRanges >& x… in NamesEnumeration()
51 …uno::Reference< sheet::XNamedRange > xNamed( m_xEnumeration->nextElement(), uno::UNO_QUERY_THROW ); in nextElement()
60 const css::uno::Reference< css::sheet::XNamedRanges >& xNames, in ScVbaNames()
139 uno::Reference< sheet::XCellRangeAddressable > thisRangeAdd( thisRange, ::uno::UNO_QUERY_THROW); in Add()
156 uno::Reference< sheet::XNamedRange > xName( mxNames->getByName( sName ), uno::UNO_QUERY_THROW ); in Add()
180 uno::Reference< sheet::XNamedRange > xName( aSource, uno::UNO_QUERY ); in createCollectionObject()
/aoo42x/main/qadevOOo/tests/java/ifc/sheet/
H A D_XNamedRanges.java24 package ifc.sheet;
34 import com.sun.star.sheet.Border;
35 import com.sun.star.sheet.NamedRangeFlag;
36 import com.sun.star.sheet.XCellRangeAddressable;
37 import com.sun.star.sheet.XCellRangeReferrer;
38 import com.sun.star.sheet.XNamedRanges;
39 import com.sun.star.sheet.XSpreadsheet;
/aoo42x/main/scaddins/source/datefunc/
H A Dmsdev.mk66 $(UNOHEADER_OUT)\com\sun\star\sheet\XAddIn.hpp \
73 $(UNOHEADER_OUT)\com\sun\star\sheet\addin\XDateFunctions.hpp
75 $(UNOHEADER_OUT)\com\sun\star\sheet\addin\XDateFunctions.hpp: $(RDBS) $(CPPUMAKER)
77 …$(CPPUMAKER) $(CPPUMAKER_OPT) -Tcom.sun.star.sheet.addin.XDateFunctions -B/UCR -O$(UNOHEADER_OUT) …
79 $(UNOHEADER_OUT)\com\sun\star\sheet\XAddIn.hpp: $(RDBS) $(CPPUMAKER)
81 $(CPPUMAKER) $(CPPUMAKER_OPT) -Tcom.sun.star.sheet.XAddIn -B/UCR -O$(UNOHEADER_OUT) $(RDBS)
/aoo42x/main/oox/inc/oox/xls/
H A Dautofilterbuffer.hxx32 namespace sheet { struct TableFilterField2; } namespace
33 namespace sheet { class XDatabaseRange; } namespace
34 namespace sheet { class XSheetFilterDescriptor2; } namespace
45 typedef ::std::vector< ::com::sun::star::sheet::TableFilterField2 > FilterFieldVector;
234 …finalizeImport( const ::com::sun::star::uno::Reference< ::com::sun::star::sheet::XSheetFilterDescr…
259 …finalizeImport( const ::com::sun::star::uno::Reference< ::com::sun::star::sheet::XDatabaseRange >&…
/aoo42x/main/qadevOOo/tests/java/mod/_sc/
H A DScAnnotationsObj.java37 import com.sun.star.sheet.XSheetAnnotation;
38 import com.sun.star.sheet.XSheetAnnotationAnchor;
39 import com.sun.star.sheet.XSheetAnnotationsSupplier;
40 import com.sun.star.sheet.XSpreadsheet;
41 import com.sun.star.sheet.XSpreadsheetDocument;
42 import com.sun.star.sheet.XSpreadsheets;
H A DScDataPilotFieldsObj.java37 import com.sun.star.sheet.XDataPilotDescriptor;
38 import com.sun.star.sheet.XDataPilotTables;
39 import com.sun.star.sheet.XDataPilotTablesSupplier;
40 import com.sun.star.sheet.XSpreadsheet;
41 import com.sun.star.sheet.XSpreadsheetDocument;
42 import com.sun.star.sheet.XSpreadsheets;

Completed in 207 milliseconds

12345678910>>...47