| 
    LibreOffice Module editeng (master) 1
    
   | 
 
#include <tstpitem.hxx>
Public Member Functions | |
| SvxTabStop () | |
| SvxTabStop (const sal_Int32 nPos, const SvxTabAdjust eAdjst=SvxTabAdjust::Left, const sal_Unicode cDec=cDfltDecimalChar, const sal_Unicode cFil=cDfltFillChar) | |
| sal_Int32 & | GetTabPos () | 
| sal_Int32 | GetTabPos () const | 
| SvxTabAdjust & | GetAdjustment () | 
| SvxTabAdjust | GetAdjustment () const | 
| sal_Unicode & | GetDecimal () | 
| sal_Unicode | GetDecimal () const | 
| sal_Unicode & | GetFill () | 
| sal_Unicode | GetFill () const | 
| bool | operator== (const SvxTabStop &rTS) const | 
| bool | operator!= (const SvxTabStop &rTS) const | 
| bool | operator< (const SvxTabStop &rTS) const | 
| void | dumpAsXml (xmlTextWriterPtr pWriter) const | 
Private Member Functions | |
| void | fillDecimal () const | 
Private Attributes | |
| sal_Int32 | nTabPos | 
| SvxTabAdjust | eAdjustment | 
| sal_Unicode | m_cDecimal | 
| sal_Unicode | cFill | 
Definition at line 35 of file tstpitem.hxx.
| SvxTabStop::SvxTabStop | ( | ) | 
Definition at line 747 of file paraitem.cxx.
References cDfltDecimalChar, cDfltFillChar, cFill, eAdjustment, Left, m_cDecimal, and nTabPos.
      
  | 
  explicit | 
Definition at line 756 of file paraitem.cxx.
References cFill, eAdjustment, m_cDecimal, nPos, and nTabPos.
| void SvxTabStop::dumpAsXml | ( | xmlTextWriterPtr | pWriter | ) | const | 
Definition at line 771 of file paraitem.cxx.
References eAdjustment, and nTabPos.
      
  | 
  private | 
Definition at line 765 of file paraitem.cxx.
References cDfltDecimalChar, SvtSysLocale::GetLocaleData(), LocaleDataWrapper::getNumDecimalSep(), and m_cDecimal.
      
  | 
  inline | 
Definition at line 56 of file tstpitem.hxx.
Referenced by ConvertItem(), SvxTabStopItem::PutValue(), SvxTabStopItem::QueryValue(), and SvxRTFParser::ReadTabAttr().
      
  | 
  inline | 
Definition at line 57 of file tstpitem.hxx.
      
  | 
  inline | 
Definition at line 59 of file tstpitem.hxx.
Referenced by ConvertItem(), SvxTabStopItem::PutValue(), SvxTabStopItem::QueryValue(), and SvxRTFParser::ReadTabAttr().
      
  | 
  inline | 
Definition at line 60 of file tstpitem.hxx.
      
  | 
  inline | 
Definition at line 62 of file tstpitem.hxx.
Referenced by ConvertItem(), SvxTabStopItem::PutValue(), SvxTabStopItem::QueryValue(), and SvxRTFParser::ReadTabAttr().
      
  | 
  inline | 
Definition at line 63 of file tstpitem.hxx.
      
  | 
  inline | 
Definition at line 53 of file tstpitem.hxx.
Referenced by ConvertItem(), ContentAttribs::FindTabStop(), SvxTabStopItem::QueryValue(), SvxRTFParser::ReadTabAttr(), and ImpEditEngine::WriteItemAsRTF().
      
  | 
  inline | 
Definition at line 54 of file tstpitem.hxx.
      
  | 
  inline | 
Definition at line 72 of file tstpitem.hxx.
References operator==().
      
  | 
  inline | 
Definition at line 77 of file tstpitem.hxx.
References nTabPos.
      
  | 
  inline | 
Definition at line 65 of file tstpitem.hxx.
References cFill, eAdjustment, m_cDecimal, and nTabPos.
      
  | 
  private | 
Definition at line 42 of file tstpitem.hxx.
Referenced by operator==(), and SvxTabStop().
      
  | 
  private | 
Definition at line 39 of file tstpitem.hxx.
Referenced by dumpAsXml(), operator==(), and SvxTabStop().
      
  | 
  mutableprivate | 
Definition at line 41 of file tstpitem.hxx.
Referenced by fillDecimal(), operator==(), and SvxTabStop().
      
  | 
  private | 
Definition at line 38 of file tstpitem.hxx.
Referenced by dumpAsXml(), operator<(), operator==(), and SvxTabStop().