Lines Matching refs:pBegin
76 const PropertyValue *pBegin = info.getConstArray(); in Construct() local
77 const PropertyValue *pEnd = pBegin + info.getLength(); in Construct()
84 for(;pBegin != pEnd;++pBegin) in Construct()
86 if ( !pBegin->Name.compareToAscii("Timeout") ) in Construct()
87 pBegin->Value >>= nTimeout; in Construct()
88 else if(!pBegin->Name.compareToAscii("user")) in Construct()
89 pBegin->Value >>= aUID; in Construct()
90 else if(!pBegin->Name.compareToAscii("password")) in Construct()
91 pBegin->Value >>= aPWD; in Construct()
92 else if(!pBegin->Name.compareToAscii("HostName")) in Construct()
93 pBegin->Value >>= sHostName; in Construct()
94 else if(0 == pBegin->Name.compareToAscii("CharSet")) in Construct()
97 OSL_VERIFY( pBegin->Value >>= sIanaName ); in Construct()