Searched refs:nNextSep (Results 1 – 2 of 2) sorted by relevance
173 const sal_Int32 nNextSep = m_sExtensionId.indexOf( '/' ); in Content() local174 if ( nNextSep > -1 ) in Content()176 m_sPathIntoExtension = m_sExtensionId.copy( nNextSep + 1 ); in Content()177 m_sExtensionId = m_sExtensionId.copy( 0, nNextSep ); in Content()
2104 sal_Int32 nNextSep = 0; in implTranslateStringListProperty() local2110 nNextSep = SvXMLUnitConverter::indexOfComma( in implTranslateStringListProperty()2112 if (-1 == nNextSep) in implTranslateStringListProperty()2113 nNextSep = nLength; in implTranslateStringListProperty()2114 sElement = _rValue.copy(nElementStart, nNextSep - nElementStart); in implTranslateStringListProperty()2127 nElementStart = 1 + nNextSep; in implTranslateStringListProperty()
Completed in 21 milliseconds