/aoo41x/main/vcl/source/gdi/ |
H A D | bitmap.cxx | 618 if( pAcc ) in Invert() 637 pAcc->SetPixel( nY, nX, pAcc->GetPixel( nY, nX ).Invert() ); in Invert() 640 ReleaseAccess( pAcc ); in Invert() 659 if( pAcc ) in Mirror() 672 pAcc->SetPixel( nY, nX, pAcc->GetPixel( nY, nOther ) ); in Mirror() 685 if( pAcc ) in Mirror() 709 if( pAcc ) in Mirror() 722 pAcc->SetPixel( nY, nX, pAcc->GetPixel( nOtherY, nOtherX ) ); in Mirror() 733 pAcc->SetPixel( nHeight_2, nX, pAcc->GetPixel( nHeight_2, nOtherX ) ); in Mirror() 1618 if( pAcc ) in Replace() [all …]
|
H A D | alpha.cxx | 248 if( pAcc && pAcc->GetBitCount() == 8 ) in Invert() 251 const long nWidth = pAcc->Width(), nHeight = pAcc->Height(); in Invert() 262 pAcc->SetPixel( nY, nX, aCol ); in Invert() 270 if( pAcc ) in Invert() 271 ReleaseAccess( pAcc ); in Invert() 322 if( pMaskAcc && pAcc ) in Replace() 336 ReleaseAccess( pAcc ); in Replace() 354 if( pAcc && pAcc->GetBitCount() == 8 ) in Replace() 356 const long nWidth = pAcc->Width(), nHeight = pAcc->Height(); in Replace() 388 if( pAcc ) in Replace() [all …]
|
H A D | bitmap3.cxx | 1385 long nW = pAcc->Width() ; in ImplScaleSuper() 1402 if( pAcc && pWAcc ) in ImplScaleSuper() 1429 if( pAcc->HasPalette() ) in ImplScaleSuper() 1589 aCol0 = pAcc->GetPaletteColor( pAcc->GetPixelIndex( nTempY, nTempX ) ); in ImplScaleSuper() 1590 aCol1 = pAcc->GetPaletteColor( pAcc->GetPixelIndex( nTempY, ++nTempX ) ); in ImplScaleSuper() 1595 aCol1 = pAcc->GetPaletteColor( pAcc->GetPixelIndex( ++nTempY, nTempX ) ); in ImplScaleSuper() 1596 aCol0 = pAcc->GetPaletteColor( pAcc->GetPixelIndex( nTempY--, --nTempX ) ); in ImplScaleSuper() 2163 ReleaseAccess( pAcc ); in ImplScaleSuper() 3375 if( pAcc ) in Adjust() 3427 if( pAcc->HasPalette() ) in Adjust() [all …]
|
H A D | impimage.cxx | 430 BitmapWriteAccess* pAcc = aTmpBmp.AcquireWriteAccess(); in Draw() local 432 if( pAcc ) in Draw() 437 const long nW = pAcc->Width(); in Draw() 438 const long nH = pAcc->Height(); in Draw() 460 if( pAcc->HasPalette() ) in Draw() 464 const BitmapColor& rCol = pAcc->GetPaletteColor( i ); in Draw() 468 pAcc->SetPaletteColor( i, aCol ); in Draw() 475 Scanline pScan = pAcc->GetScanline( nY ); in Draw() 491 aCol = pAcc->GetPixel( nY, nX ); in Draw() 495 pAcc->SetPixel( nY, nX, aCol ); in Draw() [all …]
|
H A D | octree.cxx | 79 pAcc ( NULL ) in Octree() 91 pAcc ( &rReadAcc ) in Octree() 122 if( !!*pAcc ) in ImplCreateOctree() 124 const long nWidth = pAcc->Width(); in ImplCreateOctree() 125 const long nHeight = pAcc->Height(); in ImplCreateOctree() 127 if( pAcc->HasPalette() ) in ImplCreateOctree() 133 pColor = &(BitmapColor&) pAcc->GetPaletteColor( pAcc->GetPixelIndex( nY, nX ) ); in ImplCreateOctree() 152 aColor = pAcc->GetPixel( nY, nX ); in ImplCreateOctree()
|
/aoo41x/main/svtools/source/filter/jpeg/ |
H A D | jpeg.cxx | 313 pAcc ( NULL ), in JPEGReader() 331 if( pAcc ) in ~JPEGReader() 348 if( pAcc ) in CreateBitmap() 401 if( pAcc ) in CreateBitmap() 597 if( pAcc ) in Read() 607 pAcc = NULL; in Read() 644 pAcc ( NULL ), in JPEGWriter() 673 if( pAcc ) in GetScanline() 748 aColor = pAcc->HasPalette() ? pAcc->GetPaletteColor( pAcc->GetPixelIndex( nY, nX ) ) in Write() 760 if( pAcc ) in Write() [all …]
|
/aoo41x/main/winaccessibility/source/service/ |
H A D | AccDescendantManagerEventListener.cxx | 36 :AccComponentEventListener(pAcc, Agent), in AccDescendantManagerEventListener() 92 XAccessible* pAcc = xChild.get(); in handleChildChangedEvent() local 107 XAccessible* pAcc = xChild.get(); in handleChildChangedEvent() local 111 pAgent->DeleteAccObj( pAcc ); in handleChildChangedEvent() 130 XAccessible* pAcc = xChild.get(); in handleSelectionChangedEvent() local 145 XAccessible* pAcc = xChild.get(); in handleSelectionChangedEvent() local 163 XAccessible* pAcc = xChild.get(); in handleChildChangedNoFocusEvent() local 168 pActiveDescendant= pAcc; in handleChildChangedNoFocusEvent() 175 XAccessible* pAcc = xChild.get(); in handleChildChangedNoFocusEvent() local 177 pAgent->DeleteAccObj( pAcc ); in handleChildChangedNoFocusEvent() [all …]
|
H A D | AccDialogEventListener.cxx | 35 AccDialogEventListener::AccDialogEventListener(com::sun::star::accessibility::XAccessible* pAcc, Ac… in AccDialogEventListener() argument 36 :AccEventListener(pAcc, Agent) in AccDialogEventListener() 95 XAccessible* pAcc = xChild.get(); in handleChildChangedEvent() local 97 pAgent->InsertAccObj( pAcc,pAccessible); in handleChildChangedEvent() 99 pAgent->InsertChildrenAccObj(pAcc); in handleChildChangedEvent() 100 pAgent->NotifyAccEvent(UM_EVENT_CHILD_ADDED, pAcc); in handleChildChangedEvent() 110 XAccessible* pAcc = xChild.get(); in handleChildChangedEvent() local 111 pAgent->NotifyAccEvent(UM_EVENT_CHILD_REMOVED, pAcc); in handleChildChangedEvent() 113 pAgent->DeleteChildrenAccObj( pAcc ); in handleChildChangedEvent() 115 pAgent->DeleteAccObj( pAcc ); in handleChildChangedEvent()
|
H A D | AccListEventListener.cxx | 35 AccListEventListener::AccListEventListener(com::sun::star::accessibility::XAccessible* pAcc, AccObj… in AccListEventListener() argument 36 :AccDescendantManagerEventListener(pAcc, Agent), in AccListEventListener() 83 XAccessible* pAcc = xChild.get(); in handleActiveDescendantChangedEvent() local 86 sal_Bool bHasCache = pAgent->InsertAccObj(pAcc,pAccessible); in handleActiveDescendantChangedEvent() 89 pAgent->UpdateState(pAcc); in handleActiveDescendantChangedEvent() 92 pAgent->IncreaseState( pAcc, AccessibleStateType::FOCUSED); in handleActiveDescendantChangedEvent() 94 pAgent->NotifyAccEvent(UM_EVENT_ACTIVE_DESCENDANT_CHANGED, pAcc); in handleActiveDescendantChangedEvent() 95 pActiveDescendant= pAcc; in handleActiveDescendantChangedEvent() 102 XAccessible* pAcc = xChild.get(); in handleActiveDescendantChangedEvent() local 103 pAgent->DeleteAccObj( pAcc ); in handleActiveDescendantChangedEvent()
|
H A D | AccMenuEventListener.cxx | 35 AccMenuEventListener::AccMenuEventListener(com::sun::star::accessibility::XAccessible* pAcc, AccObj… in AccMenuEventListener() argument 36 :AccComponentEventListener(pAcc, Agent) in AccMenuEventListener() 78 XAccessible* pAcc = xChild.get(); in handleChildChangedEvent() local 80 pAgent->InsertAccObj( pAcc,pAccessible); in handleChildChangedEvent() 82 pAgent->InsertChildrenAccObj(pAcc); in handleChildChangedEvent() 83 pAgent->NotifyAccEvent(UM_EVENT_CHILD_ADDED, pAcc); in handleChildChangedEvent() 93 XAccessible* pAcc = xChild.get(); in handleChildChangedEvent() local 94 pAgent->NotifyAccEvent(UM_EVENT_CHILD_REMOVED, pAcc); in handleChildChangedEvent() 96 pAgent->DeleteChildrenAccObj( pAcc ); in handleChildChangedEvent() 98 pAgent->DeleteAccObj( pAcc ); in handleChildChangedEvent()
|
H A D | AccWindowEventListener.cxx | 35 AccWindowEventListener::AccWindowEventListener(com::sun::star::accessibility::XAccessible* pAcc, Ac… in AccWindowEventListener() argument 36 :AccEventListener(pAcc, Agent) in AccWindowEventListener() 94 XAccessible* pAcc = xChild.get(); in handleChildChangedEvent() local 96 pAgent->InsertAccObj( pAcc,pAccessible); in handleChildChangedEvent() 98 pAgent->InsertChildrenAccObj(pAcc); in handleChildChangedEvent() 99 pAgent->NotifyAccEvent(UM_EVENT_CHILD_ADDED, pAcc); in handleChildChangedEvent() 109 XAccessible* pAcc = xChild.get(); in handleChildChangedEvent() local 110 pAgent->NotifyAccEvent(UM_EVENT_CHILD_REMOVED, pAcc); in handleChildChangedEvent() 111 pAgent->DeleteChildrenAccObj( pAcc ); in handleChildChangedEvent() 113 pAgent->DeleteAccObj( pAcc ); in handleChildChangedEvent()
|
H A D | AccFrameEventListener.cxx | 51 AccFrameEventListener::AccFrameEventListener(com::sun::star::accessibility::XAccessible* pAcc, AccO… in AccFrameEventListener() argument 52 :AccEventListener(pAcc, Agent) in AccFrameEventListener() 113 XAccessible* pAcc = xChild.get(); in handleChildChangedEvent() local 120 pAgent->InsertAccObj( pAcc,pAccessible,(HWND)systemdata->hWnd); in handleChildChangedEvent() 122 pAgent->InsertChildrenAccObj(pAcc); in handleChildChangedEvent() 123 pAgent->NotifyAccEvent(UM_EVENT_CHILD_ADDED, pAcc); in handleChildChangedEvent() 133 XAccessible* pAcc = xChild.get(); in handleChildChangedEvent() local 134 pAgent->NotifyAccEvent(UM_EVENT_CHILD_REMOVED, pAcc); in handleChildChangedEvent() 136 pAgent->DeleteChildrenAccObj( pAcc ); in handleChildChangedEvent() 138 pAgent->DeleteAccObj( pAcc ); in handleChildChangedEvent()
|
H A D | AccTreeEventListener.cxx | 35 AccTreeEventListener::AccTreeEventListener(com::sun::star::accessibility::XAccessible* pAcc, AccObj… in AccTreeEventListener() argument 36 :AccDescendantManagerEventListener(pAcc, Agent) in AccTreeEventListener() 71 XAccessible* pAcc = xChild.get(); in handleActiveDescendantChangedEvent() local 72 pAgent->InsertAccObj(pAcc,pAccessible); in handleActiveDescendantChangedEvent() 73 pAgent->NotifyAccEvent(UM_EVENT_ACTIVE_DESCENDANT_CHANGED, pAcc); in handleActiveDescendantChangedEvent() 74 pActiveDescendant = pAcc; in handleActiveDescendantChangedEvent() 82 XAccessible* pAcc = xChild.get(); in handleActiveDescendantChangedEvent() local 83 pAgent->DeleteAccObj( pAcc ); in handleActiveDescendantChangedEvent()
|
H A D | AccContainerEventListener.cxx | 36 :AccEventListener(pAcc, Agent) in AccContainerEventListener() 145 XAccessible* pAcc = xChild.get(); in handleChildChangedEvent() local 148 if(pAgent->InsertAccObj( pAcc,pAccessible)) in handleChildChangedEvent() 151 pAgent->InsertChildrenAccObj(pAcc); in handleChildChangedEvent() 152 pAgent->NotifyAccEvent(UM_EVENT_CHILD_ADDED, pAcc); in handleChildChangedEvent() 163 XAccessible* pAcc = xChild.get(); in handleChildChangedEvent() local 164 pAgent->NotifyAccEvent(UM_EVENT_CHILD_REMOVED, pAcc); in handleChildChangedEvent() 166 pAgent->DeleteChildrenAccObj( pAcc ); in handleChildChangedEvent() 168 pAgent->DeleteAccObj( pAcc ); in handleChildChangedEvent() 469 XAccessible* pAcc = xChild.get(); in NotifyChildEvent() local [all …]
|
H A D | AccTableEventListener.cxx | 36 AccTableEventListener::AccTableEventListener(com::sun::star::accessibility::XAccessible* pAcc, AccO… in AccTableEventListener() argument 37 :AccDescendantManagerEventListener(pAcc, Agent) in AccTableEventListener() 116 XAccessible* pAcc = xChild.get(); in handleActiveDescendantChangedEvent() local 117 pAgent->InsertAccObj(pAcc,pAccessible); in handleActiveDescendantChangedEvent() 118 pAgent->NotifyAccEvent(UM_EVENT_ACTIVE_DESCENDANT_CHANGED, pAcc); in handleActiveDescendantChangedEvent() 126 XAccessible* pAcc = xChild.get(); in handleActiveDescendantChangedEvent() local 127 pAgent->DeleteAccObj( pAcc ); in handleActiveDescendantChangedEvent()
|
/aoo41x/main/svtools/source/graphic/ |
H A D | grfmgr2.cxx | 1041 if( pAcc ) in ImplCreateScaled() 1048 if( pAcc->HasPalette() ) in ImplCreateScaled() 1094 aCol0 = pAcc->GetPaletteColor( pAcc->GetPixelIndex( nTmpY, nTmpX ) ); in ImplCreateScaled() 1095 aCol1 = pAcc->GetPaletteColor( pAcc->GetPixelIndex( nTmpY, ++nTmpX ) ); in ImplCreateScaled() 1100 aCol1 = pAcc->GetPaletteColor( pAcc->GetPixelIndex( ++nTmpY, nTmpX ) ); in ImplCreateScaled() 1101 aCol0 = pAcc->GetPaletteColor( pAcc->GetPixelIndex( nTmpY--, --nTmpX ) ); in ImplCreateScaled() 1234 if( pAcc ) in ImplCreateScaled() 1314 if( pAcc ) in ImplCreateScaled() 1461 if( pAcc ) in ImplCreateRotatedScaled() 1470 if( pAcc->HasPalette() ) in ImplCreateRotatedScaled() [all …]
|
/aoo41x/main/filter/source/graphicfilter/egif/ |
H A D | egif.cxx | 43 BitmapReadAccess* pAcc; member in GIFWriter 109 pAcc = NULL; in WriteGIF() 269 pAcc = aAccBmp.AcquireReadAccess(); in CreateAccess() 271 if( !pAcc ) in CreateAccess() 282 aAccBmp.ReleaseAccess( pAcc ); in DestroyAccess() 283 pAcc = NULL; in DestroyAccess() 449 if( bStatus && pAcc->HasPalette() ) in WritePalette() 477 const long nWidth = pAcc->Width(); in WriteAccess() 478 const long nHeight = pAcc->Height(); in WriteAccess() 489 if( bStatus && ( 8 == pAcc->GetBitCount() ) && pAcc->HasPalette() ) in WriteAccess() [all …]
|
/aoo41x/main/filter/source/graphicfilter/ipcx/ |
H A D | ipcx.cxx | 40 BitmapWriteAccess* pAcc; member in PCXReader 70 pAcc ( NULL ) in PCXReader() 117 pAcc = aBmp.AcquireWriteAccess(); in ReadPCX() 118 if ( !pAcc ) in ReadPCX() 125 pAcc->SetPaletteEntryCount( nColors ); in ReadPCX() 141 pAcc->SetPaletteEntryCount( 256 ); in ReadPCX() 154 */ if ( nStatus && pAcc ) in ReadPCX() 156 aBmp.ReleaseAccess( pAcc ), pAcc = NULL; in ReadPCX() 336 pAcc->SetPixelIndex( ny, i, nCol ); in ImplReadBody() 354 pAcc->SetPixelIndex( ny, i, nCol ); in ImplReadBody() [all …]
|
/aoo41x/main/filter/source/graphicfilter/itiff/ |
H A D | itiff.cxx | 61 BitmapWriteAccess* pAcc; member in TIFFReader 874 pAcc->SetPixelIndex( nY, nx, nLast ); in ConvertScanline() 894 pAcc->SetPixelIndex( nY, nx, nLast ); in ConvertScanline() 948 pAcc->SetPixelIndex( nY, nx++, nByteVal ); in ConvertScanline() 967 pAcc->SetPixelIndex( nY, nx, nByteVal & 1 ); in ConvertScanline() 981 pAcc->SetPixelIndex( nY, --nx, nByteVal ); in ConvertScanline() 1188 pAcc = NULL; in ReadTIFF() 1241 pAcc = aBitmap.AcquireWriteAccess(); in ReadTIFF() 1242 if ( pAcc ) in ReadTIFF() 1278 if( pAcc ) in ReadTIFF() [all …]
|
/aoo41x/main/vcl/test/ |
H A D | canvasbitmaptest.cxx | 173 nDepth = pAcc->GetBitCount(); in checkCanvasBitmap() 324 nDepth = pAcc->GetBitCount(); in checkBitmapImport() 888 if( pAcc.get() ) in Paint() 892 if( pAcc->HasPalette() ) in Paint() 902 pAcc->SetFillColor(COL_GREEN); in Paint() 904 pAcc->SetPixel(0,0,aWhite); in Paint() 905 pAcc->SetPixel(0,1,aBlack); in Paint() 906 pAcc->SetPixel(0,2,aWhite); in Paint() 919 if( pAcc.get() ) in Paint() 937 if( pAcc ) in Paint() [all …]
|
/aoo41x/main/filter/source/graphicfilter/ipict/ |
H A D | ipict.cxx | 263 pAcc->SetPixelIndex( ny, nx++, nDat >> 7 ); \ 277 pAcc->SetPixelIndex( ny, nx++, nDat ); \ 286 pAcc->SetPixelIndex( ny, nx++, nDat & 3); \ 291 pAcc->SetPixelIndex( ny, nx++, nDat ); \ 294 pAcc->SetPixelIndex( ny, nx++, nDat ); \ 302 if ( pAcc ) \ 303 aBitmap.ReleaseAccess( pAcc ); \ 711 BitmapWriteAccess* pAcc = NULL; in ReadPixMapEtc() local 762 pAcc->SetPaletteEntryCount( nColTabSize ); in ReadPixMapEtc() 785 pAcc->SetPaletteEntryCount( 2 ); in ReadPixMapEtc() [all …]
|
/aoo41x/main/sc/source/ui/pagedlg/ |
H A D | tphfedit.cxx | 399 pAcc(NULL) in ScEditWindow() 439 if (pAcc) in ~ScEditWindow() 443 pAcc->dispose(); in ~ScEditWindow() 622 if (xTemp.is() && pAcc) in GetFocus() 624 pAcc->GotFocus(); in GetFocus() 627 pAcc = NULL; in GetFocus() 633 if (xTemp.is() && pAcc) in LoseFocus() 635 pAcc->LostFocus(); in LoseFocus() 638 pAcc = NULL; in LoseFocus() 668 pAcc = new ScAccessibleEditObject(GetAccessibleParentWindow()->GetAccessible(), pEdView, this, in CreateAccessible() [all …]
|
/aoo41x/main/sc/source/ui/Accessibility/ |
H A D | AccessibleDataPilotControl.cxx | 224 if (xTempAcc.is() && aItr->pAcc) in AddField() 225 aItr->pAcc->SetIndex(nIndex); in AddField() 255 pField = maChildren[nOldIndex].pAcc; in RemoveField() 265 if (xItrAcc.is() && aItr->pAcc) in RemoveField() 266 aItr->pAcc->SetIndex(nOldIndex); in RemoveField() 298 maChildren[nOldIndex].pAcc->ResetFocused(); in FieldFocusChange() 302 maChildren[nNewIndex].pAcc->SetFocused(); in FieldFocusChange() 310 if (xTempAcc.is() && maChildren[nIndex].pAcc) in FieldNameChange() 311 maChildren[nIndex].pAcc->ChangeName(); in FieldNameChange() 325 maChildren[nIndex].pAcc->SetFocused(); in GotFocus() [all …]
|
/aoo41x/main/sd/source/ui/accessibility/ |
H A D | AccessibleDrawDocumentView.cxx | 534 if ( !pAcc ) in getGroupPosition() 538 uno::Reference< drawing::XShape > xCurShape = pAcc->GetXShape(); in getGroupPosition() 601 if ( !pAcc ) in getObjectLink() 605 uno::Reference< drawing::XShape > xCurShape = pAcc->GetXShape(); in getObjectLink() 754 if( pAcc ) in implIsSelected() 804 if( pAcc && pAcc->GetXShape().is() ) in implSelect() 806 xShapes->add( pAcc->GetXShape() ); in implSelect() 807 pAccessibleChild = pAcc; in implSelect() 823 AccessibleShape* pAcc = AccessibleShape::getImplementation( in implSelect() local 825 pAccessibleChild = pAcc; in implSelect() [all …]
|
/aoo41x/main/sw/source/core/access/ |
H A D | accmap.cxx | 1729 SwAccessibleDocument *pAcc = in ~SwAccessibleMap() local 1731 pAcc->Dispose( sal_True ); in ~SwAccessibleMap() 1886 SwAccessibleDocumentBase *pAcc = in _GetDocumentView() local 1888 pAcc->SetVisArea(); in _GetDocumentView() 1995 xAcc = pAcc; in GetContext() 2010 if( pAcc->HasCursor() && in GetContext() 2096 xAcc = pAcc; in GetContext() 2101 pAcc->Init(); in GetContext() 2867 if (pAcc) in FirePageChangeEvent() 2885 if (pAcc) in FireSectionChangeEvent() [all …]
|