Home
last modified time | relevance | path

Searched defs:nRowCount (Results 1 – 25 of 67) sorted by relevance

123

/aoo42x/main/svx/source/sidebar/
H A DColorPanel.cxx74 int nRowCount = (GetItemCount() + nColumnCount-1) in GetPreferredHeight() local
104 sal_uInt16 nRowCount = (sal_uInt16)CalculateRowCount(aItemSize, nColumnCount); in Resize() local
118 int nRowCount = 0; in CalculateRowCount() local
/aoo42x/main/svx/source/sidebar/debug/
H A DColorPanel.cxx74 int nRowCount = (GetItemCount() + nColumnCount-1) in GetPreferredHeight() local
104 sal_uInt16 nRowCount = (sal_uInt16)CalculateRowCount(aItemSize, nColumnCount); in Resize() local
118 int nRowCount = 0; in CalculateRowCount() local
/aoo42x/main/sd/source/ui/sidebar/
H A DPreviewValueSet.cxx132 int nRowCount = 0; in CalculateRowCount() local
156 int nRowCount = nHeight / nItemHeight; in GetPreferredWidth() local
173 int nRowCount (CalculateRowCount(CalculateColumnCount(nWidth))); in GetPreferredHeight() local
H A DLayoutMenu.cxx287 int nRowCount = nHeight / aItemSize.Height(); in GetPreferredWidth() local
317 int nRowCount = (GetItemCount() + nColumnCount-1) / nColumnCount; in GetHeightForWidth() local
374 int nRowCount = CalculateRowCount (aItemSize, nColumnCount); in Resize() local
450 int nRowCount = 0; in CalculateRowCount() local
/aoo42x/main/sc/source/core/tool/
H A Drangeseq.cxx76 long nRowCount = rRange.aEnd.Row() + 1 - rRange.aStart.Row(); in FillLongArray() local
102 SCSIZE nRowCount; in FillLongArray() local
132 long nRowCount = rRange.aEnd.Row() + 1 - rRange.aStart.Row(); in FillDoubleArray() local
158 SCSIZE nRowCount; in FillDoubleArray() local
188 long nRowCount = rRange.aEnd.Row() + 1 - rRange.aStart.Row(); in FillStringArray() local
221 SCSIZE nRowCount; in FillStringArray() local
277 long nRowCount = rRange.aEnd.Row() + 1 - rRange.aStart.Row(); in FillMixedArray() local
324 SCSIZE nRowCount; in FillMixedArray() local
401 sal_Int32 nRowCount = aSequence.getLength(); in CreateMixedMatrix() local
H A Dchartarr.cxx215 SCSIZE nRowCount = aRows.size(); in CreateMemChartSingle() local
376 SCSIZE nRowCount = GetPositionMap()->GetRowCount(); in CreateMemChartMulti() local
/aoo42x/main/ucb/source/cacher/
H A Dcachedcontentresultsetstub.cxx362 , sal_Int32 nRowCount, sal_Bool bDirection ) in fetch()
531 , sal_Int32 nRowCount, sal_Bool bDirection ) in fetchContentIdentifierStrings()
541 , sal_Int32 nRowCount, sal_Bool bDirection ) in fetchContentIdentifiers()
551 , sal_Int32 nRowCount, sal_Bool bDirection ) in fetchContents()
/aoo42x/main/svx/source/table/
H A Dtablelayouter.cxx94 sal_Int32 nRowCount = getRowCount(); in getCellSize() local
542 const sal_Int32 nRowCount = getRowCount(); in LayoutTableWidth() local
695 const sal_Int32 nRowCount = getRowCount(); in LayoutTableHeight() local
847 const sal_Int32 nRowCount = mxTable->getRowCount(); in LayoutTable() local
876 const sal_Int32 nRowCount = getRowCount(); in updateCells() local
992 const sal_Int32 nRowCount = rMap[nCol].size(); in ClearBorderLayout() local
1021 const sal_Int32 nRowCount = getRowCount() + 1; in ResizeBorderLayout() local
1041 const sal_Int32 nRowCount = getRowCount(); in UpdateBorderLayout() local
1155 const sal_Int32 nRowCount = mxTable->getRowCount(); in DistributeRows() local
H A Dtablemodel.cxx147 const sal_Int32 nRowCount = xSourceTable->getRowCountImpl(); in TableModel() local
641 const sal_Int32 nRowCount = getRowCountImpl(); in notifyModification() local
774 const sal_Int32 nRowCount = getRowCountImpl(); in insertColumns() local
856 const sal_Int32 nRowCount = getRowCountImpl(); in removeColumns() local
985 sal_Int32 nRowCount = getRowCountImpl(); in removeRows() local
H A Dcellcursor.cxx292 const sal_Int32 nRowCount = mxTable->getRowCount(); in split_column() local
396 const sal_Int32 nRowCount = mxTable->getRowCount(); in split_horizontal() local
H A Dtablertfexporter.cxx123 const sal_Int32 nRowCount = xRows->getCount(); in Write() local
H A Dviewcontactoftableobj.cxx500 …sal_Int32 nX, sal_Int32 nY, bool bHorizontal, sal_Int32 nColCount, sal_Int32 nRowCount, bool bIsRT… in impGetLine()
553 const sal_Int32 nRowCount(xTable->getRowCount()); in createViewIndependentPrimitive2DSequence() local
/aoo42x/main/odk/examples/DevelopersGuide/Charts/
H A DCalcHelper.java213 public XCellRange insertRandomRange( int nColumnCount, int nRowCount ) in insertRandomRange()
276 public XCellRange insertFormulaRange( int nColumnCount, int nRowCount ) in insertFormulaRange()
/aoo42x/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DTableView.java92 int nRowCount = mxTable.getAccessibleRowCount(); in Update() local
/aoo42x/main/dbaccess/source/ui/misc/
H A DRowSetDrop.cxx136 sal_Int32 nRowCount = 0; in Read() local
/aoo42x/main/svx/source/tbxctrls/
H A DSvxColorValueSet.cxx90 const sal_uInt32 nRowCount(ceil(double(nEntryCount)/getColumnCount())); in layoutAllVisible() local
/aoo42x/main/sc/inc/
H A Dconsoli.hxx88 SCSIZE nRowCount; member in ScConsData
H A Ddpoutput.hxx104 long nRowCount; member in ScDPOutput
H A Dchartpos.hxx45 SCROW nRowCount; member in ScChartPositionMap
/aoo42x/main/sc/source/ui/unoobj/
H A Dfuncuno.cxx391 void lcl_AddRef( ScTokenArray& rArray, long nStartRow, long nColCount, long nRowCount ) in lcl_AddRef()
491 long nRowCount = maSeq.getLength(); in process() local
652 long nRowCount = aSrcRange.aEnd.Row() - aSrcRange.aStart.Row() + 1; in callFunction() local
/aoo42x/main/sc/source/core/data/
H A Ddpcachetable.cxx188 const SCROW nRowCount = getRowSize(); in fillTable() local
243 const SCROW nRowCount = getRowSize(); in fillTable() local
/aoo42x/main/sc/source/filter/xml/
H A DXMLExportDDELinks.cxx107 sal_Int32 nRowCount = static_cast<sal_Int32>(nuRow); in WriteTable() local
/aoo42x/main/chart2/source/tools/
H A DInternalData.cxx91 const sal_Int32 nRowCount = 4; in createDefaultData() local
279 bool InternalData::enlargeData( sal_Int32 nColumnCount, sal_Int32 nRowCount ) in enlargeData()
/aoo42x/main/sc/workben/
H A Daddin.cxx442 long nRowCount = aMatrix.getLength(); in transpose() local
462 long nRowCount = aMatrix.getLength(); in transposeInt() local
/aoo42x/main/sw/source/core/unocore/
H A Dunotbl.cxx2501 sal_Int16 nRowCount = getRowCount(); in getDataArray() local
2627 sal_Int16 nRowCount = getRowCount(); in getData() local
2669 sal_Int16 nRowCount = getRowCount(); in setData() local
2716 sal_Int16 nRowCount = getRowCount(); in getRowDescriptions() local
2759 sal_Int16 nRowCount = getRowCount(); in setRowDescriptions() local
4109 sal_Int16 nRowCount = getRowCount(); in getDataArray() local
4171 sal_Int16 nRowCount = getRowCount(); in setDataArray() local
4233 sal_Int16 nRowCount = getRowCount(); in getData() local
4273 sal_Int16 nRowCount = getRowCount(); in setData() local
4316 sal_Int16 nRowCount = getRowCount(); in getRowDescriptions() local
[all …]

Completed in 90 milliseconds

123