Home
last modified time | relevance | path

Searched refs:nStructSz (Results 1 – 3 of 3) sorted by relevance

/trunk/main/editeng/source/editeng/
H A Deditobj.cxx491 sal_uInt32 nStructSz = 0; in Store() local
492 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() local
516 rIStream >> nStructSz; in Create()
540 sal_Size nFullSz = sizeof( nWhich ) + sizeof( nStructSz ) + nStructSz; in Create()
552 sal_uInt32 nStructSz; in Skip() local
553 rIStream >> nStructSz; in Skip()
555 sal_Size nFullSz = sizeof( _nWhich ) + sizeof( nStructSz ) + nStructSz; in Skip()
/trunk/main/sw/source/filter/ww8/
H A Dwrtww8.hxx1305 WW8_WrPlc1( sal_uInt16 nStructSz );
1322 WW8_WrPlcFld( sal_uInt16 nStructSz, sal_uInt8 nTTyp ) in WW8_WrPlcFld() argument
1323 : WW8_WrPlc1( nStructSz ), nTxtTyp( nTTyp ), nResults(0) in WW8_WrPlcFld()
H A Dwrtww8.cxx697 WW8_WrPlc1::WW8_WrPlc1( sal_uInt16 nStructSz ) in WW8_WrPlc1() argument
698 : aPos( 16, 16 ), nStructSiz( nStructSz ) in WW8_WrPlc1()
700 nDataLen = 16 * nStructSz; in WW8_WrPlc1()

Completed in 47 milliseconds