Lines Matching refs:aText

467 				String aText(RTL_CONSTASCII_USTRINGPARAM("    "));  in init()  local
468 aText += UniString(aInfos[i].Scheme); in init()
469 print(aText); in init()
677 UniString aText( UniString::CreateFromAscii( in executeCommand() local
680 aText += UniString( rName ); in executeCommand()
681 print( aText ); in executeCommand()
1092 UniString aText; in open() local
1098 aText += UniString::CreateFromInt32( ++n ); in open()
1099 aText.AppendAscii( RTL_CONSTASCII_STRINGPARAM( in open()
1101 aText += UniString( aId ); in open()
1102 aText.AppendAscii( RTL_CONSTASCII_STRINGPARAM( in open()
1111 aText.AppendAscii( RTL_CONSTASCII_STRINGPARAM( in open()
1114 aText += aTitle; in open()
1115 aText.AppendAscii( RTL_CONSTASCII_STRINGPARAM( in open()
1124 aText.AppendAscii( RTL_CONSTASCII_STRINGPARAM( in open()
1127 aText += UniString::CreateFromInt32( nSize ); in open()
1128 aText.AppendAscii( RTL_CONSTASCII_STRINGPARAM( in open()
1137 aText.AppendAscii( RTL_CONSTASCII_STRINGPARAM( in open()
1140 aText in open()
1148 aText.AppendAscii( RTL_CONSTASCII_STRINGPARAM( in open()
1157 aText.AppendAscii( RTL_CONSTASCII_STRINGPARAM( in open()
1160 aText in open()
1171 print( aText ); in open()
1205 aText( UniString::CreateFromAscii( in open() local
1207 aText += UniString::CreateFromInt64( nTime ); in open()
1208 aText.AppendAscii( RTL_CONSTASCII_STRINGPARAM( " ms." ) ); in open()
1209 print( aText ); in open()
1231 UniString aText; in openAll() local
1233 aText += '='; in openAll()
1234 aText.AppendAscii( RTL_CONSTASCII_STRINGPARAM( "LEVEL " ) ); in openAll()
1235 aText += UniString::CreateFromInt64( aEntry.m_nLevel ); in openAll()
1244 aText.AppendAscii( RTL_CONSTASCII_STRINGPARAM( ": " ) ); in openAll()
1245 aText += UniString( xID->getContentIdentifier() ); in openAll()
1248 print( aText ); in openAll()
1287 aText( UniString::CreateFromAscii( RTL_CONSTASCII_STRINGPARAM( in openAll() local
1289 aText += UniString::CreateFromInt64( nTime ); in openAll()
1290 aText.AppendAscii( RTL_CONSTASCII_STRINGPARAM( " ms." ) ); in openAll()
1291 print( aText ); in openAll()
1327 String aText( UniString::CreateFromAscii( in transfer()
1332 aText.AppendAscii( RTL_CONSTASCII_STRINGPARAM( " " ) ); in transfer()
1333 aText += String( pCommands[ n ].Name ); in transfer()
1334 aText += '\n'; in transfer()
1336 print( aText ); in transfer()
1417 String aText( UniString::CreateFromAscii( in getCommands() local
1422 aText.AppendAscii( RTL_CONSTASCII_STRINGPARAM( " " ) ); in getCommands()
1423 aText += String( pCommands[ n ].Name ); in getCommands()
1424 aText += '\n'; in getCommands()
1426 print( aText ); in getCommands()
1447 String aText( UniString::CreateFromAscii( in getProperties() local
1452 aText.AppendAscii( RTL_CONSTASCII_STRINGPARAM( " " ) ); in getProperties()
1453 aText += UniString( pProps[ n ].Name ); in getProperties()
1454 aText += '\n'; in getProperties()
1456 print( aText ); in getProperties()
1500 UniString aText( rName ); in getStringPropertyValue() local
1501 aText.AppendAscii( RTL_CONSTASCII_STRINGPARAM( " value: '" ) ); in getStringPropertyValue()
1502 aText += UniString( aValue ); in getStringPropertyValue()
1503 aText.AppendAscii( RTL_CONSTASCII_STRINGPARAM( "'" ) ); in getStringPropertyValue()
1504 print( aText ); in getStringPropertyValue()
1542 UniString aText( rName ); in setStringPropertyValue() local
1543 aText.AppendAscii( RTL_CONSTASCII_STRINGPARAM( " value set to: '" ) ); in setStringPropertyValue()
1544 aText += UniString( rValue ); in setStringPropertyValue()
1545 aText.AppendAscii( RTL_CONSTASCII_STRINGPARAM( "'" ) ); in setStringPropertyValue()
1546 print( aText ); in setStringPropertyValue()
1557 UniString aText( UniString::CreateFromAscii( in addProperty() local
1560 aText += UniString( rName ); in addProperty()
1561 print( aText ); in addProperty()
1606 UniString aText( UniString::CreateFromAscii( in removeProperty() local
1609 aText += UniString( rName ); in removeProperty()
1610 print( aText ); in removeProperty()
1691 UniString aText( UniString::CreateFromAscii( in contentEvent() local
1698 aText += UniString( xId->getContentIdentifier() ); in contentEvent()
1699 aText.AppendAscii( RTL_CONSTASCII_STRINGPARAM( " - " ) ); in contentEvent()
1700 aText += UniString( evt.Content->getContentType() ); in contentEvent()
1703 print( aText ); in contentEvent()
1762 UniString aText( UniString::CreateFromAscii( in propertiesChange() local
1764 aText += UniString( pEvents[ n ].PropertyName ); in propertiesChange()
1765 print( aText ); in propertiesChange()
2169 UniString aText( UniString::CreateFromAscii( in IMPL_LINK() local
2172 aText += m_pContent->getURL(); in IMPL_LINK()
2178 print( aText ); in IMPL_LINK()
2184 String aText( UniString::CreateFromAscii( in IMPL_LINK() local
2187 aText += String( m_pContent->getURL() ); in IMPL_LINK()
2188 aText.AppendAscii( RTL_CONSTASCII_STRINGPARAM( " - " ) ); in IMPL_LINK()
2189 aText += String( m_pContent->getType() ); in IMPL_LINK()
2190 print( aText ); in IMPL_LINK()
2194 String aText( UniString::CreateFromAscii( in IMPL_LINK() local
2197 aText += String( aCmdLine ); in IMPL_LINK()
2198 print( aText ); in IMPL_LINK()
2205 UniString aText( UniString::CreateFromAscii( in IMPL_LINK() local
2208 aText += m_pContent->getURL(); in IMPL_LINK()
2214 print( aText ); in IMPL_LINK()
2367 String aText; in IMPL_LINK() local
2370 aText.AssignAscii("Fetch size set to "); in IMPL_LINK()
2371 aText += String::CreateFromInt32(m_nFetchSize); in IMPL_LINK()
2374 aText.AssignAscii("Fetch size reset to default"); in IMPL_LINK()
2375 print(aText); in IMPL_LINK()
2388 String aText(RTL_CONSTASCII_USTRINGPARAM("Local file URL: ")); in IMPL_LINK() local
2389 aText += String(aURL); in IMPL_LINK()
2390 aText.AppendAscii("\nConversion: "); in IMPL_LINK()
2391 aText += aCmdLine; in IMPL_LINK()
2392 aText.AppendAscii(" to "); in IMPL_LINK()
2393 aText += String(getFileURLFromSystemPath(xManager, in IMPL_LINK()
2396 print(aText); in IMPL_LINK()
2407 String aText(RTL_CONSTASCII_USTRINGPARAM("Conversion: ")); in IMPL_LINK() local
2408 aText += aCmdLine; in IMPL_LINK()
2409 aText.AppendAscii(" to "); in IMPL_LINK()
2410 aText += String(getSystemPathFromFileURL(xManager, in IMPL_LINK()
2412 print(aText); in IMPL_LINK()
2429 String aText(RTL_CONSTASCII_USTRINGPARAM( in IMPL_LINK() local
2431 aText += aCmdLine; in IMPL_LINK()
2432 print(aText); in IMPL_LINK()