LibreOffice Module filter (master) 1
Public Member Functions | Private Attributes | List of all members
msfilter::util::WW8ReadFieldParams Class Reference

#include <util.hxx>

Public Member Functions

 WW8ReadFieldParams (OUString aData)
 
bool GoToTokenParam ()
 
sal_Int32 SkipToNextToken ()
 
sal_Int32 GetTokenSttPtr () const
 
sal_Int32 FindNextStringPiece (sal_Int32 _nStart=-1)
 
bool GetTokenSttFromTo (sal_Int32 *_pFrom, sal_Int32 *_pTo, sal_Int32 _nMax)
 
OUString GetResult () const
 

Private Attributes

const OUString aData
 
sal_Int32 nFnd
 
sal_Int32 nNext
 
sal_Int32 nSavPtr
 

Detailed Description

Definition at line 91 of file util.hxx.

Constructor & Destructor Documentation

◆ WW8ReadFieldParams()

msfilter::util::WW8ReadFieldParams::WW8ReadFieldParams ( OUString  aData)

Definition at line 351 of file util.cxx.

References _aData, aData, aData, nFnd, nNext, and nSavPtr.

Member Function Documentation

◆ FindNextStringPiece()

sal_Int32 msfilter::util::WW8ReadFieldParams::FindNextStringPiece ( sal_Int32  _nStart = -1)

Definition at line 433 of file util.cxx.

References aData, n, n2, nFnd, and nNext.

Referenced by SkipToNextToken().

◆ GetResult()

OUString msfilter::util::WW8ReadFieldParams::GetResult ( ) const

Definition at line 378 of file util.cxx.

References aData, nFnd, and nSavPtr.

Referenced by GetTokenSttFromTo(), and msfilter::util::Read_SubF_Combined().

◆ GetTokenSttFromTo()

bool msfilter::util::WW8ReadFieldParams::GetTokenSttFromTo ( sal_Int32 *  _pFrom,
sal_Int32 *  _pTo,
sal_Int32  _nMax 
)

Definition at line 498 of file util.cxx.

References GetResult(), o3tl::getToken(), GoToTokenParam(), nIndex, and o3tl::toInt32().

◆ GetTokenSttPtr()

sal_Int32 msfilter::util::WW8ReadFieldParams::GetTokenSttPtr ( ) const
inline

Definition at line 103 of file util.hxx.

Referenced by GoToTokenParam().

◆ GoToTokenParam()

bool msfilter::util::WW8ReadFieldParams::GoToTokenParam ( )

Definition at line 389 of file util.cxx.

References GetTokenSttPtr(), nNext, and SkipToNextToken().

Referenced by GetTokenSttFromTo().

◆ SkipToNextToken()

sal_Int32 msfilter::util::WW8ReadFieldParams::SkipToNextToken ( )

Member Data Documentation

◆ aData

const OUString msfilter::util::WW8ReadFieldParams::aData
private

Definition at line 94 of file util.hxx.

Referenced by FindNextStringPiece(), GetResult(), SkipToNextToken(), and WW8ReadFieldParams().

◆ nFnd

sal_Int32 msfilter::util::WW8ReadFieldParams::nFnd
private

Definition at line 95 of file util.hxx.

Referenced by FindNextStringPiece(), GetResult(), SkipToNextToken(), and WW8ReadFieldParams().

◆ nNext

sal_Int32 msfilter::util::WW8ReadFieldParams::nNext
private

Definition at line 96 of file util.hxx.

Referenced by FindNextStringPiece(), GoToTokenParam(), SkipToNextToken(), and WW8ReadFieldParams().

◆ nSavPtr

sal_Int32 msfilter::util::WW8ReadFieldParams::nSavPtr
private

Definition at line 97 of file util.hxx.

Referenced by GetResult(), SkipToNextToken(), and WW8ReadFieldParams().


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