Home
last modified time | relevance | path

Searched refs:nLen_ (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sw/source/filter/basflt/
H A Diodetect.cxx52 const sal_Char* SwIoDetect::IsReader(const sal_Char* pHeader, sal_uLong nLen_, in IsReader() argument
93 bRet = SwIoSystem::IsDetectableText(pHeader, nLen_); in IsReader()
95 bRet = SwIoSystem::IsDetectableText( pHeader, nLen_, 0, 0, 0, true); in IsReader()
/trunk/main/sw/inc/
H A Diodetect.hxx66 const sal_Char* IsReader( const sal_Char* pHeader, sal_uLong nLen_,
/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
793 nRemLen = nLen_; 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
885 nRemLen = nLen_; in SetSprms()

Completed in 110 milliseconds