Home
last modified time | relevance | path

Searched refs:xBreakIt (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/sc/source/filter/excel/
H A Dxehelper.cxx387 Reference< XBreakIterator > xBreakIt = rRoot.GetDoc().GetBreakIterator(); in lclCreateFormattedString() local
403 sal_Int16 nScript = xBreakIt->getScriptType( aOUText, nPortionPos ); in lclCreateFormattedString()
404 sal_Int32 nPortionEnd = xBreakIt->endOfScript( aOUText, nPortionPos, nScript ); in lclCreateFormattedString()
460 Reference< XBreakIterator > xBreakIt = rRoot.GetDoc().GetBreakIterator(); in lclCreateFormattedString() local
522 sal_Int16 nScript = xBreakIt->getScriptType( aXclPortionText, 0 ); in lclCreateFormattedString()
683 Reference< XBreakIterator > xBreakIt = rRoot.GetDoc().GetBreakIterator(); in GetLeadingScriptType() local
690 nScript = xBreakIt->getScriptType( aOUString, nStrPos ); in GetLeadingScriptType()
691 nStrPos = xBreakIt->endOfScript( aOUString, nStrPos, nScript ); in GetLeadingScriptType()
H A Dxechart.cxx991 Reference< XBreakIterator > xBreakIt = GetDoc().GetBreakIterator(); in ConvertStringSequence() local
1016 sal_Int16 nScript = xBreakIt->getScriptType( aText, nPortionPos ); in ConvertStringSequence()
1017 sal_Int32 nPortionEnd = xBreakIt->endOfScript( aText, nPortionPos, nScript ); in ConvertStringSequence()

Completed in 47 milliseconds