Home
last modified time | relevance | path

Searched refs:OSL_TRACE (Results 51 – 75 of 504) sorted by relevance

12345678910>>...21

/trunk/main/fpicker/source/aqua/
H A DSalAquaPicker.cxx106 OSL_TRACE("NAVIGATIONSERVICES_OPEN"); in implInitialize()
113 OSL_TRACE("NAVIGATIONSERVICES_SAVE"); in implInitialize()
128 OSL_TRACE("Hiding extension"); in implInitialize()
134 OSL_TRACE("NAVIGATIONSERVICES_DIRECTORY"); in implInitialize()
141 OSL_TRACE("m_nDialogType is UNKNOWN: %d", m_nDialogType); in implInitialize()
146 OSL_TRACE("An error occurred while creating the dialog!"); in implInitialize()
183 OSL_TRACE("start dir: %s", [startDirectory UTF8String]); in run()
/trunk/main/basegfx/source/tools/
H A Ddebugplotter.cxx79 OSL_TRACE( "#!/usr/bin/gnuplot -persist\n", in outputHeader()
126 OSL_TRACE( " %f\t%f\n", rElem.first.getX(), rElem.first.getY() ); in outputPoint()
134 OSL_TRACE( " %f\t%f\n\n", rElem.first.getX(), rElem.first.getY() ); in outputVector()
153 OSL_TRACE( " %f\t%f\t%f\t%f\t%f\t%f\t%f\t%f\t%f\t%f\n\n", in outputRect()
258 OSL_TRACE( " cubicBezier(%f,%f,%f,%f,t), \\\n" in ~DebugPlotter()
281 OSL_TRACE( " '-' using ($1):($2) title \"Polygon %s\" with lp", in ~DebugPlotter()
342 OSL_TRACE( " %f,%f", in ~DebugPlotter()
407 OSL_TRACE( pStr ); in print()
/trunk/main/sd/source/ui/framework/module/
H A DModuleController.cxx197 OSL_TRACE("ModuleController::adding factory %s", in ProcessFactory()
207 OSL_TRACE(" %s", in ProcessFactory()
236 OSL_TRACE("ERROR in ModuleController::InstantiateStartupServices"); in InstantiateStartupServices()
268 OSL_TRACE("ModuleController::created startup service %s", in ProcessStartupService()
275 OSL_TRACE("ERROR in ModuleController::ProcessStartupServices"); in ProcessStartupService()
307 OSL_TRACE("creating resource %s", in requestResource()
317 OSL_TRACE("caught exception while creating factory."); in requestResource()
/trunk/main/scripting/source/runtimemgr/
H A DScriptRuntimeManager.cxx70 OSL_TRACE( "< ScriptRuntimeManager ctor called >\n" ); in ScriptRuntimeManager()
81 OSL_TRACE( "< ScriptRuntimeManager dtor called >\n" ); in ~ScriptRuntimeManager()
91 OSL_TRACE( "** ==> ScriptRuntimeManager in getScriptRuntime\n" ); in getScriptRuntime()
124 OSL_TRACE( "** ==> ScriptRuntimeManager in getScriptNameResolver\n" ); in getScriptNameResolver()
155 OSL_TRACE( "** ==> ScriptRuntimeManager in runtimemgr invoke\n" ); in invoke()
190 OSL_TRACE("Storage sid is: %d\n", resolvedSid); in invoke()
275OSL_TRACE( "** ==> ScriptRuntimeManager returned from invoke: %s\n", ::rtl::OUStringToOString( res… in invoke()
286 OSL_TRACE( "** ==> ScriptRuntimeManager in resolve\n" ); in resolve()
/trunk/main/sd/source/ui/framework/configuration/
H A DChangeRequestQueueProcessor.cxx52 OSL_TRACE(" %s\n", in TraceRequest()
107 OSL_TRACE("Adding requests to empty queue\n"); in AddRequest()
111 OSL_TRACE("Adding request\n"); in AddRequest()
131 OSL_TRACE("ChangeRequestQueueProcessor scheduling processing\n"); in StartProcessing()
168 OSL_TRACE("ProcessOneEvent\n"); in ProcessOneEvent()
190 OSL_TRACE("All requests are processed\n"); in ProcessOneEvent()
H A DConfigurationClassifier.cxx110 OSL_TRACE("copying resource ids to C1-C2\r"); in PartitionResources()
114 OSL_TRACE("copying resource ids to C2-C1\r"); in PartitionResources()
199 OSL_TRACE(" copying %s\r", in CopyResources()
209 OSL_TRACE(" copying %s\r", in CopyResources()
223 OSL_TRACE(pMessage); in TraceResourceIdVector()
228 OSL_TRACE(" %s\r", in TraceResourceIdVector()
H A DConfigurationController.cxx183 OSL_TRACE("ConfigurationController::disposing\n"); in disposing()
184 OSL_TRACE(" requesting empty configuration\n"); in disposing()
192 OSL_TRACE(" all requests processed\n"); in disposing()
340 OSL_TRACE("ConfigurationController::requestResourceActivation(): ignoring %s\n", in requestResourceActivation()
348 OSL_TRACE("ConfigurationController::requestResourceActivation() %s\n", in requestResourceActivation()
398 OSL_TRACE("ConfigurationController::requestResourceDeactivation() %s\n", in requestResourceDeactivation()
548 OSL_TRACE("ConfigurationController::restoreConfiguration(\n"); in restoreConfiguration()
/trunk/main/avmedia/source/gstreamer/
H A Dgstplayer.cxx185 OSL_TRACE( ">>> --------------------------------" ); in Player()
186 OSL_TRACE( ">>> Creating Player object with URL: %s", pURI->str ); in Player()
364 OSL_TRACE( "GStreamer method avmedia::gst::Player::setStopTime needs to be implemented" ); in setStopTime()
391 OSL_TRACE( "GStreamer method avmedia::gst::Player::setRate needs to be implemented" ); in setRate()
513 OSL_TRACE( ">>> Requested preferred video size is: %d x %d pixel", aSize.Width, aSize.Height ); in getPreferredPlayerWindowSize()
722 OSL_TRACE( ">>> Bin has element: %s", pElementName ); in implHandleNewElementFunc()
753 OSL_TRACE( ">>> Element %s has pad: %s", pElementName, pPadName ); in implHandleNewPadFunc()
774 OSL_TRACE( "\t>>> Pad has structure: %s", pStructName ); in implHandleNewPadFunc()
778OSL_TRACE( "\t\t>>> Structure has field: %s", gst_structure_nth_field_name( pStruct, n ) ); in implHandleNewPadFunc()
942 OSL_TRACE( ">>> Got Request to create XOverlay" ); in handleCreateWindow()
/trunk/main/slideshow/source/engine/OGLTrans/
H A DOGLTrans_Shaders.cxx97OSL_TRACE("checkpoint 1: shaders created (%d) vertex: %d fragment: %d", glGetError() == GL_NO_ERRO… in LinkProgram()
105 OSL_TRACE("vertex compile log: %s", log); in LinkProgram()
109 OSL_TRACE("fragment compile log: %s", log); in LinkProgram()
115 OSL_TRACE("checkpoint 2: shaders compiled (%d)", glGetError() == GL_NO_ERROR); in LinkProgram()
123 OSL_TRACE("program link log: %s", log); in LinkProgram()
129 OSL_TRACE("checkpoint 3: program linked (%d)", glGetError() == GL_NO_ERROR); in LinkProgram()
/trunk/main/cppuhelper/test/
H A Dtestimplhelper.cxx91 { OSL_TRACE( "> TestImpl dtor called... <\n" ); } in ~TestImpl()
127 { OSL_TRACE( "> TestWeakAggImpl dtor called... <\n" ); } in ~TestWeakAggImpl()
158 { OSL_TRACE( "> TestWeakImpl dtor called... <\n" ); } in ~TestWeakImpl()
204 { OSL_TRACE( "> TestWeakComponentImpl dtor called... <\n" ); } in ~TestWeakComponentImpl()
207 { OSL_TRACE( "> TestWeakComponentImpl disposing called... <\n" ); } in disposing()
240 { OSL_TRACE( "> TestWeakAggComponentImpl dtor called... <\n" ); } in ~TestWeakAggComponentImpl()
243 { OSL_TRACE( "> TestWeakAggComponentImpl disposing called... <\n" ); } in disposing()
292 { OSL_TRACE( "> TestWeakImplInh dtor called... <\n" ); } in ~TestImplInh()
306 { OSL_TRACE( "> TestAggImplInh dtor called... <\n" ); } in ~TestAggImplInh()
/trunk/main/avmedia/source/macavf/
H A Dmacavf_window.cxx47 OSL_TRACE ("Constructing an avmedia::macavf::Window"); in Window()
56 OSL_TRACE( "Found %d video and %d audio tracks.", nVideoCount, nAudioCount ); in Window()
95 OSL_TRACE( "AVPlayer::handleObservation key=\"%s\"", [pKeyPath UTF8String]); in handleObservation()
138 OSL_TRACE( "AVWindow::setPosSize( %dx%d%+d%+d)", (int)Width,(int)Height,(int)X,(int)Y);//###### in setPosSize()
171 OSL_TRACE ("Window::setVisible(%d)", bVisible); in setVisible()
179 OSL_TRACE ("Window::setEnable(%d)", bEnable); in setEnable()
187 OSL_TRACE ("Window::setFocus"); in setFocus()
/trunk/main/sd/source/ui/view/
H A DToolBarManager.cxx709 OSL_TRACE("resetting all tool bars\n"); in ResetAllToolBars()
801 OSL_TRACE("ToolBarManager::PreUpdate ["); in PreUpdate()
815 OSL_TRACE(" turning off tool bar %s", in PreUpdate()
823 OSL_TRACE("ToolBarManager::PreUpdate ]\n"); in PreUpdate()
846 OSL_TRACE("ToolBarManager::PostUpdate ["); in PostUpdate()
855 OSL_TRACE(" turning on tool bar %s", in PostUpdate()
863 OSL_TRACE("ToolBarManager::PostUpdate ]\n"); in PostUpdate()
884 OSL_TRACE("LockUpdate %d\n", mnLockCount); in LockUpdate()
904 OSL_TRACE("UnlockUpdate %d\n", mnLockCount); in UnlockUpdate()
1120 OSL_TRACE("LayouterLock %d", mxLayouter.is() ? 1 :0); in LayouterLock()
[all …]
H A DViewShellManager.cxx943 OSL_TRACE("Current SFX Stack\r"); in UpdateShellStack()
945 OSL_TRACE("Target Stack\r"); in UpdateShellStack()
969 OSL_TRACE("removing shell %p from stack\r", pShell); in UpdateShellStack()
980 OSL_TRACE("pushing shell %p on stack\r", *iTargetShell); in UpdateShellStack()
1005 OSL_TRACE("New current stack\r"); in UpdateShellStack()
1024 OSL_TRACE("TakeShellsFromStack(%p)\r", pShell); in TakeShellsFromStack()
1061 OSL_TRACE("removing shell %p from stack\r", pShellOnStack); in TakeShellsFromStack()
1080 OSL_TRACE("Sfx shell stack is:\r"); in TakeShellsFromStack()
1352 OSL_TRACE (" %p : %s\r", in DumpShellStack()
1356 OSL_TRACE(" null\r"); in DumpShellStack()
/trunk/main/ucb/source/ucp/webdav/
H A DCurlLockStore.cxx60 OSL_TRACE( "TickerThread::run: start." ); in run()
80 OSL_TRACE( "TickerThread: stop." ); in run()
187 OSL_TRACE("CurlLockStore::addLock: new lock added aOwner '%s', token '%s'", in addLock()
255OSL_TRACE( "CurlLockStore::refreshLocks: refresh started for lock: aOwner '%s', token '%s'", in refreshLocks()
267 OSL_TRACE( "Lock '%s' successfully refreshed." , in refreshLocks()
279OSL_TRACE( "CurlLockStore::refreshLocks: Lock '%s' not refreshed! (error: DAVException.mStatusCode… in refreshLocks()
/trunk/main/sal/osl/w32/
H A Dprocess.cxx519 OSL_TRACE("tried to receive %d, received %d.\n", in ReadPipe()
530 OSL_TRACE("tried to send %d, sent %d\n", in WritePipe()
547 OSL_TRACE("osl_sendResourcePipe: enter..."); in osl_sendResourcePipe()
579 OSL_TRACE("osl_sendResourcePipe: handle sent successfully, verify...\n"); in osl_sendResourcePipe()
588 OSL_TRACE("osl_sendResourcePipe: exit... %d\n", bRet); in osl_sendResourcePipe()
606 OSL_TRACE("osl_receiveResourcePipe: enter...\n"); in osl_receiveResourcePipe()
621 OSL_TRACE("osl_receiveResourcePipe: UKNOWN\n"); in osl_receiveResourcePipe()
633 OSL_TRACE("osl_receiveResourcePipe: exit... %d, %p\n", bRet, pSocket); in osl_receiveResourcePipe()
/trunk/main/sd/source/ui/accessibility/
H A DAccessibleOutlineView.cxx109 OSL_TRACE ("~AccessibleOutlineView"); in ~AccessibleOutlineView()
261 OSL_TRACE ("AccessibleOutlineView::propertyChange"); in propertyChange()
266 OSL_TRACE (" current page changed"); in propertyChange()
274 OSL_TRACE (" visible area changed"); in propertyChange()
281 OSL_TRACE (" unhandled"); in propertyChange()
283 OSL_TRACE (" done"); in propertyChange()
/trunk/main/sd/source/ui/sidebar/
H A DPanelBase.cxx39 OSL_TRACE("created PanelBase at %x for parent %x", this, pParentWindow); in PanelBase()
51 OSL_TRACE("deleting wrapped control at %x", mpWrappedControl.get()); in ~PanelBase()
53 OSL_TRACE("deleting PanelBase at %x from parent %x", this, GetParent()); in ~PanelBase()
62 OSL_TRACE("PanelBase::DisposeL: deleting wrapped control at %x", mpWrappedControl.get()); in Dispose()
121OSL_TRACE("created wrapped control at %x for parent PanelBase at %x", mpWrappedControl.get(), this… in ProvideWrappedControl()
/trunk/main/xmloff/source/core/
H A DRDFaImportHelper.cxx212 OSL_TRACE( "ReadCURIE: invalid CURIE: invalid prefix" ); in ReadCURIE()
218 OSL_TRACE( "ReadCURIE: invalid CURIE: no prefix" ); in ReadCURIE()
243 OSL_TRACE( "ReadCURIEs: invalid CURIEs" ); in ReadCURIEs()
260 OSL_TRACE( "ReadURIOrSafeCURIE: invalid SafeCURIE" ); in ReadURIOrSafeCURIE()
268 OSL_TRACE( "ReadURIOrSafeCURIE: invalid URI: scheme is _" ); in ReadURIOrSafeCURIE()
297 OSL_TRACE("MakeURI: cannot create URI for blank node"); in MakeURI()
427 OSL_TRACE("AddRDFa: invalid input: xhtml:property empty"); in ParseRDFa()
/trunk/main/sc/source/ui/vba/testvba/
H A Dtestvba.cxx156 OSL_TRACE( "processing %s", rtl::OUStringToOString( sUrl, RTL_TEXTENCODING_UTF8 ).getStr() ); in proccessDocument()
194OSL_TRACE("Got script for doc %s", rtl::OUStringToOString( sUrl, RTL_TEXTENCODING_UTF8 ).getStr() … in proccessDocument()
208OSL_TRACE("new logfile location is %s ", rtl::OUStringToOString( newLocation, RTL_TEXTENCODING_UTF… in proccessDocument()
216OSL_TRACE("new logfile location is %s ", rtl::OUStringToOString( newLocation, RTL_TEXTENCODING_UTF… in proccessDocument()
299 OSL_TRACE("Attempting to bootstrap normal"); in main()
302 OSL_TRACE("got servicemanager"); in main()
306 OSL_TRACE("got desktop"); in main()
/trunk/main/cui/source/options/
H A Doptinet2.cxx332 OSL_TRACE( "SvxProxyTabPage::ReadConfigData_Impl: NoSuchElementException caught" ); in ReadConfigData_Impl()
336 OSL_TRACE( "SvxProxyTabPage::ReadConfigData_Impl: WrappedTargetException caught" ); in ReadConfigData_Impl()
340 OSL_TRACE( "SvxProxyTabPage::ReadConfigData_Impl: RuntimeException caught" ); in ReadConfigData_Impl()
399 OSL_TRACE( "SvxProxyTabPage::RestoreConfigDefaults_Impl: WrappedTargetException caught" ); in ReadConfigDefaults_Impl()
404 OSL_TRACE( "SvxProxyTabPage::RestoreConfigDefaults_Impl: RuntimeException caught" ); in ReadConfigDefaults_Impl()
442 OSL_TRACE( "SvxProxyTabPage::RestoreConfigDefaults_Impl: RuntimeException caught" ); in RestoreConfigDefaults_Impl()
545 OSL_TRACE( "SvxProxyTabPage::FillItemSet: IllegalArgumentException caught" ); in FillItemSet()
549 OSL_TRACE( "SvxProxyTabPage::FillItemSet: UnknownPropertyException caught" ); in FillItemSet()
553 OSL_TRACE( "SvxProxyTabPage::FillItemSet: PropertyVetoException caught" ); in FillItemSet()
557 OSL_TRACE( "SvxProxyTabPage::FillItemSet: WrappedTargetException caught" ); in FillItemSet()
[all …]
/trunk/main/sfx2/source/doc/
H A DMetadatable.cxx678 OSL_TRACE("TryRegisterMetadatable: %p (%s#%s)\n", &i_rObject, in TryRegisterMetadatable()
729 OSL_TRACE("RegisterMetadatableAndCreateID: %p\n", &i_rObject); in RegisterMetadatableAndCreateID()
772 OSL_TRACE("UnregisterMetadatable: %p\n", &i_rObject); in UnregisterMetadatable()
790 OSL_TRACE("RemoveXmlIdForElement: %p\n", &i_rObject); in RemoveXmlIdForElement()
807 OSL_TRACE("RegisterCopy: %p -> %p (%d)\n", in RegisterCopy()
850 OSL_TRACE("CreateUndo: %p\n", &i_rObject); in CreateUndo()
1112 OSL_TRACE("TryRegisterMetadatable: %p (%s#%s)\n", &i_rObject, in TryRegisterMetadatable()
1164 OSL_TRACE("RegisterMetadatableAndCreateID: %p\n", &i_rObject); in RegisterMetadatableAndCreateID()
1198 OSL_TRACE("UnregisterMetadatable: %p\n", &i_rObject); in UnregisterMetadatable()
1218 OSL_TRACE("RemoveXmlIdForElement: %p\n", &i_rObject); in RemoveXmlIdForElement()
[all …]
/trunk/main/sal/osl/unx/
H A Dsemaphor.c65 OSL_TRACE("osl_createSemaphore failed. Errno: %d; %s\n", in osl_createSemaphore()
183 OSL_TRACE("osl_createSemaphore failed (semget). Errno: %d; %s\n", in osl_createSemaphore()
197 OSL_TRACE("osl_createSemaphore failed (semctl(SETVAL)). Errno: %d; %s\n", in osl_createSemaphore()
203 OSL_TRACE("semctl(IPC_RMID) failed. Errno: %d; %s\n", errno, strerror(errno)); in osl_createSemaphore()
228 OSL_TRACE("osl_destroySemaphore failed. (semctl(IPC_RMID)). Errno: %d; %s\n", in osl_destroySemaphore()
H A Dthread.c301 OSL_TRACE("osl_thread_create_Impl(): errno: %d, %s\n", nRet, strerror(nRet)); in osl_thread_create_Impl()
571 OSL_TRACE( in osl_setThreadName()
736 OSL_TRACE("failed to get priority of thread [%s]\n",strerror(nRet)); in osl_thread_priority_init_Impl()
752 OSL_TRACE("Min Prioriy for policy '%i' == '%i'\n",policy,nRet); in osl_thread_priority_init_Impl()
764 OSL_TRACE("Max Prioriy for policy '%i' == '%i'\n",policy,nRet); in osl_thread_priority_init_Impl()
787 OSL_TRACE("failed to change base priority of thread [%s]\n",strerror(nRet)); in osl_thread_priority_init_Impl()
788OSL_TRACE("Thread ID '%i', Policy '%i', Priority '%i'\n",pthread_self(),policy,param.sched_priorit… in osl_thread_priority_init_Impl()
877 OSL_TRACE("failed to change thread priority [%s]\n",strerror(nRet)); in osl_setThreadPriority()
/trunk/main/sdext/source/pdfimport/tree/
H A Dgenericelements.cxx102 OSL_TRACE( "%*s<%s %p> (%.1f,%.1f)+(%.1fx%.1f)\n", in emitStructure()
107 OSL_TRACE( "%*s</%s>\n", nLevel, "", typeid( *this ).name() ); in emitStructure()
173 OSL_TRACE( "%*s<%s %p>\n", nLevel, "", typeid( *this ).name(), this ); in emitStructure()
174 OSL_TRACE( "path=" ); in emitStructure()
183 OSL_TRACE( " (%g,%g)", aPoint.getX(), aPoint.getY() ); in emitStructure()
185 OSL_TRACE( "\n" ); in emitStructure()
189 OSL_TRACE( "%*s</%s>\n", nLevel, "", typeid( *this ).name() ); in emitStructure()
/trunk/main/basic/source/classes/
H A Dsbxmod.cxx2231 OSL_TRACE("*********** Registering the listeners"); in FormObjEventListenerImpl()
2265 OSL_TRACE("*********** Removing the listeners"); in removeListener()
2409 OSL_TRACE("** Userform/Dialog disposing"); in disposing()
2495 OSL_TRACE("**** SbUserFormModule::triggerDeactivate"); in triggerDeactivateEvent()
2503 OSL_TRACE("**** SbUserFormModule::triggerInitializeEvent"); in triggerInitializeEvent()
2511 OSL_TRACE("**** SbUserFormModule::triggerTerminateEvent"); in triggerTerminateEvent()
2558 OSL_TRACE("** load() "); in Load()
2567 OSL_TRACE("** Unload() "); in Unload()
2593 OSL_TRACE("Attempting too run the UnloadObjectMethod"); in Unload()
2600 OSL_TRACE("Showing %d", bWaitForDispose ); in Unload()
[all …]

Completed in 175 milliseconds

12345678910>>...21