Home
last modified time | relevance | path

Searched refs:nRecordCount (Results 1 – 4 of 4) sorted by relevance

/trunk/main/svx/source/fmcomp/
H A Dgridctrl.cxx1593 sal_uInt32 nRecordCount(0); in setDataSource() local
1613 ++nRecordCount; in setDataSource()
1615 if (nRecordCount) in setDataSource()
1619 RowInserted(0, nRecordCount, sal_False); in setDataSource()
1644 if (nRecordCount) in setDataSource()
1970 sal_Int32 nRecordCount = 0; in AdjustRows() local
1981 ++nRecordCount; in AdjustRows()
1987 ++nRecordCount; in AdjustRows()
1992 if (nRecordCount != GetRowCount()) in AdjustRows()
2007 if (nRecordCount) in AdjustRows()
[all …]
H A Dfmgridcl.cxx1317 sal_Int32 nRecordCount(0); in DeleteSelectedRows() local
1318 xSet->getPropertyValue(FM_PROP_ROWCOUNT) >>= nRecordCount; in DeleteSelectedRows()
1320 --nRecordCount; in DeleteSelectedRows()
1323 if (!nRecordCount && GetEmptyRow().Is()) in DeleteSelectedRows()
1328 else if (nRecordCount) in DeleteSelectedRows()
/trunk/main/svtools/source/filter/wmf/
H A Denhwmf.cxx254 while( bStatus && nRecordCount-- ) in ReadEnhWMF()
473 nRecordCount = 0; // #76846# in ReadEnhWMF()
1452 *pWMF >> nRecordCount; in ReadHeader()
1454 if ( !nRecordCount ) in ReadHeader()
H A Dwinmtf.hxx709 sal_Int32 nRecordCount; member in EnhWMFReader

Completed in 65 milliseconds