Lines Matching refs:pStr
99 SvLBoxString* pStr = new SvLBoxString( pEntry, 0, aToken ); in InitEntry() local
100 pEntry->AddItem( pStr ); in InitEntry()
283 SvLBoxItem* pStr = pEntry->GetItem( nCur ); in GetEntryText() local
284 if( pStr->IsA() == SV_ITEM_ID_LBOXSTRING ) in GetEntryText()
290 aResult += static_cast<SvLBoxString*>( pStr )->GetText(); in GetEntryText()
295 return static_cast<SvLBoxString*>( pStr )->GetText(); in GetEntryText()
337 SvLBoxItem* pStr = pEntry->GetItem( nCur ); in SetEntryText() local
338 if( pStr && pStr->IsA() == SV_ITEM_ID_LBOXSTRING ) in SetEntryText()
346 ((SvLBoxString*)pStr)->SetText( pEntry, aTemp ); in SetEntryText()
355 ((SvLBoxString*)pStr)->SetText( pEntry, aTemp ); in SetEntryText()
381 SvLBoxItem* pStr = pEntry->GetItem( nCol + 1 ); in GetCellText() local
382 if ( pStr && pStr->IsA() == SV_ITEM_ID_LBOXSTRING ) in GetCellText()
383 aResult = static_cast< SvLBoxString* >( pStr )->GetText(); in GetCellText()
457 SvLBoxItem* pStr = pEntry->GetItem( nCur ); in GetTabEntryText() local
458 if ( pStr->IsA() == SV_ITEM_ID_LBOXSTRING ) in GetTabEntryText()
464 aResult += static_cast<SvLBoxString*>( pStr )->GetText(); in GetTabEntryText()
470 String sRet = static_cast<SvLBoxString*>( pStr )->GetText(); in GetTabEntryText()