Home
last modified time | relevance | path

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

/aoo41x/main/ucb/source/ucp/ext/
H A Ducpext_content.cxx173 const sal_Int32 nNextSep = m_sExtensionId.indexOf( '/' ); in Content() local
174 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()
/aoo41x/main/xmloff/source/forms/
H A Delementimport.cxx2103 sal_Int32 nNextSep = 0; in implTranslateStringListProperty() local
2109 nNextSep = SvXMLUnitConverter::indexOfComma( in implTranslateStringListProperty()
2111 if (-1 == nNextSep) in implTranslateStringListProperty()
2112 nNextSep = nLength; in implTranslateStringListProperty()
2113 sElement = _rValue.copy(nElementStart, nNextSep - nElementStart); in implTranslateStringListProperty()
2126 nElementStart = 1 + nNextSep; in implTranslateStringListProperty()

Completed in 43 milliseconds