Lines Matching refs:m_rEngine

792     m_rEngine(rEngine),  in Document()
802 return m_rEngine.GetLocale(); in retrieveLocale()
899 return m_rEngine.GetText(static_cast< ::sal_uLong >(pParagraph->getNumber())); in retrieveParagraphText()
923 … ? static_cast< ::sal_Int32 >( m_rEngine.GetText(static_cast< ::sal_uLong >(nNumber)).Len() ) in retrieveParagraphSelection()
956 sal_Int32 nLength = m_rEngine.GetText(nNumber).Len(); in retrieveCharacterBounds()
969 m_rEngine.PaMtoEditCursor(::TextPaM(nNumber, in retrieveCharacterBounds()
975 m_rEngine.PaMtoEditCursor(::TextPaM(nNumber, in retrieveCharacterBounds()
979 m_rEngine.PaMtoEditCursor(::TextPaM(nNumber, in retrieveCharacterBounds()
989 : static_cast< ::sal_Int32 >(m_rEngine.GetMaxTextWidth() in retrieveCharacterBounds()
1009 ::TextPaM aPaM(m_rEngine.GetPaM(::Point(static_cast< long >(rPoint.X), in retrieveCharacterIndex()
1034 Font aFont = m_rEngine.GetFont(); in retrieveCharacterAttributes()
1051 aAttribs[i].Value = mapFontColor( m_rEngine.GetTextColor() ); in retrieveCharacterAttributes()
1115 aAttribs[i].Value = ::css::uno::makeAny( (sal_Int16)m_rEngine.GetTextAlign() ); in retrieveCharacterAttributes()
1124 if (nIndex < 0 || nIndex > m_rEngine.GetText(nNumber).Len()) in retrieveCharacterAttributes()
1227 m_rEngine.FindAttrib( aPaM, TEXTATTR_FONTCOLOR ) ); in retrieveRunAttributesImpl()
1230 m_rEngine.FindAttrib( aPaM, TEXTATTR_FONTWEIGHT ) ); in retrieveRunAttributesImpl()
1280 if ( Index < 0 || Index >= m_rEngine.GetText(nNumber).Len() ) in retrieveRunAttributes()
1301 changeParagraphText(nNumber, 0, m_rEngine.GetTextLen(nNumber), false, in changeParagraphText()
1317 || nEnd > m_rEngine.GetText(nNumber).Len()) in changeParagraphText()
1339 || nEnd > m_rEngine.GetText(nNumber).Len()) in copyParagraphText()
1363 || nEnd > m_rEngine.GetText(nNumber).Len()) in changeParagraphAttributes()
1377 m_rEngine.SetAttrib(::TextAttribFontColor( in changeParagraphAttributes()
1384 m_rEngine.SetAttrib(::TextAttribFontWeight( in changeParagraphAttributes()
1401 || nEnd > m_rEngine.GetText(nNumber).Len()) in changeParagraphSelection()
1426 if ( nIndex < 0 || nIndex > m_rEngine.GetText( nNumber ).Len() ) in retrieveParagraphLineBoundary()
1435 ::sal_uInt16 nLineCount = m_rEngine.GetLineCount( nNumber ); in retrieveParagraphLineBoundary()
1439 m_rEngine.GetLineLen( nNumber, nLine ) ); in retrieveParagraphLineBoundary()
1468 if ( nLineNo >= m_rEngine.GetLineCount( nNumber ) ) in retrieveParagraphBoundaryOfLine()
1480 m_rEngine.GetLineLen( nNumber, nLine ) ); in retrieveParagraphBoundaryOfLine()
1838 ::sal_uLong nCount = m_rEngine.GetParagraphCount(); in init()
1844 m_rEngine.GetTextHeight(i)))); in init()
1859 m_aEngineListener.startListening(m_rEngine); in init()
2000 m_rEngine.GetTextHeight(n))))); in handleParagraphNotifications()
2145 m_rEngine.GetTextHeight(n))); in handleParagraphNotifications()