Home
last modified time | relevance | path

Searched refs:GetIstd (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.hxx308 virtual sal_uInt16 GetIstd() const { return 0xffff; } in GetIstd() function in WW8PLCFx
412 sal_uInt16 GetIstd() const { return pGrpprl[ nIdx ].nIStd; } in GetIstd() function in WW8PLCFx_Fc_FKP::WW8Fkp
454 virtual sal_uInt16 GetIstd() const;
H A Dww8scan.cxx2840 sal_uInt16 WW8PLCFx_Fc_FKP::GetIstd() const in GetIstd() function in WW8PLCFx_Fc_FKP
2842 return pFkp ? pFkp->GetIstd() : 0xFFFF; in GetIstd()
4706 return pPap->pPLCFx->GetIstd(); in GetColl()
/trunk/main/sw/source/filter/ww8/
H A Dww8scan.hxx396 virtual sal_uInt16 GetIstd() const { return 0xffff; } in GetIstd() function in WW8PLCFx
528 sal_uInt16 GetIstd() const { return maEntries[mnIdx].mnIStd; } in GetIstd() function in WW8PLCFx_Fc_FKP::WW8Fkp
586 virtual sal_uInt16 GetIstd() const;
H A Dww8scan.cxx3177 sal_uInt16 WW8PLCFx_Fc_FKP::GetIstd() const in GetIstd() function in WW8PLCFx_Fc_FKP
3179 return pFkp ? pFkp->GetIstd() : 0xFFFF; in GetIstd()
5153 return pPap->pPLCFx->GetIstd(); in GetColl()
H A Dww8par6.cxx1838 sal_uInt16 nColl = pPap->GetIstd(); in ReadFull()