Searched refs:nRows (Results 1 - 20 of 20) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dtoolbar.h55 virtual void SetRows(int nRows);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dtoolbar.h54 virtual void SetRows(int nRows);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dtoolbar.cpp220 void wxToolBar::SetRows(int nRows) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dtoolbar.h58 virtual void SetRows(int nRows);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dtbar95.h55 virtual void SetRows(int nRows);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dtoolbar.cpp415 void wxToolBar::SetRows(int nRows) argument
417 if ( nRows == m_maxRows )
423 m_maxRows = nRows;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/deprecated/
H A Dtbarsmpl.h59 virtual void SetRows(int nRows);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dtoolbar.h70 virtual void SetRows(int nRows);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/fl/
H A Ddyntbar.cpp517 int nRows = 0; local
530 if ( nRows > 0 )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dtoolbar.cpp929 int nRows
932 wxCHECK_RET( nRows != 0, _T("max number of rows must be > 0") );
934 m_maxCols = (GetToolsCount() + nRows - 1) / nRows;
H A Dbitmap.cpp220 int nRows; local
227 for (nRows = 0; nRows < nHeight; nRows++)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/deprecated/
H A Dtbarsmpl.cpp637 void wxToolBarSimple::SetRows(int nRows) argument
639 wxCHECK_RET( nRows != 0, _T("max number of rows must be > 0") );
641 m_maxCols = (GetToolsCount() + nRows - 1) / nRows;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dtbar95.cpp1255 void wxToolBar::SetRows(int nRows) argument
1257 if ( nRows == m_maxRows )
1267 MAKEWPARAM(nRows, !(GetWindowStyle() & wxTB_VERTICAL)),
1270 m_maxRows = nRows;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dtextctrl.cpp404 size_t nRows = GetRowCount();
405 for ( size_t n = 0; n < nRows; n++ )
409 wxTextCoord colNextRowStart = n == nRows - 1
3559 wxTextCoord nRows = GetRowCount(); local
3561 bool showScrollbarY = nRows*lineHeight > size.y;
3584 int scrollRangeY = showScrollbarY ? nRows : 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dtoolbar.cpp1392 void wxToolBar::SetRows(int nRows) argument
1395 if ( nRows != m_maxRows )
1396 m_maxRows = nRows;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dtbarbase.h394 virtual void SetRows(int nRows);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dtbarbase.cpp574 void wxToolBarBase::SetRows(int WXUNUSED(nRows))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/ncftp/
H A Dcmds.c1374 int nRows, nCols; local
1432 nRows = nCmds2Print / nCols;
1434 nRows++;
1436 for (i = 0; i < nRows; i++) {
1438 k = nRows * j + i;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dgrid.cpp11169 int nRows = GetNumberRows(); local
11170 for ( int i = 0; i < nRows; i++ )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Djcommon-1.0.16.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/keypoint/ org/ org/jfree/ org/jfree/base/ org/ ...

Completed in 237 milliseconds