Lines Matching refs:sal_uLong

187                                         sal_uLong nPos, void* pUserData,  in InsertEntry()
198 sal_uLong nPos, void* pUserData, in InsertEntry()
205 SvLBoxEntry* SvTabListBox::InsertEntryToColumn(const XubString& rStr,SvLBoxEntry* pParent,sal_uLong in InsertEntryToColumn()
233 SvLBoxEntry* pParent,sal_uLong nPos,sal_uInt16 nCol, void* pUser ) in InsertEntryToColumn()
262 SvLBoxEntry* SvTabListBox::InsertEntryToColumn( const XubString& rStr, sal_uLong nPos, in InsertEntryToColumn()
305 String SvTabListBox::GetEntryText( sal_uLong nPos, sal_uInt16 nCol ) const in GetEntryText()
311 void SvTabListBox::SetEntryText( const XubString& rStr, sal_uLong nPos, sal_uInt16 nCol ) in SetEntryText()
374 String SvTabListBox::GetCellText( sal_uLong nPos, sal_uInt16 nCol ) const in GetCellText()
388 sal_uLong SvTabListBox::GetEntryPos( const XubString& rStr, sal_uInt16 nCol ) in GetEntryPos()
390 sal_uLong nPos = 0; in GetEntryPos()
403 sal_uLong SvTabListBox::GetEntryPos( const SvLBoxEntry* pEntry ) const in GetEntryPos()
405 sal_uLong nPos = 0; in GetEntryPos()
446 String SvTabListBox::GetTabEntryText( sal_uLong nPos, sal_uInt16 nCol ) const in GetTabEntryText()
484 SvLBoxEntry* SvTabListBox::GetEntryOnPos( sal_uLong _nEntryPos ) const in GetEntryOnPos()
487 sal_uLong i, nPos = 0, nCount = GetLevelChildCount( NULL ); in GetEntryOnPos()
508 SvLBoxEntry* SvTabListBox::GetChildOnPos( SvLBoxEntry* _pParent, sal_uLong _nEntryPos, sal_uLong& _… in GetChildOnPos()
510 sal_uLong i, nCount = GetLevelChildCount( _pParent ); in GetChildOnPos()
649 const XubString& rStr, sal_uLong nPos, sal_uInt16 nCol, void* pUserData ) in InsertEntryToColumn()
659 const XubString& rStr, SvLBoxEntry* pParent, sal_uLong nPos, sal_uInt16 nCol, void* pUserData ) in InsertEntryToColumn()
670 SvLBoxEntry* pParent, sal_uLong nPos, sal_uInt16 nCol, void* pUserData ) in InsertEntryToColumn()
680 sal_uLong SvHeaderTabListBox::Insert( in Insert()
681 SvLBoxEntry* pEnt, SvLBoxEntry* pPar, sal_uLong nPos ) in Insert()
683 sal_uLong n = SvTabListBox::Insert( pEnt, pPar, nPos ); in Insert()
690 sal_uLong SvHeaderTabListBox::Insert( SvLBoxEntry* pEntry, sal_uLong nRootPos ) in Insert()
692 sal_uLong nPos = SvTabListBox::Insert( pEntry, nRootPos ); in Insert()
800 sal_uLong nCount = GetEntryCount(); in GetCurrRow()
801 for ( sal_uLong i = 0; i < nCount; ++i ) in GetCurrRow()