Searched refs:SetTextAt (Results 1 - 4 of 4) sorted by relevance

/haiku/src/bin/pkgman/
H A Dcommand_search.cpp285 table.SetTextAt(i, 0, repository);
286 table.SetTextAt(i, 1, package->Name());
287 table.SetTextAt(i, 2, package->Version().ToString());
288 table.SetTextAt(i, 3, package->Info().ArchitectureName());
334 table.SetTextAt(rowIndex, 0, status);
335 table.SetTextAt(rowIndex, 1, package->Name());
336 table.SetTextAt(rowIndex, 2, package->Info().Summary());
/haiku/headers/private/shared/
H A DTextTable.h29 void SetTextAt(int32 rowIndex, int32 columnIndex,
/haiku/src/bin/
H A Dramdisk.cpp417 table.SetTextAt(rowIndex, 0, BString() << request.id);
418 table.SetTextAt(rowIndex, 1, BString() << request.size);
419 table.SetTextAt(rowIndex, 2, request.path);
/haiku/src/kits/shared/
H A DTextTable.cpp183 TextTable::SetTextAt(int32 rowIndex, int32 columnIndex, const BString& text) function in class:BPrivate::TextTable

Completed in 30 milliseconds