Home
last modified time | relevance | path

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

/aoo42x/main/xmlreader/source/
H A Dxmlreader.cxx231 ++pos_; in skipSpace()
245 pos_, end_ - pos_, RTL_CONSTASCII_STRINGPARAM("--")); in skipComment()
268 pos_, end_ - pos_, RTL_CONSTASCII_STRINGPARAM("?>")); in skipProcessingInstruction()
295 pos_, end_ - pos_, c); in skipDocumentTypeDeclaration()
324 pos_, end_ - pos_, c); in skipDocumentTypeDeclaration()
402 for (char const * begin = pos_;; ++pos_) { in scanName()
754 ++pos_; in handleStartTag()
764 ++pos_; in handleStartTag()
805 ++pos_; in handleEndTag()
867 pos_ = handleReference(pos_, end_); in handleRawText()
[all …]
/aoo42x/main/shell/source/win32/shlxthandler/thumbviewer/
H A Dthumbviewer.cxx144 size_t pos_; member in StreamOnZipBuffer
150 pos_(0) in StreamOnZipBuffer()
193 if (pos_ > size) in Read()
199 for ( ;(pos_ < size) && (cb > 0); pos_++, cb--, read++) in Read()
200 *p++ = ref_zip_buffer_[pos_]; in Read()
218 p = (__int64) pos_; in Seek()
231 pos_ = (size_t) p; in Seek()
/aoo42x/main/xmlreader/inc/xmlreader/
H A Dxmlreader.hxx136 SAL_DLLPRIVATE inline char read() { return pos_ == end_ ? '\0' : *pos_++; } in read()
138 SAL_DLLPRIVATE inline char peek() { return pos_ == end_ ? '\0' : *pos_; } in peek()
184 char const * pos_; member in xmlreader::XmlReader
/aoo42x/main/sw/qa/core/
H A Dbigpointerarray-new.hxx40 sal_uLong pos_; member in BigPtrEntry
43 BigPtrEntry() : pBigPtrArray_(0), pos_(0) in BigPtrEntry()
51 return pos_; in GetPos()
H A Dbigpointerarray-new.cxx75 rElem->pos_ = pos; in Insert()
97 rElem->pos_ = pos; in Replace()
105 (*iter)->pos_ = i; in FixElementIndizes()

Completed in 70 milliseconds