Home
last modified time | relevance | path

Searched refs:Chunk (Results 1 – 2 of 2) sorted by path

/trunk/main/shell/source/all/ooofilereader/
H A Dcontentreader.cxx142 Chunk_t Chunk; in addChunk() local
143 Chunk.first = Locale; in addChunk()
144 Chunk.second = EMPTY_STRING; in addChunk()
145 m_ChunkBuffer.push_back( Chunk ); in addChunk()
/trunk/main/sw/source/filter/ww8/
H A Dww8graf.cxx571 class Chunk class
578 explicit Chunk(long nStart, const String &rURL) in Chunk() function in Chunk
580 Chunk(const Chunk &rChunk) in Chunk() function in Chunk
583 Chunk& operator=(const Chunk &rChunk) in operator =()
626 std::deque<Chunk> aChunks; in InsertAttrsAsDrawingAttrs()
703 aChunks.push_back(Chunk(nStart, sURL)); in InsertAttrsAsDrawingAttrs()
769 typedef std::deque<Chunk>::iterator myIter; in InsertAttrsAsDrawingAttrs()

Completed in 32 milliseconds