Searched refs:pos_ (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/xmlreader/source/ |
H A D | xmlreader.cxx | 232 ++pos_; in skipSpace() 246 pos_, end_ - pos_, RTL_CONSTASCII_STRINGPARAM("--")); in skipComment() 269 pos_, end_ - pos_, RTL_CONSTASCII_STRINGPARAM("?>")); in skipProcessingInstruction() 296 pos_, end_ - pos_, c); in skipDocumentTypeDeclaration() 325 pos_, end_ - pos_, c); in skipDocumentTypeDeclaration() 403 for (char const * begin = pos_;; ++pos_) { in scanName() 755 ++pos_; in handleStartTag() 765 ++pos_; in handleStartTag() 806 ++pos_; in handleEndTag() 868 pos_ = handleReference(pos_, end_); in handleRawText() [all …]
|
/aoo4110/main/shell/source/win32/shlxthandler/thumbviewer/ |
H A D | thumbviewer.cxx | 144 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()
|
/aoo4110/main/xmlreader/inc/xmlreader/ |
H A D | xmlreader.hxx | 136 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
|
/aoo4110/main/sw/qa/core/ |
H A D | bigpointerarray-new.hxx | 40 sal_uLong pos_; member in BigPtrEntry 43 BigPtrEntry() : pBigPtrArray_(0), pos_(0) in BigPtrEntry() 51 return pos_; in GetPos()
|
H A D | bigpointerarray-new.cxx | 75 rElem->pos_ = pos; in Insert() 97 rElem->pos_ = pos; in Replace() 105 (*iter)->pos_ = i; in FixElementIndizes()
|
Completed in 31 milliseconds