Home
last modified time | relevance | path

Searched defs:xCell (Results 1 – 25 of 68) sorted by relevance

123

/trunk/test/testuno/source/testlib/uno/
H A DSCUtil.java204 XCell xCell = xSpreadsheet.getCellByPosition(column, row); in setValueToCell() local
217 XCell xCell = xSpreadsheet.getCellByPosition(column, row); in setTextToCell() local
242 XCell xCell = xSpreadsheet.getCellByPosition(column, row); in setFormulaToCell() local
255 XCell xCell = xSpreadsheet.getCellByPosition(column, row); in getValueFromCell() local
271 XCell xCell = xSpreadsheet.getCellByPosition(column, row); in getTextFromCell() local
305 XCell xCell = null; in setValueToCellRange() local
316 XCell xCell = null; in setValueToCellRange() local
338 XCell xCell = null; in setTextToCellRange() local
351 XCell xCell = null; in setTextToCellRange() local
374 XCell xCell = null; in getValueFromCellRange() local
[all …]
/trunk/main/svx/source/table/
H A Dcellcursor.cxx184 CellRef xCell( dynamic_cast< Cell* >( mxTable->getCellByPosition( mnLeft, mnTop ).get() ) ); in GetMergedSelection() local
299 CellRef xCell( dynamic_cast< Cell* >( mxTable->getCellByPosition( nCol, nRow ).get() ) ); in split_column() local
329 CellRef xCell( dynamic_cast< Cell* >( mxTable->getCellByPosition( nCol, nRow ).get() ) ); in split_column() local
415 CellRef xCell( dynamic_cast< Cell* >( mxTable->getCellByPosition( nCol, nRow ).get() ) ); in split_row() local
445 CellRef xCell( dynamic_cast< Cell* >( mxTable->getCellByPosition( nCol, nRow ).get() ) ); in split_row() local
576 CellRef xCell( dynamic_cast< Cell* >( mxTable->getCellByPosition( nCol, nRow ).get() ) ); in isUnmergeable() local
H A Dtablelayouter.cxx89 CellRef xCell( getCell( rPos ) ); in getCellSize() local
131 CellRef xCell( getCell( rPos ) ); in getCellArea() local
329 Reference< XMergeableCell > xCell( xTable->getCellByPosition( nCellX, nCellY ), UNO_QUERY ); in checkMergeOrigin() local
353 …Reference< XMergeableCell > xCell( xTable->getCellByPosition( nMergedX, nMergedY ), UNO_QUERY_THRO… in findMergeOrigin() local
568 CellRef xCell( getCell( CellPos( nCol, nRow ) ) ); in LayoutTableWidth() local
718 CellRef xCell( getCell( CellPos( nCol, nRow ) ) ); in LayoutTableHeight() local
883 CellRef xCell( getCell( aPos ) ); in updateCells() local
905 CellRef xCell; in getCell() local
1048 CellRef xCell( getCell( aPos ) ); in UpdateBorderLayout() local
H A Dtablemodel.cxx446 CellRef xCell( getCell( nColumn, nRow ) ); in getCellByPosition() local
657 CellRef xCell( getCell( nCol, nRow ) ); in notifyModification() local
721 CellRef xCell; in createCell() local
780 CellRef xCell( getCell( nCol, nRow ) ); in insertColumns() local
863 CellRef xCell( getCell( nCol, nRow ) ); in removeColumns() local
954 CellRef xCell( getCell( nCol, nRow ) ); in insertRows() local
1024 CellRef xCell( getCell( nCol, nRow ) ); in removeRows() local
1114 Reference< XMergeableCell > xCell( getCellByPosition( nCol, nRow ), UNO_QUERY ); in optimize() local
1151 Reference< XMergeableCell > xCell( getCellByPosition( nCol, nRow ), UNO_QUERY ); in optimize() local
1218 CellRef xCell( dynamic_cast< Cell* >( getCellByPosition( nTempCol, nRow ).get() ) ); in merge() local
H A Dsvdotable.cxx448 CellRef xCell( getCell( aPos ) ); in ApplyCellStyles() local
621 CellRef xCell; in getCell() local
699 CellRef xCell( getCell( rPos ) ); in GetCellItem() local
877 CellRef xCell( mpImpl->getCell( aPos ) ); in getPreviousCell() local
905 CellRef xCell( mpImpl->getCell( aPos ) ); in getNextCell() local
1474 CellRef xCell( mpImpl->getCell( rPos ) ); in TakeTextRect() local
1577 static CellRef xCell; in getActiveCell() local
1692 CellRef xCell( mpImpl->getCell( rPos ) ); in TakeTextEditArea() local
1754 CellRef xCell( getActiveCell() ); in GetOutlinerViewAnchorMode() local
2135 CellRef xCell( getActiveCell() ); in GetOutlinerParaObject() local
[all …]
H A Dcelleditsource.cxx165 CellEditSourceImpl::CellEditSourceImpl( const CellRef& xCell ) in CellEditSourceImpl()
187 CellEditSourceImpl::CellEditSourceImpl( const CellRef& xCell, SdrView& rView, const Window& rWindow… in CellEditSourceImpl()
913 CellEditSource::CellEditSource( const CellRef& xCell ) in CellEditSource()
920 CellEditSource::CellEditSource( const CellRef& xCell, SdrView& rView, const Window& rWindow ) in CellEditSource()
H A Dtablertfexporter.cxx151 CellRef xCell( dynamic_cast< Cell* >( mxTable->getCellByPosition( nCol, nRow ).get() ) ); in WriteRow() local
200 CellRef xCell( dynamic_cast< Cell* >( mxTable->getCellByPosition( nCol, nRow ).get() ) ); in WriteCell() local
H A Dtablecontroller.cxx875 CellRef xCell( dynamic_cast< Cell* >( mxTable->getCellByPosition( nCol, nRow ).get() ) ); in SetTableStyle() local
996 CellRef xCell( dynamic_cast< Cell* >( mxTable->getCellByPosition( nCol, nRow ).get() ) ); in SetVertical() local
1133 CellRef xCell( dynamic_cast< Cell* >( mxTable->getCellByPosition( nCol, nRow ).get() ) ); in DeleteMarked() local
1165 CellRef xCell( dynamic_cast< Cell* >( mxTable->getCellByPosition( nCol, nRow ).get() ) ); in GetStyleSheet() local
1201 CellRef xCell( dynamic_cast< Cell* >( mxTable->getCellByPosition( nCol, nRow ).get() ) ); in SetStyleSheet() local
1802 Reference< XMergeableCell > xCell( mxTable->getCellByPosition( nCol, nRow ), UNO_QUERY ); in getSelectedCells() local
1839 …Reference< XMergeableCell > xCell( mxTable->getCellByPosition( rLast.mnCol, rLast.mnRow ), UNO_QUE… in getSelectedCells() local
2010 CellRef xCell( dynamic_cast< Cell* >( mxTable->getCellByPosition( nCol, nRow ).get() ) ); in MergeAttrFromSelectedCells() local
2262 CellRef xCell( dynamic_cast< Cell* >( mxTable->getCellByPosition( nCol, nRow ).get() ) ); in ApplyBorderAttr() local
2341 CellRef xCell( dynamic_cast< Cell* >( mxTable->getCellByPosition( nCol, nRow ).get() ) ); in SetAttrToSelectedCells() local
[all …]
/trunk/test/testuno/source/fvt/uno/sc/formula/
H A DTestFormulaDocs.java130 XCell xCell = xSheet.getCellByPosition( x, y); in testOneDoc() local
153 XCell xCell = xSheet.getCellByPosition( nTestIdCol, y); in testOneDoc() local
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_Shape.java41 XCell xCell = null; in _Anchor() local
/trunk/test/testuno/source/fvt/uno/sc/rowcolumn/
H A DCreateShowHideEditDeleteComments.java112 XCell xCell = xSheet.getCellByPosition(0, nRow); in testCreateEditDeleteComments() local
176 XCell xCell = xSheet.getCellByPosition(nColumn, nRow); in testShowHideComments() local
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleCellBase.cxx128 …uno::Reference<table::XCell> xCell = xTable->getCellByPosition(maCellAddress.Col(), maCellAddress.… in getForeground() local
169 …uno::Reference<table::XCell> xCell = xTable->getCellByPosition(maCellAddress.Col(), maCellAddress.… in getBackground() local
369 …uno::Reference<table::XCell> xCell = xTable->getCellByPosition(maCellAddress.Col(), maCellAddress.… in GetNote() local
418 …uno::Reference<table::XCell> xCell = xTable->getCellByPosition(maCellAddress.Col(), maCellAddress.… in getShadowAttrs() local
504 …uno::Reference<table::XCell> xCell = xTable->getCellByPosition(maCellAddress.Col(), maCellAddress.… in getBorderAttrs() local
/trunk/main/sc/source/ui/vba/
H A Dvbafont.cxx80 uno::Reference< table::XCell> xCell( mxFont, uno::UNO_QUERY ); in setSuperscript() local
119 uno::Reference< table::XCell> xCell( mxFont, uno::UNO_QUERY ); in getSuperscript() local
152 uno::Reference< table::XCell> xCell( mxFont, uno::UNO_QUERY ); in setSubscript() local
193 uno::Reference< table::XCell> xCell( mxFont, uno::UNO_QUERY ); in getSubscript() local
/trunk/main/odk/examples/DevelopersGuide/FirstSteps/
H A DHelloTextTableShape.java128 XCell xCell = xCellRange.getCellByPosition(0, 1); in useWriter() local
228 XCell xCell = xSpreadsheetCells.getCellByPosition(0,1); in useCalc() local
355 XCell xCell = xCellRange.getCellByPosition(0,0); in manipulateTable() local
H A DFirstLoadComponent.java84 XCell xCell = xSpreadsheet.getCellByPosition(0, 0); in main() local
/trunk/main/wizards/com/sun/star/wizards/report/
H A DDBColumn.java124 XCell xCell = CurRecordTable.xCellRange.getCellByPosition(_nColumn, 0); in assignCells() local
170 XCell xCell; in DBColumn() local
260 public void insertUserFieldToTableCell(TextFieldHandler oTextFieldHandler, XCell xCell) in insertUserFieldToTableCell()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScAccessibleSpreadsheet.java130 XCell xCell = null; in createTestEnvironment() local
H A DScAccessibleCell.java124 XCell xCell = null; in createTestEnvironment() local
H A DXMLContentExporter.java144 XCell xCell = xSheet.getCellByPosition(0, 0); in createTestEnvironment() local
H A DScAccessiblePreviewCell.java119 XCell xCell = null; in createTestEnvironment() local
/trunk/main/sc/workben/
H A Dtest.cxx315 XCellRef xCell = xDoc->getCell(aAdr); in lcl_OutputNames() local
386 XCellRef xCell = xDoc->getCell(aPos); in lcl_DoCount() local
426 XCellRef xCell = xDoc->getCell(aPos); in lcl_Annotations() local
496 XCellRef xCell = xDoc->getCell(aPos); in lcl_Cursor() local
681 XCellRef xCell = xRange->getCell(2,1); in lcl_Sheet() local
803 XCellRef xCell = xDoc->getCell(aOut); in lcl_Goal() local
1290 XCellRef xCell = xDoc->getCell(aPos); in lcl_Formula() local
1707 XCellRef xCell = xDoc->getCell(aPos); in IMPL_LINK() local
1749 XCellRef xCell = xDoc->getCell(aPos); in IMPL_LINK() local
1886 XCellRef xCell = xDoc->getCell(aPos); in IMPL_LINK() local
[all …]
/trunk/main/odk/examples/java/Spreadsheet/
H A DEuroAdaption.java231 XCell xCell = (XCell) UnoRuntime.queryInterface( in Convert() local
272 XCell xCell = null; in createExampleData() local
/trunk/main/xmloff/source/table/
H A DXMLTableExport.cxx373 Reference< XCell > xCell( xCellRange->getCellByPosition(columnIndex, 0), UNO_QUERY_THROW ); in exportTable() local
422 …void XMLTableExport::ExportCell( const Reference < XCell >& xCell, const boost::shared_ptr< XMLTab… in ExportCell()
477 void XMLTableExport::ImpExportText( const Reference< XCell >& xCell ) in ImpExportText()
/trunk/main/sc/qa/complex/calcPreview/
H A DViewForwarder.java137 XCell xCell = null; in checkPositiveViewForwarder() local
548 XCell xCell = null; in checkNegativeViewForwarder() local
817 XCell xCell = null; in checkPreviewHeaderCells() local
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DSpreadsheetDocHelper.java188 … com.sun.star.table.XCell xCell = xSheet.getCellRangeByName( aCellName ).getCellByPosition( 0, 0 ); in setDate() local
244 com.sun.star.table.XCell xCell = xCellRange.getCellByPosition( 0, 0 ); in prepareRange() local

Completed in 172 milliseconds

123