Home
last modified time | relevance | path

Searched refs:DEBUG (Results 1 – 25 of 253) sorted by relevance

1234567891011

/aoo4110/main/scripting/java/com/sun/star/script/framework/container/
H A DUnoPkgContainer.java70 LogUtils.DEBUG("** getRegisterPackage for uri " + url ); in getRegisteredUnoPkgContainer()
73 LogUtils.DEBUG("getRegisterPackage result is " + result ); in getRegisteredUnoPkgContainer()
94 LogUtils.DEBUG("RegisterPackage ctx = " + containerUrl ); in registerPackageContainer()
95 LogUtils.DEBUG("RegisterPackage language = " + language ); in registerPackageContainer()
167 LogUtils.DEBUG(" Reason: " + ila ); in init()
175 LogUtils.DEBUG(" Reason: " + e ); in init()
198 LogUtils.DEBUG("*** UnoPkgContainer.findScript() ***" + in findScript()
252 LogUtils.DEBUG( LogUtils.getTrace( e ) ); in getUnoPackagesDB()
275 LogUtils.DEBUG("In writeUnoPackageDB() "); in writeUnoPackageDB()
328 LogUtils.DEBUG("** in processUnoPackage " ); in processUnoPackage()
[all …]
H A DParcelContainer.java310 LogUtils.DEBUG("Error instantiating simplefile access "); in initSimpleFileAccess()
311 LogUtils.DEBUG( LogUtils.getTrace( e ) ); in initSimpleFileAccess()
414 LogUtils.DEBUG("Processing " + children[ i ] ); in loadParcels()
436 LogUtils.DEBUG("TRACE: " + LogUtils.getTrace(e) ); in loadParcels()
442 LogUtils.DEBUG("TRACE: " + LogUtils.getTrace(e) ); in loadParcels()
586 LogUtils.DEBUG(" ** ParcelContainer is " + this ); in renameParcel()
650 LogUtils.DEBUG("Error deleteing parcel " + name ); in deleteParcel()
691 LogUtils.DEBUG("Failed to create UrlReference factory"); in parseScriptUri()
701 LogUtils.DEBUG("Failed to parse url"); in parseScriptUri()
717 LogUtils.DEBUG("** parcelName = " + parsedUri.parcel ); in parseScriptUri()
[all …]
H A DParcel.java69 LogUtils.DEBUG("** Parcel.getByName for " + aName ); in getByName()
96 LogUtils.DEBUG("No script for " + aName ); in getByName()
101 LogUtils.DEBUG("returning date for " + aName ); in getByName()
201 LogUtils.DEBUG("Inserting source: " + script.getSource()); in insertByName()
212 LogUtils.DEBUG("Failed to insert entry " + aName + ": " + e.getMessage()); in insertByName()
264 LogUtils.DEBUG("** Parcel.removeByName Failed to remove script " + Name ); in removeByName()
267 … LogUtils.DEBUG("** Parcel.removeByName have removed script source file " + Name ); in removeByName()
281 LogUtils.DEBUG("** Parcel.removeByName Exception: " + e ); in removeByName()
/aoo4110/main/scripting/java/com/sun/star/script/framework/io/
H A DUCBStreamHandler.java54 LogUtils.DEBUG( "UCBStreamHandler ctor, scheme = " + scheme ); in UCBStreamHandler()
69 LogUtils.DEBUG("**For scheme = " + m_ucbscheme ); in parseURL()
70 LogUtils.DEBUG("**Setting path = " + file ); in parseURL()
91 LogUtils.DEBUG("getInputStream straight file load" ); in getInputStream()
221 LogUtils.DEBUG("Trying to read from " + path ); in getFileStreamFromUCB()
223 LogUtils.DEBUG("sfa appeared to read file " ); in getFileStreamFromUCB()
237 LogUtils.DEBUG("size of file " + path + " is " + sz ); in getFileStreamFromUCB()
238 LogUtils.DEBUG("available = " + xInputStream.available() ); in getFileStreamFromUCB()
251 LogUtils.DEBUG("caught exception " + ioe ); in getFileStreamFromUCB()
255 LogUtils.DEBUG("caught exception " + e ); in getFileStreamFromUCB()
[all …]
H A DXStorageHelper.java79 LogUtils.DEBUG("XStorageHelper ctor, path: " + path); in XStorageHelper()
98 LogUtils.DEBUG("XStorageHelper, processing index " + i ); in XStorageHelper()
100 LogUtils.DEBUG("XStorageHelper, getting: " + name); in XStorageHelper()
107 LogUtils.DEBUG("** boo hoo Storage is null " ); in XStorageHelper()
182 LogUtils.DEBUG( LogUtils.getTrace( e ) ); in addNewModel()
194 LogUtils.DEBUG(" Disposing doc " + model.getURL() ); in disposing()
213 LogUtils.DEBUG("In disposeObject"); in disposeObject()
217 LogUtils.DEBUG("In disposeObject disposing storage " + i ); in disposeObject()
226 LogUtils.DEBUG("In disposeObject disposed storage " + i ); in disposeObject()
230 LogUtils.DEBUG("Exception disposing storage " + i ); in disposeObject()
[all …]
/aoo4110/main/scripting/java/com/sun/star/script/framework/provider/beanshell/
H A DScriptProviderForBeanShell.java146 LogUtils.DEBUG( LogUtils.getTrace( e ) ); in ScriptImpl()
338 LogUtils.DEBUG("got instance of TargetError"); in processBshException()
349 LogUtils.DEBUG("About to parse " + toParse ); in processBshException()
363 LogUtils.DEBUG("UnCaught Exception error: " ); in processBshException()
364 LogUtils.DEBUG("\tscript: " + script ); in processBshException()
365 LogUtils.DEBUG("\tline: " + lineNum ); in processBshException()
367 LogUtils.DEBUG("\tmessage: " + message ); in processBshException()
372 LogUtils.DEBUG("Error or ParseError Exception error: " ); in processBshException()
373 LogUtils.DEBUG("\tscript: " + script ); in processBshException()
374 LogUtils.DEBUG("\tline: " + lineNum ); in processBshException()
[all …]
/aoo4110/main/scripting/java/com/sun/star/script/framework/provider/java/
H A DScriptProviderForJava.java156 LogUtils.DEBUG( LogUtils.getTrace( e ) ); in ScriptImpl()
202 LogUtils.DEBUG( "Classloader starting..." ); in invoke()
205 LogUtils.DEBUG( "Classloader finished..." ); in invoke()
235 LogUtils.DEBUG( "Parameter Mapping..." ); in invoke()
256 LogUtils.DEBUG( "ScriptProxy starting... " ); in invoke()
273 LogUtils.DEBUG( "class loaded ... " ); in invoke()
275 LogUtils.DEBUG( "script resolved ... " ); in invoke()
295 LogUtils.DEBUG( "Starting Invoke on Proxy ..." ); in invoke()
304 LogUtils.DEBUG("invoke took: " + in invoke()
349 LogUtils.DEBUG( "Got Nothing Back" ); in invoke()
[all …]
/aoo4110/main/scripting/java/com/sun/star/script/framework/browse/
H A DProviderBrowseNode.java66 LogUtils.DEBUG("*** ProviderBrowseNode ctor"); in ProviderBrowseNode()
96 LogUtils.DEBUG("Caught exception in creation of ProviderBrowseNode "); in ProviderBrowseNode()
97 LogUtils.DEBUG( LogUtils.getTrace(e)); in ProviderBrowseNode()
107 LogUtils.DEBUG("***** ProviderBrowseNode.getChildNodes()"); in getChildNodes()
124 LogUtils.DEBUG( e.toString() ); in getChildNodes()
138 LogUtils.DEBUG("*** No container available"); in getChildNodes()
154 LogUtils.DEBUG("***** ProviderBrowseNode.hasChildNodes(): " + in hasChildNodes()
228 LogUtils.DEBUG("Parcel created " + name + " " + newParcel ); in invoke()
236 LogUtils.DEBUG("created parcel node "); in invoke()
251 LogUtils.DEBUG("ProviderBrowseNode[create] failed with: " + e ); in invoke()
[all …]
H A DParcelBrowseNode.java85 LogUtils.DEBUG("** Exception: " + e ); in ParcelBrowseNode()
86 LogUtils.DEBUG(" ** Failed to get parcel named " + in ParcelBrowseNode()
125 LogUtils.DEBUG( "Caught exception creating ParcelBrowseNode " + e ); in ParcelBrowseNode()
126 LogUtils.DEBUG( LogUtils.getTrace( e ) ); in ParcelBrowseNode()
151 LogUtils.DEBUG("ParcelBrowseNode.getChildeNodes no children " ); in getChildNodes()
157 LogUtils.DEBUG("Failed to getChildeNodes, exception: " + e ); in getChildNodes()
158 LogUtils.DEBUG( LogUtils.getTrace( e ) ); in getChildNodes()
193 LogUtils.DEBUG("ParcelBrowseNode invoke for " + aFunctionName ); in invoke()
252 LogUtils.DEBUG("browsenodes null!!"); in invoke()
262 LogUtils.DEBUG("ParcelBrowseNode[create] failed with: " + e ); in invoke()
[all …]
/aoo4110/main/scripting/java/com/sun/star/script/framework/provider/javascript/
H A DScriptProviderForJavaScript.java144 LogUtils.DEBUG( LogUtils.getTrace( e ) ); in ScriptImpl()
239 LogUtils.DEBUG("GOT A MODIFIED SOURCE"); in invoke()
296 LogUtils.DEBUG( "\t message " + message ); in invoke()
297 LogUtils.DEBUG( "\t wrapped type " + wrap.getClass() ); in invoke()
306 LogUtils.DEBUG( "ExceptionRaised exception " ); in invoke()
307 LogUtils.DEBUG( "\t message " + se.getMessage() ); in invoke()
308 LogUtils.DEBUG( "\t lineNum " + se.lineNum ); in invoke()
309 LogUtils.DEBUG( "\t language " + se.language ); in invoke()
310 LogUtils.DEBUG( "\t scriptName " + se.scriptName ); in invoke()
315 LogUtils.DEBUG("Caught Exception " + ex ); in invoke()
[all …]
/aoo4110/main/scripting/java/Framework/com/sun/star/script/framework/security/
H A DSecurityDialog.java141 LogUtils.DEBUG( "SecurityDialog ctor" ); in SecurityDialog()
147 LogUtils.DEBUG( "SecurityDialog init" ); in initialize()
153 LogUtils.DEBUG( "checkbox" ); in initialize()
162 LogUtils.DEBUG( "path: " + checkBoxPath ); in initialize()
175 LogUtils.DEBUG( "no checkbox: # of args=" + in initialize()
189 LogUtils.DEBUG( "Couldn't create dialog" ); in initialize()
195 LogUtils.DEBUG( "Couldn't create dialog" ); in initialize()
196 LogUtils.DEBUG( "message: " + e.getMessage()); in initialize()
294 LogUtils.DEBUG("creating label & checkbox"); in createDialog()
444 LogUtils.DEBUG("*DF* Before execute " ); in execute()
[all …]
/aoo4110/main/jurt/com/sun/star/lib/uno/environments/remote/
H A DJobQueue.java48 private static final boolean DEBUG = false; field in JobQueue
77 if(DEBUG) System.err.println("JobQueue$JobDispatcher.<init>:" + _threadId); in JobDispatcher()
87 if(DEBUG) System.err.println("ThreadPool$JobDispatcher.run: " + Thread.currentThread()); in run()
102 if(DEBUG) System.err.println("##### " + getClass().getName() + ".run - exit:" + _threadId); in run()
141 if(DEBUG) System.err.println("##### " + getClass().getName() + " - init:" + _threadId); in JobQueue()
157 …if(DEBUG) System.err.println("##### " + getClass().getName() + " - init:" + _threadId + " " + cre… in JobQueue()
201 …if(DEBUG) System.err.println("##### " + getClass().getName() + ".removeJob:" + _head + " " + _thre… in removeJob()
247 …if(DEBUG) System.err.println("waiting for async:" + _async_jobQueue._head + " " + _async_jobQueue… in removeJob()
275 …if(DEBUG) System.err.println("##### " + getClass().getName() + ".putJob todoes: " + " job:" + job); in putJob()
314 if(DEBUG) System.err.println("#####" + getClass().getName() + ".enter: " + _threadId); in enter()
[all …]
/aoo4110/main/scripting/java/com/sun/star/script/framework/provider/
H A DScriptProvider.java146 LogUtils.DEBUG( LogUtils.getTrace( e ) ); in ScriptProvider()
152 LogUtils.DEBUG( "ScriptProvider: constructor - finished." ); in ScriptProvider()
166 LogUtils.DEBUG( "entering XInit for language " + language); in initialize()
260 LogUtils.DEBUG("isPkgProvider is: " + isPkgProvider ); in initialize()
274 LogUtils.DEBUG( "ScriptProviderFor" + language + in initialize()
277 LogUtils.DEBUG( "leaving XInit" ); in initialize()
416 LogUtils.DEBUG("No Nodes available "); in getChildNodes()
426 LogUtils.DEBUG("No Nodes available "); in hasChildNodes()
632 LogUtils.DEBUG("Deregistering library " + libName ); in removeByName()
678 LogUtils.DEBUG("unable to determine the model's TDOC URL"); in getDocUrlFromModel()
[all …]
/aoo4110/main/sw/source/filter/ww8/
H A DWW8TableInfo.cxx390 #ifdef DEBUG in setEndOfLine()
401 #ifdef DEBUG in setEndOfCell()
413 #ifdef DEBUG in setFirstInTable()
426 #ifdef DEBUG in setVertMerge()
446 #ifdef DEBUG in setNext()
594 #ifdef DEBUG in processSwTableByLayout()
631 #ifdef DEBUG in processSwTableByLayout()
654 #ifdef DEBUG in processSwTable()
679 #ifdef DEBUG in processSwTable()
690 #ifdef DEBUG in processTableLine()
[all …]
/aoo4110/main/pyuno/source/loader/
H A Dpythonloader.py31 DEBUG = 0 variable
45 if DEBUG == 1:
48 if DEBUG == 1:
54 if DEBUG == 1:
63 if DEBUG:
68 if DEBUG:
76 if DEBUG:
115 if DEBUG:
126 if DEBUG:
/aoo4110/main/jurt/com/sun/star/comp/servicemanager/
H A DServiceManager.java75 private static final boolean DEBUG = false; field in ServiceManager
77 private static final void DEBUG (String dbg) { in DEBUG() method in ServiceManager
78 if (DEBUG) System.err.println( dbg ); in DEBUG()
147 DEBUG("make loader"); in getLoader()
168 DEBUG ("try to add " + newImpls[i] ); in xaddFactories()
287 if (DEBUG) { in createInstanceWithArguments()
318 DEBUG(""); in queryServiceFactory()
320 DEBUG(""); in queryServiceFactory()
328 if (DEBUG) { in queryServiceFactory()
388 if (DEBUG) in createInstanceWithContext()
[all …]
/aoo4110/main/odk/settings/
H A Dsettings.mk34 DEBUG=no macro
36 DEBUG=yes macro
130 LIBRARY_LINK_FLAGS+=/DEBUG
131 EXE_LINK_FLAGS+=/DEBUG
211 ifeq "$(DEBUG)" "yes"
333 ifeq "$(DEBUG)" "yes"
456 ifeq "$(DEBUG)" "yes"
577 ifeq "$(DEBUG)" "yes"
610 ifeq "$(DEBUG)" "yes"
/aoo4110/main/ucb/source/ucp/gvfs/
H A Dgvfs_content.cxx124 #ifdef DEBUG in Content()
141 #ifdef DEBUG in Content()
295 #ifdef DEBUG in execute()
370 #ifdef DEBUG in execute()
381 #ifdef DEBUG in execute()
422 #ifdef DEBUG in execute()
500 #ifdef DEBUG in createNewContent()
507 #ifdef DEBUG in createNewContent()
555 #ifdef DEBUG in getParentURL()
678 #ifdef DEBUG in getPropertyValues()
[all …]
/aoo4110/main/apple_remote/
H A DRemoteControl.m53 #ifdef DEBUG
66 #ifdef DEBUG
75 #ifdef DEBUG
80 #ifdef DEBUG
92 #ifdef DEBUG
107 #ifdef DEBUG
131 #ifdef DEBUG
137 #ifdef DEBUG
/aoo4110/main/solenv/inc/
H A Dwntmsci10.mk220 LINKFLAGS=-NODEFAULTLIB -DEBUG:full -DEBUGTYPE:cv -INCREMENTAL:YES
224 LINKFLAGS+= -NODEFAULTLIB -DEBUG:full -DEBUGTYPE:cv
226 LINKFLAGS+= -NODEFAULTLIB -RELEASE -DEBUG:full
233 LINKFLAGS=-NODEFAULTLIB -DEBUG:full -DEBUGTYPE:cv
238 LINKFLAGS=/NODEFAULTLIB /DEBUG:full /DEBUGTYPE:cv
246 LINKFLAGSPROF=-DEBUG:mapped,partial -DEBUGTYPE:coff cap.lib
247 LINKFLAGSWST=-DEBUG:mapped,partial -DEBUGTYPE:coff wst.lib -NODEFAULTLIB
248 LINKFLAGSDEBUG=-DEBUG:full -DEBUGTYPE:cv
H A Dwntmsci11.mk247 LINKFLAGS+=-NODEFAULTLIB -INCREMENTAL:YES -DEBUG
253 LINKFLAGS+= -NODEFAULTLIB -DEBUG
255 LINKFLAGS+= -NODEFAULTLIB -RELEASE -DEBUG -INCREMENTAL:NO
262 LINKFLAGS=-NODEFAULTLIB -DEBUG
267 LINKFLAGS=-NODEFAULTLIB -DEBUG
280 LINKFLAGSPROF=/DEBUG:mapped,partial /DEBUGTYPE:coff cap.lib
281 LINKFLAGSWST=/DEBUG:mapped,partial /DEBUGTYPE:coff wst.lib /NODEFAULTLIB
282 LINKFLAGSDEBUG=-DEBUG
/aoo4110/main/accessibility/bridge/org/openoffice/java/accessibility/
H A DFrame.java183 if (Build.DEBUG) { in setComponentState()
194 if (Build.DEBUG) { in setComponentState()
285 if(Build.DEBUG) { in notifyEvent()
350 if (Build.DEBUG) { in windowActivated()
357 if (Build.DEBUG) { in windowClosed()
364 if (Build.DEBUG) { in windowClosing()
374 if (Build.DEBUG) { in windowDeactivated()
381 if (Build.DEBUG) { in windowDeiconified()
388 if (Build.DEBUG) { in windowIconified()
395 if (Build.DEBUG) { in windowOpened()
H A DDialog.java219 if (Build.DEBUG) { in setComponentState()
308 if(Build.DEBUG) { in notifyEvent()
373 if (Build.DEBUG) { in windowActivated()
380 if (Build.DEBUG) { in windowClosed()
387 if (Build.DEBUG) { in windowClosing()
397 if (Build.DEBUG) { in windowDeactivated()
404 if (Build.DEBUG) { in windowDeiconified()
411 if (Build.DEBUG) { in windowIconified()
418 if (Build.DEBUG) { in windowOpened()
/aoo4110/main/javaunohelper/com/sun/star/comp/helper/
H A DComponentContext.java61 private static final boolean DEBUG = false; field in ComponentContext
143 if (DEBUG) in getValueByName()
158 if (DEBUG) in getValueByName()
165 if (DEBUG) in getValueByName()
192 if (DEBUG) in getValueByName()
222 if (DEBUG) in dispose()
283 if (DEBUG) in dispose()
/aoo4110/main/jurt/test/com/sun/star/lib/uno/environments/remote/
H A DTestWorkAt.java30 private static final boolean DEBUG = false; field in TestWorkAt
58 …if(DEBUG) System.err.println("syncCall:" + _sync_counter + " " + _passedAync + " " + Thread.curren… in syncCall()
72 if(DEBUG) System.err.println("asyncCall:" + _async_counter + " " + Thread.currentThread()); in asyncCall()
76 if(DEBUG) System.err.println("increment - " + Thread.currentThread()); in increment()
83 if(DEBUG) System.err.println("\t\t\tnotifying me" + Thread.currentThread()); in notifyme()

Completed in 144 milliseconds

1234567891011