/trunk/main/editeng/source/items/ |
H A D | svxfont.cxx | 458 return Size( pOut->GetTextArray( rTxt, pDXArray, nIdx, nLen ), in QuickGetTextSize() 464 aTxtSize.setWidth( pOut->GetTextArray( rTxt, pDXArray, nIdx, nLen ) ); in QuickGetTextSize() 467 pDXArray, nIdx, nLen ) ); in QuickGetTextSize() 473 if ( pDXArray ) in QuickGetTextSize() 476 pDXArray[i] += ( (i+1) * long( nKern ) ); in QuickGetTextSize() 478 pDXArray[nLen-1] -= nKern; in QuickGetTextSize() 547 pOut->DrawTextArray( rPos, rTxt, pDXArray, nIdx, nLen ); in QuickDrawText() 567 DBG_ASSERT( !pDXArray, "DrawCapital nicht fuer TextArray!" ); in QuickDrawText() 572 if ( IsKern() && !pDXArray ) in QuickDrawText() 584 pOut->DrawTextArray( aPos, rTxt, pDXArray, nIdx, nLen ); in QuickDrawText() [all …]
|
/trunk/main/filter/source/flash/ |
H A D | swfwriter1.cxx | 432 Impl_writeText( rPos, rText, pDXArray, nWidth, mpVDev->GetTextColor() ); in Impl_writeText() 460 Impl_writeText( aPos, rText, pDXArray, nWidth, aReliefColor ); in Impl_writeText() 461 Impl_writeText( rPos, rText, pDXArray, nWidth, aTextColor ); in Impl_writeText() 479 Impl_writeText( aPos, rText, pDXArray, nWidth, aShadowColor ); in Impl_writeText() 483 Impl_writeText( rPos, rText, pDXArray, nWidth, aTextColor ); in Impl_writeText() 490 Impl_writeText( aPos, rText, pDXArray, nWidth, mpVDev->GetTextColor() ); in Impl_writeText() 492 Impl_writeText( aPos, rText, pDXArray, nWidth, mpVDev->GetTextColor() ); in Impl_writeText() 494 Impl_writeText( aPos, rText, pDXArray, nWidth, mpVDev->GetTextColor() ); in Impl_writeText() 506 Impl_writeText( rPos, rText, pDXArray, nWidth, Color( COL_WHITE ) ); in Impl_writeText() 549 if( pDXArray ) in Impl_writeText() [all …]
|
H A D | swfwriter.hxx | 369 …void Impl_writeText( const Point& rPos, const String& rText, const sal_Int32* pDXArray, long nWidt… 370 …void Impl_writeText( const Point& rPos, const String& rText, const sal_Int32* pDXArray, long nWidt…
|
/trunk/main/vcl/os2/source/gdi/ |
H A D | os2layout.cxx | 141 virtual long FillDXArray( long* pDXArray ) const; 622 long Os2SalLayout::FillDXArray( long* pDXArray ) const 631 if( pDXArray != NULL ) 634 pDXArray[ i ] = mpCharWidths[ i ]; 790 const long* pDXArray = rArgs.mpDXArray; local 800 int nDiff = nOldWidth - pDXArray[ i ]; 825 mpGlyphAdvances[j] = pDXArray[i] - mnWidth; 826 mnWidth = pDXArray[i];
|
/trunk/main/vcl/inc/ |
H A D | sallayout.hxx | 116 void SetDXArray( const sal_Int32* pDXArray ) { mpDXArray = pDXArray; } in SetDXArray() argument 175 virtual long FillDXArray( sal_Int32* pDXArray ) const = 0; 237 virtual long FillDXArray( sal_Int32* pDXArray ) const; 329 virtual long FillDXArray( sal_Int32* pDXArray ) const;
|
H A D | graphite_layout.hxx | 143 virtual long FillDXArray( sal_Int32* pDXArray ) const;
|
/trunk/main/vcl/win/source/gdi/ |
H A D | winlayout.cxx | 182 virtual long FillDXArray( long* pDXArray ) const; 705 if( pDXArray != NULL ) 708 pDXArray[ i ] = mpCharWidths[ i ]; 864 const long* pDXArray = rArgs.mpDXArray; local 874 int nDiff = nOldWidth - pDXArray[ i ]; 899 mpGlyphAdvances[j] = pDXArray[i] - mnWidth; 900 mnWidth = pDXArray[i]; 2275 if( pDXArray ) 2413 const long* pDXArray = rArgs.mpDXArray; local 2429 nOldWidth = pDXArray[j]; [all …]
|
/trunk/main/editeng/source/editeng/ |
H A D | impedit3.cxx | 162 const sal_Int32* pDXArray, in lcl_DrawRedLines() argument 213 aPnt1.Y() += pDXArray[ nStart - nIndex - 1 ]; in lcl_DrawRedLines() 225 aPnt2.Y() += pDXArray[ nEnd - nIndex - 1 ]; in lcl_DrawRedLines() 3066 const sal_Int32* pDXArray = 0; in Paint() local 3176 pDXArray = pTmpDXArray; in Paint() 3206 pDXArray = pTmpDXArray; in Paint() 3424 pDXArray[ nTextLen - 1 ] == in Paint() 4635 nOldCharWidth = pDXArray[n]; in ImplCalcAsianCompression() 4644 nOldCharWidth -= ( n ? pDXArray[n-1] : 0 ); in ImplCalcAsianCompression() 4686 pDXArray[i] -= nCompress; in ImplCalcAsianCompression() [all …]
|
H A D | editdoc2.cxx | 167 void ExtraPortionInfo::SaveOrgDXArray( const sal_Int32* pDXArray, sal_uInt16 nLen ) in SaveOrgDXArray() argument 171 memcpy( pOrgDXArray, pDXArray, nLen*sizeof(sal_Int32) ); in SaveOrgDXArray()
|
/trunk/main/vcl/aqua/source/gdi/ |
H A D | ctlayout.cxx | 41 virtual long FillDXArray( sal_Int32* pDXArray ) const; 397 long CTLayout::FillDXArray( sal_Int32* pDXArray ) const in FillDXArray() 400 if( !pDXArray ) in FillDXArray() 404 if( pDXArray ) { in FillDXArray() 438 pDXArray[i] = nNewDX - nOldDX; in FillDXArray()
|
H A D | atslayout.cxx | 51 virtual long FillDXArray( long* pDXArray ) const; 663 long ATSLayout::FillDXArray( long* pDXArray ) const in FillDXArray() 666 if( !pDXArray ) in FillDXArray() 684 pDXArray[i] = nPixWidth - nOldPixWidth; in FillDXArray()
|
/trunk/main/cppcanvas/source/mtfrenderer/ |
H A D | textaction.cxx | 1968 const sal_Int32* pDXArray, in createOutline() argument 1996 sal_True, 0, pDXArray ) ); in createOutline() 2056 pDXArray ? in createOutline() 2057 setupDXArray( pDXArray, nLen, rState ) : in createOutline() 2118 const sal_Int32* pDXArray, in createTextAction() argument 2150 pDXArray, in createTextAction() 2160 pDXArray ? in createTextAction() 2161 setupDXArray( pDXArray, nLen, rState ) : in createTextAction() 2175 if( !pDXArray && !bSubsettable ) in createTextAction()
|
H A D | implrenderer.cxx | 2677 ::boost::scoped_array< sal_Int32 > pDXArray( new sal_Int32[nLen] ); in createActions() 2679 rVDev.GetTextArray( pAct->GetText(), pDXArray.get(), in createActions() 2682 const sal_Int32 nWidthDifference( pAct->GetWidth() - pDXArray[ nLen-1 ] ); in createActions() 2685 sal_Int32* p=pDXArray.get(); in createActions() 2702 pDXArray.get(), in createActions()
|
H A D | textaction.hxx | 81 const sal_Int32* pDXArray,
|
/trunk/main/vcl/source/gdi/ |
H A D | outdev3.cxx | 5960 aLayoutArgs.SetDXArray( pDXArray ); in ImplPrepareLayoutArgs() 5972 const sal_Int32* pDXArray, in ImplLayout() argument 6006 if( bFiltered && nCutStop != nCutStart && pDXArray ) in ImplLayout() 6009 pDXArray = NULL; in ImplLayout() 6019 pDXArray = pAry; in ImplLayout() 6032 if( pDXArray && mbMap ) in ImplLayout() 6041 pDXArray = pTempDXAry; in ImplLayout() 6077 if( pDXArray ) in ImplLayout() 6078 nRTLOffset = pDXArray[ nLen - 1 ]; in ImplLayout() 7938 bOptimize, nTWidth, pDXArray ) ) in GetTextOutlines() [all …]
|
/trunk/main/canvas/source/directx/ |
H A D | dx_textlayout_drawhelper.cxx | 251 ::boost::scoped_array<sal_Int32> pDXArray( new sal_Int32[nLen] ); in drawText() 253 pDXArray[i] = basegfx::fround( rLogicalAdvancements[i] ); in drawText() 258 pDXArray.get(), in drawText()
|
/trunk/main/vcl/source/glyphs/ |
H A D | graphite_layout.cxx | 945 long GraphiteLayout::FillDXArray( sal_Int32* pDXArray ) const in FillDXArray() 951 if (pDXArray) in FillDXArray() 962 pDXArray[i] = 0; in FillDXArray() 966 pDXArray[i] = mvCharDxs[i]; in FillDXArray() 967 if (i > 0) pDXArray[i] -= mvCharDxs[i-1]; in FillDXArray() 970 fprintf(grLog(),"%d,%d,%d ", (int)i, (int)mvCharDxs[i], pDXArray[i]); in FillDXArray()
|
/trunk/main/editeng/inc/editeng/ |
H A D | svxfont.hxx | 105 …const sal_uInt16 nIdx = 0, const sal_uInt16 nLen = STRING_LEN, const sal_Int32* pDXArray = NULL ) … 108 const sal_uInt16 nIdx, const sal_uInt16 nLen, sal_Int32* pDXArray = NULL ) const;
|
/trunk/main/editeng/source/outliner/ |
H A D | outleeng.cxx | 158 …const sal_Int32* pDXArray, const SvxFont& rFont, sal_uInt32 nPara, sal_uInt16 nIndex, sal_uInt8 nR… in DrawingText() argument 199 pOwner->DrawingText(rStartPos,rText,nTextStart,nTextLen,pDXArray,rFont,nPara,nIndex,nRightToLeft, in DrawingText()
|
H A D | outleeng.hxx | 56 …ng& rText, sal_uInt16 nTextStart, sal_uInt16 nTextLen, const sal_Int32* pDXArray, const SvxFont& r…
|
/trunk/main/vcl/inc/vcl/ |
H A D | outdev.hxx | 664 sal_uLong nLayoutWidth = 0, const sal_Int32* pDXArray = NULL ) const; 668 sal_uLong nLayoutWidth = 0, const sal_Int32* pDXArray = NULL ) const; 672 sal_uLong nLayoutWidth = 0, const sal_Int32* pDXArray = NULL ) const; 676 sal_uLong nLayoutWidth = 0, const sal_Int32* pDXArray = NULL ) const;
|
/trunk/main/svtools/source/filter/wmf/ |
H A D | emfwr.cxx | 784 …riteTextRecord( const Point& rPos, const String rText, const sal_Int32* pDXArray, sal_uInt32 nWidt… in ImplWriteTextRecord() argument 795 if( pDXArray ) in ImplWriteTextRecord() 799 pDX = (sal_Int32*) pDXArray; in ImplWriteTextRecord()
|
H A D | emfwr.hxx | 84 …void ImplWriteTextRecord( const Point& rPos, const String rText, const sal_Int32* pDXArray, sal…
|
/trunk/main/filter/source/svg/ |
H A D | svgwriter.cxx | 789 const sal_Int32* pDXArray, long nWidth, in ImplWriteText() argument 813 if( pDXArray ) in ImplWriteText() 816 pDX = const_cast< sal_Int32* >( pDXArray ); in ImplWriteText()
|
H A D | svgwriter.hxx | 212 …void ImplWriteText( const Point& rPos, const String& rText, const sal_Int32* pDXArray, long nW…
|