Searched refs:isLog (Results 1 – 5 of 5) sorted by relevance
/aoo42x/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 | 216 if( isLog( cargo, LogLevel::CALL ) ) in invoke() 311 if( isLog( cargo, LogLevel::CALL ) ) in invoke() 321 if( isLog( cargo, LogLevel::CALL ) ) in invoke() 332 if( cargo && isLog( cargo, LogLevel::CALL ) ) in invoke() 342 if( isLog( cargo, LogLevel::CALL ) ) in invoke() 352 if( isLog( cargo, LogLevel::CALL ) ) in invoke()
|
H A D | pyuno_util.cxx | 127 bool isLog( RuntimeCargo * cargo, sal_Int32 loglevel ) in isLog() function 139 if( isLog( cargo, level ) ) in log() 183 if( isLog( cargo, LogLevel::CALL ) ) in logException() 212 if( isLog( cargo, LogLevel::ARGS ) ) in logReply() 237 if( isLog( cargo, LogLevel::ARGS ) ) in logCall()
|
H A D | pyuno_impl.hxx | 77 bool isLog( RuntimeCargo *cargo, sal_Int32 loglevel );
|
/aoo42x/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
|
Completed in 94 milliseconds