Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/filter/excel/
H A Dxicontent.cxx372 bool bInQuote = false; in ConvertToValidTabName() local
379 if (bInQuote && i+1 < n && rUrl.GetChar(i+1) == sal_Unicode('\'')) in ConvertToValidTabName()
391 bInQuote = !bInQuote; in ConvertToValidTabName()
392 if (!bInQuote && aTabName.Len() > 0) in ConvertToValidTabName()
401 else if (bInQuote) in ConvertToValidTabName()
407 if (bInQuote) in ConvertToValidTabName()

Completed in 22 milliseconds