Lines Matching refs:nIdx

215     long nIdx;              ///< Merker, wo wir gerade sind  member in WW8PLCFspecial
222 long GetIdx() const { return nIdx; } in GetIdx()
223 void SetIdx( long nI ) { nIdx = nI; } in SetIdx()
229 { return ( nIdx >= nIMax ) ? SAL_MAX_INT32 : pPLCF_PosArray[nIdx]; } in Where()
231 bool GetData(long nIdx, WW8_CP& rPos, void*& rpValue) const;
241 WW8PLCFspecial& operator ++( int ) { nIdx++; return *this; } in operator ++()
242 WW8PLCFspecial& operator --( int ) { nIdx--; return *this; } in operator --()
282 sal_Int32 nIdx; member in WW8PLCF
308 sal_Int32 GetIdx() const { return nIdx; } in GetIdx()
309 void SetIdx( sal_Int32 nI ) { nIdx = nI; } in SetIdx()
314 WW8PLCF& operator ++( int ) { if( nIdx < nIMax ) nIdx++; return *this; } in operator ++()
342 long nIdx; member in WW8PLCFpcd_Iter
349 long GetIdx() const { return nIdx; } in GetIdx()
350 void SetIdx( long nI ) { nIdx = nI; } in SetIdx()
357 if( nIdx < rPLCF.nIMax ) in operator ++()
358 nIdx++; in operator ++()
389 virtual void SetIdx( sal_uLong nIdx ) = 0;
391 virtual void SetIdx2( sal_uLong nIdx );
582 virtual void SetIdx( sal_uLong nIdx );
615 void SetPCDIdx( sal_uLong nIdx );
617 virtual void SetIdx2( sal_uLong nIdx );
646 virtual void SetIdx( sal_uLong nIdx );
676 virtual void SetIdx( sal_uLong nIdx );
681 const void* GetData( long nIdx = -1 ) const in GetData() argument
683 return pRef ? pRef->GetData( -1L == nIdx ? pRef->GetIdx() : nIdx ) : 0; in GetData()
707 virtual void SetIdx( sal_uLong nIdx );
714 bool GetPara(long nIdx, WW8FieldDesc& rF);
741 virtual void SetIdx2( sal_uLong nIdx );
858 void GetSprmStart(short nIdx, WW8PLCFManResult* pRes) const;
859 void GetSprmEnd(short nIdx, WW8PLCFManResult* pRes) const;
860 void GetNoSprmStart(short nIdx, WW8PLCFManResult* pRes) const;
861 void GetNoSprmEnd(short nIdx, WW8PLCFManResult* pRes) const;
862 void AdvSprm(short nIdx, bool bStart);
863 void AdvNoSprm(short nIdx, bool bStart);
1778 bool GetTextPosExact(short nIdx, WW8_CP& rStart, long& rLen);