Home
last modified time | relevance | path

Searched refs:mOffsets (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/sd/source/filter/eppt/
H A Descherex.cxx155 mOffsets.push_back( mpOutStrm->Tell() - 4 ); in OpenContainer()
204 nSize = ( nPos - mOffsets.back() ) - 4; in CloseContainer()
205 mpOutStrm->Seek( mOffsets.back() ); in CloseContainer()
234 mOffsets.pop_back(); in CloseContainer()
/trunk/main/filter/source/msfilter/
H A Descherex.cxx5172 std::vector< sal_uInt32 >::iterator aIter( mOffsets.begin() ); in InsertAtCurrentPos()
5173 std::vector< sal_uInt32 >::iterator aEnd( mOffsets.end() ); in InsertAtCurrentPos()
5278 mOffsets.push_back( mpOutStrm->Tell() - 4 ); in OpenContainer()
5336 nSize = ( nPos - mOffsets.back() ) - 4; in CloseContainer()
5337 mpOutStrm->Seek( mOffsets.back() ); in CloseContainer()
5366 mOffsets.pop_back(); in CloseContainer()
/trunk/main/filter/inc/filter/msfilter/
H A Descherex.hxx1453 std::vector< sal_uInt32 > mOffsets; member in EscherEx

Completed in 49 milliseconds