Home
last modified time | relevance | path

Searched refs:pDX (Results 1 – 9 of 9) sorted by relevance

/trunk/main/vcl/source/control/
H A Dedit.cxx509 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 Demfwr.cxx792 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 Denhwmf.cxx1050 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 Dwinmtf.cxx1616 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 Dswfwriter1.cxx546 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 DMfcControlPpg.cpp86 void CMfcControlPropPage::DoDataExchange(CDataExchange* pDX) in DoDataExchange() argument
92 DDP_PostProcessing(pDX); in DoDataExchange()
H A DMfcControlPpg.h52 virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
/trunk/main/filter/source/svg/
H A Dsvgwriter.cxx796 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 Doutput2.cxx1856 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 114 milliseconds