Home
last modified time | relevance | path

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

123

/aoo42x/main/winaccessibility/inc/
H A DAccTextComponentEventListener.hxx41 …AccTextComponentEventListener(com::sun::star::accessibility::XAccessible* pAcc, AccObjectManagerAg…
H A DAccObjectContainerEventListener.hxx41 …AccObjectContainerEventListener(com::sun::star::accessibility::XAccessible* pAcc, AccObjectManager…
H A DAccTreeEventListener.hxx41 …AccTreeEventListener(com::sun::star::accessibility::XAccessible* pAcc, AccObjectManagerAgent* Agen…
H A DAccTableEventListener.hxx41 …AccTableEventListener(com::sun::star::accessibility::XAccessible* pAcc, AccObjectManagerAgent* Age…
H A DAccMenuEventListener.hxx41 …AccMenuEventListener(com::sun::star::accessibility::XAccessible* pAcc, AccObjectManagerAgent* Agen…
H A DAccDialogEventListener.hxx41 …AccDialogEventListener(com::sun::star::accessibility::XAccessible* pAcc, AccObjectManagerAgent* Ag…
H A DAccFrameEventListener.hxx41 …AccFrameEventListener(com::sun::star::accessibility::XAccessible* pAcc, AccObjectManagerAgent* Age…
H A DAccListEventListener.hxx43 …AccListEventListener(com::sun::star::accessibility::XAccessible* pAcc, AccObjectManagerAgent* Agen…
H A DAccWindowEventListener.hxx40 …AccWindowEventListener(com::sun::star::accessibility::XAccessible* pAcc, AccObjectManagerAgent* Ag…
H A DAccParagraphEventListener.hxx41 …AccParagraphEventListener(com::sun::star::accessibility::XAccessible* pAcc, AccObjectManagerAgent*…
H A DAccComponentEventListener.hxx43 …AccComponentEventListener(com::sun::star::accessibility::XAccessible* pAcc, AccObjectManagerAgent*…
H A DAccDescendantManagerEventListener.hxx43 …AccDescendantManagerEventListener(com::sun::star::accessibility::XAccessible* pAcc, AccObjectManag…
H A DAccEventListener.hxx52 … AccEventListener( com::sun::star::accessibility::XAccessible* pAcc, AccObjectManagerAgent* Agent);
H A DAccContainerEventListener.hxx44 …AccContainerEventListener(com::sun::star::accessibility::XAccessible* pAcc, AccObjectManagerAgent*…
/aoo42x/main/winaccessibility/source/service/
H A DAccObject.cxx58 AccObject::AccObject(XAccessible* pAcc,AccObjectManagerAgent* pAgent ,AccEventListener* listener) : in AccObject() argument
65 m_xAccRef( pAcc ) in AccObject()
/aoo42x/main/sw/source/core/access/
H A Dacccontext.cxx1146 SwAccessibleContext *pAcc = (SwAccessibleContext *)xParent.get(); in Dispose() local
1151 pAcc->FireAccessibleEvent( aEvent ); in Dispose()
1152 DBG_MSG_THIS_PARAM( "AccessibleChild (removed)", pAcc, this ) in Dispose()
/aoo42x/main/winaccessibility/source/UAccCOM/
H A DMAccessible.cpp1835 IAccessibleAction* pAcc = NULL; in get_nActions() local
1836 HRESULT hr = QueryInterface(IID_IAccessibleAction, (void**)&pAcc); in get_nActions()
1839 pAcc->nActions(nActions); in get_nActions()
1840 pAcc->Release(); in get_nActions()
/aoo42x/main/vcl/inc/vcl/
H A Doctree.hxx76 const BitmapReadAccess* pAcc; member in Octree
/aoo42x/main/sc/source/ui/inc/
H A Dtphfedit.hxx99 ScAccessibleEditObject* pAcc; member in ScEditWindow
/aoo42x/main/vcl/source/gdi/
H A Doutdev3.cxx7625 BitmapReadAccess* pAcc = aBmp.AcquireReadAccess(); in GetTextBoundRect() local
7626 if( !pAcc ) in GetTextBoundRect()
7628 const BitmapColor aBlack( pAcc->GetBestMatchingColor( Color( COL_BLACK ) ) ); in GetTextBoundRect()
7629 const long nW = pAcc->Width(); in GetTextBoundRect()
7630 const long nH = pAcc->Height(); in GetTextBoundRect()
7639 if( pAcc->GetPixel( nTop, nLeft ) == aBlack ) in GetTextBoundRect()
7650 if( pAcc->GetPixel( nBottom, nRight ) == aBlack ) in GetTextBoundRect()
7667 if( pAcc->GetPixel( nY, nX ) == aBlack ) in GetTextBoundRect()
7673 if( pAcc->GetPixel( nY, nX ) == aBlack ) in GetTextBoundRect()
7678 aBmp.ReleaseAccess( pAcc ); in GetTextBoundRect()
H A Dpdfwriter_impl.cxx258 BitmapWriteAccess* pAcc = aTransMask.AcquireWriteAccess(); in doTestCode() local
261 pAcc->SetPixel( nX, nY, BitmapColor( (sal_uInt8)((nX+nY)/2) ) ); in doTestCode()
262 aTransMask.ReleaseAccess( pAcc ); in doTestCode()
290 pAcc = aImageBmp.AcquireWriteAccess(); in doTestCode()
291 pAcc->SetFillColor( Color( 0xff, 0, 0xff ) ); in doTestCode()
292 pAcc->FillRect( Rectangle( Point( 0, 0 ), Size( 256, 256 ) ) ); in doTestCode()
293 aImageBmp.ReleaseAccess( pAcc ); in doTestCode()
/aoo42x/main/filter/source/msfilter/
H A Dsvdfppt.cxx5919 BitmapReadAccess* pAcc = aBmp.AcquireReadAccess(); in ApplyTo() local
5920 if( pAcc ) in ApplyTo()
5925 if( pAcc->HasPalette() ) in ApplyTo()
5931 const BitmapColor& rCol = pAcc->GetPaletteColor( pAcc->GetPixelIndex( nY, nX ) ); in ApplyTo()
5942 const BitmapColor aCol( pAcc->GetPixel( nY, nX ) ); in ApplyTo()
5947 aBmp.ReleaseAccess( pAcc ); in ApplyTo()
H A Dmsdffimp.cxx1157 BitmapWriteAccess* pAcc = aBitmap.AcquireWriteAccess(); in ApplyRectangularGradientAsBitmap() local
1158 if ( pAcc ) in ApplyRectangularGradientAsBitmap()
1277pAcc->SetPixel( nY, nX, BitmapColor( static_cast< sal_Int8 >( nRed ), static_cast< sal_Int8 >( nGr… in ApplyRectangularGradientAsBitmap()
1289 aBitmap.ReleaseAccess( pAcc ); in ApplyRectangularGradientAsBitmap()
/aoo42x/main/basctl/source/basicide/
H A Dbaside2b.cxx1500 IMPL_LINK( WatchWindow, EditAccHdl, Accelerator *, pAcc ) in IMPL_LINK_INLINE_END()
1502 switch ( pAcc->GetCurKeyCode().GetCode() ) in IMPL_LINK_INLINE_END()
/aoo42x/main/winaccessibility/source/UAccCOMIDL/
H A Dia2_api_all.idl1454 // pAcc is a reference to the accessible object's IAccessible interface.
1456 hr = pAcc->QueryInterface(IID_IServiceProvider, (void **)&pService);

Completed in 271 milliseconds

123