/aoo41x/main/sc/source/core/data/ |
H A D | dpoutput.cxx | 825 DataCell( nColPos, nRowPos, nTab, pColAry[nCol] ); in Output() 905 outputimp.AddCol( nColPos ); in Output() 906 if ( nColPos + 1 == nEndColPos ) in Output() 915 …lcl_SetStyleById( pDoc, nTab, nColPos,nRowPos, nColPos,nDataStartRow-1, STR_PIVOT_STYLE_CATEGORY ); in Output() 918 outputimp.AddCol( nColPos ); in Output() 965 outputimp.OutputBlockFrame( nColPos, nRowPos, nColPos, nEndRowPos ); in Output() 968 outputimp.OutputBlockFrame( nColPos+1, nRowPos, nColPos+1, nEndRowPos ); in Output() 1794 long nColPos = 0; in GetPivotData() local 1799 nColPos = nCol; in GetPivotData() 1816 if ( nColPos >= rDataRow.getLength() ) in GetPivotData() [all …]
|
H A D | dociter.cxx | 77 nColPos = 0; in ScDocumentIterator() 117 nColRow = (nColPos < pCol->nCount) ? pCol->pItems[nColPos].nRow : MAXROW+1; in GetThisCol() 119 ++nColPos; in GetThisCol() 126 pCell = pCol->pItems[nColPos].pCell; in GetThisCol() 168 nColPos = 0; in GetThis() 182 nColPos = 0; in GetFirst()
|
H A D | dptabres.cxx | 2326 long nColPos = 0; in UpdateRunningTotals() local 2354 long nIndex = pColIndexes[nColPos]; in UpdateRunningTotals() 2359 ++nColPos; in UpdateRunningTotals() 2362 if ( pSelectDim && pColIndexes[nColPos] < 0 ) in UpdateRunningTotals() 2374 … long nMyIndex = bRefDimInCol ? pColIndexes[nColPos] : pRowIndexes[nRowPos]; in UpdateRunningTotals() 2425 nColPos, rRunning ); in UpdateRunningTotals() 2478 … aRefItemPos.nBasePos = pColVisible[nColPos]; // without sort order applied in UpdateRunningTotals() 2480 nColPos, rRunning ); in UpdateRunningTotals()
|
/aoo41x/main/dbaccess/source/ui/misc/ |
H A D | DExport.cxx | 801 sal_Int32 nColPos = m_vColumns[nNewPos].first; in adjustFormat() local 802 if( nColPos != sal::static_int_cast< long >(CONTAINER_ENTRY_NOTFOUND)) in adjustFormat() 804 --nColPos; in adjustFormat() 805 …OSL_ENSURE((nColPos) < static_cast<sal_Int32>(m_vNumberFormat.size()),"m_vFormatKey: Illegal index… in adjustFormat() 806 …OSL_ENSURE((nColPos) < static_cast<sal_Int32>(m_vColumnSize.size()),"m_vColumnSize: Illegal index … in adjustFormat() 807 m_vNumberFormat[nColPos] = CheckString(m_sTextToken,m_vNumberFormat[nColPos]); in adjustFormat() 808 …m_vColumnSize[nColPos] = ::std::max<sal_Int32>((sal_Int32)m_vColumnSize[nColPos],(sal_Int32)m_sTex… in adjustFormat()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | prevloc.cxx | 608 SCCOL nColPos = 0; in GetTableInfo() local 612 pColInfo[nColPos].Set( sal_True, 0, aHeaderRect.Left(), aHeaderRect.Right() ); in GetTableInfo() 613 ++nColPos; in GetTableInfo() 626 pColInfo[nColPos].Set( sal_False, nCol, in GetTableInfo() 631 ++nColPos; in GetTableInfo() 645 pColInfo[nColPos].Set( sal_False, nCol, in GetTableInfo() 650 ++nColPos; in GetTableInfo()
|
H A D | gridwin4.cxx | 1085 size_t nColPos; in DrawPagePreview() local 1086 for (nColPos=0; nColPos+1<nColBreaks; nColPos++) in DrawPagePreview() 1088 SCCOL nBreak = pColEnd[nColPos]+1; in DrawPagePreview() 1130 for (nColPos=0; nColPos<nColBreaks; nColPos++) in DrawPagePreview() 1132 SCCOL nPrEndX = pColEnd[nColPos]; in DrawPagePreview() 1142 nPageNo += ((long)nColPos)*nRowBreaks+nRowPos; in DrawPagePreview() 1144 nPageNo += ((long)nRowPos)*nColBreaks+nColPos; in DrawPagePreview()
|
H A D | gridwin2.cxx | 771 for (size_t nColPos=0; nColPos+1<nColCount; nColPos++) in HitPageBreak() local 772 if ( pColEnd[nColPos]+1 == nHitX ) in HitPageBreak() 777 if ( nColPos ) in HitPageBreak() 778 nPrev = pColEnd[nColPos-1]+1; in HitPageBreak()
|
/aoo41x/main/sc/source/filter/xml/ |
H A D | xmlsubti.cxx | 504 sal_Int32 nColPos = aTableVec[i - 1]->GetColumn() + in NewColumn() local 506 aTableVec[i - 1]->SetColsPerCol(nColPos, in NewColumn() 507 aTableVec[i - 1]->GetColsPerCol(nColPos) + in NewColumn() 509 aTableVec[i - 1]->SetRealCols(nColPos + 1, in NewColumn() 510 aTableVec[i - 1]->GetRealCols(nColPos) in NewColumn() 511 + aTableVec[i - 1]->GetColsPerCol(nColPos)); in NewColumn() 512 aTableVec[i - 1]->SetChangedCols(nColPos); in NewColumn()
|
/aoo41x/main/dbaccess/source/ui/browser/ |
H A D | sbagrid.cxx | 1274 sal_uInt16 nColPos = GetColumnAtXPosPixel(rMEvt.GetPosPixel().X()); in MouseButtonDown() local 1275 sal_uInt16 nViewPos = (nColPos == BROWSER_INVALIDID) ? (sal_uInt16)-1 : nColPos-1; in MouseButtonDown() 1301 sal_uInt16 nColPos = GetColumnAtXPosPixel(_rPosPixel.X()); in StartDrag() local 1302 sal_uInt16 nViewPos = (nColPos == BROWSER_INVALIDID) ? (sal_uInt16)-1 : nColPos-1; in StartDrag() 1315 if ((nColPos == BROWSER_INVALIDID) || (nRow >= nCorrectRowCount)) in StartDrag() 1318 sal_Bool bHitHandle = (nColPos == 0); in StartDrag()
|
/aoo41x/main/svtools/source/brwbox/ |
H A D | brwbox1.cxx | 2193 sal_uInt16 nColPos = GetColumnPos( nColId ); in MakeFieldVisible() local 2198 if ( nColPos >= FrozenColCount() && nColPos < nFirstCol ) in MakeFieldVisible() 2200 ScrollColumns( nColPos - nFirstCol ); in MakeFieldVisible() 2243 sal_uInt16 nColPos = GetColumnPos( nColumnId ); in IsFieldVisible() local 2244 if ( nColPos >= FrozenColCount() && nColPos < nFirstCol ) in IsFieldVisible()
|
H A D | editbrowsebox.cxx | 501 sal_uInt16 nColPos = GetColumnPos( rEvt.GetColumnId() ); in MouseButtonDown() local 509 …if (IsEditing() && (nColPos != nEditCol || nRow != nEditRow) && (nColPos != BROWSER_INVALIDID) && … in MouseButtonDown()
|
/aoo41x/main/oox/source/dump/ |
H A D | dumperbase.cxx | 1852 sal_Int32 nColPos = 0; in startTable() local 1855 nColPos = nColPos + pnColWidths[ nCol ]; in startTable() 1856 maColPos.push_back( nColPos ); in startTable() 1870 sal_Int32 nColPos = maColPos[ mnCol ]; in tab() local 1871 if( maLine.getLength() >= nColPos ) in tab() 1872 maLine.setLength( ::std::max< sal_Int32 >( nColPos - 1, 0 ) ); in tab() 1873 StringHelper::appendChar( maLine, ' ', nColPos - maLine.getLength() ); in tab()
|
/aoo41x/main/xmloff/source/transform/ |
H A D | TransformerBase.cxx | 491 sal_Int32 nColPos = sRelPath.indexOf( ':' ); in initialize() local 492 OSL_ENSURE( -1 == nColPos, in initialize() 495 if( -1 == nColPos ) in initialize()
|
/aoo41x/main/sc/inc/ |
H A D | dociter.hxx | 60 SCSIZE nColPos; member in ScDocumentIterator
|