Lines Matching refs:pCaretXArray

5760 bool OutputDevice::GetCaretPositions( const XubString& rStr, sal_Int32* pCaretXArray,  in GetCaretPositions()  argument
5780 pSalLayout->GetCaretPositions( 2*nLen, pCaretXArray ); in GetCaretPositions()
5787 if( pCaretXArray[ i ] >= 0 ) in GetCaretPositions()
5789 long nXPos = pCaretXArray[ i ]; in GetCaretPositions()
5792 if( pCaretXArray[ i ] >= 0 ) in GetCaretPositions()
5793 nXPos = pCaretXArray[ i ]; in GetCaretPositions()
5795 pCaretXArray[ i ] = nXPos; in GetCaretPositions()
5802 pCaretXArray[i] = nWidth - pCaretXArray[i] - 1; in GetCaretPositions()
5809 pCaretXArray[i] = ImplDevicePixelToLogicWidth( pCaretXArray[i] ); in GetCaretPositions()
5815 pCaretXArray[i] /= nWidthFactor; in GetCaretPositions()
6499 … sal_Int32* pCaretXArray = (sal_Int32*) alloca( 2 * sizeof(sal_Int32) * nLineLen ); in ImplDrawText() local
6500 /*sal_Bool bRet =*/ _rLayout.GetCaretPositions( aStr, pCaretXArray, in ImplDrawText()
6502 long lc_x1 = pCaretXArray[2*(nMnemonicPos - nIndex)]; in ImplDrawText()
6503 long lc_x2 = pCaretXArray[2*(nMnemonicPos - nIndex)+1]; in ImplDrawText()
6570 sal_Int32* pCaretXArray = (sal_Int32*) alloca( 2 * sizeof(sal_Int32) * aStr.Len() ); in ImplDrawText() local
6571 /*sal_Bool bRet =*/ _rLayout.GetCaretPositions( aStr, pCaretXArray, 0, aStr.Len() ); in ImplDrawText()
6572 long lc_x1 = pCaretXArray[2*(nMnemonicPos)]; in ImplDrawText()
6573 long lc_x2 = pCaretXArray[2*(nMnemonicPos)+1]; in ImplDrawText()
7026 sal_Int32* pCaretXArray = (sal_Int32*)alloca( 2 * sizeof(sal_Int32) * nLen ); in DrawCtrlText() local
7027 /*sal_Bool bRet =*/ GetCaretPositions( aStr, pCaretXArray, nIndex, nLen ); in DrawCtrlText()
7028 long lc_x1 = pCaretXArray[ 2*(nMnemonicPos - nIndex) ]; in DrawCtrlText()
7029 long lc_x2 = pCaretXArray[ 2*(nMnemonicPos - nIndex)+1 ]; in DrawCtrlText()