Home
last modified time | relevance | path

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

1234567

/trunk/main/sc/source/filter/xml/
H A DXMLStylesImportHelper.hxx178 …void AddColumnStyle(const rtl::OUString& rStyleName, const sal_Int32 nColumn, const sal_Int32 nRep…
H A Dxmlsubti.hxx182 sal_Bool IsPartOfMatrix(sal_Int32 nColumn, sal_Int32 nRow);
H A DXMLTrackedChangesContext.cxx705 sal_Int32 nColumn(0); in ScXMLBigRangeContext() local
727 SvXMLUnitConverter::convertNumber(nColumn, sValue); in ScXMLBigRangeContext()
755 nStartColumn = nEndColumn = nColumn; in ScXMLBigRangeContext()
H A Dxmlexprt.hxx149 void WriteColumn(const sal_Int32 nColumn, const sal_Int32 nRepeatColumns,
/trunk/main/sw/source/filter/ww8/
H A Dww8par6.cxx953 for ( sal_uInt8 nColumn = 0; nColumn < nColumnCount; ++nColumn ) in CreateSep() local
956 const sal_uInt8* pSW = pSep->HasSprm( nColumnWidthSprmId, nColumn ); in CreateSep()
963 if ( nColumn < nColumnCount - 1 ) in CreateSep()
966 const sal_uInt8* pSD = pSep->HasSprm( nColumnSpacingSprmId, nColumn ); in CreateSep()
/trunk/main/svx/inc/svx/sdr/table/
H A Dtablecontroller.hxx110 sal_Bool isColumnSelected( sal_Int32 nColumn );
/trunk/main/chart2/source/controller/dialogs/
H A DDataBrowserModel.cxx581 DataBrowserModel::getDataSeriesByColumn( sal_Int32 nColumn ) const in getDataSeriesByColumn()
583 tDataColumnVector::size_type nIndex( nColumn ); in getDataSeriesByColumn()
/trunk/main/sw/source/ui/inc/
H A Dmmconfigitem.hxx272 ::rtl::OUString GetAssignedColumn(sal_uInt32 nColumn)const;
/trunk/main/svtools/source/table/
H A Dtablecontrol_impl.cxx1992 if ( aCell.nColumn > COL_ROW_HEADERS ) in hitTest()
1994 PColumnModel const pColumn = m_pModel->getColumnModel( aCell.nColumn ); in hitTest()
1995 MutableColumnMetrics const & rColInfo( m_aColumnWidths[ aCell.nColumn ] ); in hitTest()
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx2146 sal_Int32 nRow = 0, nColumn = 0; in CellsHelper() local
2166 if ( bIsColumnIndex && !( nColumnIndex >>= nColumn ) ) in CellsHelper()
2173 bIsColumnIndex = ( aConverted >>= nColumn ); in CellsHelper()
2195 nColumn = nIndex % nColCount; in CellsHelper()
2198 --nColumn; in CellsHelper()
2200 nColumn = nColumn + thisRangeAddress.StartColumn; in CellsHelper()
2201 …Context, xSheetRange->getCellRangeByPosition( nColumn, nRow, … in CellsHelper()
/trunk/main/l10ntools/inc/
H A Dxmlparse.hxx490 sal_uLong nColumn; // error column number member
/trunk/main/svx/source/table/
H A Dtablecontroller.cxx2662 sal_Bool SvxTableController::isColumnSelected( sal_Int32 nColumn ) in isColumnSelected() argument
2668 …if( (aFirstPos.mnRow == 0) && (nColumn >= aFirstPos.mnCol && nColumn <= aLastPos.mnCol) && (mxTabl… in isColumnSelected()
/trunk/main/sw/source/core/doc/
H A Dhtmltbl.cxx150 sal_uLong nMin, sal_uLong nMax, sal_uInt16 nRw, sal_uInt16 nColumn, sal_uInt16 nColSp ): in SwHTMLTableLayoutConstraints() argument
151 nRow( nRw ), nCol( nColumn ), nColSpan( nColSp ), in SwHTMLTableLayoutConstraints()
/trunk/main/sw/inc/
H A Dunotbl.hxx362 …< ::com::sun::star::table::XCell > SAL_CALL getCellByPosition( sal_Int32 nColumn, sal_Int32 nRow )…
462 …< ::com::sun::star::table::XCell > SAL_CALL getCellByPosition( sal_Int32 nColumn, sal_Int32 nRow )…
/trunk/main/sc/inc/
H A Dcellsuno.hxx625 GetCellByPosition_Impl( sal_Int32 nColumn, sal_Int32 nRow )
777 getCellByPosition( sal_Int32 nColumn, sal_Int32 nRow )
1052 getCellByPosition( sal_Int32 nColumn, sal_Int32 nRow )
H A Ddocuno.hxx404 SAL_CALL getCellByPosition( sal_Int32 nColumn, sal_Int32 nRow, sal_Int32 nSheet )
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx4883 sal_Int32 nColumn, sal_Int32 nRow ) in GetCellByPosition_Impl() argument
4890 if ( nColumn >= 0 && nRow >= 0 ) in GetCellByPosition_Impl()
4892 sal_Int32 nPosX = aRange.aStart.Col() + nColumn; in GetCellByPosition_Impl()
4907 sal_Int32 nColumn, sal_Int32 nRow ) in getCellByPosition() argument
4912 return GetCellByPosition_Impl(nColumn, nRow); in getCellByPosition()
7099 sal_Int32 nColumn, sal_Int32 nRow ) in getCellByPosition() argument
7103 return ScCellRangeObj::GetCellByPosition_Impl(nColumn, nRow); in getCellByPosition()
H A Ddocuno.cxx2710 uno::Reference< table::XCell > SAL_CALL ScTableSheetsObj::getCellByPosition( sal_Int32 nColumn, sal… in getCellByPosition() argument
2718 return xSheet->getCellByPosition(nColumn, nRow); in getCellByPosition()
/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx232 virtual String GetCellText( long nRow, sal_uInt16 nColumn ) const;
4398 String SwEntryBrowseBox::GetCellText(long nRow, sal_uInt16 nColumn) const in GetCellText()
4404 switch(nColumn) in GetCellText()
/trunk/main/sc/source/core/data/
H A Ddocument.cxx3857 SCCOL nColumn; in GetColDefault() local
3860 const ScPatternAttr* pAttr = aDocAttrItr.GetNext(nColumn, nStartRow, nEndRow); in GetColDefault()
3882 pAttr = aDocAttrItr.GetNext(nColumn, nStartRow, nEndRow); in GetColDefault()

Completed in 311 milliseconds

1234567