Searched refs:isLog (Results 1 – 5 of 5) sorted by relevance
| /trunk/main/pyuno/source/module/ |
| H A D | pyuno_callable.cxx | 103 if( isLog( cargo, LogLevel::CALL ) ) in PyUNO_callable_call() 114 if( isLog( cargo, LogLevel::CALL ) ) in PyUNO_callable_call() 151 if( isLog( cargo, LogLevel::CALL ) ) in PyUNO_callable_call() 160 if( isLog( cargo, LogLevel::CALL ) ) in PyUNO_callable_call() 169 if( isLog( cargo, LogLevel::CALL ) ) in PyUNO_callable_call() 178 if( cargo && isLog( cargo, LogLevel::CALL ) ) in PyUNO_callable_call()
|
| H A D | pyuno_adapter.cxx | 213 if( isLog( cargo, LogLevel::CALL ) ) in invoke() 308 if( isLog( cargo, LogLevel::CALL ) ) in invoke() 318 if( isLog( cargo, LogLevel::CALL ) ) in invoke() 329 if( cargo && isLog( cargo, LogLevel::CALL ) ) in invoke() 339 if( isLog( cargo, LogLevel::CALL ) ) in invoke() 349 if( isLog( cargo, LogLevel::CALL ) ) in invoke()
|
| H A D | pyuno_util.cxx | 105 bool isLog( RuntimeCargo * cargo, sal_Int32 loglevel ) in isLog() function 117 if( isLog( cargo, level ) ) in log() 161 if( isLog( cargo, LogLevel::CALL ) ) in logException() 190 if( isLog( cargo, LogLevel::ARGS ) ) in logReply() 215 if( isLog( cargo, LogLevel::ARGS ) ) in logCall()
|
| H A D | pyuno_impl.hxx | 71 bool isLog( RuntimeCargo *cargo, sal_Int32 loglevel );
|
| /trunk/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/ |
| H A D | OutputHandler.java | 187 private static boolean isLog() { in isLog() method in OutputHandler
|