Home
last modified time | relevance | path

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

1234567891011

/AOO41X/main/scripting/java/com/sun/star/script/framework/container/
H A DUnoPkgContainer.java69 LogUtils.DEBUG("** getRegisterPackage ctx = " + containerUrl ); in getRegisteredUnoPkgContainer()
70 LogUtils.DEBUG("** getRegisterPackage for uri " + url ); in getRegisteredUnoPkgContainer()
71 LogUtils.DEBUG("** getRegisterPackage for langugage " + language ); 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()
96 LogUtils.DEBUG("RegisterPackage " + c + " for url " + url ); in registerPackageContainer()
107 LogUtils.DEBUG("In deRegisterPackageContainer for " + url ); in deRegisterPackageContainer()
141 LogUtils.DEBUG("***** deRegisterPackageContainer() got exception " + e ); in deRegisterPackageContainer()
144 LogUtils.DEBUG("Leaving deRegisterPackageContainer for " + url ); in deRegisterPackageContainer()
[all …]
H A DParcelContainer.java266 …LogUtils.DEBUG("Creating ParcelContainer for " + containerUrl + " loadParcels = " + loadParcels + … in ParcelContainer()
310 LogUtils.DEBUG("Error instantiating simplefile access "); in initSimpleFileAccess()
311 LogUtils.DEBUG( LogUtils.getTrace( e ) ); in initSimpleFileAccess()
406 LogUtils.DEBUG("About to load parcels from " + containerUrl ); in loadParcels()
409 LogUtils.DEBUG( getParcelContainerDir() + " is a folder " ); in loadParcels()
414 LogUtils.DEBUG("Processing " + children[ i ] ); in loadParcels()
423 …LogUtils.DEBUG("ParcelContainer.loadParcels caught " + e.getClass().getName() + " exception loadin… in loadParcels()
429 … LogUtils.DEBUG(" ParcelCOntainer.loadParcels " + getParcelContainerDir() + " is not a folder "); in loadParcels()
435 …LogUtils.DEBUG("ParcelContainer.loadParcels caught exception processing folders for " + getParcelC… in loadParcels()
436 LogUtils.DEBUG("TRACE: " + LogUtils.getTrace(e) ); in loadParcels()
[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()
/AOO41X/main/scripting/java/com/sun/star/script/framework/io/
H A DUCBStreamHandler.java54 LogUtils.DEBUG( "UCBStreamHandler ctor, scheme = " + scheme ); in UCBStreamHandler()
61 …LogUtils.DEBUG("**XUCBStreamHandler, parseURL: " + url + " spec: " + spec + " start: " + start + "… in parseURL()
69 LogUtils.DEBUG("**For scheme = " + m_ucbscheme ); in parseURL()
70 LogUtils.DEBUG("**Setting path = " + file ); in parseURL()
88 LogUtils.DEBUG("UCBConnectionHandler GetInputStream on " + url ); in getInputStream()
91 LogUtils.DEBUG("getInputStream straight file load" ); in getInputStream()
98 … LogUtils.DEBUG("getInputStream, load of file from another file eg. " + file + " from " + path ); in getInputStream()
103 LogUtils.DEBUG("UCBConnectionHandler getOutputStream on " + url ); in getOutputStream()
118 LogUtils.DEBUG("getOutputStream, create o/p stream for file eg. " + path ); in getOutputStream()
136 … LogUtils.DEBUG("caught exception: " + cae.toString() + " getting writable stream from " + url ); in getOutputStream()
[all …]
H A DXStorageHelper.java79 LogUtils.DEBUG("XStorageHelper ctor, path: " + path); in XStorageHelper()
94 LogUtils.DEBUG("XStorageHelper ctor, path chunks length: " + xStorages.length ); 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()
113 LogUtils.DEBUG("***** media type is " + mediaType ); in XStorageHelper()
139 LogUtils.DEBUG("Attempt to create new storage for " + name ); 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()
[all …]
/AOO41X/main/scripting/java/com/sun/star/script/framework/provider/beanshell/
H A DScriptProviderForBeanShell.java146 LogUtils.DEBUG( LogUtils.getTrace( e ) ); in ScriptImpl()
152 LogUtils.DEBUG("ScriptImpl [beanshell] script data = " + metaData ); in ScriptImpl()
324 LogUtils.DEBUG("Beanshell error RAW message " + e.getMessage()); in processBshException()
338 LogUtils.DEBUG("got instance of TargetError"); in processBshException()
349 LogUtils.DEBUG("About to parse " + toParse ); in processBshException()
353 LogUtils.DEBUG("First token = " + (String)tokenizer.nextElement()); in processBshException()
355 LogUtils.DEBUG("wrapped exception = = " + wrappedException ); in processBshException()
363 LogUtils.DEBUG("UnCaught Exception error: " ); in processBshException()
364 LogUtils.DEBUG("\tscript: " + script ); in processBshException()
365 LogUtils.DEBUG("\tline: " + lineNum ); in processBshException()
[all …]
/AOO41X/main/scripting/java/com/sun/star/script/framework/provider/java/
H A DScriptProviderForJava.java156 LogUtils.DEBUG( LogUtils.getTrace( e ) ); in ScriptImpl()
162 LogUtils.DEBUG("ScriptImpl [java] script data = " + metaData ); in ScriptImpl()
187 LogUtils.DEBUG( "** ScriptProviderForJava::invoke: Starting..." ); in invoke()
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()
262 LogUtils.DEBUG( "About to load Class " + className + " starting... " ); in invoke()
268 LogUtils.DEBUG("loadClass took: " + String.valueOf(end - start) + in invoke()
273 LogUtils.DEBUG( "class loaded ... " ); in invoke()
[all …]
/AOO41X/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()
111 LogUtils.DEBUG("** ProviderBrowseNode.getChildNodes(), container is " + container ); in getChildNodes()
123 LogUtils.DEBUG("*** Failed to create parcel node for " + parcels[ index ] ); in getChildNodes()
124 LogUtils.DEBUG( e.toString() ); in getChildNodes()
128 …LogUtils.DEBUG("**** For container named " + container.getName() + " with root path " + container.… in getChildNodes()
138 LogUtils.DEBUG("*** No container available"); in getChildNodes()
154 LogUtils.DEBUG("***** ProviderBrowseNode.hasChildNodes(): " + in hasChildNodes()
[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 …]
/AOO41X/main/scripting/java/com/sun/star/script/framework/provider/javascript/
H A DScriptProviderForJavaScript.java144 LogUtils.DEBUG( LogUtils.getTrace( e ) ); in ScriptImpl()
148 LogUtils.DEBUG("ScriptImpl [javascript] script data = " + metaData ); in ScriptImpl()
239 LogUtils.DEBUG("GOT A MODIFIED SOURCE"); in invoke()
292 … LogUtils.DEBUG( "Caught JavaScriptException exception for JavaScript type = " + jse.getClass() ); in invoke()
296 LogUtils.DEBUG( "\t message " + message ); in invoke()
297 LogUtils.DEBUG( "\t wrapped type " + wrap.getClass() ); in invoke()
298 LogUtils.DEBUG( "\t wrapped toString " + wrap.toString() ); 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()
[all …]
/AOO41X/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()
190 LogUtils.DEBUG( "uno message: " + e.getMessage()); in initialize()
195 LogUtils.DEBUG( "Couldn't create dialog" ); in initialize()
196 LogUtils.DEBUG( "message: " + e.getMessage()); in initialize()
261 LogUtils.DEBUG("run: x="+(((dialogW+cbIncrW)/2)-runButtonW -1) ); in createDialog()
[all …]
/AOO41X/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 …]
/AOO41X/main/scripting/java/com/sun/star/script/framework/provider/
H A DScriptProvider.java117 LogUtils.DEBUG( "ScriptProvider: constructor - start. " + language ); in ScriptProvider()
146 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()
202 LogUtils.DEBUG("creating Application, path: " + originalContextURL ); in initialize()
259 LogUtils.DEBUG("Modified Application path is: " + contextUrl ); 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()
[all …]
/AOO41X/main/sw/source/filter/ww8/
H A DWW8TableInfo.cxx366 #ifdef DEBUG in toString()
390 #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()
643 #ifdef DEBUG in processSwTable()
654 #ifdef DEBUG in processSwTable()
[all …]
/AOO41X/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:
/AOO41X/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()
312 DEBUG("queryServiceFactory for name " + serviceName ); in queryServiceFactory()
318 DEBUG(""); in queryServiceFactory()
319 DEBUG("aviable factories for " + serviceName +" "+ aviableFact); in queryServiceFactory()
320 DEBUG(""); in queryServiceFactory()
[all …]
/AOO41X/main/odk/settings/
H A Dsettings.mk34 DEBUG=no
36 DEBUG=yes
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"
/AOO41X/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 …]
/AOO41X/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
/AOO41X/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
/AOO41X/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()
/AOO41X/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()
/AOO41X/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()

1234567891011