Home
last modified time | relevance | path

Searched refs:nColCount (Results 1 – 25 of 78) sorted by path

1234

/trunk/main/accessibility/source/extended/
H A DAccessibleGridControl.cxx383 int nColCount = m_aTable.GetColumnCount(); in commitTableEvent() local
384 …m_pImpl->m_pTable->getCellVector().erase(m_pCell+nColCount*aChange.FirstRow, m_pCell+nColCount*aCh… in commitTableEvent()
385 …ccessibleCellVector().erase(m_xAccessibleVector+nColCount*aChange.FirstRow, m_xAccessibleVector+nC… in commitTableEvent()
/trunk/main/automation/source/server/
H A Dstatemnt.cxx5888 sal_uInt16 nColCount = pEBBox->GetColumnCount(); in Execute() local
5891 for ( i=0 ; i < nColCount ; i++ ) in Execute()
5915 … sal_uInt16 nColCount = pEBBox->GetColumnCount(); in Execute() local
5918 for ( i=0 ; i < nColCount ; i++ ) in Execute()
/trunk/main/chart2/source/controller/dialogs/
H A DDataBrowser.cxx1317 sal_uInt16 nColCount = this->GetColumnCount(); in ImplAdjustHeaderControls() local
1328 for( ; i < nColCount && aIt != m_aSeriesHeaders.end(); ++i ) in ImplAdjustHeaderControls()
/trunk/main/connectivity/source/commontools/
H A Ddbtools2.cxx241 sal_Int32 nColCount = _xColumns->getCount(); in generateColumnNames() local
242 for(sal_Int32 i=0;i<nColCount;++i) in generateColumnNames()
249 if ( nColCount ) in generateColumnNames()
/trunk/main/dbaccess/source/core/api/
H A Dresultset.cxx428 sal_Int32 nColCount = 0; in getColumns() local
433 nColCount = xMetaData->getColumnCount(); in getColumns()
435 for ( sal_Int32 i = 0; i < nColCount; ++i) in getColumns()
463 OSL_POSTCOND( aNames.getLength() == nColCount, in getColumns()
/trunk/main/dbaccess/source/ui/misc/
H A DWCopyTable.cxx349 sal_Int32 nColCount( xStatementMeta->getColumnCount() ); in impl_ensureColumnInfo_throw() local
350 for ( sal_Int32 i = 1; i <= nColCount; ++i ) in impl_ensureColumnInfo_throw()
/trunk/main/dbaccess/source/ui/querydesign/
H A DSelectionBrowseBox.cxx2041 sal_uInt16 nColCount = ColCount() - 1; in Fill() local
2042 if (nColCount < DEFAULT_QUERY_COLS) in Fill()
2043 AppendNewCol(DEFAULT_QUERY_COLS - nColCount); in Fill()
/trunk/main/editeng/source/items/
H A Ditemtype.cxx157 sal_uInt16 nColor = 0, nColCount = 16; in GetColorString() local
165 while ( !bFound && nColor < nColCount ) in GetColorString()
173 if ( nColor < nColCount ) in GetColorString()
/trunk/main/filter/source/graphicfilter/idxf/
H A Ddxfentrd.cxx270 nColCount=1; in DXFInsertEntity()
288 case 70: nColCount=rDGR.GetI(); break; in EvaluateGroup()
H A Ddxfentrd.hxx267 long nColCount; // 70 member in DXFInsertEntity
/trunk/main/oox/inc/oox/dump/
H A Ddumperbase.hxx1096 void startTable( size_t nColCount, const sal_Int32* pnColWidths );
1201 inline explicit TableGuard( const OutputRef& rxOut, size_t nColCount, in TableGuard() argument
1203 mrOut( *rxOut ) { mrOut.startTable( nColCount, pnColWidths ); } in TableGuard()
/trunk/main/oox/source/dump/
H A Ddumperbase.cxx1848 void Output::startTable( size_t nColCount, const sal_Int32* pnColWidths ) in startTable() argument
1853 for( size_t nCol = 0; nCol < nColCount; ++nCol ) in startTable()
/trunk/main/sc/inc/
H A Dchartpos.hxx44 SCCOL nColCount; member in ScChartPositionMap
61 SCCOL GetColCount() const { return nColCount; } in GetColCount()
65 { return nCol < nColCount && nRow < nRowCount; } in IsValid()
86 if ( nChartCol < nColCount ) in GetColHeaderPosition()
H A Dconsoli.hxx87 SCSIZE nColCount; member in ScConsData
H A Ddpoutput.hxx103 long nColCount; member in ScDPOutput
H A Dscmatrix.hxx96 SCSIZE nColCount; member in ScMatrix
223 { rC = nColCount; rR = nRowCount; }; in GetDimensions()
225 { return nColCount * nRowCount; } in GetElementCount()
227 { return nC < nColCount && nR < nRowCount; } in ValidColRow()
239 if (nColCount == 1 && nRowCount == 1) in ValidColRowReplicated()
245 else if (nColCount == 1 && rR < nRowCount) in ValidColRowReplicated()
250 else if (nRowCount == 1 && rC < nColCount) in ValidColRowReplicated()
/trunk/main/sc/source/core/data/
H A Dcolumn3.cxx743 SCSIZE nColCount = rColumn.nCount; in CopyFromClip() local
751 SCSIZE nNew = nCount + nColCount; in CopyFromClip()
760 for (SCSIZE i = 0; i < nColCount && !bAtEnd; i++) in CopyFromClip()
H A Ddpcachetable.cxx189 const SCCOL nColCount = (SCCOL) getColSize(); in fillTable() local
190 if ( nRowCount <= 0 || nColCount <= 0) in fillTable()
199 maFieldEntries.reserve(nColCount); in fillTable()
202 for (SCCOL nCol = 0; nCol < nColCount; ++nCol) in fillTable()
244 const SCCOL nColCount = (SCCOL) getColSize(); in fillTable() local
245 if ( nRowCount <= 0 || nColCount <= 0) in fillTable()
254 maFieldEntries.reserve(nColCount); in fillTable()
257 for (SCCOL nCol = 0; nCol < nColCount; ++nCol) in fillTable()
H A Ddpoutput.cxx707 nColCount = nRowCount ? ( pRowAry[0].getLength() ) : 0; in CalcSizes()
724 if ( aStartPos.Col() + nRowFieldCount + nColCount - 1 > MAXCOL || in CalcSizes()
736 if ( nColCount > 0 ) in CalcSizes()
737 nTabEndCol = nDataStartCol + (SCCOL)nColCount - 1; in CalcSizes()
821 DBG_ASSERT( nThisColCount == nColCount, "count mismatch" ); //! ??? in Output()
885 DBG_ASSERT( nThisColCount == nColCount, "count mismatch" ); //! ??? in Output()
1754 std::vector< sal_Bool > aIncludeCol( nColCount, sal_True ); in GetPivotData()
1755 std::vector< sal_Int32 > aSubtotalCol( nColCount, 0 ); in GetPivotData()
1796 for (nCol=0; nCol<nColCount; nCol++) in GetPivotData()
H A Ddpsave.cxx1240 long nColCount = pData->GetColumnCount(); in BuildAllDimensionMembers() local
1241 for (long i = 0; i < nColCount; ++i) in BuildAllDimensionMembers()
1297 long nColCount = aDimNames.getLength(); in BuildAllDimensionMembersFromSource() local
1298 for (long i = 0; i < nColCount; ++i) in BuildAllDimensionMembersFromSource()
H A Ddpshttab.cxx132 long nColCount = aCacheTable.getColSize(); in IsDateDimension() local
137 else if (nDim >= nColCount) in IsDateDimension()
H A Ddptabsrc.cxx406 long nColCount = pColResRoot->GetSize(pResData->GetColStartMeasure()); in getResults() local
416 uno::Sequence<sheet::DataResult> aColSeq( nColCount ); in getResults()
1143 long nColCount = aColLevelList.Count(); in GetMemberResults() local
1144 for (i=0; i<nColCount; i++) in GetMemberResults()
H A Dfillinfo.cxx894 size_t nColCount = nX2 - nX1 + 3; in FillInfo() local
898 rArray.Initialize( nColCount, nRowCount ); in FillInfo()
906 for( size_t nCol = 0; nCol < nColCount; ++nCol ) in FillInfo()
989 if( nLastCol + 1 == nColCount ) in FillInfo()
/trunk/main/sc/source/core/tool/
H A Daddincol.cxx1682 long nColCount = pRowArr[nRow].getLength(); in SetResult() local
1684 for (nCol=0; nCol<nColCount; nCol++) in SetResult()
1688 for (nCol=nColCount; nCol<nMaxColCount; nCol++) in SetResult()
1725 long nColCount = pRowArr[nRow].getLength(); in SetResult() local
1727 for (nCol=0; nCol<nColCount; nCol++) in SetResult()
1731 for (nCol=nColCount; nCol<nMaxColCount; nCol++) in SetResult()
1768 long nColCount = pRowArr[nRow].getLength(); in SetResult() local
1770 for (nCol=0; nCol<nColCount; nCol++) in SetResult()
1774 for (nCol=nColCount; nCol<nMaxColCount; nCol++) in SetResult()
H A Dchartarr.cxx197 SCSIZE nColCount = aCols.size(); in CreateMemChartSingle() local
220 nColCount = 0; in CreateMemChartSingle()
225 if ( !nColCount ) in CreateMemChartSingle()
228 nColCount = 1; in CreateMemChartSingle()
252 for (nCol=0; nCol<nColCount; nCol++) in CreateMemChartSingle()
288 for (nCol=0; nCol<nColCount; nCol++) in CreateMemChartSingle()
297 for (nCol=0; nCol<nColCount; nCol++) in CreateMemChartSingle()
384 nColCount = 0; in CreateMemChartMulti()
389 if ( !nColCount ) in CreateMemChartMulti()
392 nColCount = 1; in CreateMemChartMulti()
[all …]

Completed in 222 milliseconds

1234