Home
last modified time | relevance | path

Searched refs:mpAccess (Results 1 – 5 of 5) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dpngwrite.cxx89 BitmapReadAccess* mpAccess; member in vcl::PNGWriterImpl
127 mpAccess ( NULL ), in PNGWriterImpl()
174 mpAccess = aBmp.AcquireReadAccess(); in PNGWriterImpl()
175 if ( mpAccess ) in PNGWriterImpl()
184 aBmp.ReleaseAccess( mpAccess ); in PNGWriterImpl()
192 if( mpAccess ) in PNGWriterImpl()
226 aBmp.ReleaseAccess( mpAccess ); in PNGWriterImpl()
235 if( mpAccess ) in PNGWriterImpl()
240 if( mpAccess->HasPalette() ) in PNGWriterImpl()
245 aBmp.ReleaseAccess( mpAccess ); in PNGWriterImpl()
[all …]
/trunk/main/vcl/inc/vcl/
H A Dbmpacc.hxx255 mpAccess( pAccess ), in ScopedBitmapAccess()
262 mrBitmap.ReleaseAccess( mpAccess ); in ~ScopedBitmapAccess()
265 Access* get() { return mpAccess; } in get()
266 const Access* get() const { return mpAccess; } in get()
268 Access* operator->() { return mpAccess; } in operator ->()
269 const Access* operator->() const { return mpAccess; } in operator ->()
271 Access& operator*() { return *mpAccess; } in operator *()
272 const Access& operator*() const { return *mpAccess; } in operator *()
275 Access* mpAccess; member in ScopedBitmapAccess
/trunk/main/svx/source/dialog/
H A Dfrmsel.cxx262 mpAccess( 0 ), in FrameSelectorImpl()
297 if( mpAccess ) in ~FrameSelectorImpl()
298 mpAccess->Invalidate(); in ~FrameSelectorImpl()
990 mxImpl->mxAccess = mxImpl->mpAccess = in CreateAccessible()
1192 mxImpl->mpAccess->NotifyFocusListeners( sal_True ); in GetFocus()
1223 mxImpl->mpAccess->NotifyFocusListeners( sal_False ); in LoseFocus()
/trunk/main/stoc/source/inspect/
H A Dintrospection.cxx826 ::rtl::Reference< ImplIntrospectionAccess > mpAccess;
928 : mpAccess( pAccess_), mrInspectedObject( obj ), mpStaticImpl( pStaticImpl_ ) in ImplIntrospectionAdapter()
1080 return mpAccess->getProperty( Name, PropertyConcept::ALL ); in getPropertyByName()
1086 return mpAccess->hasProperty( Name, PropertyConcept::ALL ); in hasPropertyByName()
/trunk/main/svx/source/inc/
H A Dfrmselimpl.hxx144 a11y::AccFrameSelector* mpAccess; /// Pointer to accessibility object of the control. member

Completed in 49 milliseconds