Home
last modified time | relevance | path

Searched refs:nRows (Results 101 – 125 of 166) sorted by relevance

1234567

/trunk/main/sc/source/ui/docshell/
H A Ddocsh3.cxx1050 SCROW nRows; in MergeDocument() local
1051 ((const ScFormulaCell*)pCell)->GetMatColsRows( nCols, nRows ); in MergeDocument()
1053 aSourceRange.aEnd.SetRow( aPos.Row() + nRows - 1 ); in MergeDocument()
/trunk/main/sc/source/ui/view/
H A Dviewutil.cxx293 bool ScViewUtil::FitToUnfilteredRows( ScRange & rRange, ScDocument * pDoc, size_t nRows ) in FitToUnfilteredRows() argument
304 return static_cast<size_t>(nCount) == nRows && bOneTabOnly; in FitToUnfilteredRows()
/trunk/main/svtools/source/brwbox/
H A Dbrwbox1.cxx1152 long BrowseBox::ScrollRows( long nRows ) in ScrollRows() argument
1157 if ( getDataWindow()->bNoScrollBack && nRows < 0 ) in ScrollRows()
1161 long nTmpMin = Min( (long)(nTopRow + nRows), (long)(nRowCount - 1) ); in ScrollRows()
1174 nTmpMin = Min( (long)(nTopRow + nRows), (long)(nRowCount - 1) ); in ScrollRows()
/trunk/main/sw/source/ui/envelp/
H A Dlabimp.hxx103 sal_Int32 nRows; member in SwLabRec
H A Dlabprt.cxx228 aRowField.SetMax(aItem.nRows); in Reset()
/trunk/main/sc/source/filter/excel/
H A Dxeformula.cxx1306 sal_uInt16 nRows = ::limit_cast< sal_uInt16 >( nScRows, 0, 1024 ); in ProcessMatrix() local
1311 Append( static_cast< sal_uInt16 >( (meBiff == EXC_BIFF8) ? (nRows - 1) : nRows ) ); in ProcessMatrix()
1316 AppendExt( static_cast< sal_uInt16 >( (meBiff == EXC_BIFF8) ? (nRows - 1) : nRows ) ); in ProcessMatrix()
/trunk/main/sc/source/filter/xml/
H A DXMLCellRangeSourceContext.hxx41 sal_Int32 nRows; member
H A Dxmlcelli.hxx85 const sal_Int32 nCols, const sal_Int32 nRows);
/trunk/main/dbaccess/source/ui/inc/
H A DRtfReader.hxx62 sal_Int32 nRows,
H A DHtmlReader.hxx78 sal_Int32 nRows,
H A DWTypeSelect.hxx114 void fillColumnList(sal_uInt32 nRows);
H A DDExport.hxx153 sal_Int32 nRows,
/trunk/main/sw/inc/
H A Deditsh.hxx663 sal_uInt16 nRows, sal_uInt16 nCols,
669 sal_uInt16 nRows, sal_uInt16 nCols,
/trunk/main/vcl/inc/vcl/
H A Dprint.hxx407 int nRows; member
421 : nRows( 1 ), nColumns( 1 ), nRepeat( 1 ), aPaperSize( 21000, 29700 ) in MultiPageSetup()
/trunk/main/sc/inc/
H A Dconsoli.hxx107 void SetSize( SCCOL nCols, SCROW nRows );
H A Dchartarr.hxx53 ScMemChart(short nCols, short nRows);
H A Dcursuno.hxx53 virtual void SAL_CALL collapseToSize( sal_Int32 nColumns, sal_Int32 nRows )
/trunk/main/writerfilter/source/dmapper/
H A DDomainMapperTableHandler.hxx73 unsigned int nRows,
/trunk/main/sc/source/ui/inc/
H A Dviewutil.hxx70 static bool FitToUnfilteredRows( ScRange & rRange, ScDocument * pDoc, size_t nRows );
/trunk/main/sc/source/core/tool/
H A Dconsoli.cxx258 void ScConsData::SetSize( SCCOL nCols, SCROW nRows ) in SetSize() argument
262 nRowCount = static_cast<SCSIZE>(nRows); in SetSize()
/trunk/main/sw/source/ui/inc/
H A Dlabimg.hxx63 sal_Int32 nRows; // Anzahl Zeilen (Benutzer) member in SwLabItem
/trunk/main/winaccessibility/source/UAccCOM/
H A DAccTable.h111 STDMETHOD(get_selectedRows)(long maxRows, long **rows, long * nRows);
/trunk/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx2183 xub_StrLen nRows = sTmp.GetTokenCount( '\n' ); in _PasteDDE() local
2184 if( nRows ) in _PasteDDE()
2185 --nRows; in _PasteDDE()
2190 if( !nRows || !nCols ) in _PasteDDE()
2200 pDDETyp, nRows, nCols ); in _PasteDDE()
/trunk/main/sc/source/filter/inc/
H A Dxehelper.hxx428 void GetDimensions( SCSIZE & nCols, SCSIZE & nRows ) const;
/trunk/main/starmath/source/
H A Dmathtype.hxx90 sal_uInt8 nVariation=0xFF,int nRows=0,int nCols=0);

Completed in 134 milliseconds

1234567