LibreOffice Module sw (master) 1
|
#include <ww8scan.hxx>
Public Member Functions | |
WW8PLCFpcd_Iter (WW8PLCFpcd &rPLCFpcd, tools::Long nStartPos=-1) | |
tools::Long | GetIdx () const |
void | SetIdx (tools::Long nI) |
tools::Long | GetIMax () const |
bool | SeekPos (tools::Long nPos) |
sal_Int32 | Where () const |
bool | Get (WW8_CP &rStart, WW8_CP &rEnd, void *&rpValue) const |
void | advance () |
Private Member Functions | |
WW8PLCFpcd_Iter (const WW8PLCFpcd_Iter &)=delete | |
WW8PLCFpcd_Iter & | operator= (const WW8PLCFpcd_Iter &)=delete |
Private Attributes | |
WW8PLCFpcd & | m_rPLCF |
tools::Long | m_nIdx |
Definition at line 360 of file ww8scan.hxx.
|
privatedelete |
WW8PLCFpcd_Iter::WW8PLCFpcd_Iter | ( | WW8PLCFpcd & | rPLCFpcd, |
tools::Long | nStartPos = -1 |
||
) |
Definition at line 2560 of file ww8scan.cxx.
References SeekPos().
|
inline |
Definition at line 377 of file ww8scan.hxx.
References m_nIdx, WW8PLCFpcd::m_nIMax, and m_rPLCF.
Referenced by WW8PLCFx_Cp_FKP::GetSprms().
Definition at line 2600 of file ww8scan.cxx.
References m_nIdx, WW8PLCFpcd::m_nIMax, WW8PLCFpcd::m_nStru, WW8PLCFpcd::m_pPLCF_Contents, WW8PLCFpcd::m_pPLCF_PosArray, m_rPLCF, and WW8_CP_MAX.
Referenced by WW8PLCFx_PCDAttrs::GetSprms(), and WW8PLCFx_Cp_FKP::GetSprms().
|
inline |
Definition at line 371 of file ww8scan.hxx.
References m_nIdx.
Referenced by WW8PLCFx_Cp_FKP::GetSprms().
|
inline |
Definition at line 373 of file ww8scan.hxx.
References WW8PLCFpcd::m_nIMax, and m_rPLCF.
Referenced by WW8PLCFx_Cp_FKP::GetSprms().
|
privatedelete |
bool WW8PLCFpcd_Iter::SeekPos | ( | tools::Long | nPos | ) |
Definition at line 2567 of file ww8scan.cxx.
References m_nIdx, WW8PLCFpcd::m_nIMax, WW8PLCFpcd::m_pPLCF_PosArray, m_rPLCF, n, and nPos.
Referenced by WW8PLCFx_Cp_FKP::GetSprms(), and WW8PLCFpcd_Iter().
|
inline |
Definition at line 372 of file ww8scan.hxx.
References m_nIdx.
Referenced by WW8PLCFx_Cp_FKP::GetSprms().
sal_Int32 WW8PLCFpcd_Iter::Where | ( | ) | const |
Definition at line 2613 of file ww8scan.cxx.
References m_nIdx, WW8PLCFpcd::m_nIMax, WW8PLCFpcd::m_pPLCF_PosArray, m_rPLCF, and SAL_MAX_INT32.
|
private |
|
private |