Home
last modified time | relevance | path

Searched refs:pA (Results 1 – 25 of 50) sorted by relevance

12

/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl2.cxx283 const MetaPixelAction* pA = (const MetaPixelAction*) pAction; in playMetafile() local
284 m_rOuterFace.DrawPixel( pA->GetPoint(), pA->GetColor() ); in playMetafile()
290 const MetaPointAction* pA = (const MetaPointAction*) pAction; in playMetafile() local
291 m_rOuterFace.DrawPixel( pA->GetPoint() ); in playMetafile()
297 const MetaLineAction* pA = (const MetaLineAction*) pAction; in playMetafile() local
298 if ( pA->GetLineInfo().IsDefault() ) in playMetafile()
299 m_rOuterFace.DrawLine( pA->GetStartPoint(), pA->GetEndPoint() ); in playMetafile()
301 … m_rOuterFace.DrawLine( pA->GetStartPoint(), pA->GetEndPoint(), pA->GetLineInfo() ); in playMetafile()
307 const MetaRectAction* pA = (const MetaRectAction*) pAction; in playMetafile() local
308 m_rOuterFace.DrawRect( pA->GetRect() ); in playMetafile()
[all …]
H A Dgdimetafiletools.cxx303 … const MetaClipRegionAction* pA = static_cast< const MetaClipRegionAction* >(pAction); in clipMetafileContentAgainstOwnRegions() local
305 if(pA->IsClipping()) in clipMetafileContentAgainstOwnRegions()
307 const Region& rRegion = pA->GetRegion(); in clipMetafileContentAgainstOwnRegions()
322 …const MetaISectRectClipRegionAction* pA = static_cast< const MetaISectRectClipRegionAction* >(pAct… in clipMetafileContentAgainstOwnRegions() local
323 const Rectangle& rRect = pA->GetRect(); in clipMetafileContentAgainstOwnRegions()
342 …const MetaISectRegionClipRegionAction* pA = static_cast< const MetaISectRegionClipRegionAction* >(… in clipMetafileContentAgainstOwnRegions() local
343 const Region& rRegion = pA->GetRegion(); in clipMetafileContentAgainstOwnRegions()
360 … const MetaMoveClipRegionAction* pA = static_cast< const MetaMoveClipRegionAction* >(pAction); in clipMetafileContentAgainstOwnRegions() local
361 const long aHorMove(pA->GetHorzMove()); in clipMetafileContentAgainstOwnRegions()
362 const long aVerMove(pA->GetVertMove()); in clipMetafileContentAgainstOwnRegions()
[all …]
H A Dcvtsvm.cxx1933 const MetaGradientExAction* pA = (MetaGradientExAction*) pAction; in ImplWriteActions() local
1944 rOStm << pA->GetPolyPolygon() << pA->GetGradient(); in ImplWriteActions()
2240 const MetaFloatTransparentAction* pA = (MetaFloatTransparentAction*) pAction; in ImplWriteActions() local
2241 const GDIMetaFile& rTransMtf = pA->GetGDIMetaFile(); in ImplWriteActions()
2242 const Point& rPos = pA->GetPoint(); in ImplWriteActions()
2243 const Size& rSize = pA->GetSize(); in ImplWriteActions()
2244 const Gradient& rGradient = pA->GetGradient(); in ImplWriteActions()
2301 const MetaHatchAction* pA = (MetaHatchAction*) pAction; in ImplWriteActions() local
2302 const PolyPolygon& rPolyPoly = pA->GetPolyPolygon(); in ImplWriteActions()
2303 const Hatch& rHatch = pA->GetHatch(); in ImplWriteActions()
[all …]
H A Doutdev2.cxx1913 BitmapReadAccess* pA, in ImplBlendWithAlpha() argument
1942 if( pB && pP && pA && pW && pAlphaW ) in ImplBlendWithAlpha()
1956 const sal_uInt8 nSrcOpaq = 255 - pA->GetPixelIndex( nMapY, nMapX ); in ImplBlendWithAlpha()
1989 if( pP && pA && pB ) in ImplBlendWithAlpha()
2001 const sal_uInt8 nSrcOpaq = 255 - pA->GetPixelIndex( nMapY, nMapX ); in ImplBlendWithAlpha()
2036 BitmapReadAccess* pA, in ImplBlend() argument
2059 if( pB && pP && pA && pW ) in ImplBlend()
2072 … aDstCol.Merge( pP->GetColor( nMapY, nMapX ), pA->GetPixelIndex( nMapY, nMapX ) ); in ImplBlend()
2090 if( pP && pA && pB ) in ImplBlend()
2103 bFastBlend = ImplFastBitmapBlending( *pB,*pP,*pA, aTR ); in ImplBlend()
[all …]
/trunk/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx1667 const MetaPixelAction* pA = (const MetaPixelAction*)pAction; in interpretMetafile() local
1669 if(pA->GetColor() != aLastColor) in interpretMetafile()
1677 aLastColor = pA->GetColor(); in interpretMetafile()
1680 const Point& rPoint = pA->GetPoint(); in interpretMetafile()
1703 const MetaPointAction* pA = (const MetaPointAction*)pAction; in interpretMetafile() local
1704 const Point& rPoint = pA->GetPoint(); in interpretMetafile()
1729 const MetaLineAction* pA = (const MetaLineAction*)pAction; in interpretMetafile() local
1730 const Point& rStartPoint = pA->GetStartPoint(); in interpretMetafile()
1731 const Point& rEndPoint = pA->GetEndPoint(); in interpretMetafile()
1737 if(pA->GetLineInfo() == aLineInfo in interpretMetafile()
[all …]
H A Dbaseprimitive2d.cxx197 const BasePrimitive2D* pA(dynamic_cast< const BasePrimitive2D* >(rxA.get())); in arePrimitive2DReferencesEqual()
199 const bool bAEqualZero(pA == 0L); in arePrimitive2DReferencesEqual()
211 return (pA->operator==(*pB)); in arePrimitive2DReferencesEqual()
/trunk/main/svtools/source/filter/wmf/
H A Demfwr.cxx909 const MetaPixelAction* pA = (const MetaPixelAction*) pAction; in ImplWrite() local
913 ImplWritePoint( pA->GetPoint() ); in ImplWrite()
914 ImplWriteColor( pA->GetColor() ); in ImplWrite()
923 const MetaPointAction* pA = (const MetaPointAction*) pAction; in ImplWrite() local
927 ImplWritePoint( pA->GetPoint() ); in ImplWrite()
938 const MetaLineAction* pA = (const MetaLineAction*) pAction; in ImplWrite() local
940 if(pA->GetLineInfo().IsDefault()) in ImplWrite()
945 ImplWritePoint( pA->GetStartPoint() ); in ImplWrite()
949 ImplWritePoint( pA->GetEndPoint() ); in ImplWrite()
953 ImplWritePoint( pA->GetEndPoint() ); in ImplWrite()
[all …]
H A Dwmfwr.cxx1194 const MetaPixelAction* pA = (const MetaPixelAction *) pMA; in WriteRecords() local
1197 WMFRecord_SetPixel( pA->GetPoint(), pA->GetColor() ); in WriteRecords()
1203 const MetaPointAction* pA = (const MetaPointAction*) pMA; in WriteRecords() local
1204 const Point& rPt = pA->GetPoint(); in WriteRecords()
1214 const MetaLineAction* pA = (const MetaLineAction *) pMA; in WriteRecords() local
1215 if(pA->GetLineInfo().IsDefault()) in WriteRecords()
1217 aSrcLineInfo = pA->GetLineInfo(); in WriteRecords()
1219 WMFRecord_MoveTo( pA->GetStartPoint() ); in WriteRecords()
1220 WMFRecord_LineTo( pA->GetEndPoint() ); in WriteRecords()
1226 … aPolygon.append(basegfx::B2DPoint(pA->GetStartPoint().X(), pA->GetStartPoint().Y())); in WriteRecords()
[all …]
/trunk/main/filter/source/graphicfilter/eos2met/
H A Deos2met.cxx403 const MetaFontAction* pA = (const MetaFontAction*) pMA; in CreateChrSets() local
404 CreateChrSet( pA->GetFont() ); in CreateChrSets()
778 const MetaEPSAction* pA = (const MetaEPSAction*)pMA; in WriteImageObjects() local
779 const GDIMetaFile aGDIMetaFile( pA->GetSubstitute() ); in WriteImageObjects()
1494 const MetaPixelAction* pA = (const MetaPixelAction*) pMA; in WriteOrders() local
1496 METSetColor( pA->GetColor() ); in WriteOrders()
1497 METLine( pA->GetPoint(),pA->GetPoint() ); in WriteOrders()
1503 const MetaPointAction* pA = (const MetaPointAction*) pMA; in WriteOrders() local
1509 METFullArc(pA->GetPoint(),0.5); in WriteOrders()
1516 const MetaLineAction* pA = (const MetaLineAction*) pMA; in WriteOrders() local
[all …]
/trunk/main/filter/source/graphicfilter/epict/
H A Depict.cxx1445 const MetaPixelAction* pA = (const MetaPixelAction*) pMA; in WriteOpcodes() local
1448 WriteOpcode_RGBFgCol(pA->GetColor()); in WriteOpcodes()
1450 WriteOpcode_Line(pA->GetPoint(),pA->GetPoint()); in WriteOpcodes()
1456 const MetaPointAction* pA = (const MetaPointAction*) pMA; in WriteOpcodes() local
1461 WriteOpcode_Line( pA->GetPoint(),pA->GetPoint() ); in WriteOpcodes()
1468 const MetaLineAction* pA = (const MetaLineAction*) pMA; in WriteOpcodes() local
1472 if(pA->GetLineInfo().IsDefault()) in WriteOpcodes()
1475 WriteOpcode_Line( pA->GetStartPoint(),pA->GetEndPoint() ); in WriteOpcodes()
1481 … aPolygon.append(basegfx::B2DPoint(pA->GetStartPoint().X(), pA->GetStartPoint().Y())); in WriteOpcodes()
1482 … aPolygon.append(basegfx::B2DPoint(pA->GetEndPoint().X(), pA->GetEndPoint().Y())); in WriteOpcodes()
[all …]
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx1448 const MetaPixelAction* pA = (const MetaPixelAction*) pAction; in Impl_writeActions() local
1450 Impl_writeLine( pA->GetPoint(), pA->GetPoint(), &pA->GetColor() ); in Impl_writeActions()
1456 const MetaPointAction* pA = (const MetaPointAction*) pAction; in Impl_writeActions() local
1458 Impl_writeLine( pA->GetPoint(), pA->GetPoint() ); in Impl_writeActions()
1464 const MetaLineAction* pA = (const MetaLineAction*) pAction; in Impl_writeActions() local
1466 if(pA->GetLineInfo().IsDefault()) in Impl_writeActions()
1468 Impl_writeLine( pA->GetStartPoint(), pA->GetEndPoint() ); in Impl_writeActions()
1474 … aPolygon.append(basegfx::B2DPoint(pA->GetStartPoint().X(), pA->GetStartPoint().Y())); in Impl_writeActions()
1475 … aPolygon.append(basegfx::B2DPoint(pA->GetEndPoint().X(), pA->GetEndPoint().Y())); in Impl_writeActions()
1476 Impl_handleLineInfoPolyPolygons(pA->GetLineInfo(), aPolygon); in Impl_writeActions()
[all …]
/trunk/main/filter/source/svg/
H A Dsvgwriter.cxx1161 const MetaPixelAction* pA = (const MetaPixelAction*) pAction; in ImplWriteActions() local
1163 mpContext->AddPaintAttr( pA->GetColor(), pA->GetColor() ); in ImplWriteActions()
1164 ImplWriteLine( pA->GetPoint(), pA->GetPoint(), &pA->GetColor() ); in ImplWriteActions()
1173 const MetaPointAction* pA = (const MetaPointAction*) pAction; in ImplWriteActions() local
1176 ImplWriteLine( pA->GetPoint(), pA->GetPoint(), NULL ); in ImplWriteActions()
1185 const MetaLineAction* pA = (const MetaLineAction*) pAction; in ImplWriteActions() local
1188 ImplWriteLine( pA->GetStartPoint(), pA->GetEndPoint(), NULL ); in ImplWriteActions()
1207 const MetaRoundRectAction* pA = (const MetaRoundRectAction*) pAction; in ImplWriteActions() local
1210 ImplWriteRect( pA->GetRect(), pA->GetHorzRound(), pA->GetVertRound() ); in ImplWriteActions()
1219 const MetaEllipseAction* pA = (const MetaEllipseAction*) pAction; in ImplWriteActions() local
[all …]
H A Dsvgfontexport.cxx103 const MetaTextAction* pA = (const MetaTextAction*) pAction; in implCollectGlyphs() local
104 aText = String( pA->GetText(), pA->GetIndex(), pA->GetLen() ); in implCollectGlyphs()
110 const MetaTextRectAction* pA = (const MetaTextRectAction*) pAction; in implCollectGlyphs() local
111 aText = pA->GetText(); in implCollectGlyphs()
117 const MetaTextArrayAction* pA = (const MetaTextArrayAction*) pAction; in implCollectGlyphs() local
118 aText = String( pA->GetText(), pA->GetIndex(), pA->GetLen() ); in implCollectGlyphs()
124 const MetaStretchTextAction* pA = (const MetaStretchTextAction*) pAction; in implCollectGlyphs() local
125 aText = String( pA->GetText(), pA->GetIndex(), pA->GetLen() ); in implCollectGlyphs()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx747 const MetaTextAction * pA = (const MetaTextAction*) pMA; in ImplWriteActions() local
749 String aUniStr( pA->GetText(), pA->GetIndex(), pA->GetLen() ); in ImplWriteActions()
750 Point aPoint( pA->GetPoint() ); in ImplWriteActions()
764 const MetaStretchTextAction* pA = (const MetaStretchTextAction*)pMA; in ImplWriteActions() local
765 String aUniStr( pA->GetText(), pA->GetIndex(), pA->GetLen() ); in ImplWriteActions()
766 Point aPoint( pA->GetPoint() ); in ImplWriteActions()
768 ImplText( aUniStr, aPoint, NULL, pA->GetWidth(), rVDev ); in ImplWriteActions()
774 const MetaTextArrayAction* pA = (const MetaTextArrayAction*)pMA; in ImplWriteActions() local
775 String aUniStr( pA->GetText(), pA->GetIndex(), pA->GetLen() ); in ImplWriteActions()
776 Point aPoint( pA->GetPoint() ); in ImplWriteActions()
[all …]
/trunk/main/vcl/win/source/gdi/
H A Dsalbmp.cxx63 bool operator()(WinSalBitmap* pA, WinSalBitmap* pB) const in operator ()()
65 return pA < pB; in operator ()()
411 BitmapBuffer* pA = pSalA->AcquireBuffer(true); in ImplCreateGdiPlusBitmap() local
414 if(pA && BMP_FORMAT_8BIT_PAL != (pA->mnFormat & ~BMP_FORMAT_TOP_DOWN)) in ImplCreateGdiPlusBitmap()
420 aSalTwoRect.mnSrcWidth = aSalTwoRect.mnDestWidth = pA->mnWidth; in ImplCreateGdiPlusBitmap()
421 aSalTwoRect.mnSrcHeight = aSalTwoRect.mnDestHeight = pA->mnHeight; in ImplCreateGdiPlusBitmap()
425 *pA, in ImplCreateGdiPlusBitmap()
430 pSalA->ReleaseBuffer(pA, true); in ImplCreateGdiPlusBitmap()
431 pA = pExtraA; in ImplCreateGdiPlusBitmap()
435 && pA in ImplCreateGdiPlusBitmap()
[all …]
/trunk/main/sc/source/ui/docshell/
H A Ddocsh3.cxx762 inline sal_Bool lcl_Equal( const ScChangeAction* pA, const ScChangeAction* pB, sal_Bool bIgnore100S… in lcl_Equal() argument
764 return pA && pB && in lcl_Equal()
765 pA->GetActionNumber() == pB->GetActionNumber() && in lcl_Equal()
766 pA->GetType() == pB->GetType() && in lcl_Equal()
767 pA->GetUser() == pB->GetUser() && in lcl_Equal()
769 pA->GetDateTimeUTC().IsEqualIgnore100Sec( pB->GetDateTimeUTC() ) : in lcl_Equal()
770 pA->GetDateTimeUTC() == pB->GetDateTimeUTC()); in lcl_Equal()
782 const ScChangeAction* pA = pFirstSearchAction; in lcl_FindAction() local
783 while ( pA && pA->GetActionNumber() <= nLastSearchAction ) in lcl_FindAction()
785 if ( pAction->GetType() == pA->GetType() && in lcl_FindAction()
[all …]
/trunk/main/sc/source/core/tool/
H A Dchartpos.cxx191 sal_uInt8* pA = new sal_uInt8[ nCR ]; in GlueState() local
192 memset( pA, 0, nCR * sizeof(sal_uInt8) ); in GlueState()
204 p = pA + (sal_uLong)nCol * nR + nRow1; in GlueState()
214 p = pA + (sal_uLong)nCol * nR; in GlueState()
229 if ( bGlue && *(p = (pA + ((((sal_uLong)nCol+1) * nR) - 1))) == nFree ) in GlueState()
239 p = pA + nRow; in GlueState()
252 if ( bGlue && *(p = (pA + ((((sal_uLong)nC-1) * nR) + nRow))) == nFree ) in GlueState()
261 p = pA + 1; in GlueState()
276 if ( *pA != nOccu ) in GlueState()
284 delete [] pA; in GlueState()
/trunk/main/salhelper/test/rtti/
H A Drttitest.cxx36 MyClassA* pA= &b; in main() local
38 pA->funcA(); in main()
43 if( typeid( b) == typeid( pA)) in main()
47 MyClassB* pB= dynamic_cast<MyClassB* >( pA); in main()
/trunk/main/sw/source/filter/ww1/
H A Dw1class.cxx342 W1_FFN* pA = (W1_FFN*)new char[rFib.GetFIB().cbSttbfffnGet() in Ww1Fonts() local
345 if (rFib.GetStream().Read(pA, rFib.GetFIB().cbSttbfffnGet() in Ww1Fonts()
352 W1_FFN* p = pA; in Ww1Fonts()
369 pFontA[0] = pA; // fuelle Index-Array in Ww1Fonts()
371 for(i=1, p=pA; i<nMax; i++) in Ww1Fonts()
830 sal_Char* pA = new sal_Char[nCb - sizeof(nCountBytes) + 1]; in Ww1StringList() local
833 if (rSt.Read(pA, nCb - sizeof(nCountBytes)) in Ww1StringList()
838 sal_Char* p = pA; in Ww1StringList()
854 pIdxA[0] = pA; // Index 0 : alles in Ww1StringList()
856 pIdxA[1] = pA + 1; // fuelle Index-Array in Ww1StringList()
[all …]
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8sty.cxx1443 void WW8Export::SetupSectionPositions( WW8_PdAttrDesc* pA ) in SetupSectionPositions() argument
1445 if ( !pA ) in SetupSectionPositions()
1450 pA->m_nLen = pO->Count(); in SetupSectionPositions()
1451 pA->m_pData.reset(new sal_uInt8[pO->Count()]); in SetupSectionPositions()
1453 memcpy( pA->m_pData.get(), pO->GetData(), pO->Count() ); in SetupSectionPositions()
1458 pA->m_pData.reset(); in SetupSectionPositions()
1459 pA->m_nLen = 0; in SetupSectionPositions()
1491 void MSWordExportBase::SectionProperties( const WW8_SepInfo& rSepInfo, WW8_PdAttrDesc* pA ) in SectionProperties() argument
1717 SetupSectionPositions( pA ); in SectionProperties()
1800 WW8_PdAttrDesc *const pA = m_SectionAttributes[i].get(); in WriteSepx() local
[all …]
/trunk/main/vcl/aqua/source/gdi/
H A Datsfonts.cxx570 inline bool GfbCompare::operator()( const ImplMacFontData* pA, const ImplMacFontData* pB ) in operator ()() argument
573 bool bPreferA = !pA->IsSymbolFont(); in operator ()()
578 bPreferA = pA->IsScalable(); in operator ()()
583 bPreferA = (pA->GetSlant() == ITALIC_NONE); in operator ()()
588 bPreferA = (pA->GetWeight() == WEIGHT_NORMAL); in operator ()()
593 bPreferA = (pA->GetWidthType() == WIDTH_NORMAL); in operator ()()
/trunk/main/svtools/inc/svtools/
H A Divctrl.hxx102 void SetBacklink( SvxIconChoiceCtrlEntry* pA ) in SetBacklink() argument
104 pA->pflink->pblink = this; // X <- B in SetBacklink()
105 this->pflink = pA->pflink; // X -> B in SetBacklink()
106 this->pblink = pA; // A <- X in SetBacklink()
107 pA->pflink = this; // A -> X in SetBacklink()
/trunk/main/sw/inc/
H A DSwNumberTree.hxx35 bool SwNumberTreeNodeLessThan (const SwNumberTreeNode * pA,
40 bool operator()(const SwNumberTreeNode * pA, in operator ()()
42 { return SwNumberTreeNodeLessThan(pA, pB); } in operator ()()
/trunk/main/drawinglayer/source/primitive3d/
H A Dbaseprimitive3d.cxx176 const BasePrimitive3D* pA(dynamic_cast< const BasePrimitive3D* >(rxA.get())); in arePrimitive3DReferencesEqual()
178 const bool bAEqualZero(pA == 0L); in arePrimitive3DReferencesEqual()
190 return (pA->operator==(*pB)); in arePrimitive3DReferencesEqual()
/trunk/main/svtools/source/graphic/
H A Dgrfmgr2.cxx765 MetaFontAction* pA = (MetaFontAction*)pAct; in ImplCreateOutput() local
766 Font aFont( pA->GetFont() ); in ImplCreateOutput()
1809 BitmapWriteAccess* pA = aAlpha.AcquireWriteAccess(); in ImplAdjust() local
1811 if( pA ) in ImplAdjust()
1814 const long nWidth = pA->Width(), nHeight = pA->Height(); in ImplAdjust()
1816 if( pA->GetScanlineFormat() == BMP_FORMAT_8BIT_PAL ) in ImplAdjust()
1820 Scanline pAScan = pA->GetScanline( nY ); in ImplAdjust()
1837 nNewTrans = nTrans + pA->GetPixel( nY, nX ).GetIndex(); in ImplAdjust()
1839 pA->SetPixel( nY, nX, aAlphaValue ); in ImplAdjust()
1844 aAlpha.ReleaseAccess( pA ); in ImplAdjust()

12