Searched refs:nLen_ (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/sw/source/filter/basflt/ |
H A D | iodetect.cxx | 52 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()
|
/aoo4110/main/sw/inc/ |
H A D | iodetect.hxx | 66 const sal_Char* IsReader( const sal_Char* pHeader, sal_uLong nLen_,
|
/aoo4110/main/sw/source/filter/ww8/dump/ |
H A D | ww8scan.hxx | 184 WW8SprmIter( sal_uInt8* pSprms_, short nLen_, sal_uInt8 nVersion_ ); 185 void SetSprms( sal_uInt8* pSprms_, short nLen_ );
|
H A D | ww8scan.cxx | 783 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()
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | ww8scan.hxx | 260 explicit WW8SprmIter( const sal_uInt8* pSprms_, long nLen_, 262 void SetSprms( const sal_uInt8* pSprms_, long nLen_ );
|
H A D | ww8scan.cxx | 875 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 102 milliseconds