Home
last modified time | relevance | path

Searched refs:pDXArry (Results 1 – 4 of 4) sorted by relevance

/trunk/main/svtools/source/filter/wmf/
H A Dwinmtf.cxx1467 void WinMtfOutput::DrawText( Point& rPosition, String& rText, sal_Int32* pDXArry, sal_Bool bRecordP… in DrawText() argument
1474 if ( pDXArry ) in DrawText()
1481 const Size aSize(ImplMap(Size( pDXArry[i], 0))); in DrawText()
1485 pDXArry[ i ] = nSum; in DrawText()
1577 if( pDXArry ) in DrawText()
1582 nTextWidth += pDXArry[ nLen - 2 ]; in DrawText()
1616 sal_Int32* pDX = pDXArry; in DrawText()
1617 if ( !pDXArry ) in DrawText()
1629 if ( !pDXArry ) // this means we have created our own array in DrawText()
H A Dwinmtf.hxx661 …void DrawText( Point& rPosition, String& rString, sal_Int32* pDXArry = NULL, sal_Bool bRecordPa…
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeFontWork.cxx285 sal_Int32* pDXArry = NULL; in GetTextAreaOutline() local
299 …tTextOutlines( aCharacterData.vOutlines, aCharText, 0, 0, STRING_LEN, sal_True, nWidth, pDXArry ) ) in GetTextAreaOutline()
350 pDXArry = new sal_Int32[ rText.getLength() ]; in GetTextAreaOutline()
351 aVirDev.GetTextArray( rText, pDXArry, 0, STRING_LEN ); in GetTextAreaOutline()
357 …v.GetTextOutlines( aCharacterData.vOutlines, rText, 0, 0, STRING_LEN, sal_True, nWidth, pDXArry ) ) in GetTextAreaOutline()
381 delete[] pDXArry; in GetTextAreaOutline()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx216 …void ImplText( const String& rUniString, const Point& rPos, const sal_Int32* pDXArry, sal_Int32…
219 …void ImplWriteString( const ByteString&, VirtualDevice& rVDev, const sal_Int32* pDXArry = NULL,…
2044 …tring( const ByteString& rString, VirtualDevice& rVDev, const sal_Int32* pDXArry, sal_Bool bStretc… in ImplWriteString() argument
2050 if ( pDXArry ) in ImplWriteString()
2057 nx = pDXArry[ i - 1 ]; in ImplWriteString()
2077 void PSWriter::ImplText( const String& rUniString, const Point& rPos, const sal_Int32* pDXArry, sal… in ImplText() argument
2106 … aVirDev.GetTextOutlines( aPolyPolyVec, rUniString, 0, 0, STRING_LEN, sal_True, nWidth, pDXArry ) ) in ImplText()
2128 pDXArry = NULL; // ignoring the kerning array in ImplText()
2131 ImplWriteString( aStr, rVDev, pDXArry, nWidth != 0 ); in ImplText()

Completed in 46 milliseconds