Searched refs:nClose (Results 1 – 16 of 16) sorted by relevance
621 xub_StrLen nClose = sAddress.Search('>'); in Next() local622 DBG_ASSERT(nClose != STRING_NOTFOUND, "closing '>' not found"); in Next()623 if( nClose != STRING_NOTFOUND ) in Next()625 aRet.sText = sAddress.Copy(1, nClose - 1); in Next()626 sAddress.Erase(0, nClose + 1); in Next()
491 sal_Int32 nClose = rStrImpValue.lastIndexOf( ')' ); in importXML() local493 if( (nOpen != -1) && (nClose > nOpen) ) in importXML()495 const OUString aTmp( rStrImpValue.copy( nOpen+1, nClose - nOpen-1) ); in importXML()
1775 xub_StrLen nClose; in StripNewCurrencyDelimiters() local1779 nClose = rStr.Search( ']', ++nEnd ); in StripNewCurrencyDelimiters()1780 } while ( (nEnd = GetQuoteEnd( rStr, nClose )) < nLen ); in StripNewCurrencyDelimiters()1781 nPos = ( nDash < nClose ? nDash : nClose ); in StripNewCurrencyDelimiters()1790 nStartPos = nClose + 1; in StripNewCurrencyDelimiters()
48 … is locked for editing by yourself on a different system since $(ARG2)\n\nClose document on other …
432 xub_StrLen nClose = rExternDocName.Search( ']', nOpen+1); in Parse_XL_Header() local433 if (nClose == STRING_NOTFOUND) in Parse_XL_Header()437 rExternDocName.Erase( nClose); in Parse_XL_Header()
633 sal_uInt16 nClose = 0; in Execute() local648 nClose++; in Execute()651 if ( nOpen < nClose ) in Execute()
529 … is locked for editing by yourself on a different system since $(ARG2)\n\nClose document on other …
520 … is locked for editing by yourself on a different system since $(ARG2)\n\nClose document on other …
62102 … is locked for editing by yourself on a different system since $(ARG2)\n\nClose document on other …
71541 … is locked for editing by yourself on a different system since $(ARG2)\n\nClose document on other …
Completed in 8538 milliseconds