/aoo4110/main/svtools/source/filter/wmf/ |
H A D | wmfwr.cxx | 630 sal_uInt32 nDXCount = pDXAry ? nStringLen : 0; in WMFRecord_Escape_Unicode() 646 aMemoryStream << pDXAry[ i ]; in WMFRecord_Escape_Unicode() 668 const String & rString, const sal_Int32 * pDXAry ) in WMFRecord_ExtTextOut() argument 672 if ( (nOriginalTextLen <= 1) || (pDXAry == NULL) ) in WMFRecord_ExtTextOut() 679 TrueExtTextOut(rPoint,rString,aByteString,pDXAry); in WMFRecord_ExtTextOut() 701 pConvertedDXAry[ j++ ] = (sal_Int16)ScaleWidth( pDXAry[ i ] - pDXAry[ i - 1 ] ); in TrueExtTextOut() 1375 nNormSize = pVirDev->GetTextArray( aTemp, pDXAry ); in WriteRecords() 1377 pDXAry[ i ] = pDXAry[ i ] * (sal_Int32)pA->GetWidth() / nNormSize; in WriteRecords() 1379 delete[] pDXAry, pDXAry = NULL; in WriteRecords() 1383 WMFRecord_ExtTextOut( pA->GetPoint(), aTemp, pDXAry ); in WriteRecords() [all …]
|
H A D | winwmf.cxx | 427 sal_Int32* pDXAry = NULL; in ReadRecordParams() local 467 pDXAry = new sal_Int32[ nNewTextLen ]; in ReadRecordParams() 488 pDXAry[ i ] = nDx; in ReadRecordParams() 493 if ( pDXAry && bUseDXAry ) in ReadRecordParams() 494 pOut->DrawText( aPosition, aText, pDXAry ); in ReadRecordParams() 499 delete[] pDXAry; in ReadRecordParams() 893 sal_Int32* pDXAry = NULL; in ReadRecordParams() local 910 pDXAry = new sal_Int32[ nDXCount ]; in ReadRecordParams() 912 aMemoryStream >> pDXAry[ i ]; in ReadRecordParams() 914 pOut->DrawText( aPt, aString, pDXAry ); in ReadRecordParams() [all …]
|
H A D | wmfwr.hxx | 163 …Bool WMFRecord_Escape_Unicode( const Point& rPoint, const String& rStr, const sal_Int32 * pDXAry ); 164 void WMFRecord_ExtTextOut(const Point & rPoint, const String & rString, const sal_Int32 * pDXAry); 167 const ByteString & rByteString, const sal_Int32 * pDXAry);
|
/aoo4110/main/filter/source/graphicfilter/epict/ |
H A D | epict.cxx | 171 void WriteTextArray(Point & rPoint, const String& rString, const sal_Int32 * pDXAry); 1338 void PictWriter::WriteTextArray(Point & rPoint, const String& rString, const sal_Int32 * pDXAry) in WriteTextArray() argument 1345 if ( pDXAry == NULL ) in WriteTextArray() 1358 aPt.X() += pDXAry[ i - 1 ]; in WriteTextArray() 1777 sal_Int32* pDXAry = new sal_Int32[ aStr.Len() ]; in WriteOpcodes() local 1778 sal_Int32 nNormSize( aVirDev.GetTextArray( aStr,pDXAry ) ); in WriteOpcodes() 1790 pDXAry[ i ] = pDXAry[ i ] * ( (long)pA->GetWidth() ) / nNormSize; in WriteOpcodes() 1793 WriteTextArray( aPt, aStr, pDXAry ); in WriteOpcodes() 1794 delete[] pDXAry; in WriteOpcodes()
|
/aoo4110/main/vcl/source/gdi/ |
H A D | cvtsvm.cxx | 907 sal_Int32* pDXAry = NULL; in ImplConvertFromSVM1() local 920 pDXAry = new sal_Int32[ Max( nAryLen, nStrLen ) ]; in ImplConvertFromSVM1() 923 rIStm >> nTmp, pDXAry[ j ] = nTmp; in ImplConvertFromSVM1() 942 pDXAry[ nStrLen-1 ] = pDXAry[ nStrLen-2 ] + pTmpAry[ nStrLen-1 ] - pTmpAry[ nStrLen-2 ]; in ImplConvertFromSVM1() 944 pDXAry[ nStrLen-1 ] = pTmpAry[ nStrLen-1 ]; // len=1: 0th position taken to be 0 in ImplConvertFromSVM1() 956 …rMtf.AddAction( new MetaTextArrayAction( aPt, aStr, pDXAry, (sal_uInt16) nIndex, (sal_uInt16) nLen… in ImplConvertFromSVM1() 958 if( pDXAry ) in ImplConvertFromSVM1() 959 delete[] pDXAry; in ImplConvertFromSVM1()
|
H A D | outdev3.cxx | 5729 long nWidth = pSalLayout->FillDXArray( pDXAry ); in GetTextArray() 5734 if( pDXAry ) in GetTextArray() 5736 pDXAry[ i ] += pDXAry[ i-1 ]; in GetTextArray() 5741 if( pDXAry ) in GetTextArray() 5743 pDXAry[i] = ImplDevicePixelToLogicWidth( pDXAry[i] ); in GetTextArray() 5749 if( pDXAry ) in GetTextArray() 5751 pDXAry[i] /= nWidthFactor; in GetTextArray() 5762 sal_Int32* pDXAry, long nLayoutWidth, in GetCaretPositions() argument 5775 Point(0,0), nLayoutWidth, pDXAry ); in GetCaretPositions() 7410 if (pDXAry) in GetSysTextLayoutData() [all …]
|
H A D | pdfwriter.cxx | 97 const sal_Int32* pDXAry, in DrawTextArray() argument 101 ((PDFWriterImpl*)pImplementation)->drawTextArray( rStartPt, rStr, pDXAry, nIndex, nLen ); in DrawTextArray()
|
H A D | metaact.cxx | 1326 const sal_Int32* pDXAry, in MetaTextArrayAction() argument 1335 const sal_uLong nAryLen = pDXAry ? mnLen : 0; in MetaTextArrayAction() 1340 memcpy( mpDXAry, pDXAry, nAryLen * sizeof( sal_Int32 ) ); in MetaTextArrayAction()
|
/aoo4110/main/vcl/inc/vcl/ |
H A D | outdev.hxx | 610 const sal_Int32* pDXAry = NULL, 613 long GetTextArray( const XubString& rStr, sal_Int32* pDXAry = NULL, 618 sal_Int32* pDXAry = NULL, long nWidth = 0, 937 const sal_Int32* pDXAry = NULL ) const;
|
H A D | pdfwriter.hxx | 750 const sal_Int32* pDXAry = NULL,
|
H A D | metaact.hxx | 544 const sal_Int32* pDXAry,
|
/aoo4110/main/filter/source/graphicfilter/eos2met/ |
H A D | eos2met.cxx | 1925 sal_Int32* pDXAry; in WriteOrders() local 1950 pDXAry=new sal_Int32[aStr.Len()]; in WriteOrders() 1951 nNormSize = aVDev.GetTextArray( aStr, pDXAry ); in WriteOrders() 1958 aPt2.X() += pDXAry[i-1]*((long)pA->GetWidth())/ nNormSize; in WriteOrders() 1969 delete[] pDXAry; in WriteOrders()
|