Home
last modified time | relevance | path

Searched refs:pDXAry (Results 1 – 12 of 12) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx5729 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 Dpdfwriter.cxx97 const sal_Int32* pDXAry, in DrawTextArray() argument
101 ((PDFWriterImpl*)pImplementation)->drawTextArray( rStartPt, rStr, pDXAry, nIndex, nLen ); in DrawTextArray()
H A Dmetaact.cxx1326 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()
H A Dcvtsvm.cxx907 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()
/trunk/main/vcl/inc/vcl/
H A Dpdfwriter.hxx749 const sal_Int32* pDXAry = NULL,
H A Dmetaact.hxx544 const sal_Int32* pDXAry,
H A Doutdev.hxx610 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;
/trunk/main/svtools/source/filter/wmf/
H A Dwinwmf.cxx427 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 Dwmfwr.cxx630 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 Dwmfwr.hxx163 …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);
/trunk/main/filter/source/graphicfilter/eos2met/
H A Deos2met.cxx1925 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()
/trunk/main/filter/source/graphicfilter/epict/
H A Depict.cxx171 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()

Completed in 129 milliseconds