Home
last modified time | relevance | path

Searched refs:OSL_TRACE (Results 1 – 25 of 504) sorted by relevance

12345678910>>...21

/trunk/main/mysqlc/source/
H A Dmysqlc_resultset.cxx60 OSL_TRACE("OResultSet::getImplementationName"); in getImplementationName()
70 OSL_TRACE("OResultSet::getSupportedServiceNames"); in getSupportedServiceNames()
83 OSL_TRACE("OResultSet::supportsService"); in supportsService()
104 OSL_TRACE("OResultSet::OResultSet"); in OResultSet()
118 OSL_TRACE("OResultSet::~OResultSet"); in ~OResultSet()
126 OSL_TRACE("OResultSet::disposing"); in disposing()
141 OSL_TRACE("OResultSet::queryInterface"); in queryInterface()
155 OSL_TRACE("OResultSet::getTypes"); in getTypes()
169 OSL_TRACE("OResultSet::findColumn"); in findColumn()
194 OSL_TRACE("OResultSet::getBinaryStream"); in getBinaryStream()
[all …]
H A Dmysqlc_statement.cxx66 OSL_TRACE("OCommonStatement::OCommonStatement"); in OCommonStatement()
75 OSL_TRACE("OCommonStatement::~OCommonStatement"); in ~OCommonStatement()
83 OSL_TRACE("OCommonStatement::disposeResultSet"); in disposeResultSet()
94 OSL_TRACE("OCommonStatement::disposing"); in disposing()
115 OSL_TRACE("OCommonStatement::queryInterface"); in queryInterface()
129 OSL_TRACE("OCommonStatement::getTypes"); in getTypes()
143 OSL_TRACE("OCommonStatement::cancel"); in cancel()
155 OSL_TRACE("OCommonStatement::close"); in close()
173 OSL_TRACE("OStatement::clearBatch"); in clearBatch()
183 OSL_TRACE("OCommonStatement::execute"); in execute()
[all …]
H A Dmysqlc_connection.cxx79 OSL_TRACE("OConnection::OConnection"); in OConnection()
88 OSL_TRACE("OConnection::~OConnection"); in ~OConnection()
101 OSL_TRACE("OConnection::release"); in release()
114 OSL_TRACE("OConnection::construct"); in construct()
227 OSL_TRACE("clientlib=%s", mysqlLib.c_str()); in construct()
230 OSL_TRACE("hostName=%s", host_str.c_str()); in construct()
231 OSL_TRACE("port=%i", int(nPort)); in construct()
232 OSL_TRACE("userName=%s", user_str.c_str()); in construct()
233 OSL_TRACE("password=%s", pass_str.c_str()); in construct()
234 OSL_TRACE("schema=%s", schema_str.c_str()); in construct()
[all …]
H A Dmysqlc_preparedstatement.cxx68 OSL_TRACE("OPreparedStatement::OPreparedStatement"); in OPreparedStatement()
84 OSL_TRACE("OPreparedStatement::~OPreparedStatement"); in ~OPreparedStatement()
93 OSL_TRACE("OPreparedStatement::acquire"); in acquire()
103 OSL_TRACE("OPreparedStatement::release"); in release()
113 OSL_TRACE("OPreparedStatement::queryInterface"); in queryInterface()
127 OSL_TRACE("OPreparedStatement::getTypes"); in getTypes()
137 OSL_TRACE("OPreparedStatement::getMetaData"); in getMetaData()
162 OSL_TRACE("OPreparedStatement::close"); in close()
185 OSL_TRACE("OPreparedStatement::execute"); in execute()
204 OSL_TRACE("OPreparedStatement::executeUpdate"); in executeUpdate()
[all …]
H A Dmysqlc_resultsetmetadata.cxx45 OSL_TRACE("OResultSetMetaData::getColumnDisplaySize"); in getColumnDisplaySize()
63 OSL_TRACE("OResultSetMetaData::getColumnType"); in getColumnType()
86 OSL_TRACE("OResultSetMetaData::getColumnCount"); in getColumnCount()
103 OSL_TRACE("OResultSetMetaData::isCaseSensitive"); in isCaseSensitive()
122 OSL_TRACE("OResultSetMetaData::getSchemaName"); in getSchemaName()
141 OSL_TRACE("OResultSetMetaData::getColumnName"); in getColumnName()
160 OSL_TRACE("OResultSetMetaData::getTableName"); in getTableName()
179 OSL_TRACE("OResultSetMetaData::getCatalogName"); in getCatalogName()
198 OSL_TRACE("OResultSetMetaData::getColumnTypeName"); in getColumnTypeName()
217 OSL_TRACE("OResultSetMetaData::getColumnLabel"); in getColumnLabel()
[all …]
/trunk/main/sal/osl/unx/
H A Dprofile.c201 OSL_TRACE("In osl_openProfile\n"); in osl_psz_openProfile()
207 OSL_TRACE("opening '%s'\n",pszProfileName); in osl_psz_openProfile()
210 OSL_TRACE("with osl_Profile_DEFAULT\n"); in osl_psz_openProfile()
214 OSL_TRACE("with osl_Profile_SYSTEM\n"); in osl_psz_openProfile()
218 OSL_TRACE("with osl_Profile_READLOCK\n"); in osl_psz_openProfile()
222 OSL_TRACE("with osl_Profile_WRITELOCK\n"); in osl_psz_openProfile()
226 OSL_TRACE("with osl_Profile_FLUSHWRITE\n"); in osl_psz_openProfile()
234 OSL_TRACE("Out osl_openProfile [not opened]\n"); in osl_psz_openProfile()
266 OSL_TRACE("Out osl_openProfile [ok]\n"); in osl_psz_openProfile()
277 OSL_TRACE("In osl_closeProfile\n"); in osl_closeProfile()
[all …]
H A Dconditn.c63 OSL_TRACE("osl_createCondition : condition init failed. Errno: %d; '%s'\n", in osl_createCondition()
73 OSL_TRACE("osl_createCondition : mutex init failed. Errno: %d; %s\n", in osl_createCondition()
79 OSL_TRACE("osl_createCondition : destroy condition failed. Errno: %d; '%s'\n", in osl_createCondition()
105 OSL_TRACE("osl_destroyCondition : destroy condition failed. Errno: %d; '%s'\n", in osl_destroyCondition()
111 OSL_TRACE("osl_destroyCondition : destroy mutex failed. Errno: %d; '%s'\n", in osl_destroyCondition()
140 OSL_TRACE("osl_setCondition : mutex lock failed. Errno: %d; %s\n", in osl_setCondition()
149 OSL_TRACE("osl_setCondition : condition broadcast failed. Errno: %d; %s\n", in osl_setCondition()
158 OSL_TRACE("osl_setCondition : mutex unlock failed. Errno: %d; %s\n", in osl_setCondition()
187 OSL_TRACE("osl_resetCondition : mutex lock failed. Errno: %d; %s\n", in osl_resetCondition()
197 OSL_TRACE("osl_resetCondition : mutex unlock failed. Errno: %d; %s\n", in osl_resetCondition()
[all …]
H A Dpipe.c204 OSL_TRACE("osl_createPipe socket failed. Errno: %d; %s\n",errno, strerror(errno)); in osl_psz_createPipe()
217OSL_TRACE("osl_createPipe failed changing socket flags. Errno: %d; %s\n",errno,strerror(errno)); in osl_psz_createPipe()
223 OSL_TRACE("osl_createPipe : Pipe Name '%s'",name); in osl_psz_createPipe()
243OSL_TRACE("osl_createPipe : Pipe already in use. Errno: %d; %s\n",errno,strerror(errno)); in osl_psz_createPipe()
255OSL_TRACE("osl_createPipe : failed to bind socket. Errno: %d; %s\n",errno,strerror(errno)); in osl_psz_createPipe()
272 OSL_TRACE("osl_createPipe failed to listen. Errno: %d; %s\n",errno,strerror(errno)); in osl_psz_createPipe()
290 OSL_TRACE("osl_createPipe failed to connect. Errno: %d; %s\n",errno,strerror(errno)); in osl_psz_createPipe()
353 OSL_TRACE("osl_destroyPipe : Pipe Name '%s'",pPipe->m_Name); in osl_closePipe()
378 OSL_TRACE("shutdown in destroyPipe failed : '%s'\n",strerror(errno)); in osl_closePipe()
384 OSL_TRACE("close in destroyPipe failed : '%s'\n",strerror(errno)); in osl_closePipe()
[all …]
/trunk/main/scripting/source/storage/
H A DScriptSecurityManager.cxx86 OSL_TRACE( "< ScriptSecurityManager ctor called >\n" ); in ScriptSecurityManager()
102 OSL_TRACE( "ScriptSecurityManager::addScriptStorage: already called for %s", in addScriptStorage()
123 OSL_TRACE( "ScriptSecurityManager::addScriptStorage: caught RuntimeException: %s", in addScriptStorage()
135 OSL_TRACE("never run"); in addScriptStorage()
140 OSL_TRACE("according to path"); in addScriptStorage()
143 OSL_TRACE( "no of elts in path list = %d", in addScriptStorage()
148 OSL_TRACE("path match & warning dialog"); in addScriptStorage()
150 OSL_TRACE("result = %d", (int)result); in addScriptStorage()
159 OSL_TRACE("path match & no warning dialog"); in addScriptStorage()
165 OSL_TRACE("no path match & confirmation dialog"); in addScriptStorage()
[all …]
H A DScriptStorage.cxx85 OSL_TRACE( "< ScriptStorage ctor called >\n" ); in ScriptStorage()
116 OSL_TRACE( "Getting propertyset for Lang=%s", in ScriptStorage()
130 OSL_TRACE( "Adding Lang=%s, Extn=%s\n", in ScriptStorage()
145 OSL_TRACE( "< ScriptStorage dtor called >\n" ); in ~ScriptStorage()
154 OSL_TRACE( "Entering ScriptStorage::initialize\n" ); in initialize()
170 OSL_TRACE( "ScriptStorage::initialize: got wrong number of args\n" ); in initialize()
198 OSL_TRACE( "uri: %s\n", ::rtl::OUStringToOString( in initialize()
221 OSL_TRACE( "caught com::sun::star::uno::RuntimeException in ScriptStorage::initialize" ); in initialize()
228 OSL_TRACE( "caught com::sun::star::uno::Exception in ScriptStorage::initialize" ); in initialize()
236 OSL_TRACE( "caught unknown Exception in ScriptStorage::initialize" ); in initialize()
[all …]
H A DScriptMetadataImporter.cxx52 OSL_TRACE( "< ScriptMetadataImporter ctor called >\n" ); in ScriptMetadataImporter()
59 OSL_TRACE( "< ScriptMetadataImporter dtor called >\n" ); in ~ScriptMetadataImporter()
100 OSL_TRACE( "ScriptMetadataImporter: Start the parser\n" ); in parseMetaData()
130 OSL_TRACE( "ScriptMetadataImporter: Parser finished\n "); in parseMetaData()
132 OSL_TRACE( "ScriptMetadataImporter: vector size is %d\n", in parseMetaData()
141 OSL_TRACE( "ScriptMetadataImporter: startCDATA()\n" ); in startCDATA()
148 OSL_TRACE( "ScriptMetadataImporter: endDATA()\n" ); in endCDATA()
155 OSL_TRACE( "ScriptMetadataImporter: comment()\n" ); in comment()
162 OSL_TRACE( "ScriptMetadataImporter: allowLineBreak()\n" ); in allowLineBreak()
169 OSL_TRACE( "ScriptMetadataImporter: unknown()\n" ); in unknown()
[all …]
H A DScriptStorageManager.cxx72 OSL_TRACE( "< ScriptStorageManager ctor called >\n" ); in ScriptStorageManager()
152 OSL_TRACE( "creating storage for: %s\n", in setupAnyStorage()
173 OSL_TRACE( "\tcreated with ID=%d\n", m_count - 1 ); in setupAnyStorage()
191 OSL_TRACE( "< ScriptStorageManager dtor called >\n" ); in ~ScriptStorageManager()
203 OSL_TRACE( "** ==> ScriptStorageManager in createScriptingStorage\n" ); in createScriptStorage()
216 OSL_TRACE( "** ==> ScriptStorageManager in createScriptingStorageWithURI\n" ); in createScriptStorageWithURI()
228 OSL_TRACE( "ScriptStorageManager::createScriptStorage: will not display security dialogs" ); in createScriptStorageWithURI()
244 OSL_TRACE("Creating new storage for %s", in createScriptStorageWithURI()
251 OSL_TRACE("Using existing storage for %s", in createScriptStorageWithURI()
289 OSL_TRACE( "** ==> ScriptStorageManager in getStorageInstance\n" ); in getScriptStorage()
[all …]
H A DXMLElement.cxx40 OSL_TRACE( "XMLElement::addAttribute\n" ); in addAttribute()
50 OSL_TRACE( "XMLElement::addSubElement\n" ); in addSubElement()
59 OSL_TRACE( "XMLElement::getSubElement\n" ); in getSubElement()
67 OSL_TRACE( "+++++ XMLElement::dumpSubElement\n" ); in dumpSubElements()
79 OSL_TRACE( "XMLElement::dump" ); in dump()
82 OSL_TRACE( "XMLElement::dump starting %s",::rtl::OUStringToOString( in dump()
95 OSL_TRACE( "XMLElement::dump ending %s",::rtl::OUStringToOString( in dump()
104 OSL_TRACE( "XMLElement::getLength\n" ); in getLength()
113 OSL_TRACE( "XMLElement::getNameByIndex\n" ); in getNameByIndex()
123 OSL_TRACE( "XMLElement::getTypeByIndex\n" ); in getTypeByIndex()
[all …]
/trunk/main/fpicker/source/aqua/
H A DControlHelper.cxx170 OSL_TRACE(" preview checkbox cannot be changed"); in enableControl()
179 OSL_TRACE( "enable" ); in enableControl()
181 OSL_TRACE( "disable" ); in enableControl()
185 OSL_TRACE("enable unknown control %d", nControlId ); in enableControl()
200 OSL_TRACE("Get label for unknown control %d", nControlId); in getLabel()
242 OSL_TRACE("Control not found to set label for"); in setLabel()
259 OSL_TRACE(" value for preview is unchangeable"); in setValue()
265 OSL_TRACE("enable unknown control %d", nControlId); in setValue()
272 OSL_TRACE(" value is a bool: %d", bChecked); in setValue()
276 OSL_TRACE("Can't set value on button / list %d %d", in setValue()
[all …]
H A DCFStringUtilities.hxx51 OSL_TRACE(">>> %s", __func__); in DBG_PRINT_ENTRY()
55 OSL_TRACE(">>> %s::%s", classname, methodname); in DBG_PRINT_ENTRY()
59 OSL_TRACE(">>> %s::%s%s%s = %s", classname, methodname, PARAMFILLER, param1, value1); in DBG_PRINT_ENTRY()
63OSL_TRACE(">>> %s::%s%s%s = %s", classname, methodname, PARAMFILLER, param1, OUStringToOString(val… in DBG_PRINT_ENTRY()
67 OSL_TRACE(">>> %s::%s%s%s =", classname, methodname, PARAMFILLER, param1); in DBG_PRINT_ENTRY()
74 OSL_TRACE(">>> %s::%s%s%s =", classname, methodname, PARAMFILLER, param1); in DBG_PRINT_ENTRY()
81 OSL_TRACE(">>> %s::%s%s%s = %d", classname, methodname, PARAMFILLER, param1, value1); in DBG_PRINT_ENTRY()
85OSL_TRACE(">>> %s::%s%s%s = %s%s%s = %d", classname, methodname, PARAMFILLER, param1, value1, PARA… in DBG_PRINT_ENTRY()
89OSL_TRACE(">>> %s::%s%s%s = %s%s%s = %s", classname, methodname, PARAMFILLER, param1, value1, PARA… in DBG_PRINT_ENTRY()
93OSL_TRACE(">>> %s::%s%s%s = %d%s%s = %d", classname, methodname, PARAMFILLER, param1, value1, PARA… in DBG_PRINT_ENTRY()
[all …]
H A DSalAquaFilePicker.cxx215 OSL_TRACE("no dash present in window title"); in execute()
218 OSL_TRACE("couldn't get window title"); in execute()
221 OSL_TRACE("no front window found"); in execute()
236 OSL_TRACE("The dialog returned OK"); in execute()
241 OSL_TRACE("The dialog was cancelled by the user!"); in execute()
269OSL_TRACE("dialog allows multi-selection? %d", [(NSOpenPanel*)m_pDialog allowsMultipleSelection]); in setMultiSelectionMode()
330 OSL_TRACE("# of items: %d", nFiles); in getFiles()
337 OSL_TRACE("handling %s", [[url description] UTF8String]); in getFiles()
357OSL_TRACE("Returned file in getFiles: \"%s\".", OUStringToOString(sFileOrDirURL, RTL_TEXTENCODING_… in getFiles()
387 OSL_TRACE( "Setting current filter to %s", in setCurrentFilter()
[all …]
/trunk/main/sw/source/filter/ww8/
H A Drtfattributeoutput.cxx410 OSL_TRACE("%s", OSL_THIS_FUNC); in RTLAndCJKState()
448 OSL_TRACE("%s", OSL_THIS_FUNC); in StartParagraph()
497 OSL_TRACE("%s", OSL_THIS_FUNC); in EndParagraph()
531 OSL_TRACE("%s", OSL_THIS_FUNC); in EmptyParagraph()
538 OSL_TRACE("%s", OSL_THIS_FUNC); in StartParagraphProperties()
586 OSL_TRACE("%s", OSL_THIS_FUNC); in EndParagraphProperties()
593 OSL_TRACE("%s", OSL_THIS_FUNC); in StartRun()
605 OSL_TRACE("%s", OSL_THIS_FUNC); in EndRun()
613 OSL_TRACE("%s", OSL_THIS_FUNC); in StartRunProperties()
619 OSL_TRACE("%s", OSL_THIS_FUNC); in EndRunProperties()
[all …]
H A Drtfexport.cxx157 OSL_TRACE("%s", OSL_THIS_FUNC); in AppendBookmarks()
185 OSL_TRACE("%s", OSL_THIS_FUNC); in AppendBookmark()
204 OSL_TRACE("%s", OSL_THIS_FUNC); in WriteChar()
254 OSL_TRACE("%s start", OSL_THIS_FUNC); in WriteNumbering()
267 OSL_TRACE("%s end", OSL_THIS_FUNC); in WriteNumbering()
272 OSL_TRACE("%s", OSL_THIS_FUNC); in WriteRevTab()
306 OSL_TRACE("%s", OSL_THIS_FUNC); in WriteHeadersFooters()
331 OSL_TRACE("%s", OSL_THIS_FUNC); in OutputField()
338 OSL_TRACE("TODO: %s", OSL_THIS_FUNC); in WriteFormData()
343 OSL_TRACE("TODO: %s", OSL_THIS_FUNC); in WriteHyperlinkData()
[all …]
/trunk/main/oox/source/ppt/
H A Dtimenode.cxx97 OSL_TRACE( "OOX: uhandled type %x", nNodeType ); in getServiceName()
179 OSL_TRACE("fixMainSequenceTiming(), exception caught!" ); in fixMainSequenceTiming()
205 OSL_TRACE("fixInteractiveSequenceTiming(), exception caught!" ); in fixInteractiveSequenceTiming()
220 OSL_TRACE( "OOX: exception raised in TimeNode::addNode() - %s", in addNode()
340 OSL_TRACE( "any >>= failed %d", __LINE__ ); in setNode()
351 OSL_TRACE( "any >>= failed %d", __LINE__ ); in setNode()
362 OSL_TRACE( "any >>= failed %d", __LINE__ ); in setNode()
374 OSL_TRACE( "any >>= failed %d", __LINE__ ); in setNode()
386 OSL_TRACE( "any >>= failed %d", __LINE__ ); in setNode()
397 OSL_TRACE( "any >>= failed %d", __LINE__ ); in setNode()
[all …]
/trunk/main/sal/osl/w32/
H A Dprofile.cxx193 OSL_TRACE("In osl_openProfile\n"); in osl_openProfile()
216 OSL_TRACE("with osl_Profile_DEFAULT \n"); in osl_openProfile()
220 OSL_TRACE("with osl_Profile_SYSTEM \n"); in osl_openProfile()
224 OSL_TRACE("with osl_Profile_READLOCK \n"); in osl_openProfile()
228 OSL_TRACE("with osl_Profile_WRITELOCK \n"); in osl_openProfile()
236 OSL_TRACE("with osl_Profile_FLUSHWRITE \n"); in osl_openProfile()
243 OSL_TRACE("Out osl_openProfile [not opened]\n"); in osl_openProfile()
270 OSL_TRACE("Out osl_openProfile [ok]\n"); in osl_openProfile()
283 OSL_TRACE("In osl_closeProfile\n"); in osl_closeProfile()
289 OSL_TRACE("Out osl_closeProfile [profile==0]\n"); in osl_closeProfile()
[all …]
/trunk/main/sal/osl/os2/
H A Dprofile.c202 OSL_TRACE("In osl_openProfile\n"); in osl_openProfile()
224 OSL_TRACE("with osl_Profile_DEFAULT \n"); in osl_openProfile()
228 OSL_TRACE("with osl_Profile_SYSTEM \n"); in osl_openProfile()
232 OSL_TRACE("with osl_Profile_READLOCK \n"); in osl_openProfile()
236 OSL_TRACE("with osl_Profile_WRITELOCK \n"); in osl_openProfile()
244 OSL_TRACE("with osl_Profile_FLUSHWRITE \n"); in osl_openProfile()
252 OSL_TRACE("Out osl_openProfile [not opened]\n"); in osl_openProfile()
277 OSL_TRACE("Out osl_openProfile [ok]\n"); in osl_openProfile()
290 OSL_TRACE("In osl_closeProfile\n"); in osl_closeProfile()
296 OSL_TRACE("Out osl_closeProfile [profile==0]\n"); in osl_closeProfile()
[all …]
/trunk/main/scripting/source/runtimemgr/
H A DScriptNameResolverImpl.cxx71 OSL_TRACE( "< ScriptNameResolverImpl ctor called >\n" ); in ScriptNameResolverImpl()
95 OSL_TRACE( "< ScriptNameResolverImpl dtor called >\n" ); in ~ScriptNameResolverImpl()
110 OSL_TRACE( "ScriptNameResolverImpl::resolve: in resolve - start" ); in resolve()
128 OSL_TRACE( "ScriptNameResolverImpl::resolve: in resolve - got anyUri" ); in resolve()
163 OSL_TRACE( in resolve()
168 OSL_TRACE( "ScriptNameResolverImpl::resolve Starting..." ); in resolve()
186 OSL_TRACE("Full resolution available, search document"); in resolve()
192 OSL_TRACE("Full resolution available, search user"); in resolve()
199 OSL_TRACE("Full resolution available, search share"); in resolve()
206 OSL_TRACE("Full resolution available, create & search filesystem"); in resolve()
[all …]
/trunk/main/avmedia/source/macavf/
H A Dmacavf_player.cxx41OSL_TRACE( "MacAVObserver::onKeyChange k=\"%s\" c=%s", [pKeyPath UTF8String], [pDictStr UTF8String…
49 OSL_TRACE( "MacAVObserver::onNotification key=\"%s\"", [pNoteName UTF8String]);
117 OSL_TRACE( "AVPlayer::handleObservation key=\"%s\"", [pKeyPath UTF8String]); in handleObservation()
120 OSL_TRACE( "AVPlayer replay=%d", mbLooping); in handleObservation()
179 OSL_TRACE ("Player::start status=%d", (int)eStatus); in start()
194 OSL_TRACE ("Player::stop() playing=%d", bPlaying); in stop()
235 OSL_TRACE ("Player::setMediaTime( %.3fsec)", fTime); in setMediaTime()
249 OSL_TRACE( "Player::getMediaTime() = %.3fsec", position); in getMediaTime()
262 OSL_TRACE ("Player::setStopTime( %.3fsec)", fTime); in setStopTime()
279 OSL_TRACE ("Player::setRate( %.3f)", fRate); in setRate()
[all …]
/trunk/main/fpicker/source/unx/gnome/
H A DSalGtkFilePicker.cxx226 OSL_TRACE("Handle unknown control %d\n", i); in SalGtkFilePicker()
255 OSL_TRACE("Handle unknown control %d\n", i); in SalGtkFilePicker()
384 OSL_TRACE( "file selection changed"); in fileSelectionChanged()
390 OSL_TRACE("directory changed"); in directoryChanged()
396 OSL_TRACE("control state changed"); in controlStateChanged()
692 OSL_TRACE( "Setting current filter to %s\n", in setCurrentFilter()
699 OSL_TRACE( "REALLY Setting current filter to %s\n", in setCurrentFilter()
758 OSL_TRACE( "GetCURRENTfilter\n" ); in getCurrentFilter()
762 OSL_TRACE( "Returning current filter of %s\n", in getCurrentFilter()
859 OSL_TRACE( "GETFILES called %d files\n", nCount ); in getSelectedFiles()
[all …]
/trunk/main/canvas/source/cairo/
H A Dcairo_os2_cairo.cxx91 OSL_TRACE( "Os2Surface::Os2Surface hwnd:%x offset: %d,%d size %d x %d", in Os2Surface()
107 OSL_TRACE( "Os2Surface::Os2Surface bitmap"); in Os2Surface()
123 OSL_TRACE ("Surface::Surface(): Selecting bitmap %p into DC %p", rBmpData.pDDB, hDC); in Os2Surface()
126 OSL_TRACE ("SelectObject failed: %d", GetLastError ()); in Os2Surface()
160 OSL_TRACE( "Os2Surface::getSimilar size: %d x %d", width, height); in getSimilar()
187 OSL_TRACE( "Os2Surface::flush"); in flush()
198 OSL_TRACE( "Os2Surface::getDepth"); in getDepth()
206 OSL_TRACE("Canvas::cairo::Surface::getDepth(): ERROR - depth unspecified!"); in getDepth()
221 OSL_TRACE( "Os2Surface::createVirtualDevice"); in createVirtualDevice()
237 OSL_TRACE( "Os2Surface createSurface from surface"); in createSurface()
[all …]

12345678910>>...21