Lines Matching refs:out

58 static inline void out( const char * p ) SAL_THROW( () )  in out()  function
62 static inline void out( const OUString & r ) throw () in out() function
65 out( s.getStr() ); in out()
101 out( "> cpld: acknowledged following access path(s): \"" ); in getAccessDPath()
105 out( *iPos ); in getAccessDPath()
108 out( ";" ); in getAccessDPath()
110 out( "\"\n" ); in getAccessDPath()
118 out( "=> no CPLD_ACCESSPATH set.\n" ); in getAccessDPath()
146 out( "> taking path: \"" ); in checkAccessPath()
147 out( aAbs ); in checkAccessPath()
159 out( "> found path: \"" ); in checkAccessPath()
160 out( aBaseDir ); in checkAccessPath()
161 out( "\" + \"" ); in checkAccessPath()
162 out( *pComp ); in checkAccessPath()
163 out( "\" => \"" ); in checkAccessPath()
164 out( aAbs ); in checkAccessPath()
175 out( ": ok.\n" ); in checkAccessPath()
184 out( "\" ...does not match given path \"" ); in checkAccessPath()
185 out( aBaseDir ); in checkAccessPath()
186 out( "\".\n" ); in checkAccessPath()
262 OUString out( buf.makeStringAndClear() ); in makeComponentPath() local
264 OString str( OUStringToOString( out, RTL_TEXTENCODING_ASCII_US ) ); in makeComponentPath()
268 return out; in makeComponentPath()
468 out( "### cannot activate factory: " ); in loadSharedLibComponentFactory()
469 out( aExcMsg ); in loadSharedLibComponentFactory()
470 out( "\n" ); in loadSharedLibComponentFactory()
596 out( "### cannot write component info: " ); in writeSharedLibComponentInfo()
597 out( aExcMsg ); in writeSharedLibComponentInfo()
598 out( "\n" ); in writeSharedLibComponentInfo()