Searched refs:nSeparatorPos (Results 1 – 3 of 3) sorted by relevance
61 sal_Int32 nSeparatorPos = -1; in EndElement() local68 nSeparatorPos = aEvent->first.indexOf(EVENT_NAME_SEPARATOR); in EndElement()69 …OSL_ENSURE(-1 != nSeparatorPos, "OFormEventsImportContext::EndElement: invalid (unrecognized) even… in EndElement()70 pTranslated->ListenerType = aEvent->first.copy(0, nSeparatorPos); in EndElement()71 pTranslated->EventMethod = aEvent->first.copy(nSeparatorPos + EVENT_NAME_SEPARATOR.length); in EndElement()
111 const sal_Int32 nSeparatorPos = i_rElementName.indexOf( ':' ); in split() local112 if ( nSeparatorPos > -1 ) in split()114 o_rNamespace = i_rElementName.copy( 0, nSeparatorPos ); in split()115 o_rLocalName = i_rElementName.copy( nSeparatorPos + 1 ); in split()
1872 sal_Int16 nSeparatorPos(0); in setProperty() local1873 if ( Value >>= nSeparatorPos ) in setProperty()1874 pListBox->SetSeparatorPos( nSeparatorPos ); in setProperty()
Completed in 43 milliseconds