Home
last modified time | relevance | path

Searched defs:ParsedAddrSpec (Results 1 – 1 of 1) sorted by relevance

/trunk/main/svl/source/misc/
H A Dadrparse.cxx39 struct ParsedAddrSpec struct
41 sal_Unicode const * m_pBegin;
42 sal_Unicode const * m_pEnd;
43 ElementType m_eLastElem;
44 bool m_bAtFound;
45 bool m_bReparse;
47 ParsedAddrSpec() { reset(); } in ParsedAddrSpec() argument
49 bool isPoorlyValid() const { return m_eLastElem >= ELEMENT_ITEM; } in isPoorlyValid()
51 bool isValid() const { return isPoorlyValid() && m_bAtFound; } in isValid()

Completed in 13 milliseconds