Home
last modified time | relevance | path

Searched refs:nColCount (Results 1 – 25 of 78) sorted by last modified time

1234

/trunk/main/sc/source/ui/inc/
H A Dfieldwnd.hxx84 size_t nColCount,
/trunk/main/sw/source/ui/frmdlg/
H A Dcolex.cxx422 sal_uInt16 nColCount = rCols.Count(); in Paint() local
423 if( nColCount ) in Paint()
429 for(sal_uInt16 i = 0; i < nColCount; i++) in Paint()
440 for(sal_uInt16 i = 0; i < nColCount - 1; i++) in Paint()
462 sal_uInt16 nColCount = rCols.Count(); in SetColumns() local
464 for(sal_uInt16 i = 0; i < nColCount; i++) in SetColumns()
481 if(nColCount && m_aCols.IsOrtho()) in SetColumns()
485 for(i = 0; i < nColCount; ++i) in SetColumns()
491 nColumnWidthSum /= nColCount; in SetColumns()
492 for(i = 0; i < nColCount; ++i) in SetColumns()
/trunk/main/svx/source/table/
H A Dtablemodel.cxx149 init( nColCount, nRowCount ); in TableModel()
155 sal_Int32 nColumns = nColCount; in TableModel()
160 for( sal_Int32 nCol = 0; nCol < nColCount; ++nCol ) in TableModel()
640 const sal_Int32 nColCount = getColumnCountImpl(); in notifyModification() local
646 for( sal_Int32 nCol = 0; nCol < nColCount; ++nCol ) in notifyModification()
812 sal_Int32 nColCount = getColumnCountImpl(); in removeColumns() local
821 if( (nIndex + nCount) > nColCount ) in removeColumns()
822 nCount = nColCount - nIndex; in removeColumns()
854 nColCount = nIndex + nCount + 1; in removeColumns()
933 const sal_Int32 nColCount = getColumnCountImpl(); in insertRows() local
[all …]
H A Dcell.cxx1794 sal_Int32 nColCount = mxTable->getColumnCount(); in getName() local
1797 for( sal_Int32 nCol = 0; nCol < nColCount; nCol++ ) in getName()
H A Dsvdotable.cxx373 const sal_Int32 nColCount = getColumnCount(); in ApplyCellStyles() local
1067 while( rnX <= nColCount ) in CheckTableHit()
1075 if( rnX == nColCount ) in CheckTableHit()
1086 rnX = nColCount; in CheckTableHit()
1263 if( nColCount ) in getText()
1265 CellPos aPos( nIndex % nColCount, nIndex / nColCount ); in getText()
1284 return nColCount * nRowCount; in getTextCount()
1300 if( nColCount ) in setActiveText()
1302 CellPos aPos( nIndex % nColCount, nIndex / nColCount ); in setActiveText()
2342 if( nRowCount && nColCount ) in GetHdlCount()
[all …]
H A Dtablecontroller.cxx682 const sal_Int32 nColCount = mxTable->getColumnCount(); in onSelect() local
683 if( nRowCount && nColCount ) in onSelect()
692 aStart.mnCol = nColCount - 1; aStart.mnRow = nRowCount - 1; in onSelect()
699 aEnd.mnCol = nColCount - 1; in onSelect()
870 const sal_Int32 nColCount = mxTable->getColumnCount(); in SetTableStyle() local
873 for( sal_Int32 nCol = 0; nCol < nColCount; nCol++ ) try in SetTableStyle()
1041 const sal_Int32 nColCount = mxTable->getColumnCount(); in SplitMarkedCells() local
1072 aEnd.mnCol += mxTable->getColumnCount() - nColCount; in SplitMarkedCells()
2216 const sal_Int32 nColCount = mxTable->getColumnCount(); in ApplyBorderAttr() local
2217 if( nRowCount && nColCount ) in ApplyBorderAttr()
[all …]
H A Dtablelayouter.cxx105 sal_Int32 nColCount = getColumnCount(); in getCellSize() local
297 if( nEdgeX < nColCount ) in getVerticalEdge()
543 if( nColCount == 0 ) in LayoutTableWidth()
546 MergeVector aMergedCells( nColCount ); in LayoutTableWidth()
552 maColumns.resize( nColCount ); in LayoutTableWidth()
560 for( nCol = 0; nCol < nColCount; nCol++ ) in LayoutTableWidth()
637 for( nCol = 1; nCol < nColCount; ++nCol ) in LayoutTableWidth()
716 for( nCol = 0; nCol < nColCount; ++nCol ) in LayoutTableHeight()
860 maColumns.resize( nColCount ); in LayoutTable()
988 const sal_Int32 nColCount = rMap.size(); in ClearBorderLayout() local
[all …]
H A Dtablertfexporter.cxx100 const sal_Int32 nColCount = xColumns->getCount(); in Write() local
103 aColumnStart.reserve( nColCount ); in Write()
107 for( sal_Int32 nCol = 0; nCol < nColCount; nCol++ ) try in Write()
148 const sal_Int32 nColCount = mxTable->getColumnCount(); in WriteRow() local
149 for( sal_Int32 nCol = 0; nCol < nColCount; nCol++ ) in WriteRow()
185 for( sal_Int32 nCol = 0; nCol < nColCount; nCol++ ) in WriteRow()
H A Dtablertfimporter.cxx243 sal_Int32 nColCount = mxTable->getColumnCount(); in FillTable() local
246 if( nColCount < mnColMax ) in FillTable()
248 xCols->insertByIndex( nColCount, mnColMax - nColCount ); in FillTable()
249 nColCount = mxTable->getColumnCount(); in FillTable()
254 for( nCol = 0; nCol < nColCount; nCol++ ) in FillTable()
H A Dviewcontactoftableobj.cxx502 if(nX >= 0 && nX <= nColCount && nY >= 0 && nY <= nRowCount) in impGetLine()
525 bMirror = (bIsRTL ? 0 != nX : nX != nColCount); in impGetLine()
554 const sal_Int32 nColCount(xTable->getColumnCount()); in createViewIndependentPrimitive2DSequence() local
555 const sal_Int32 nAllCount(nRowCount * nColCount); in createViewIndependentPrimitive2DSequence()
586 for(aCellPos.mnCol = 0; aCellPos.mnCol < nColCount; aCellPos.mnCol++) in createViewIndependentPrimitive2DSequence()
603 const sal_uInt32 nTextIndex(nColCount * aCellPos.mnRow + aCellPos.mnCol); in createViewIndependentPrimitive2DSequence()
639 const sal_Int32 nX(bIsRTL ? nColCount - aCellPos.mnCol : aCellPos.mnCol); in createViewIndependentPrimitive2DSequence()
649 impGetLine(aLeftLine, rTableLayouter, nX, nY, false, nColCount, nRowCount, bIsRTL); in createViewIndependentPrimitive2DSequence()
652 impGetLine(aTopLine, rTableLayouter, nX, nY, true, nColCount, nRowCount, bIsRTL); in createViewIndependentPrimitive2DSequence()
662 bIsRTL ? nX == nColCount : 0 == nX, in createViewIndependentPrimitive2DSequence()
[all …]
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx672 for ( sal_Int32 j=0; j<nColCount; ++j ) in populateArea()
977 aMatrix[index].realloc( nColCount ); in Dim2ArrayValueGetter()
995 sal_Int32 nColCount; member in Dim1ArrayValueSetter
1001 nColCount = aMatrix.getLength(); in Dim1ArrayValueSetter()
1005 if ( y < nColCount ) in visitNode()
1019 sal_Int32 nColCount; member in Dim2ArrayValueSetter
1025 nColCount = aMatrix[0].getLength(); in Dim2ArrayValueSetter()
1030 if ( x < nRowCount && y < nColCount ) in visitNode()
1488 for ( sal_Int32 j=0; j<nColCount; ++j ) in visitArray()
2194 nRow = nIndex / nColCount; in CellsHelper()
[all …]
/trunk/main/vcl/source/gdi/
H A Dbitmap3.cxx2892 if( nColCount <= 2 ) in ImplReduceSimple()
2894 else if( nColCount <= 16 ) in ImplReduceSimple()
2901 Octree aOct( *pRAcc, nColCount ); in ImplReduceSimple()
2978 if( nColCount > 256 ) in ImplReducePopular()
2979 nColCount = 256; in ImplReducePopular()
2981 if( nColCount < 17 ) in ImplReducePopular()
3041 BitmapPalette aNewPal( nColCount ); in ImplReducePopular()
3045 for( sal_uInt16 n = 0; n < nColCount; n++ ) in ImplReducePopular()
3125 if( nColCount < 17 ) in ImplReduceMedian()
3127 else if( nColCount < 257 ) in ImplReduceMedian()
[all …]
/trunk/main/sd/source/ui/view/
H A Dsdview.cxx1374 sal_Int32 nColCount = pTableObj->getColumnCount(); in ShouldToggleOn() local
1379 sal_Int32 nIndex = nRow * nColCount + nCol; in ShouldToggleOn()
1449 sal_Int32 nColCount = pTableObj->getColumnCount(); in ChangeMarkedObjectsBulletsNumbering() local
1454 sal_Int32 nIndex = nRow * nColCount + nCol; in ChangeMarkedObjectsBulletsNumbering()
/trunk/main/svtools/source/control/
H A Dtoolbarmenu.cxx1094 const sal_uInt16 nColCount = pValueSet->GetColCount(); in implCheckSubControlCursorMove() local
1095 const sal_uInt16 nLine = nItemPos / nColCount; in implCheckSubControlCursorMove()
1097 nLastColumn = nItemPos - (nLine * nColCount); in implCheckSubControlCursorMove()
1105 const sal_uInt16 nLineCount = (pValueSet->GetItemCount() + nColCount - 1) / nColCount; in implCheckSubControlCursorMove()
1205 const sal_uInt16 nColCount = pValueSet->GetColCount(); in implHighlightControl() local
1206 const sal_uInt16 nLastLine = nItemCount / nColCount; in implHighlightControl()
1207 nItemPos = std::min( ((nLastLine-1) * nColCount) + mnLastColumn, nItemCount-1 ); in implHighlightControl()
/trunk/main/sw/source/core/table/
H A Dswnewtable.cxx858 sal_uInt16 nColCount = pBoxes->Count(); in PrepareMerge() local
936 sal_uInt16 nColCount = pBoxes->Count(); in PrepareMerge() local
2035 sal_uInt16 nColCount = rBoxes.Count(); in SwSaveRowSpan() local
2036 ASSERT( nColCount, "Empty Table Line" ) in SwSaveRowSpan()
2037 mnRowSpans.resize( nColCount ); in SwSaveRowSpan()
2066 sal_uInt16 nColCount = pLine->GetTabBoxes().Count(); in RestoreRowSpan() local
2067 ASSERT( nColCount, "Empty Table Line" ) in RestoreRowSpan()
2069 if( nColCount == rSave.mnRowSpans.size() ) in RestoreRowSpan()
2131 sal_uInt16 nColCount = pLine->GetTabBoxes().Count(); in CleanUpBottomRowSpan() local
2132 ASSERT( nColCount, "Empty Table Line" ) in CleanUpBottomRowSpan()
[all …]
/trunk/main/xmloff/source/text/
H A DXMLTextColumnsContext.cxx324 sal_uInt16 nColCount = pColumns->Count(); in ~XMLTextColumnsContext() local
325 while( nColCount ) in ~XMLTextColumnsContext()
327 nColCount--; in ~XMLTextColumnsContext()
328 XMLTextColumnContext_Impl *pColumn = (*pColumns)[nColCount]; in ~XMLTextColumnsContext()
329 pColumns->Remove( nColCount, 1 ); in ~XMLTextColumnsContext()
/trunk/main/sw/source/ui/uiview/
H A Dviewtab.cxx865 sal_uInt16 nColCount = aColItem.Count() - 1; in ExecTabWin() local
866 for ( sal_uInt16 i = 0; i < nColCount; ++i ) in ExecTabWin()
868 const SvxColumnDescription& rCol = aColItem[nColCount - i]; in ExecTabWin()
/trunk/main/sw/source/ui/table/
H A Dswtablerep.cxx108 nAllCols = nColCount = rTabCol.Count(); in SwTableRep()
109 pTColumns = new TColumn[ nColCount + 1 ]; in SwTableRep()
118 nColCount --; in SwTableRep()
123 nColCount++; in SwTableRep()
/trunk/main/sw/source/ui/inc/
H A Dswtablerep.hxx42 sal_uInt16 nColCount; member in SwTableRep
72 sal_uInt16 GetColCount() const {return nColCount;} in GetColCount()
/trunk/main/sw/source/core/unocore/
H A Dunotbl.cxx2503 if(!nRowCount || !nColCount) in getDataArray()
2629 if(!nRowCount || !nColCount) in getData()
2645 uno::Sequence< double > aColSeq(bFirstColumnAsLabel ? nColCount - 1 : nColCount); in getData()
2673 if(!nRowCount || !nColCount) in setData()
2793 if(!nColCount) in getColumnDescriptions()
2799 uno::Sequence< OUString > aRet(bFirstRowAsLabel ? nColCount - 1 : nColCount); in getColumnDescriptions()
2833 if(!nColCount) in setColumnDescriptions()
4112 if(!nRowCount || !nColCount) in getDataArray()
4251 uno::Sequence< double > aColSeq(bFirstColumnAsLabel ? nColCount - 1 : nColCount); in getData()
4391 if(!nColCount) in getColumnDescriptions()
[all …]
H A Dunosett.cxx2521 SwXTextColumns::SwXTextColumns(sal_uInt16 nColCount) : in SwXTextColumns() argument
2532 if(nColCount) in SwXTextColumns()
2533 setColumnCount(nColCount); in SwXTextColumns()
/trunk/main/sw/source/core/doc/
H A Dtblrwcl.cxx2217 sal_uInt16 nColCount = pLine->GetTabBoxes().Count(); in CopyHeadlineIntoTable() local
2218 ASSERT( nColCount, "Empty Table Line" ) in CopyHeadlineIntoTable()
2219 for( sal_uInt16 nCurrCol = 0; nCurrCol < nColCount; ++nCurrCol ) in CopyHeadlineIntoTable()
/trunk/main/sw/source/core/access/
H A Daccdoc.cxx804 sal_uInt16 nColCount=rFmtCol.GetNumCols(); in getExtendedAttributes() local
805 nColCount = nColCount>0?nColCount:1; in getExtendedAttributes()
807 sValue += String::CreateFromInt32( nColCount ) ; in getExtendedAttributes()
/trunk/main/sw/inc/
H A Dunosett.hxx282 SwXTextColumns(sal_uInt16 nColCount);
/trunk/main/svx/source/tbxctrls/
H A Dfontworkgallery.cxx74 const int nColCount = 4; variable
99 maCtlFavorites.SetColCount( nColCount ); in FontWorkGalleryDialog()
168 aThumbSize.Width() /= nColCount; in fillFavorites()
176 if( nFavCount > (nColCount * nLineCount) ) in fillFavorites()

Completed in 282 milliseconds

1234