Home
last modified time | relevance | path

Searched refs:Level (Results 26 – 50 of 178) sorted by relevance

12345678

/aoo41x/main/filter/source/graphicfilter/icgm/
H A Dmain.hxx43 #define ComOut( Level, Description ) if ( mpCommentOut ) ImplComment( Level, Description ); argument
H A Dcgm.cxx77 void CGM::ImplComment( sal_uInt32 Level, const char* Description ) in ImplComment() argument
81 if ( Level == CGM_DESCRIPTION ) in ImplComment()
100 switch( Level & 0xff ) in ImplComment()
113 mpCommentOut->WriteNumber( Level & 0xff ); in ImplComment()
/aoo41x/main/dbaccess/qa/complex/dbaccess/
H A DCRMBasedTestCase.java27 import java.util.logging.Level;
76 Logger.getLogger( this.getClass().getName() ).log( Level.SEVERE, null, ex ); in after()
/aoo41x/main/extensions/source/logging/
H A Dlogger.cxx127 …virtual void SAL_CALL log( ::sal_Int32 Level, const ::rtl::OUString& Message ) throw (RuntimeExcep…
128 …virtual void SAL_CALL logp( ::sal_Int32 Level, const ::rtl::OUString& SourceClass, const ::rtl::OU…
221 if ( !impl_nts_isLoggable_nothrow( _rRecord.Level ) ) in impl_ts_logEvent_nothrow()
/aoo41x/main/tools/source/fsys/
H A Dunx.cxx232 if (aPath.Level() == 1) in IsCaseSensitive()
336 if (aPath.Level() <= 1) in GetVolume()
357 if (aPath.Level() <= 1) in GetDevice()
/aoo41x/main/padmin/source/
H A Drtsetup.src194 < "PostScript (Level from driver)" ; 1; > ;
195 < "PostScript Level 1" ; 2; > ;
196 < "PostScript Level 2"; 3; > ;
197 < "PostScript Level 3"; 4; > ;
/aoo41x/main/vos/source/
H A Dsocket.cxx876 TSocketOptionLevel Level) const in getOption()
883 (oslSocketOptionLevel)Level, in getOption()
898 TSocketOptionLevel Level) const in setOption()
905 (oslSocketOptionLevel)Level, in setOption()
/aoo41x/main/connectivity/qa/connectivity/tools/
H A DDataSource.java37 import java.util.logging.Level;
143 Logger.getLogger(DataSource.class.getName()).log(Level.SEVERE, null, ex); in impl_getPropertyValue()
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DSOReportJobFactory.java66 import java.util.logging.Level;
189 Logger.getLogger(SOReportJobFactory.class.getName()).log(Level.SEVERE, null, ex); in getLocaleFromRegistry()
193 Logger.getLogger(SOReportJobFactory.class.getName()).log(Level.SEVERE, null, ex); in getLocaleFromRegistry()
/aoo41x/test/testuno/source/fvt/uno/sc/formula/
H A DTestFormulaDocs.java49 import java.util.logging.Level;
134 log.log( Level.SEVERE, "\ttest \""+testId+" failed"); in testOneDoc()
/aoo41x/main/sfx2/qa/complex/sfx2/
H A DDocumentEvents.java40 import java.util.logging.Level;
213 Logger.getLogger(DocumentEvents.class.getName()).log(Level.SEVERE, null, ex); in run()
/aoo41x/main/offapi/com/sun/star/logging/
H A DConsoleHandler.idl60 … <li><code>Level</code> - denotes the initial value of the <member>XLogHandler::Level</member></li>
H A DFileHandler.idl72 … <li><code>Level</code> - denotes the initial value of the <member>XLogHandler::Level</member></li>
/aoo41x/test/testgui/source/svt/gui/sw/
H A DFileTypeAboutWriter.java37 import java.util.logging.Level;
189 log.log( Level.INFO, "\t"+testname.getMethodName()+"["+i+"] took "+(end-start)+"ms"); in addRecord()
/aoo41x/main/wizards/com/sun/star/wizards/ui/
H A DFilterComponent.java55 import java.util.logging.Level;
311 Logger.getLogger(FilterComponent.class.getName()).log(Level.SEVERE, null, ex); in getFilterConditions()
793 … Logger.getLogger(FilterComponent.class.getName()).log(Level.SEVERE, null, ex); in setCondition()
806 … Logger.getLogger(FilterComponent.class.getName()).log(Level.SEVERE, null, ex); in setCondition()
/aoo41x/main/sw/source/ui/utlui/
H A Dnavipi.src236 Text [ en-US ] = "Promote Level" ;
243 Text [ en-US ] = "Demote Level" ;
360 Text [ en-US ] = "Outline Level" ;
/aoo41x/main/sal/inc/osl/
H A Dsocket_decl.hxx408 oslSocketOptionLevel Level= osl_Socket_LevelSocket) const;
454 oslSocketOptionLevel Level= osl_Socket_LevelSocket ) const;
H A Dsocket.h720 oslSocketOptionLevel Level,
746 oslSocketOptionLevel Level,
/aoo41x/main/wizards/com/sun/star/wizards/query/
H A DFinalizer.java35 import java.util.logging.Level;
187 Logger.getLogger( Finalizer.class.getName() ).log( Level.SEVERE, null, ex ); in displayQueryDesign()
/aoo41x/main/reportbuilder/java/com/sun/star/report/
H A DSDBCReportDataFactory.java59 import java.util.logging.Level;
266 … Logger.getLogger(SDBCReportDataFactory.class.getName()).log(Level.SEVERE, null, ex); in getOrderStatement()
481 … Logger.getLogger(SDBCReportDataFactory.class.getName()).log(Level.SEVERE, null, ex); in createParameter()
/aoo41x/test/testgui/source/svt/gui/sd/
H A DBasicFuncOnImpress.java37 import java.util.logging.Level;
378 log.log( Level.INFO, "\t"+testname.getMethodName()+"["+i+"] took "+(end-start)+"ms"); in addRecord()
/aoo41x/test/testcommon/source/org/openoffice/test/common/
H A DFileUtil.java47 import java.util.logging.Level;
822 log.log(Level.SEVERE, MessageFormat.format(" Fail! Unzip [{0}] -> [{1}]", zipFile, destFile), e); in unzip()
986 log.log(Level.SEVERE, MessageFormat.format("Fail! Download {0} -> {1}", urlString, output), e); in download()
/aoo41x/main/sal/osl/w32/
H A Dsocket.cxx1726 oslSocketOptionLevel Level, in osl_getSocketOption() argument
1735 OPTION_LEVEL_TO_NATIVE(Level), in osl_getSocketOption()
1751 oslSocketOptionLevel Level, in osl_setSocketOption() argument
1760 OPTION_LEVEL_TO_NATIVE(Level), in osl_setSocketOption()
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DImageProducer.java53 import java.util.logging.Level;
405 Logger.getLogger(ImageProducer.class.getName()).log(Level.SEVERE, null, ex); in produceFromURL()
/aoo41x/main/vos/inc/vos/
H A Dsocket.hxx641 TSocketOptionLevel Level= TLevel_Socket) const;
686 TSocketOptionLevel Level= TLevel_Socket) const;

Completed in 121 milliseconds

12345678