Home
last modified time | relevance | path

Searched refs:nAktId (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx811 nAktId = mrSprmParser.GetSprmId(pSprms); in UpdateMyMembers()
812 pAktParams = pSprms + mrSprmParser.DistanceToData(nAktId); in UpdateMyMembers()
813 nAktSize = mrSprmParser.GetSprmSize(nAktId, pSprms); in UpdateMyMembers()
817 nAktId = 0; in UpdateMyMembers()
3323 sal_uInt16 nAktId = maSprmParser.GetSprmId(pSp); in Find4Sprms() local
3325 if( nAktId == nId1 ) in Find4Sprms()
3327 else if( nAktId == nId2 ) in Find4Sprms()
3329 else if( nAktId == nId3 ) in Find4Sprms()
3331 else if( nAktId == nId4 ) in Find4Sprms()
3337 sal_uInt16 x = maSprmParser.GetSprmSize(nAktId, pSp); in Find4Sprms()
[all …]
H A Dww8scan.hxx174 sal_uInt16 nAktId; member in WW8SprmIter
191 sal_uInt16 GetAktId() const { return nAktId; } in GetAktId()
/trunk/main/sw/source/filter/ww8/
H A Dww8scan.cxx911 nAktId = mrSprmParser.GetSprmId(pSprms); in UpdateMyMembers()
912 pAktParams = pSprms + mrSprmParser.DistanceToData(nAktId); in UpdateMyMembers()
913 nAktSize = mrSprmParser.GetSprmSize(nAktId, pSprms); in UpdateMyMembers()
917 nAktId = 0; in UpdateMyMembers()
3685 sal_uInt16 nAktId = maSprmParser.GetSprmId(pSp); in Find4Sprms() local
3687 if( nAktId == nId1 ) in Find4Sprms()
3689 else if( nAktId == nId2 ) in Find4Sprms()
3691 else if( nAktId == nId3 ) in Find4Sprms()
3693 else if( nAktId == nId4 ) in Find4Sprms()
3699 sal_uInt16 x = maSprmParser.GetSprmSize(nAktId, pSp); in Find4Sprms()
[all …]
H A Dww8graf.cxx1037 sal_uInt16 nAktId = aSprmIter.GetAktId(); in InsertTxbxText() local
1038 switch( nAktId ) in InsertTxbxText()
1044 Read_Obj(nAktId, pParams, 1); in InsertTxbxText()
1049 Read_PicLoc(nAktId, pParams, 1); in InsertTxbxText()
H A Dww8par3.cxx487 sal_uInt16 nAktId = maSprmParser.GetSprmId(pSprms); in GrpprlHasSprm() local
488 if( nAktId == nId ) // Sprm found in GrpprlHasSprm()
492 sal_uInt16 x = maSprmParser.GetSprmSize(nAktId, pSprms); in GrpprlHasSprm()
H A Dww8scan.hxx252 sal_uInt16 nAktId; member in WW8SprmIter
267 sal_uInt16 GetAktId() const { return nAktId; } in GetAktId()
H A Dww8par2.cxx3829 sal_uInt16 nAktId = maSprmParser.GetSprmId(pSprms); in HasParaSprm() local
3831 if( nAktId == nId ) in HasParaSprm()
3834 x = maSprmParser.GetSprmSize(nAktId, pSprms); in HasParaSprm()