Lines Matching refs:aWatchStr
1191 aWatchStr( IDEResId( RID_STR_REMOVEWATCH ) ), in WatchWindow()
1237 long nTextLen = GetTextWidth( aWatchStr ) + DWBORDER; in WatchWindow()
1273 DrawText( Point( DWBORDER, 7 ), aWatchStr ); in Paint()
2148 String aWatchStr; in UpdateWatches() local
2234 aWatchStr += String( RTL_CONSTASCII_USTRINGPARAM( "<?>" ) ); in UpdateWatches()
2271 aWatchStr = String( RTL_CONSTASCII_USTRINGPARAM( "Null" ) ); in UpdateWatches()
2294 aWatchStr += aStrStr; in UpdateWatches()
2295 aWatchStr += pVar->GetString(); in UpdateWatches()
2297 aWatchStr += aStrStr; in UpdateWatches()
2307 aWatchStr += String( RTL_CONSTASCII_USTRINGPARAM( "<Out of Scope>" ) ); in UpdateWatches()
2322 SvHeaderTabListBox::SetEntryText( aWatchStr, pEntry, ITEM_ID_VALUE-1 ); in UpdateWatches()