Home
last modified time | relevance | path

Searched refs:aWatchStr (Results 1 – 3 of 3) sorted by relevance

/trunk/main/basctl/source/basicide/
H A Dbaside2b.cxx1191 aWatchStr( IDEResId( RID_STR_REMOVEWATCH ) ), in WatchWindow()
1237 long nTextLen = GetTextWidth( aWatchStr ) + DWBORDER; in WatchWindow()
1273 DrawText( Point( DWBORDER, 7 ), aWatchStr ); in Paint()
2155 String aWatchStr; in UpdateWatches() local
2241 aWatchStr += String( RTL_CONSTASCII_USTRINGPARAM( "<?>" ) ); in UpdateWatches()
2278 aWatchStr = String( RTL_CONSTASCII_USTRINGPARAM( "Null" ) ); in UpdateWatches()
2301 aWatchStr += aStrStr; in UpdateWatches()
2302 aWatchStr += pVar->GetString(); in UpdateWatches()
2304 aWatchStr += aStrStr; in UpdateWatches()
2314 aWatchStr += String( RTL_CONSTASCII_USTRINGPARAM( "<Out of Scope>" ) ); in UpdateWatches()
[all …]
H A Dbaside2.cxx802 String aWatchStr; in BasicAddWatch() local
826 aWatchStr = GetEditView()->GetSelected(); in BasicAddWatch()
827 pLayout->GetWatchWindow().AddWatch( aWatchStr ); in BasicAddWatch()
H A Dbaside2.hxx260 String aWatchStr; member in WatchWindow

Completed in 40 milliseconds