Home
last modified time | relevance | path

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

/trunk/main/pyuno/source/module/
H A Dpyuno_callable.cxx103 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 Dpyuno_adapter.cxx213 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 Dpyuno_util.cxx105 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 Dpyuno_impl.hxx71 bool isLog( RuntimeCargo *cargo, sal_Int32 loglevel );
/trunk/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/
H A DOutputHandler.java187 private static boolean isLog() { in isLog() method in OutputHandler