Searched defs:pCaretXArray (Results 1 – 1 of 1) sorted by relevance
5760 bool OutputDevice::GetCaretPositions( const XubString& rStr, sal_Int32* pCaretXArray, in GetCaretPositions()6499 … sal_Int32* pCaretXArray = (sal_Int32*) alloca( 2 * sizeof(sal_Int32) * nLineLen ); in ImplDrawText() local6570 sal_Int32* pCaretXArray = (sal_Int32*) alloca( 2 * sizeof(sal_Int32) * aStr.Len() ); in ImplDrawText() local7026 sal_Int32* pCaretXArray = (sal_Int32*)alloca( 2 * sizeof(sal_Int32) * nLen ); in DrawCtrlText() local
Completed in 45 milliseconds