Home
last modified time | relevance | path

Searched refs:pDXArray (Results 26 – 35 of 35) sorted by relevance

12

/aoo41x/main/vcl/source/gdi/
H A Dcvtsvm.cxx1771 sal_Int32* pDXArray = pAct->GetDXArray(); in ImplWriteActions() local
1784 if( !pDXArray || !nLen ) in ImplWriteActions()
1799 rOStm << (sal_Int32) pDXArray[ n ]; in ImplWriteActions()
H A Dpdfwriter_impl.hxx1221 …void drawTextArray( const Point& rPos, const String& rText, const sal_Int32* pDXArray = NULL, xub_…
H A Dpdfwriter_impl.cxx7759 …drawTextArray( const Point& rPos, const String& rText, const sal_Int32* pDXArray, xub_StrLen nInde… in drawTextArray() argument
7767 SalLayout* pLayout = m_pReferenceDevice->ImplLayout( rText, nIndex, nLen, rPos, 0, pDXArray ); in drawTextArray()
/aoo41x/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx2009 sal_Int32* pDXArray = pA->GetDXArray(); in interpretMetafile() local
2011 if(pDXArray) in interpretMetafile()
2017 aDXArray.push_back((double)(*(pDXArray + a))); in interpretMetafile()
/aoo41x/main/editeng/source/editeng/
H A Dimpedit2.cxx4267 …const sal_Int32* pDXArray = pLine->GetCharPosArray().GetData()+( nTextPortionStart-pLine->GetStart… in GetXPos() local
4268 …sal_Int32 nCharWidth = ( ( (n+1) < pPortion->GetLen() ) ? pDXArray[n] : pPortion->GetSize().Width(… in GetXPos()
4269 - ( n ? pDXArray[n-1] : 0 ); in GetXPos()
4276 …sal_Int32 nNextCharWidth = ( ( (n+2) < pPortion->GetLen() ) ? pDXArray[n+1] : pPortion->GetSize().… in GetXPos()
4277 - pDXArray[n]; in GetXPos()
H A Deditdoc.hxx362 void SaveOrgDXArray( const sal_Int32* pDXArray, sal_uInt16 nLen );
H A Dimpedit.hxx625 …ode* pNode, TextPortion* pTextPortion, sal_uInt16 nStartPos, sal_Int32* pDXArray, sal_uInt16 n100t…
/aoo41x/main/editeng/inc/editeng/
H A Dediteng.hxx438 …artPos, const String& rText, sal_uInt16 nTextStart, sal_uInt16 nTextLen, const sal_Int32* pDXArray,
H A Doutliner.hxx923 …const sal_Int32* pDXArray, const SvxFont& rFont, sal_uInt16 nPara, xub_StrLen nIndex, sal_uInt8 nR…
/aoo41x/main/editeng/source/outliner/
H A Doutliner.cxx1843 …ng& rText, sal_uInt16 nTextStart, sal_uInt16 nTextLen, const sal_Int32* pDXArray,const SvxFont& rF… in DrawingText() argument
1859 …DrawPortionInfo aInfo( rStartPos, rText, nTextStart, nTextLen, rFont, nPara, nIndex, pDXArray, pWr… in DrawingText()

Completed in 347 milliseconds

12