Home
last modified time | relevance | path

Searched refs:pAcc (Results 1 – 25 of 75) sorted by path

123

/trunk/main/avmedia/source/gstreamer/
H A Dgstframegrabber.cxx227 BitmapWriteAccess* pAcc = aFrame.AcquireWriteAccess(); in grabFrame() local
229 if( pAcc ) in grabFrame()
251 pAcc->SetPixel( nRow, nCol, aPixel ); in grabFrame()
255 aFrame.ReleaseAccess( pAcc ); in grabFrame()
/trunk/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()
H A Dbastypes.cxx497 IMPL_LINK_INLINE_START( ExtendedEdit, EditAccHdl, Accelerator *, pAcc ) in IMPL_LINK_INLINE_START() argument
499 aAccHdl.Call( pAcc ); in IMPL_LINK_INLINE_START()
502 IMPL_LINK_INLINE_END( ExtendedEdit, EditAccHdl, Accelerator *, pAcc )
/trunk/main/filter/source/graphicfilter/egif/
H A Degif.cxx43 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 …]
/trunk/main/filter/source/graphicfilter/epict/
H A Depict.cxx889 BitmapReadAccess* pAcc = NULL; in WriteOpcode_BitsRect() local
907 if ( ( pAcc = aBitmap.AcquireReadAccess() ) == NULL ) in WriteOpcode_BitsRect()
916 nWidth = pAcc->Width(); in WriteOpcode_BitsRect()
917 nHeight = pAcc->Height(); in WriteOpcode_BitsRect()
981 *pPict << (sal_uInt8)pAcc->GetPixel( ny, 0 ).GetRed(); in WriteOpcode_BitsRect()
1101 WriteOpcode_RGBBkCol( pAcc->GetPaletteColor( 0 ) ); in WriteOpcode_BitsRect()
1102 WriteOpcode_RGBFgCol( pAcc->GetPaletteColor( 1 ) ); in WriteOpcode_BitsRect()
1147 nColTabSize = pAcc->GetPaletteEntryCount(); in WriteOpcode_BitsRect()
1196 pPix[ i ] = pAcc->GetPixelIndex( ny, i ); in WriteOpcode_BitsRect()
1298 if ( pAcc ) in WriteOpcode_BitsRect()
[all …]
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx472 BitmapReadAccess* pAcc = aTmpBitmap.AcquireReadAccess(); in ImplWriteProlog() local
473 if ( pAcc ) in ImplWriteProlog()
500 if ( pAcc->GetPixel( nY, nX ) == aBlack ) in ImplWriteProlog()
515 aTmpBitmap.ReleaseAccess( pAcc ); in ImplWriteProlog()
1840 ImplWriteHexByte( pAcc->GetPixelIndex( y, x ) ); in ImplBmp()
1878 Compress( pAcc->GetPixelIndex( y, x ) ); in ImplBmp()
1889 ImplWriteHexByte( pAcc->GetPixelIndex( y, x ) ); in ImplBmp()
1898 if ( pAcc->HasPalette() ) in ImplBmp()
1941 Compress( pAcc->GetPixelIndex( y, x ) ); in ImplBmp()
1952 ImplWriteHexByte( pAcc->GetPixelIndex( y, x ) ); in ImplBmp()
[all …]
/trunk/main/filter/source/graphicfilter/ieps/
H A Dieps.cxx599 BitmapWriteAccess* pAcc = aBitmap.AcquireWriteAccess(); in GraphicImport() local
600 if ( pAcc ) in GraphicImport()
651 pAcc->SetPixelIndex( y, x, static_cast<sal_uInt8>(nDat >> nBitsLeft) & 1 ); in GraphicImport()
654 pAcc->SetPixelIndex( y, x, nDat ? 1 : 0 ); // nBitDepth == 8 in GraphicImport()
679 aBitmap.ReleaseAccess( pAcc ); in GraphicImport()
/trunk/main/filter/source/graphicfilter/ipcx/
H A Dipcx.cxx40 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 …]
/trunk/main/filter/source/graphicfilter/ipict/
H A Dipict.cxx263 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 …]
/trunk/main/filter/source/graphicfilter/itiff/
H A Ditiff.cxx61 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 …]
/trunk/main/filter/source/msfilter/
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()
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()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleDataPilotControl.cxx224 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 …]
/trunk/main/sc/source/ui/inc/
H A DAccessibleDataPilotControl.hxx134 ScAccessibleDataPilotButton* pAcc; member
135 AccessibleWeak() : pAcc(NULL) {} in AccessibleWeak()
H A Dtphfedit.hxx99 ScAccessibleEditObject* pAcc; member in ScEditWindow
/trunk/main/sc/source/ui/pagedlg/
H A Dtphfedit.cxx399 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 …]
/trunk/main/sd/source/ui/accessibility/
H A DAccessibleDrawDocumentView.cxx534 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 …]
/trunk/main/starmath/source/
H A Ddocument.cxx199 SmGraphicAccessible *pAcc = pViewSh ? pViewSh->GetGraphicWindow().GetAccessible_Impl() : 0; in SetText() local
200 if (pAcc) in SetText()
205 pAcc->LaunchEvent( AccessibleEventId::TEXT_CHANGED, in SetText()
/trunk/main/svtools/source/control/
H A Dvalueset.cxx1252 ValueSetAcc* pAcc = ValueSetAcc::getImplementation( GetAccessible( sal_False ) ); in ImplFireAccessibleEvent() local
1254 if( pAcc ) in ImplFireAccessibleEvent()
1255 pAcc->FireAccessibleEvent( nEventId, rOldValue, rNewValue ); in ImplFireAccessibleEvent()
1262 ValueSetAcc* pAcc = ValueSetAcc::getImplementation( GetAccessible( sal_False ) ); in ImplHasAccessibleListeners() local
1263 return( pAcc && pAcc->HasAccessibleListeners() ); in ImplHasAccessibleListeners()
1685 ValueSetAcc* pAcc = ValueSetAcc::getImplementation( GetAccessible( sal_False ) ); in GetFocus() local
1686 if( pAcc ) in GetFocus()
1687 pAcc->GetFocus(); in GetFocus()
1702 ValueSetAcc* pAcc = ValueSetAcc::getImplementation( GetAccessible( sal_False ) ); in LoseFocus() local
1703 if( pAcc ) in LoseFocus()
[all …]
/trunk/main/svtools/source/filter/jpeg/
H A Djpeg.cxx313 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 …]
/trunk/main/svtools/source/filter/wmf/
H A Dwinwmf.cxx548 BitmapWriteAccess* pAcc; in ReadRecordParams() local
549 pAcc = aBmp.AcquireWriteAccess(); in ReadRecordParams()
550 if ( pAcc ) in ReadRecordParams()
564 pAcc->SetPixelIndex( y, x, (nEightPixels>>i)&1 ); in ReadRecordParams()
570 aBmp.ReleaseAccess( pAcc ); in ReadRecordParams()
/trunk/main/svtools/source/graphic/
H A Dgrfmgr2.cxx1041 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 …]
/trunk/main/svtools/source/inc/
H A Djpeg.hxx57 BitmapWriteAccess* pAcc; member in JPEGReader
91 BitmapReadAccess* pAcc; member in JPEGWriter
/trunk/main/svx/source/accessibility/
H A DGraphCtlAccessibleContext.cxx172 AccessibleShape* pAcc = ShapeTypeHandler::Instance().CreateAccessibleObject( in getAccessible() local
174 xAccessibleShape = pAcc; in getAccessible()
175 if (pAcc != NULL) in getAccessible()
177 pAcc->acquire(); in getAccessible()
180 pAcc->Init (); in getAccessible()
182 mxShapes[pObj] = pAcc; in getAccessible()
827 XAccessible* pAcc = (*I).second; in disposing() local
828 Reference< XComponent > xComp( pAcc, UNO_QUERY ); in disposing()
/trunk/main/svx/source/xoutdev/
H A D_xoutbmp.cxx488 BitmapReadAccess* pAcc = aWorkBmp.AcquireReadAccess(); in GetCountour() local
490 if( pAcc ) in GetCountour()
493 const long nWidth = pAcc->Width(); in GetCountour()
494 const long nHeight = pAcc->Height(); in GetCountour()
509 const BitmapColor aBlack = pAcc->GetBestMatchingColor( Color( COL_BLACK ) ); in GetCountour()
523 if( aBlack == pAcc->GetPixel( nY, nX ) ) in GetCountour()
531 if( aBlack == pAcc->GetPixel( nY, nX ) ) in GetCountour()
560 if( aBlack == pAcc->GetPixel( nY, nX ) ) in GetCountour()
568 if( aBlack == pAcc->GetPixel( nY, nX ) ) in GetCountour()

Completed in 263 milliseconds

123