Home
last modified time | relevance | path

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

/aoo4110/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()
/aoo4110/main/filter/source/msfilter/
H A Descherex.cxx5161 std::vector< sal_uInt32 >::iterator aIter( mOffsets.begin() ); in InsertAtCurrentPos()
5162 std::vector< sal_uInt32 >::iterator aEnd( mOffsets.end() ); in InsertAtCurrentPos()
5267 mOffsets.push_back( mpOutStrm->Tell() - 4 ); in OpenContainer()
5325 nSize = ( nPos - mOffsets.back() ) - 4; in CloseContainer()
5326 mpOutStrm->Seek( mOffsets.back() ); in CloseContainer()
5355 mOffsets.pop_back(); in CloseContainer()
/aoo4110/main/filter/inc/filter/msfilter/
H A Descherex.hxx1453 std::vector< sal_uInt32 > mOffsets; member in EscherEx

Completed in 71 milliseconds