Home
last modified time | relevance | path

Searched refs:m_aMutex (Results 1 – 25 of 935) sorted by relevance

12345678910>>...38

/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSResultSet.cxx72 : OResultSet_BASE(m_aMutex) in OResultSet()
90 ::osl::MutexGuard aGuard(m_aMutex); in disposing()
122 ::osl::MutexGuard aGuard( m_aMutex ); in findColumn()
136 ::osl::MutexGuard aGuard( m_aMutex ); in getBinaryStream()
145 ::osl::MutexGuard aGuard( m_aMutex ); in getCharacterStream()
155 ::osl::MutexGuard aGuard( m_aMutex ); in getBoolean()
164 ::osl::MutexGuard aGuard( m_aMutex ); in getByte()
177 ::osl::MutexGuard aGuard( m_aMutex ); in getBytes()
185 ::osl::MutexGuard aGuard( m_aMutex ); in getDate()
196 ::osl::MutexGuard aGuard( m_aMutex ); in getDouble()
[all …]
H A DSPreparedStatement.cxx84 ::osl::MutexGuard aGuard( m_aMutex ); in getMetaData()
95 ::osl::MutexGuard aGuard( m_aMutex ); in close()
116 ::osl::MutexGuard aGuard( m_aMutex ); in execute()
127 ::osl::MutexGuard aGuard( m_aMutex ); in executeUpdate()
137 ::osl::MutexGuard aGuard( m_aMutex ); in setString()
144 ::osl::MutexGuard aGuard( m_aMutex ); in getConnection()
153 ::osl::MutexGuard aGuard( m_aMutex ); in executeQuery()
165 ::osl::MutexGuard aGuard( m_aMutex ); in setBoolean()
172 ::osl::MutexGuard aGuard( m_aMutex ); in setByte()
181 ::osl::MutexGuard aGuard( m_aMutex ); in setDate()
[all …]
H A DSConnection.cxx45 OMetaConnection_BASE(m_aMutex), in OConnection()
129 ::osl::MutexGuard aGuard( m_aMutex ); in createStatement()
141 ::osl::MutexGuard aGuard( m_aMutex ); in prepareStatement()
157 ::osl::MutexGuard aGuard( m_aMutex ); in prepareCall()
166 ::osl::MutexGuard aGuard( m_aMutex ); in nativeSQL()
174 ::osl::MutexGuard aGuard( m_aMutex ); in setAutoCommit()
181 ::osl::MutexGuard aGuard( m_aMutex ); in getAutoCommit()
191 ::osl::MutexGuard aGuard( m_aMutex ); in commit()
199 ::osl::MutexGuard aGuard( m_aMutex ); in rollback()
208 ::osl::MutexGuard aGuard( m_aMutex ); in isClosed()
[all …]
/trunk/main/connectivity/source/drivers/macab/
H A DMacabResultSet.cxx55 : MacabResultSet_BASE(m_aMutex), in MacabResultSet()
145 ::osl::MutexGuard aGuard(m_aMutex); in disposing()
186 ::osl::MutexGuard aGuard( m_aMutex ); in findColumn()
212 ::osl::MutexGuard aGuard( m_aMutex ); in getString()
239 ::osl::MutexGuard aGuard( m_aMutex ); in getBoolean()
249 ::osl::MutexGuard aGuard( m_aMutex ); in getByte()
260 ::osl::MutexGuard aGuard( m_aMutex ); in getShort()
271 ::osl::MutexGuard aGuard( m_aMutex ); in getInt()
300 ::osl::MutexGuard aGuard( m_aMutex ); in getLong()
329 ::osl::MutexGuard aGuard( m_aMutex ); in getFloat()
[all …]
H A DMacabConnection.cxx81 ::osl::MutexGuard aGuard( m_aMutex ); in createStatement()
93 ::osl::MutexGuard aGuard( m_aMutex ); in prepareStatement()
105 ::osl::MutexGuard aGuard( m_aMutex ); in prepareCall()
114 ::osl::MutexGuard aGuard( m_aMutex ); in nativeSQL()
122 ::osl::MutexGuard aGuard( m_aMutex ); in setAutoCommit()
129 ::osl::MutexGuard aGuard( m_aMutex ); in getAutoCommit()
139 ::osl::MutexGuard aGuard( m_aMutex ); in commit()
147 ::osl::MutexGuard aGuard( m_aMutex ); in rollback()
155 ::osl::MutexGuard aGuard( m_aMutex ); in isClosed()
163 ::osl::MutexGuard aGuard( m_aMutex ); in getMetaData()
[all …]
/trunk/main/dbaccess/source/core/api/
H A Dresultset.cxx98 :OResultSetBase(m_aMutex) in DBG_NAME()
210 MutexGuard aGuard(m_aMutex); in disposing()
353 MutexGuard aGuard(m_aMutex); in getWarnings()
362 MutexGuard aGuard(m_aMutex); in clearWarnings()
372 MutexGuard aGuard(m_aMutex); in getMetaData()
383 MutexGuard aGuard(m_aMutex); in findColumn()
419 MutexGuard aGuard(m_aMutex); in getColumns()
491 MutexGuard aGuard(m_aMutex); in wasNull()
500 MutexGuard aGuard(m_aMutex); in getString()
509 MutexGuard aGuard(m_aMutex); in getBoolean()
[all …]
H A Ddatacolumn.cxx154 MutexGuard aGuard(m_aMutex); in wasNull()
163 MutexGuard aGuard(m_aMutex); in getString()
172 MutexGuard aGuard(m_aMutex); in getBoolean()
181 MutexGuard aGuard(m_aMutex); in getByte()
190 MutexGuard aGuard(m_aMutex); in getShort()
199 MutexGuard aGuard(m_aMutex); in getInt()
208 MutexGuard aGuard(m_aMutex); in getLong()
217 MutexGuard aGuard(m_aMutex); in getFloat()
225 MutexGuard aGuard(m_aMutex); in getDouble()
234 MutexGuard aGuard(m_aMutex); in getBytes()
[all …]
H A Dpreparedstatement.cxx162 MutexGuard aGuard(m_aMutex); in disposing()
173 MutexGuard aGuard(m_aMutex); in getColumns()
208 MutexGuard aGuard(m_aMutex); in getMetaData()
217 MutexGuard aGuard(m_aMutex); in executeQuery()
237 MutexGuard aGuard(m_aMutex); in executeUpdate()
248 MutexGuard aGuard(m_aMutex); in execute()
266 MutexGuard aGuard(m_aMutex); in setNull()
275 MutexGuard aGuard(m_aMutex); in setObjectNull()
284 MutexGuard aGuard(m_aMutex); in setBoolean()
293 MutexGuard aGuard(m_aMutex); in setByte()
[all …]
H A Dcallablestatement.cxx133 MutexGuard aGuard(m_aMutex); in registerOutParameter()
145 MutexGuard aGuard(m_aMutex); in registerNumericOutParameter()
156 MutexGuard aGuard(m_aMutex); in wasNull()
166 MutexGuard aGuard(m_aMutex); in getString()
176 MutexGuard aGuard(m_aMutex); in getBoolean()
186 MutexGuard aGuard(m_aMutex); in getByte()
196 MutexGuard aGuard(m_aMutex); in getShort()
205 MutexGuard aGuard(m_aMutex); in getInt()
214 MutexGuard aGuard(m_aMutex); in getLong()
223 MutexGuard aGuard(m_aMutex); in getFloat()
[all …]
/trunk/main/mysqlc/source/
H A Dmysqlc_resultset.cxx96 : OResultSet_BASE(m_aMutex) in OResultSet()
129 MutexGuard aGuard(m_aMutex); in disposing()
170 MutexGuard aGuard(m_aMutex); in findColumn()
195 MutexGuard aGuard(m_aMutex); in getBinaryStream()
210 MutexGuard aGuard(m_aMutex); in getCharacterStream()
225 MutexGuard aGuard(m_aMutex); in getBoolean()
256 MutexGuard aGuard(m_aMutex); in getByte()
277 MutexGuard aGuard(m_aMutex); in getBytes()
295 MutexGuard aGuard(m_aMutex); in getDate()
334 MutexGuard aGuard(m_aMutex); in getDouble()
[all …]
/trunk/main/desktop/source/app/
H A Dcmdlineargs.cxx653 osl::MutexGuard aMutexGuard( m_aMutex ); in SetBoolParam()
661 osl::MutexGuard aMutexGuard( m_aMutex ); in IsMinimized()
667 osl::MutexGuard aMutexGuard( m_aMutex ); in IsInvisible()
673 osl::MutexGuard aMutexGuard( m_aMutex ); in IsNoRestore()
679 osl::MutexGuard aMutexGuard( m_aMutex ); in IsNoDefault()
685 osl::MutexGuard aMutexGuard( m_aMutex ); in IsBean()
691 osl::MutexGuard aMutexGuard( m_aMutex ); in IsServer()
697 osl::MutexGuard aMutexGuard( m_aMutex ); in IsHeadless()
703 osl::MutexGuard aMutexGuard( m_aMutex ); in IsConversionMode()
709 osl::MutexGuard aMutexGuard( m_aMutex ); in IsQuickstart()
[all …]
/trunk/main/embeddedobj/source/general/
H A Ddummyobject.cxx105 ::osl::MutexGuard aGuard( m_aMutex ); in changeState()
119 ::osl::MutexGuard aGuard( m_aMutex ); in getReachableStates()
133 ::osl::MutexGuard aGuard( m_aMutex ); in getCurrentState()
147 ::osl::MutexGuard aGuard( m_aMutex ); in doVerb()
158 ::osl::MutexGuard aGuard( m_aMutex ); in getSupportedVerbs()
170 ::osl::MutexGuard aGuard( m_aMutex ); in setClientSite()
181 ::osl::MutexGuard aGuard( m_aMutex ); in getClientSite()
193 ::osl::MutexGuard aGuard( m_aMutex ); in update()
202 ::osl::MutexGuard aGuard( m_aMutex ); in setUpdateMode()
211 ::osl::MutexGuard aGuard( m_aMutex ); in getStatus()
[all …]
/trunk/main/accessibility/source/extended/
H A Daccessiblelistboxentry.cxx191 ::osl::MutexGuard aGuard( m_aMutex ); in GetBoundingBox()
200 ::osl::MutexGuard aGuard( m_aMutex ); in GetBoundingBoxOnScreen()
268 ::osl::MutexGuard aGuard( m_aMutex ); in disposing()
340 ::osl::MutexGuard aGuard( m_aMutex ); in getAccessibleChildCount()
354 ::osl::MutexGuard aGuard( m_aMutex ); in getAccessibleChild()
407 ::osl::MutexGuard aGuard( m_aMutex ); in getAccessibleParent()
415 ::osl::MutexGuard aGuard( m_aMutex ); in getAccessibleIndexInParent()
523 ::osl::MutexGuard aGuard( m_aMutex ); in getAccessibleName()
566 ::osl::MutexGuard aGuard( m_aMutex ); in getAccessibleStateSet()
604 ::osl::MutexGuard aGuard( m_aMutex ); in getLocale()
[all …]
H A Daccessibleiconchoicectrlentry.cxx193 ::osl::MutexGuard aGuard( m_aMutex ); in GetBoundingBox()
202 ::osl::MutexGuard aGuard( m_aMutex ); in GetBoundingBoxOnScreen()
260 ::osl::MutexGuard aGuard( m_aMutex ); in disposing()
339 ::osl::MutexGuard aGuard( m_aMutex ); in getAccessibleParent()
347 ::osl::MutexGuard aGuard( m_aMutex ); in getAccessibleIndexInParent()
366 ::osl::MutexGuard aGuard( m_aMutex ); in getAccessibleName()
380 ::osl::MutexGuard aGuard( m_aMutex ); in getAccessibleStateSet()
409 ::osl::MutexGuard aGuard( m_aMutex ); in getLocale()
454 ::osl::MutexGuard aGuard( m_aMutex ); in getForeground()
471 ::osl::MutexGuard aGuard( m_aMutex ); in getBackground()
[all …]
/trunk/main/reportdesign/source/core/inc/
H A DReportHelperImpl.hxx29 ::osl::MutexGuard aGuard(m_aMutex); \
78 ::osl::MutexGuard aGuard(m_aMutex); \
87 ::osl::MutexGuard aGuard(m_aMutex); \
98 ::osl::MutexGuard aGuard(m_aMutex); \
107 ::osl::MutexGuard aGuard(m_aMutex); \
118 ::osl::MutexGuard aGuard(m_aMutex); \
123 ::osl::MutexGuard aGuard(m_aMutex); \
128 ::osl::MutexGuard aGuard(m_aMutex); \
133 ::osl::MutexGuard aGuard(m_aMutex); \
159 ::osl::MutexGuard aGuard(m_aMutex); \
[all …]
/trunk/main/dbaccess/source/core/dataaccess/
H A Dconnection.cxx131 MutexGuard aGuard(m_aMutex); in isClosed()
140 MutexGuard aGuard(m_aMutex); in createStatement()
156 MutexGuard aGuard(m_aMutex); in prepareStatement()
174 MutexGuard aGuard(m_aMutex); in prepareCall()
191 MutexGuard aGuard(m_aMutex); in nativeSQL()
200 MutexGuard aGuard(m_aMutex); in setAutoCommit()
209 MutexGuard aGuard(m_aMutex); in getAutoCommit()
218 MutexGuard aGuard(m_aMutex); in commit()
227 MutexGuard aGuard(m_aMutex); in rollback()
236 MutexGuard aGuard(m_aMutex); in getMetaData()
[all …]
/trunk/main/svx/source/accessibility/
H A Dsvxpixelctlaccessiblecontext.cxx102 SvxPixelCtlAccessible_BASE(m_aMutex), in SvxPixelCtlAccessible()
130 ::osl::MutexGuard aGuard( m_aMutex ); in getAccessibleChildCount()
145 ::osl::MutexGuard aGuard( m_aMutex ); in getAccessibleChild()
168 ::osl::MutexGuard aGuard( m_aMutex ); in getAccessibleParent()
179 ::osl::MutexGuard aGuard( m_aMutex ); in getAccessibleIndexInParent()
204 ::osl::MutexGuard aGuard( m_aMutex ); in getAccessibleDescription()
217 ::osl::MutexGuard aGuard( m_aMutex ); in getAccessibleName()
296 ::osl::MutexGuard aGuard( m_aMutex ); in getLocale()
328 ::osl::MutexGuard aGuard( m_aMutex ); in getAccessibleAtPoint()
1085 ::osl::MutexGuard aGuard( m_aMutex ); in getAccessibleDescription()
[all …]
/trunk/main/connectivity/source/cpool/
H A DZConnectionWrapper.cxx42 : OConnectionWeakWrapper_BASE(m_aMutex) in OConnectionWeakWrapper()
63 ::osl::MutexGuard aGuard( m_aMutex ); in createStatement()
72 ::osl::MutexGuard aGuard( m_aMutex ); in prepareStatement()
81 ::osl::MutexGuard aGuard( m_aMutex ); in prepareCall()
90 ::osl::MutexGuard aGuard( m_aMutex ); in nativeSQL()
99 ::osl::MutexGuard aGuard( m_aMutex ); in setAutoCommit()
107 ::osl::MutexGuard aGuard( m_aMutex ); in getAutoCommit()
116 ::osl::MutexGuard aGuard( m_aMutex ); in commit()
125 ::osl::MutexGuard aGuard( m_aMutex ); in rollback()
134 ::osl::MutexGuard aGuard( m_aMutex ); in isClosed()
[all …]
/trunk/main/canvas/source/null/
H A Dnull_textlayout.cxx46 TextLayout_Base( m_aMutex ), in TextLayout()
66 ::osl::MutexGuard aGuard( m_aMutex ); in queryTextShapes()
74 ::osl::MutexGuard aGuard( m_aMutex ); in queryInkMeasures()
82 ::osl::MutexGuard aGuard( m_aMutex ); in queryMeasures()
90 ::osl::MutexGuard aGuard( m_aMutex ); in queryLogicalAdvancements()
97 ::osl::MutexGuard aGuard( m_aMutex ); in applyLogicalAdvancements()
110 ::osl::MutexGuard aGuard( m_aMutex ); in queryTextBounds()
136 ::osl::MutexGuard aGuard( m_aMutex ); in justify()
145 ::osl::MutexGuard aGuard( m_aMutex ); in combinedJustify()
153 ::osl::MutexGuard aGuard( m_aMutex ); in getTextHit()
[all …]
/trunk/main/accessibility/source/standard/
H A Dvclxaccessiblelistitem.cxx205 ::osl::MutexGuard aGuard( m_aMutex ); in disposing()
272 ::osl::MutexGuard aGuard( m_aMutex ); in getAccessibleParent()
279 ::osl::MutexGuard aGuard( m_aMutex ); in getAccessibleIndexInParent()
297 ::osl::MutexGuard aGuard( m_aMutex ); in getAccessibleName()
312 ::osl::MutexGuard aGuard( m_aMutex ); in getAccessibleStateSet()
345 ::osl::MutexGuard aGuard( m_aMutex ); in getLocale()
355 ::osl::MutexGuard aGuard( m_aMutex ); in containsPoint()
375 ::osl::MutexGuard aGuard( m_aMutex ); in getBounds()
387 ::osl::MutexGuard aGuard( m_aMutex ); in getLocation()
401 ::osl::MutexGuard aGuard( m_aMutex ); in getLocationOnScreen()
[all …]
/trunk/main/framework/source/uielement/
H A Dstatusbaritem.cxx75 : StatusbarItem_Base( m_aMutex ) in StatusbarItem()
93 osl::MutexGuard aGuard( m_aMutex ); in disposing()
101 osl::MutexGuard aGuard( m_aMutex ); in getCommand()
108 osl::MutexGuard aGuard( m_aMutex ); in getItemId()
116 osl::MutexGuard aGuard( m_aMutex ); in getWidth()
126 osl::MutexGuard aGuard( m_aMutex ); in getStyle()
134 osl::MutexGuard aGuard( m_aMutex ); in getOffset()
145 osl::MutexGuard aGuard( m_aMutex ); in getItemRect()
163 osl::MutexGuard aGuard( m_aMutex ); in getText()
174 osl::MutexGuard aGuard( m_aMutex ); in setText()
[all …]
/trunk/main/canvas/source/directx/
H A Ddx_textlayout.cxx47 TextLayout_Base( m_aMutex ), in TextLayout()
67 ::osl::MutexGuard aGuard( m_aMutex ); in queryTextShapes()
75 ::osl::MutexGuard aGuard( m_aMutex ); in queryInkMeasures()
83 ::osl::MutexGuard aGuard( m_aMutex ); in queryMeasures()
91 ::osl::MutexGuard aGuard( m_aMutex ); in queryLogicalAdvancements()
98 ::osl::MutexGuard aGuard( m_aMutex ); in applyLogicalAdvancements()
111 ::osl::MutexGuard aGuard( m_aMutex ); in queryTextBounds()
130 ::osl::MutexGuard aGuard( m_aMutex ); in justify()
139 ::osl::MutexGuard aGuard( m_aMutex ); in combinedJustify()
147 ::osl::MutexGuard aGuard( m_aMutex ); in getTextHit()
[all …]
/trunk/main/connectivity/source/drivers/ado/
H A DAResultSet.cxx132 ::osl::MutexGuard aGuard(m_aMutex); in disposing()
158 ::osl::MutexGuard aGuard( m_aMutex ); in findColumn()
175 ::osl::MutexGuard aGuard( m_aMutex ); in getBinaryStream()
221 ::osl::MutexGuard aGuard( m_aMutex ); in getValue()
273 ::osl::MutexGuard aGuard( m_aMutex ); in getRow()
293 ::osl::MutexGuard aGuard( m_aMutex ); in getMetaData()
365 ::osl::MutexGuard aGuard( m_aMutex ); in isAfterLast()
376 ::osl::MutexGuard aGuard( m_aMutex ); in isFirst()
385 ::osl::MutexGuard aGuard( m_aMutex ); in isLast()
394 ::osl::MutexGuard aGuard( m_aMutex ); in beforeFirst()
[all …]
/trunk/main/sd/source/ui/slideshow/
H A Dslideshowviewimpl.cxx209 : SlideShowView_Base( m_aMutex ), in SlideShowView()
233 ::osl::MutexGuard aGuard( m_aMutex ); in dispose()
260 ::osl::MutexGuard aGuard( m_aMutex ); in disposing()
309 ::osl::MutexGuard aGuard( m_aMutex ); in getCanvas()
317 ::osl::MutexGuard aGuard( m_aMutex ); in clear()
341 ::osl::MutexGuard aGuard( m_aMutex ); in getTransformation()
396 ::osl::MutexGuard aGuard( m_aMutex ); in addTransformationChangedListener()
404 ::osl::MutexGuard aGuard( m_aMutex ); in removeTransformationChangedListener()
412 ::osl::MutexGuard aGuard( m_aMutex ); in addPaintListener()
420 ::osl::MutexGuard aGuard( m_aMutex ); in removePaintListener()
[all …]
/trunk/main/canvas/source/simplecanvas/
H A Dsimplecanvasimpl.cxx168 SimpleCanvasBase( m_aMutex ), in SimpleCanvasImpl()
196 ::osl::MutexGuard aGuard( m_aMutex ); in selectFont()
208 ::osl::MutexGuard aGuard( m_aMutex ); in setPenColor()
214 ::osl::MutexGuard aGuard( m_aMutex ); in setFillColor()
220 ::osl::MutexGuard aGuard( m_aMutex ); in setRectClip()
226 ::osl::MutexGuard aGuard( m_aMutex ); in setTransformation()
232 ::osl::MutexGuard aGuard( m_aMutex ); in drawPixel()
241 ::osl::MutexGuard aGuard( m_aMutex ); in drawLine()
250 ::osl::MutexGuard aGuard( m_aMutex ); in drawRect()
267 ::osl::MutexGuard aGuard( m_aMutex ); in drawPolyPolygon()
[all …]

Completed in 179 milliseconds

12345678910>>...38