Home
last modified time | relevance | path

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

/aoo41x/main/sd/source/filter/eppt/
H A Depptso.cxx4620 SvStorageStreamRef xCompObj = xTemp->OpenSotStream( in ImplWritePage() local
4623 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 52 milliseconds