Home
last modified time | relevance | path

Searched refs:nColumn (Results 101 – 125 of 170) sorted by relevance

1234567

/trunk/main/sc/inc/
H A Ddpshttab.hxx85 virtual String getDimensionName(long nColumn);
86 virtual sal_Bool getIsDataLayoutDimension(long nColumn);
H A Ddptablecache.hxx86 String GetDimensionName( sal_uInt16 nColumn ) const;
87 bool IsEmptyMember( SCROW nRow, sal_uInt16 nColumn ) const;
/trunk/main/svx/source/table/
H A Dcellrange.cxx93 Reference< XCell > SAL_CALL CellRange::getCellByPosition( sal_Int32 nColumn, sal_Int32 nRow ) throw… in getCellByPosition() argument
95 return mxTable->getCellByPosition( mnLeft + nColumn, mnTop + nRow ); in getCellByPosition()
H A Dtablecolumn.hxx49 TableColumn( const TableModelRef& xTableModel, sal_Int32 nColumn );
58 …< ::com::sun::star::table::XCell > SAL_CALL getCellByPosition( sal_Int32 nColumn, sal_Int32 nRow )…
H A Dtablerow.cxx174 Reference< XCell > SAL_CALL TableRow::getCellByPosition( sal_Int32 nColumn, sal_Int32 nRow ) throw … in getCellByPosition() argument
180 return mxTableModel->getCellByPosition( nColumn, mnRow ); in getCellByPosition()
/trunk/main/basegfx/inc/basegfx/matrix/
H A Db2dhommatrix.hxx57 double get(sal_uInt16 nRow, sal_uInt16 nColumn) const;
58 void set(sal_uInt16 nRow, sal_uInt16 nColumn, double fValue);
H A Db3dhommatrix.hxx54 double get(sal_uInt16 nRow, sal_uInt16 nColumn) const;
55 void set(sal_uInt16 nRow, sal_uInt16 nColumn, double fValue);
/trunk/main/dbaccess/source/ui/tabledesign/
H A DTableUndo.hxx87 OTableDesignCellUndoAct( OTableRowView* pOwner, long nRowID, sal_uInt16 nColumn );
105 …OTableEditorTypeSelUndoAct( OTableEditorCtrl* pOwner, long nRowID, sal_uInt16 nColumn, const TOTyp…
/trunk/main/sd/source/ui/slidesorter/inc/view/
H A DSlsLayouter.hxx153 sal_Int32 GetIndex (const sal_Int32 nRow, const sal_Int32 nColumn) const;
256 const sal_Int32 nColumn,
/trunk/main/svtools/source/contnr/
H A Dsvtabbx.cxx1095 sal_uInt16 nColumn = static_cast< sal_uInt16 >( _nPos % nColumnCount ); in GetAccessibleObjectName() local
1096 aRetText = GetCellText( nRow, nColumn ); in GetAccessibleObjectName()
1135 sal_uInt16 nColumn = static_cast< sal_uInt16 >( _nPos % nColumnCount ); in GetAccessibleObjectDescription() local
1139 …ing sColHeader = m_pImpl->m_pHeaderBar->GetItemText( m_pImpl->m_pHeaderBar->GetItemId( nColumn ) ); in GetAccessibleObjectDescription()
1141 sColHeader = String::CreateFromInt32( nColumn ); in GetAccessibleObjectDescription()
/trunk/main/framework/source/services/
H A Dbackingwindow.cxx620 const char* i_pURL, int nColumn, in layoutButton() argument
647 if( nColumn >= 0 && nColumn < static_cast<int>(sizeof(mnColumnWidth)/sizeof(mnColumnWidth[0])) ) in layoutButton()
649 if( nTextWidth > mnColumnWidth[nColumn] ) in layoutButton()
650 mnColumnWidth[nColumn] = nTextWidth; in layoutButton()
/trunk/main/sw/sdi/
H A Dswinterf.c120 unsigned short nRow, unsigned short nColumn) in SwInsertTable() argument
124 pHandle,0,"hh",nRow,nColumn); in SwInsertTable()
/trunk/main/sw/source/ui/inc/
H A Ddbinsdlg.hxx76 SwInsDBColumn( const String& rStr, sal_uInt16 nColumn ) in SwInsDBColumn()
81 nCol( nColumn ), in SwInsDBColumn()
/trunk/main/sc/source/ui/dbgui/
H A Dtpsubt.cxx395 sal_uInt16 nColumn = aLbColumns.GetSelectEntryPos(); in IMPL_LINK() local
396 sal_uInt16* pFunction = (sal_uInt16*)aLbColumns.GetEntryData( nColumn ); in IMPL_LINK()
410 aLbColumns.CheckEntryPos( nColumn, sal_True ); in IMPL_LINK()
/trunk/main/svx/inc/svx/
H A Druler.hxx191 sal_uInt16 GetNextVisible(sal_uInt16 nColumn);
192 sal_uInt16 GetPrevVisible(sal_uInt16 nColumn);
/trunk/test/testuno/source/fvt/uno/sc/rowcolumn/
H A DCreateShowHideEditDeleteComments.java173 int nColumn = 1; in testShowHideComments() local
176 XCell xCell = xSheet.getCellByPosition(nColumn, nRow); in testShowHideComments()
/trunk/main/sc/source/filter/xml/
H A DXMLStylesImportHelper.cxx452 …tHelper::AddColumnStyle(const rtl::OUString& sStyleName, const sal_Int32 nColumn, const sal_Int32 … in AddColumnStyle() argument
454 (void)nColumn; // avoid warning in product version in AddColumnStyle()
455 …DBG_ASSERT(static_cast<sal_uInt32>(nColumn) == aColDefaultStyles.size(), "some columns are absent"… in AddColumnStyle()
H A DXMLStylesExportHelper.hxx216 sal_Int32 GetStyleNameIndex(const sal_Int32 nTable, const sal_Int32 nColumn, const sal_Int32 nRow,
219 sal_Int32 GetStyleNameIndex(const sal_Int32 nTable, const sal_Int32 nColumn, const sal_Int32 nRow,
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx7446 nColumn = std::distance( rColumns.begin(), aColumnIter ); in GetCellPosition()
7453 nTableIndex = nRow * rColumns.size() + nColumn; in GetCellPosition()
7494 sal_Int32 nColumn = std::distance( rColumns.begin(), aColumn ); in GetColumnPositions() local
7502 nColumn++; in GetColumnPositions()
7517 sal_Int32 nColumn, nFlags; in GetLinePositions() local
7520 nColumn = std::distance( rColumns.begin(), aColumn ); in GetLinePositions()
7527 nColumn = rColumns.size(); in GetLinePositions()
7530 GetRowPositions( aSnapRect, rRows, rColumns, rPositions, nColumn, nFlags ); in GetLinePositions()
7802 sal_Int32 nColumn = nPosition - ( nRow * nColumns ); in ApplyCellLineAttributes() local
7874 sal_Int32 nColumn = 0; in CreateTable() local
[all …]
/trunk/main/sc/source/core/data/
H A Ddptabdat.cxx299 const std::vector< SCROW >& ScDPTableData::GetColumnEntries( long nColumn ) in GetColumnEntries() argument
301 return GetCacheTable().getFieldEntries( nColumn ); in GetColumnEntries()
/trunk/main/offapi/com/sun/star/table/
H A DXCellRange.idl55 @param nColumn
70 [in] long nColumn,
/trunk/main/sw/source/ui/misc/
H A Dredlndlg.cxx1213 sal_uInt16 nColumn = pTable->GetSortedCol(); in IMPL_LINK() local
1214 if (nColumn == 0xffff) in IMPL_LINK()
1215 nColumn = 4; in IMPL_LINK()
1223 pSubMenu->CheckItem(nColumn + MN_SORT_ACTION); in IMPL_LINK()
/trunk/main/sw/source/core/unocore/
H A Dunotbl.cxx452 String lcl_GetCellName( sal_Int32 nColumn, sal_Int32 nRow ) in lcl_GetCellName() argument
469 if (nColumn < 0 || nRow < 0) in lcl_GetCellName()
471 lcl_GetTblBoxColStr( static_cast< sal_uInt16 >(nColumn), sCellName ); in lcl_GetCellName()
548 SwXCell* lcl_CreateXCell(SwFrmFmt* pFmt, sal_Int32 nColumn, sal_Int32 nRow) in lcl_CreateXCell() argument
551 String sCellName = lcl_GetCellName(nColumn, nRow); in lcl_CreateXCell()
2371 uno::Reference< table::XCell > SwXTextTable::getCellByPosition(sal_Int32 nColumn, sal_Int32 nRow) in getCellByPosition() argument
2378 if(nColumn >= 0 && nRow >= 0 && nColumn < USHRT_MAX && nRow < USHRT_MAX && pFmt) in getCellByPosition()
2380 SwXCell* pXCell = lcl_CreateXCell(pFmt, nColumn, nRow); in getCellByPosition()
3643 if(nColumn >= 0 && nRow >= 0 && in getCellByPosition()
3644 getColumnCount() > nColumn && getRowCount() > nRow ) in getCellByPosition()
[all …]
/trunk/main/offapi/com/sun/star/sheet/
H A DXCellRangesAccess.idl63 @param nColumn
81 [in] long nColumn,
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DSpreadsheetSample.java756 for (int nColumn = 0; nColumn < 4; ++nColumn) in doFormattingSamples()
759 if ((nColumn == 0) || (nColumn == 3)) in doFormattingSamples()
763 Object aFieldObj = xAutoFormatIA.getByIndex( 4 * nRow + nColumn ); in doFormattingSamples()

Completed in 177 milliseconds

1234567