Home
last modified time | relevance | path

Searched refs:pSprms_ (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.hxx184 WW8SprmIter( sal_uInt8* pSprms_, short nLen_, sal_uInt8 nVersion_ );
185 void SetSprms( sal_uInt8* pSprms_, short nLen_ );
H A Dww8scan.cxx782 WW8SprmIter::WW8SprmIter(const sal_uInt8* pSprms_, long nLen_, in WW8SprmIter() argument
784 : mrSprmParser(rParser), pSprms( pSprms_), nRemLen( nLen_) in WW8SprmIter()
789 void WW8SprmIter::SetSprms(const sal_uInt8* pSprms_, long nLen_) in SetSprms() argument
791 pSprms = pSprms_; in SetSprms()
/trunk/main/sw/source/filter/ww8/
H A Dww8scan.hxx259 explicit WW8SprmIter( const sal_uInt8* pSprms_, long nLen_,
261 void SetSprms( const sal_uInt8* pSprms_, long nLen_ );
H A Dww8scan.cxx874 WW8SprmIter::WW8SprmIter(const sal_uInt8* pSprms_, long nLen_, in WW8SprmIter() argument
876 : mrSprmParser(rParser), pSprms( pSprms_), nRemLen( nLen_) in WW8SprmIter()
881 void WW8SprmIter::SetSprms(const sal_uInt8* pSprms_, long nLen_) in SetSprms() argument
883 pSprms = pSprms_; in SetSprms()