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.cxx783 WW8SprmIter::WW8SprmIter(const sal_uInt8* pSprms_, long nLen_, in WW8SprmIter() argument
785 : mrSprmParser(rParser), pSprms( pSprms_), nRemLen( nLen_) in WW8SprmIter()
790 void WW8SprmIter::SetSprms(const sal_uInt8* pSprms_, long nLen_) in SetSprms() argument
792 pSprms = pSprms_; in SetSprms()
/trunk/main/sw/source/filter/ww8/
H A Dww8scan.hxx260 explicit WW8SprmIter( const sal_uInt8* pSprms_, long nLen_,
262 void SetSprms( const sal_uInt8* pSprms_, long nLen_ );
H A Dww8scan.cxx875 WW8SprmIter::WW8SprmIter(const sal_uInt8* pSprms_, long nLen_, in WW8SprmIter() argument
877 : mrSprmParser(rParser), pSprms( pSprms_), nRemLen( nLen_) in WW8SprmIter()
882 void WW8SprmIter::SetSprms(const sal_uInt8* pSprms_, long nLen_) in SetSprms() argument
884 pSprms = pSprms_; in SetSprms()

Completed in 75 milliseconds