Home
last modified time | relevance | path

Searched refs:xCell (Results 1 – 25 of 82) sorted by last modified time

1234

/trunk/main/svx/source/table/
H A Dtablemodel.cxx447 if( xCell.is() ) in getCellByPosition()
721 CellRef xCell; in createCell() local
724 return xCell; in createCell()
781 sal_Int32 nColSpan = (xCell.is() && !xCell->isMerged()) ? xCell->getColumnSpan() : 1; in insertColumns()
864 sal_Int32 nColSpan = (xCell.is() && !xCell->isMerged()) ? xCell->getColumnSpan() : 1; in removeColumns()
892 xCell->merge( nColSpan - nRemove, xCell->getRowSpan() ); in removeColumns()
955 sal_Int32 nRowSpan = (xCell.is() && !xCell->isMerged()) ? xCell->getRowSpan() : 1; in insertRows()
1025 sal_Int32 nRowSpan = (xCell.is() && !xCell->isMerged()) ? xCell->getRowSpan() : 1; in removeRows()
1115 if( xCell.is() && !xCell->isMerged() ) in optimize()
1152 if( xCell.is() && !xCell->isMerged() ) in optimize()
[all …]
H A Dcell.cxx295 if( xCell->mxTable.is() ) in create()
300 return xCell; in create()
432 if( xCell.is() ) in cloneFrom()
438 msFormula = xCell->msFormula; in cloneFrom()
439 mfValue = xCell->mfValue; in cloneFrom()
440 mnError = xCell->mnError; in cloneFrom()
442 mbMerged = xCell->mbMerged; in cloneFrom()
443 mnRowSpan = xCell->mnRowSpan; in cloneFrom()
444 mnColSpan = xCell->mnColSpan; in cloneFrom()
741 CellRef xCell( this ); in AddUndo() local
[all …]
H A Dsvdotable.cxx449 if( xCell.is() && ( xCell->GetStyleSheet() != pStyle ) ) in ApplyCellStyles()
621 CellRef xCell; in getCell() local
630 return xCell; in getCell()
700 if( xCell.is() ) in GetCellItem()
878 if( xCell.is() && xCell->isMerged() ) in getPreviousCell()
1003 if( xCell.is() && !xCell->isMerged() ) in getNextRow()
1139 if( xCell.is() && xCell->isMerged() ) in CheckTableHit()
1142 if( xCell.is() ) in CheckTableHit()
1578 return xCell; in getActiveCell()
1755 if( xCell.is() ) in GetOutlinerViewAnchorMode()
[all …]
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx7643 void ApplyCellAttributes( const SdrObject* pObj, Reference< XCell >& xCell ) in ApplyCellAttributes() argument
7647 Reference< XPropertySet > xPropSet( xCell, UNO_QUERY_THROW ); in ApplyCellAttributes()
7803 Reference< XCell > xCell( xCellRange->getCellByPosition( nColumn, nRow ) ); in ApplyCellLineAttributes() local
7804 Reference< XPropertySet > xPropSet( xCell, UNO_QUERY_THROW ); in ApplyCellLineAttributes()
7879 Reference< XCell > xCell( xCellRange->getCellByPosition( nColumn, nRow ) ); in CreateTable() local
7881 ApplyCellAttributes( pObj, xCell ); in CreateTable()
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx736 processValue( maValue, xCell ); in visitNode()
753 xCell->setValue( (double) 1 ); in processValue()
755 xCell->setValue( (double) 0 ); in processValue()
795 xCell->setValue( nDouble ); in processValue()
852 aValue <<= xCell->getValue(); in visitNode()
864 aValue <<= xCell->getValue(); in visitNode()
911 xCell->setFormula( sFormula ); in processValue()
916 xCell->setValue( aDblValue ); in processValue()
934 aValue <<= xCell->getFormula(); in visitNode()
1492 visitor.visitNode( i, j, xCell ); in visitArray()
[all …]
/trunk/main/oox/source/xls/
H A Dworkbookhelper.cxx705 Reference< XCell > xCell; in getCellFromDoc() local
709 xCell = xSheet->getCellByPosition( rAddress.Column, rAddress.Row ); in getCellFromDoc()
714 return xCell; in getCellFromDoc()
/trunk/main/svx/source/accessibility/
H A DAccessibleTextHelper.cxx597 sdr::table::CellRef xCell = pAccessibleCell->getCellRef(); in IsActive() local
598 if ( xCell.is() ) in IsActive()
599 return xCell->IsTextEditActive(); in IsActive()
/trunk/test/testuno/source/fvt/uno/sc/formula/
H A DTestFormulaDocs.java130 XCell xCell = xSheet.getCellByPosition( x, y); in testOneDoc() local
131 XText xText = (XText)UnoRuntime.queryInterface( XText.class, xCell); in testOneDoc()
153 XCell xCell = xSheet.getCellByPosition( nTestIdCol, y); in testOneDoc() local
154 XText xText = (XText)UnoRuntime.queryInterface( XText.class, xCell); in testOneDoc()
162 xCell = xSheet.getCellByPosition( nTestOkCol, y); in testOneDoc()
163 String testOk = ((XText)UnoRuntime.queryInterface( XText.class, xCell)).getString(); in testOneDoc()
167 SCUtil.setProperties( xCell, "CellBackColor", (Integer)(bOK ? 0x00FF00 : 0xFF0000)); in testOneDoc()
/trunk/main/sw/source/core/unocore/
H A Dunocrsrhelper.cxx400 uno::Reference< XCell > xCell = SwXCell::CreateXCell(pTableFmt, pBox); in getCrsrPropertyValue() local
401 pAny->setValue(&xCell, ::getCppuType((uno::Reference<XCell>*)0)); in getCrsrPropertyValue()
H A Dunotext.cxx2096 uno::Reference< uno::XInterface > xCell, in lcl_ApplyCellProperties()
2100 const uno::Reference< beans::XPropertySet > xCellPS(xCell, uno::UNO_QUERY); in lcl_ApplyCellProperties()
2184 const uno::Reference< text::XText > xCellText(xCell, in lcl_ApplyCellProperties()
H A Dunotbl.cxx2651 if(!xCell.is()) in getData()
2700 if(!xCell.is()) in setData()
2734 if(!xCell.is()) in getRowDescriptions()
2771 if(!xCell.is()) in setRowDescriptions()
2810 if(!xCell.is()) in getColumnDescriptions()
2849 if(!xCell.is()) in setColumnDescriptions()
4257 if(!xCell.is()) in getData()
4302 if(!xCell.is()) in setData()
4334 if(!xCell.is()) in getRowDescriptions()
4371 if(!xCell.is()) in setRowDescriptions()
[all …]
/trunk/main/sc/source/ui/view/
H A Dgridwin.cxx2221 uno::Reference< table::XCell > xCell( new ScCellObj( pViewData->GetDocShell(), aCellPos ) ); in MouseButtonUp() local
2223 aArgs[0] <<= xCell; in MouseButtonUp()
/trunk/main/odk/examples/DevelopersGuide/FirstSteps/
H A DHelloTextTableShape.java128 XCell xCell = xCellRange.getCellByPosition(0, 1); in useWriter() local
129 XText xCellText = (XText)UnoRuntime.queryInterface(XText.class, xCell); in useWriter()
228 XCell xCell = xSpreadsheetCells.getCellByPosition(0,1); in useCalc() local
230 XPropertySet.class, xCell); in useCalc()
233 XText xCellText = (XText)UnoRuntime.queryInterface(XText.class, xCell); in useCalc()
355 XCell xCell = xCellRange.getCellByPosition(0,0); in manipulateTable() local
356 XText xCellText = (XText)UnoRuntime.queryInterface(XText.class, xCell); in manipulateTable()
358 xCell = xCellRange.getCellByPosition(1,0); in manipulateTable()
359 xCellText = (XText)UnoRuntime.queryInterface(XText.class, xCell); in manipulateTable()
361 xCell = xCellRange.getCellByPosition(1,1); in manipulateTable()
[all …]
/trunk/main/sd/source/ui/accessibility/
H A DAccessibleDrawDocumentView.cxx1046 uno::Reference<XAccessible> xCell = xObjSelection->getSelectedAccessibleChild(0); in GetSelAccContextInTable() local
1047 if ( xCell.is() ) in GetSelAccContextInTable()
1049 uno::Reference<XAccessibleSelection> xCellSel( xCell, uno::UNO_QUERY ); in GetSelAccContextInTable()
/trunk/main/odk/examples/java/Spreadsheet/
H A DSCalc.java362 XCell xCell = null; in insertIntoCell() local
365 xCell = TT1.getCellByPosition(CellX, CellY); in insertIntoCell()
372 xCell.setValue((new Float(theValue)).floatValue()); in insertIntoCell()
374 xCell.setFormula(theValue); in insertIntoCell()
/trunk/test/testuno/source/testlib/uno/
H A DSCUtil.java205 xCell.setValue(value); in setValueToCell()
243 xCell.setFormula(formula); in setFormulaToCell()
256 double cellValue = xCell.getValue(); in getValueFromCell()
305 XCell xCell = null; in setValueToCellRange() local
309 xCell.setValue(values[i][j]); in setValueToCellRange()
316 XCell xCell = null; in setValueToCellRange() local
320 xCell.setValue(values[i][j]); in setValueToCellRange()
338 XCell xCell = null; in setTextToCellRange() local
351 XCell xCell = null; in setTextToCellRange() local
374 XCell xCell = null; in getValueFromCellRange() local
[all …]
/trunk/test/testuno/source/fvt/uno/sc/rowcolumn/
H A DCreateShowHideEditDeleteComments.java112 XCell xCell = xSheet.getCellByPosition(0, nRow); in testCreateEditDeleteComments() local
113 xCell.setValue(nRow); in testCreateEditDeleteComments()
117 UnoRuntime.queryInterface(XCellAddressable.class, xCell); in testCreateEditDeleteComments()
176 XCell xCell = xSheet.getCellByPosition(nColumn, nRow); in testShowHideComments() local
178 UnoRuntime.queryInterface(XCellAddressable.class, xCell); in testShowHideComments()
189 … (XSheetAnnotationAnchor) UnoRuntime.queryInterface(XSheetAnnotationAnchor.class, xCell); in testShowHideComments()
/trunk/main/xmloff/source/table/
H A DXMLTableExport.cxx373 Reference< XCell > xCell( xCellRange->getCellByPosition(columnIndex, 0), UNO_QUERY_THROW ); in exportTable() local
376 Reference< XMergeableCell > xMergeableCell( xCell, UNO_QUERY_THROW ); in exportTable()
379 ExportCell( xCell, pTableInfo, sDefaultCellStyle ); in exportTable()
422 …void XMLTableExport::ExportCell( const Reference < XCell >& xCell, const boost::shared_ptr< XMLTab… in ExportCell() argument
433 Reference< XInterface > xKey( xCell, UNO_QUERY ); in ExportCell()
439 Reference< XMergeableCell > xMerge( xCell, UNO_QUERY ); in ExportCell()
468 ImpExportText( xCell ); in ExportCell()
477 void XMLTableExport::ImpExportText( const Reference< XCell >& xCell ) in ImpExportText() argument
479 Reference< XText > xText( xCell, UNO_QUERY ); in ImpExportText()
H A DXMLTableImport.cxx145 const Reference< XMergeableCell >& xCell,
523 …Reference< XMergeableCell > xCell( mxTable->getCellByPosition( mnCurrentColumn, mnCurrentRow ), UN… in ImportCell() local
524 …XMLCellImportContext* pCellContext = new XMLCellImportContext( GetImport(), xCell, GetDefaultCellS… in ImportCell()
618 …llImportContext( SvXMLImport& rImport, const Reference< XMergeableCell >& xCell, const OUString& s… in XMLCellImportContext() argument
620 , mxCell( xCell ) in XMLCellImportContext()
/trunk/main/xmloff/inc/xmloff/table/
H A DXMLTableExport.hxx101 …void ImpExportText( const com::sun::star::uno::Reference < com::sun::star::table::XCell >& xCell );
103 …void ExportCell( const com::sun::star::uno::Reference < com::sun::star::table::XCell >& xCell, con…
/trunk/main/wizards/com/sun/star/wizards/report/
H A DDBColumn.java124 XCell xCell = CurRecordTable.xCellRange.getCellByPosition(_nColumn, 0); in assignCells() local
125 XTextRange xTextCell = UnoRuntime.queryInterface(XTextRange.class, xCell); in assignCells()
127 XTextCursor xLocCellCursor = TextDocument.createTextCursor(xCell); in assignCells()
130 xNameCell = xCell; in assignCells()
170 XCell xCell; in DBColumn() local
188 xCell = xCellRange.getCellByPosition(n, m); in DBColumn()
189 xTextCell = UnoRuntime.queryInterface(XTextRange.class, xCell); in DBColumn()
191 XTextCursor xLocCellCursor = TextDocument.createTextCursor(xCell); in DBColumn()
194 xNameCell = xCell; in DBColumn()
199 xValCell = xCell; in DBColumn()
[all …]
/trunk/main/testtools/source/cliversioning/
H A Dversion.cs365 unoidl.com.sun.star.table.XCell xCell = in setDate()
368 xCell.setFormula( aDateStr ); in setDate()
381 (unoidl.com.sun.star.beans.XPropertySet) xCell; in setDate()
433 unoidl.com.sun.star.table.XCell xCell = in prepareRange()
435 xCell.setFormula( aHeadline ); in prepareRange()
436 xPropSet = (unoidl.com.sun.star.beans.XPropertySet) xCell; in prepareRange()
/trunk/main/sw/source/ui/vba/
H A Dvbaselection.cxx195 uno::Reference< table::XCell > xCell; in NextCell() local
197 … xCursorProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("Cell") ) ) >>= xCell; in NextCell()
198 if( !xTextTable.is() || !xCell.is() ) in NextCell()
203 uno::Reference< beans::XPropertySet > xCellProps( xCell, uno::UNO_QUERY_THROW ); in NextCell()
237 xCell = xTextTable->getCellByName( xTextTableCursor->getRangeName() ); in NextCell()
238 …mxTextViewCursor->gotoRange( uno::Reference< text::XTextRange >( xCell, uno::UNO_QUERY_THROW ), sa… in NextCell()
/trunk/main/sw/source/filter/xml/
H A Dxmltble.cxx706 Reference < XCell > xCell = SwXCell::CreateXCell( in ExportTableLinesAutoStyles() local
710 if (xCell.is()) in ExportTableLinesAutoStyles()
712 Reference < XText > xText( xCell, UNO_QUERY ); in ExportTableLinesAutoStyles()
715 Reference<XPropertySet> xCellPropertySet( xCell, in ExportTableLinesAutoStyles()
834 Reference<XCell> xCell = SwXCell::CreateXCell( (SwFrmFmt *)rTblInfo.GetTblFmt(), in ExportTableBox() local
838 if (xCell.is()) in ExportTableBox()
840 Reference<XText> xText( xCell, UNO_QUERY ); in ExportTableBox()
843 OUString sCellFormula = xCell->getFormula(); in ExportTableBox()
857 Reference<XPropertySet> xCellPropertySet(xCell, in ExportTableBox()
878 *this, nNumberFormat, xCell->getValue(), in ExportTableBox()
H A Dxmltbli.cxx1403 Reference < XCell > xCell = xCellRange->getCellByPosition( 0, 0 ); in SwXMLTableContext() local
1404 Reference < XText> xText( xCell, UNO_QUERY ); in SwXMLTableContext()

Completed in 266 milliseconds

1234