| /trunk/main/extensions/source/logging/ |
| H A D | consolehandler.cxx | 104 virtual ::sal_Int32 SAL_CALL getLevel() throw (RuntimeException); 217 ::sal_Int32 SAL_CALL ConsoleHandler::getLevel() throw (RuntimeException) in getLevel() function in logging::ConsoleHandler 220 return m_aHandlerHelper.getLevel(); in getLevel()
|
| H A D | sysloghandler.cxx | 106 virtual ::sal_Int32 SAL_CALL getLevel() throw (RuntimeException); 206 ::sal_Int32 SAL_CALL SyslogHandler::getLevel() throw (RuntimeException) in getLevel() function in logging::SyslogHandler 209 return m_aHandlerHelper.getLevel(); in getLevel()
|
| H A D | filehandler.cxx | 116 virtual ::sal_Int32 SAL_CALL getLevel() throw (RuntimeException); 307 ::sal_Int32 SAL_CALL FileHandler::getLevel() throw (RuntimeException) in getLevel() function in logging::FileHandler 310 return m_aHandlerHelper.getLevel(); in getLevel()
|
| H A D | logger.cxx | 122 virtual ::sal_Int32 SAL_CALL getLevel() throw (RuntimeException); 237 ::sal_Int32 SAL_CALL EventLogger::getLevel() throw (RuntimeException) in getLevel() function in logging::EventLogger
|
| H A D | loghandler.hxx | 87 getLevel() const { return m_nLevel; } in getLevel() function in logging::LogHandlerHelper
|
| H A D | loghandler.cxx | 145 if ( _rRecord.Level < getLevel() ) in formatForPublishing()
|
| /trunk/main/padmin/source/ |
| H A D | prtsetup.cxx | 196 m_aJobData.m_nPSLevel = m_pDevicePage->getLevel(); in IMPL_LINK() 436 sal_uLong RTSDevicePage::getLevel() in getLevel() function in RTSDevicePage
|
| H A D | prtsetup.hxx | 146 sal_uLong getLevel();
|
| /trunk/main/udkapi/com/sun/star/util/logging/ |
| H A D | XLogger.idl | 48 long getLevel();
|
| H A D | XLoggerRemote.idl | 49 long getLevel();
|
| /trunk/main/oox/source/drawingml/ |
| H A D | textparagraph.cxx | 70 sal_Int16 nLevel = maProperties.getLevel(); in insertAt()
|
| H A D | textparagraphpropertiescontext.cxx | 162 sal_Int16 nLevel = mrTextParagraphProperties.getLevel(); in ~TextParagraphPropertiesContext()
|
| H A D | textparagraphproperties.cxx | 402 xNumRule->replaceByIndex( getLevel(), makeAny( aBulletPropSeq ) ); in pushToPropSet()
|
| /trunk/main/oox/inc/oox/drawingml/ |
| H A D | textparagraphproperties.hxx | 90 sal_Int16 getLevel( ) const { return mnLevel; } in getLevel() function in oox::drawingml::TextParagraphProperties
|
| /trunk/main/filter/source/filtertracer/ |
| H A D | filtertracer.hxx | 161 virtual sal_Int32 SAL_CALL getLevel() throw (::com::sun::star::uno::RuntimeException);
|
| H A D | filtertracer.cxx | 172 sal_Int32 SAL_CALL FilterTracer::getLevel() throw (::com::sun::star::uno::RuntimeException) in getLevel() function in FilterTracer
|
| /trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/comphelper/ |
| H A D | EventLogger.java | 89 return logger.getLevel(); in getLogLevel()
|
| /trunk/main/comphelper/source/misc/ |
| H A D | logging.cxx | 138 return m_pImpl->getLogger()->getLevel(); in getLogLevel()
|