Home
last modified time | relevance | path

Searched refs:_inout_rBuffer (Results 1 – 5 of 5) sorted by relevance

/trunk/main/connectivity/source/drivers/hsqldb/
H A DHTools.cxx47 _inout_rBuffer.appendAscii( " WHERE " ); in appendTableFilterCrit()
50 _inout_rBuffer.appendAscii( _bShortForm ? "TABLE_CAT" : "TABLE_CATALOG" ); in appendTableFilterCrit()
51 _inout_rBuffer.appendAscii( " = '" ); in appendTableFilterCrit()
52 _inout_rBuffer.append ( _rCatalog ); in appendTableFilterCrit()
53 _inout_rBuffer.appendAscii( "' AND " ); in appendTableFilterCrit()
58 _inout_rBuffer.appendAscii( " = '" ); in appendTableFilterCrit()
59 _inout_rBuffer.append ( _rSchema ); in appendTableFilterCrit()
60 _inout_rBuffer.appendAscii( "' AND " ); in appendTableFilterCrit()
62 _inout_rBuffer.appendAscii( "TABLE_NAME = '" ); in appendTableFilterCrit()
63 _inout_rBuffer.append ( _rName ); in appendTableFilterCrit()
[all …]
/trunk/main/connectivity/source/parse/
H A Dsqlnode.cxx2257 _inout_rBuffer.appendAscii( " " ); in showParseTree()
2262 _inout_rBuffer.appendAscii( "RULE_ID: " ); in showParseTree()
2290 _inout_rBuffer.append( m_aNodeValue ); in showParseTree()
2297 _inout_rBuffer.append( m_aNodeValue ); in showParseTree()
2305 _inout_rBuffer.append( m_aNodeValue ); in showParseTree()
2312 _inout_rBuffer.append( m_aNodeValue ); in showParseTree()
2318 _inout_rBuffer.append( m_aNodeValue ); in showParseTree()
2324 _inout_rBuffer.append( m_aNodeValue ); in showParseTree()
2330 _inout_rBuffer.append( m_aNodeValue ); in showParseTree()
2340 _inout_rBuffer.append( m_aNodeValue ); in showParseTree()
[all …]
/trunk/main/basic/source/classes/
H A Dsbunoobj.cxx323 void lcl_indent( ::rtl::OUStringBuffer& _inout_rBuffer, sal_Int32 _nLevel ) in lcl_indent() argument
326 _inout_rBuffer.appendAscii( " " ); in lcl_indent()
332 _inout_rBuffer.appendAscii( "\n" ); in implAppendExceptionMsg()
333 lcl_indent( _inout_rBuffer, _nLevel ); in implAppendExceptionMsg()
334 _inout_rBuffer.appendAscii( "Type: " ); in implAppendExceptionMsg()
337 _inout_rBuffer.appendAscii( "Unknown" ); in implAppendExceptionMsg()
339 _inout_rBuffer.append( _rExceptionType ); in implAppendExceptionMsg()
341 _inout_rBuffer.appendAscii( "\n" ); in implAppendExceptionMsg()
342 lcl_indent( _inout_rBuffer, _nLevel ); in implAppendExceptionMsg()
343 _inout_rBuffer.appendAscii( "Message: " ); in implAppendExceptionMsg()
[all …]
/trunk/main/dbaccess/source/ext/macromigration/
H A Dmigrationlog.cxx237 …static void lcl_appendErrorDescription( ::rtl::OUStringBuffer& _inout_rBuffer, const MigrationErro… in lcl_appendErrorDescription() argument
391 _inout_rBuffer.append( sSubstituted ); in lcl_appendErrorDescription()
/trunk/main/connectivity/source/inc/hsqldb/
H A DHTools.hxx51 ::rtl::OUStringBuffer& _inout_rBuffer, const ::rtl::OUString& _rCatalog,

Completed in 41 milliseconds