Searched refs:pDX (Results 1 – 9 of 9) sorted by relevance
/trunk/main/vcl/source/control/ |
H A D | edit.cxx | 509 sal_Int32* pDX = nDXBuffer; in ImplRepaint() local 516 pDX = pDXBuffer; in ImplRepaint() 1173 sal_Int32* pDX = nDXBuffer; in ImplShowCursor() local 1180 pDX = pDXBuffer; in ImplShowCursor() 1300 sal_Int32* pDX = nDXBuffer; in ImplGetCharPos() local 1304 pDX = pDXBuffer; in ImplGetCharPos() 1311 if( (pDX[2*i] >= nX && pDX[2*i+1] <= nX) || in ImplGetCharPos() 1312 (pDX[2*i+1] >= nX && pDX[2*i] <= nX)) in ImplGetCharPos() 1315 if( pDX[2*i] < pDX[2*i+1] ) in ImplGetCharPos() 1317 if( nX > (pDX[2*i]+pDX[2*i+1])/2 ) in ImplGetCharPos() [all …]
|
/trunk/main/svtools/source/filter/wmf/ |
H A D | emfwr.cxx | 792 sal_Int32* pDX; in ImplWriteTextRecord() local 799 pDX = (sal_Int32*) pDXArray; in ImplWriteTextRecord() 805 pDX = pOwnArray; in ImplWriteTextRecord() 810 nNormWidth = pDX[ nLen - 2 ] + maVDev.GetTextWidth( rText.GetChar( nLen - 1 ) ); in ImplWriteTextRecord() 817 pDX[ i ] = FRound( pDX[ i ] * fFactor ); in ImplWriteTextRecord() 841 ImplWriteExtent( pDX[ 0 ] ); in ImplWriteTextRecord() 846 ImplWriteExtent( pDX[ i ] - pDX[ i - 1 ] ); in ImplWriteTextRecord() 848 ImplWriteExtent( pDX[ nLen - 2 ] / ( nLen - 1 ) ); in ImplWriteTextRecord()
|
H A D | enhwmf.cxx | 1050 sal_Int32* pDX = NULL; in ReadEnhWMF() local 1074 pDX = new sal_Int32[ nLen ]; in ReadEnhWMF() 1077 *pWMF >> pDX[ i ]; in ReadEnhWMF() 1094 sal_Int32* pOldDx = pDX; in ReadEnhWMF() 1095 pDX = new sal_Int32[ aText.Len() ]; in ReadEnhWMF() 1099 pDX[ i ] = 0; in ReadEnhWMF() 1101 pDX[ i ] += pOldDx[ j++ ]; in ReadEnhWMF() 1126 pOut->DrawText( aPos, aText, pDX, bRecordPath, nGfxMode ); in ReadEnhWMF() 1128 delete[] pDX; in ReadEnhWMF()
|
H A D | winmtf.cxx | 1616 sal_Int32* pDX = pDXArry; in DrawText() local 1623 pDX = new sal_Int32[ rText.Len() ]; in DrawText() 1626 aVDev.GetTextArray( rText, pDX, 0, STRING_LEN ); in DrawText() 1628 mpGDIMetaFile->AddAction( new MetaTextArrayAction( rPosition, rText, pDX, 0, STRING_LEN ) ); in DrawText() 1630 delete[] pDX; // which must be deleted in DrawText()
|
/trunk/main/filter/source/flash/ |
H A D | swfwriter1.cxx | 546 sal_Int32* pDX; in Impl_writeText() local 553 pDX = (sal_Int32*) pDXArray; in Impl_writeText() 559 pDX = pOwnArray; in Impl_writeText() 564 …aNormSize.Width() = pDX[ nLen - 2 ] + mpVDev->GetTextWidth( rText.GetChar( (sal_uInt16) nLen - 1 … in Impl_writeText() 572 pDX[ i ] = FRound( pDX[ i ] * fFactor ); in Impl_writeText() 694 nAdvance = pDX[i] - nLastDX; in Impl_writeText() 695 nLastDX = pDX[i]; in Impl_writeText()
|
/trunk/main/extensions/test/ole/MfcControl/ |
H A D | MfcControlPpg.cpp | 86 void CMfcControlPropPage::DoDataExchange(CDataExchange* pDX) in DoDataExchange() argument 92 DDP_PostProcessing(pDX); in DoDataExchange()
|
H A D | MfcControlPpg.h | 52 virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
|
/trunk/main/filter/source/svg/ |
H A D | svgwriter.cxx | 796 sal_Int32* pDX; in ImplWriteText() local 816 pDX = const_cast< sal_Int32* >( pDXArray ); in ImplWriteText() 822 pDX = apTmpArray.get(); in ImplWriteText() 882 sal_Int32 nWidth = pDX[ nCurPos - 1 ]; in ImplWriteText() 897 aNormSize.Width() = pDX[ nLen - 2 ] + mpVDev->GetTextWidth( rText.GetChar( nLen - 1 ) ); in ImplWriteText() 904 pDX[ i ] = FRound( pDX[ i ] * fFactor ); in ImplWriteText() 936 sal_Int32 nWidth = pDX[ nCurPos - 1 ]; in ImplWriteText()
|
/trunk/main/sc/source/ui/view/ |
H A D | output2.cxx | 1856 sal_Int32* pDX = new sal_Int32[aString.Len()]; in DrawStrings() local 1857 pFmtDevice->GetTextArray( aString, pDX ); in DrawStrings() 1865 pDX[i] = (long)(pDX[i] / fMul + 0.5); in DrawStrings() 1868 pDev->DrawTextArray( aDrawTextPos, aString, pDX ); in DrawStrings() 1869 delete[] pDX; in DrawStrings()
|
Completed in 106 milliseconds