Home
last modified time | relevance | path

Searched refs:nPosCp (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx3057 bool SwWW8ImplReader::ReadChar(long nPosCp, long nCpOfs) in ReadChar() argument
3063 pStrm->Seek( pSBase->WW8Cp2Fc(nCpOfs+nPosCp, &bIsUnicode) ); in ReadChar()
3119 cp_set::iterator aItr = maTOXEndCps.find((WW8_CP)nPosCp); in ReadChar()
3199 Read_GrafLayer( nPosCp ); in ReadChar()
3214 if (pTest && pTest->SeekPosExact(nPosCp+1+nCpOfs) && in ReadChar()
3215 pTest->Where() == nPosCp+1+nCpOfs) in ReadChar()
H A Dww8par.hxx1266 bool ReadChar(long nPosCp, long nCpOfs);
1451 sal_uInt16 nTxBxS, sal_uInt16 nSequence, long nPosCp, SwFrmFmt* pFlyFmt,
H A Dww8graf.cxx973 Size* pObjSiz, sal_uInt16 nTxBxS, sal_uInt16 nSequence, long nPosCp, in InsertTxbxText() argument
1109 pFlyFmt = Read_GrafLayer( nPosCp ); in InsertTxbxText()