Searched refs:xCompObj (Results 1 – 1 of 1) sorted by relevance
4620 SvStorageStreamRef xCompObj = xTemp->OpenSotStream( in ImplWritePage() local4623 xCompObj->Seek( STREAM_SEEK_TO_END ); in ImplWritePage()4624 sal_uInt32 nStreamLen = xCompObj->Tell(); in ImplWritePage()4625 xCompObj->Seek( 0 ); in ImplWritePage()4628 *xCompObj >> nVersion in ImplWritePage()4632 xCompObj->SeekRel( 16 ); // skipping clsid in ImplWritePage()4633 *xCompObj >> nStringLen; in ImplWritePage()4634 if ( ( xCompObj->Tell() + nStringLen ) < nStreamLen ) in ImplWritePage()4637 *xCompObj >> nStringLen; in ImplWritePage()4641 *xCompObj >> nStringLen; in ImplWritePage()[all …]
Completed in 59 milliseconds