LibreOffice Module sw (master) 1
Public Member Functions | Public Attributes | Private Attributes | List of all members
SwInterHyphInfo Class Reference

#include <splargs.hxx>

Collaboration diagram for SwInterHyphInfo:
[legend]

Public Member Functions

 SwInterHyphInfo (const Point &rCursorPos)
 
const PointGetCursorPos () const
 
void SetHyphWord (const css::uno::Reference< css::linguistic2::XHyphenatedWord > &rxHW)
 
const css::uno::Reference< css::linguistic2::XHyphenatedWord > & GetHyphWord () const
 

Public Attributes

sal_Int32 m_nStart
 input: requested range to hyphenate More...
 
sal_Int32 m_nEnd
 
sal_Int32 m_nWordStart
 output: found word More...
 
sal_Int32 m_nWordLen
 

Private Attributes

css::uno::Reference< css::linguistic2::XHyphenatedWord > m_xHyphWord
 output: hyphenated word More...
 
const Point m_aCursorPos
 input: cursor point to locate the frame More...
 

Detailed Description

Definition at line 106 of file splargs.hxx.

Constructor & Destructor Documentation

◆ SwInterHyphInfo()

SwInterHyphInfo::SwInterHyphInfo ( const Point rCursorPos)
inline

Definition at line 120 of file splargs.hxx.

References SAL_MAX_INT32.

Member Function Documentation

◆ GetCursorPos()

const Point * SwInterHyphInfo::GetCursorPos ( ) const
inline

Definition at line 127 of file splargs.hxx.

References m_aCursorPos, Point::X(), and Point::Y().

Referenced by SwTextNode::Hyphenate().

◆ GetHyphWord()

const css::uno::Reference< css::linguistic2::XHyphenatedWord > & SwInterHyphInfo::GetHyphWord ( ) const
inline

Definition at line 135 of file splargs.hxx.

References m_xHyphWord.

◆ SetHyphWord()

void SwInterHyphInfo::SetHyphWord ( const css::uno::Reference< css::linguistic2::XHyphenatedWord > &  rxHW)
inline

Definition at line 131 of file splargs.hxx.

References m_xHyphWord.

Referenced by SwInterHyphInfoTextFrame::UpdateTextNodeHyphInfo().

Member Data Documentation

◆ m_aCursorPos

const Point SwInterHyphInfo::m_aCursorPos
private

input: cursor point to locate the frame

Definition at line 111 of file splargs.hxx.

Referenced by GetCursorPos().

◆ m_nEnd

sal_Int32 SwInterHyphInfo::m_nEnd

Definition at line 115 of file splargs.hxx.

◆ m_nStart

sal_Int32 SwInterHyphInfo::m_nStart

input: requested range to hyphenate

Definition at line 114 of file splargs.hxx.

◆ m_nWordLen

sal_Int32 SwInterHyphInfo::m_nWordLen

Definition at line 118 of file splargs.hxx.

Referenced by SwInterHyphInfoTextFrame::UpdateTextNodeHyphInfo().

◆ m_nWordStart

sal_Int32 SwInterHyphInfo::m_nWordStart

output: found word

Definition at line 117 of file splargs.hxx.

Referenced by SwInterHyphInfoTextFrame::UpdateTextNodeHyphInfo().

◆ m_xHyphWord

css::uno::Reference<css::linguistic2::XHyphenatedWord> SwInterHyphInfo::m_xHyphWord
private

output: hyphenated word

Definition at line 109 of file splargs.hxx.

Referenced by GetHyphWord(), and SetHyphWord().


The documentation for this class was generated from the following file: