Searched refs:nSlash (Results 1 – 6 of 6) sorted by relevance
348 sal_Char nSlash = '\\'; in ScanText() local361 nSlash = (sal_Char)__next; in ScanText()362 while (nSlash == 0xD || nSlash == 0xA) in ScanText()363 nSlash = (sal_Char)GetNextChar(); in ScanText()365 switch (nSlash) in ScanText()373 aByteString.Append(nSlash); in ScanText()380 if (nSlash != '\\' || nNextCh != '\'') in ScanText()383 nNextCh = nSlash; in ScanText()
113 sal_Int32 nSlash = m_aPath.indexOf( '/', 1 ); in init() local114 if ( nSlash == -1 ) in init()117 m_aDocId = m_aPath.copy( 1, nSlash - 1 ); in init()122 sal_Int32 nSlash = m_aPath.indexOf( '/', 1 ); in init() local123 if ( nSlash != - 1 ) in init()124 m_aInternalPath = m_aPath.copy( nSlash ); in init()
79 sal_Int32 const nSlash = rUrl.indexOf( '/' ); in isAbsoluteUrl() local80 if ( nSlash != -1 && nSlash < nColon ) in isAbsoluteUrl()165 sal_Int32 const nSlash = rBase.lastIndexOf( '/' ); in isContainedUnder() local166 if ( nSlash == -1 ) in isContainedUnder()168 ::rtl::OUString const aDir( rBase.copy( 0, nSlash + 1 ) ); in isContainedUnder()
112 sal_Int32 nSlash = name.lastIndexOf( '/' ); in mergeKeys() local113 if (nSlash >= 0) in mergeKeys()115 name = name.copy( nSlash +1 ); in mergeKeys()
2478 xub_StrLen nSlash in Main() local2480 if (nSlash == STRING_NOTFOUND) in Main()2490 nSlash - RTL_CONSTASCII_LENGTH("-key=")); in Main()2492 = aParam.Copy(nSlash + 1); in Main()
170 sal_Int32 nSlash = aContentRange.lastIndexOf( sal_Unicode('/')); in lcl_sendPartialGETRequest() local171 if ( nSlash != -1 ) in lcl_sendPartialGETRequest()173 rtl::OUString aSize = aContentRange.copy( nSlash + 1 ); in lcl_sendPartialGETRequest()