Searched refs:nStructSz (Results 1 – 3 of 3) sorted by relevance
491 sal_uInt32 nStructSz = 0; in Store() local492 rOStream << nStructSz; in Store()499 nStructSz = nEndPos - nStartPos - sizeof( nWhich ) - sizeof( nStructSz ); in Store()501 rOStream << nStructSz; in Store()515 sal_uInt32 nStructSz; in Create() local516 rIStream >> nStructSz; in Create()540 sal_Size nFullSz = sizeof( nWhich ) + sizeof( nStructSz ) + nStructSz; in Create()552 sal_uInt32 nStructSz; in Skip() local553 rIStream >> nStructSz; in Skip()555 sal_Size nFullSz = sizeof( _nWhich ) + sizeof( nStructSz ) + nStructSz; in Skip()
1305 WW8_WrPlc1( sal_uInt16 nStructSz );1322 WW8_WrPlcFld( sal_uInt16 nStructSz, sal_uInt8 nTTyp ) in WW8_WrPlcFld() argument1323 : WW8_WrPlc1( nStructSz ), nTxtTyp( nTTyp ), nResults(0) in WW8_WrPlcFld()
697 WW8_WrPlc1::WW8_WrPlc1( sal_uInt16 nStructSz ) in WW8_WrPlc1() argument698 : aPos( 16, 16 ), nStructSiz( nStructSz ) in WW8_WrPlc1()700 nDataLen = 16 * nStructSz; in WW8_WrPlc1()
Completed in 48 milliseconds