Home
last modified time | relevance | path

Searched refs:nSlash (Results 1 – 25 of 25) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/svtools/source/svrtf/
H A Dparrtf.cxx335 char nSlash = '\\'; in ScanText() local
352 nSlash = static_cast<char>(next); in ScanText()
353 while (nSlash == 0xD || nSlash == 0xA) in ScanText()
354 nSlash = static_cast<char>(GetNextChar()); in ScanText()
356 switch (nSlash) in ScanText()
364 aByteString.append(nSlash); in ScanText()
377 if (nSlash != '\\' || nNextCh != '\'') in ScanText()
380 nNextCh = static_cast<unsigned char>(nSlash); in ScanText()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svtools/source/svrtf/
H A Dparrtf.cxx334 sal_Char nSlash = '\\'; in ScanText() local
351 nSlash = static_cast<sal_Char>(next); in ScanText()
352 while (nSlash == 0xD || nSlash == 0xA) in ScanText()
353 nSlash = static_cast<sal_Char>(GetNextChar()); in ScanText()
355 switch (nSlash) in ScanText()
363 aByteString.append(nSlash); in ScanText()
376 if (nSlash != '\\' || nNextCh != '\'') in ScanText()
379 nNextCh = nSlash; in ScanText()
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucb/source/ucp/tdoc/
H A Dtdoc_uri.cxx100 sal_Int32 nSlash = m_aPath.indexOf( '/', 1 ); in init() local
101 if ( nSlash == -1 ) in init()
104 m_aDocId = m_aPath.copy( 1, nSlash - 1 ); in init()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucb/source/ucp/tdoc/
H A Dtdoc_uri.cxx100 sal_Int32 nSlash = m_aPath.indexOf( '/', 1 ); in init() local
101 if ( nSlash == -1 ) in init()
104 m_aDocId = m_aPath.copy( 1, nSlash - 1 ); in init()
/dports/editors/libreoffice/libreoffice-7.2.6.2/pyuno/source/loader/
H A Dpythonloader.py105 nSlash = dependent.rfind('/')
106 if -1 != nSlash:
107 path = unohelper.fileUrlToSystemPath( dependent[0:nSlash] )
108 dependent = dependent[nSlash+1:len(dependent)]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/pyuno/source/loader/
H A Dpythonloader.py108 nSlash = dependent.rfind('/')
109 if -1 != nSlash:
110 path = unohelper.fileUrlToSystemPath( dependent[0:nSlash] )
111 dependent = dependent[nSlash+1:len(dependent)]
/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/qa/cppunit/
H A Dbasic_coverage.cxx141 sal_Int32 nSlash = langDir.lastIndexOf('/'); in Coverage_Iterator() local
142 if ( nSlash != -1 ) in Coverage_Iterator()
144 OUString sLangISO = langDir.copy( nSlash + 1 ); in Coverage_Iterator()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basic/qa/cppunit/
H A Dbasic_coverage.cxx141 sal_Int32 nSlash = langDir.lastIndexOf('/'); in Coverage_Iterator() local
142 if ( nSlash != -1 ) in Coverage_Iterator()
144 OUString sLangISO = langDir.copy( nSlash + 1 ); in Coverage_Iterator()
/dports/editors/libreoffice/libreoffice-7.2.6.2/stoc/source/implementationregistration/
H A Dmergekeys.cxx107 sal_Int32 nSlash = name.lastIndexOf( '/' ); in mergeKeys() local
108 if (nSlash >= 0) in mergeKeys()
110 name = name.copy( nSlash +1 ); in mergeKeys()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/stoc/source/implementationregistration/
H A Dmergekeys.cxx102 sal_Int32 nSlash = name.lastIndexOf( '/' ); in mergeKeys() local
103 if (nSlash >= 0) in mergeKeys()
105 name = name.copy( nSlash +1 ); in mergeKeys()
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/radiant/
H A DQE3.CPP86 int nSlash = strPathName.ReverseFind('\\'); in ExtractPath_and_Filename() local
87 if (nSlash >= 0) { in ExtractPath_and_Filename()
88 strPath = strPathName.Left(nSlash + 1); in ExtractPath_and_Filename()
89 strFilename = strPathName.Right(strPathName.GetLength() - nSlash - 1); in ExtractPath_and_Filename()
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/francoispqt/gojay/
H A Ddecode_string.go173 nSlash := dec.cursor - start
177 if nSlash&1 != 1 {
191 if nSlash&1 == 1 {
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/francoispqt/gojay/
H A Ddecode_string.go173 nSlash := dec.cursor - start
177 if nSlash&1 != 1 {
191 if nSlash&1 == 1 {
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/francoispqt/gojay/
H A Ddecode_string.go173 nSlash := dec.cursor - start
177 if nSlash&1 != 1 {
191 if nSlash&1 == 1 {
/dports/audio/linuxsampler/linuxsampler-2.2.0/src/common/
H A DPath.cpp167 int nSlash = 0, nBackSlash = 0; in fromUnknownFS() local
173 if (path[i] == '/') nSlash++; in fromUnknownFS()
177 if (!hasDrive && nSlash > nBackSlash) in fromUnknownFS()
179 else if (hasDrive || nBackSlash > nSlash) in fromUnknownFS()
/dports/games/gtkradiant/GPL/GtkRadiant/libs/
H A Dstr.h502 std::size_t nSlash = substr - strPathName.GetBuffer(); in ExtractPath_and_Filename() local
503 strPath = strPathName.Left(nSlash+1); in ExtractPath_and_Filename()
504 strFilename = strPathName.Right(strPathName.GetLength() - nSlash - 1); in ExtractPath_and_Filename()
/dports/games/netradiant/netradiant-20150621-src/libs/
H A Dstr.h460 std::size_t nSlash = substr - strPathName.GetBuffer(); in ExtractPath_and_Filename() local
461 strPath = strPathName.Left( nSlash + 1 ); in ExtractPath_and_Filename()
462 strFilename = strPathName.Right( strPathName.GetLength() - nSlash - 1 ); in ExtractPath_and_Filename()
/dports/net/kf5-kcalendarcore/kcalendarcore-5.89.0/autotests/data/Compat/
H A DKOrganizer_3.1a.ics.ical.ref14 DESCRIPTION:Can you spell utf8?\nÄÖÜäöüß\nCan you escape?\nSlash:
H A DKOrganizer_3.1a.ics20 :Can you spell utf8?\nÄÖÜäöüß\nCan you escape?\nSlash:/\,Backslash
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/unoidl/
H A DUnoDocumentSettings.cxx245 sal_Int32 nSlash = rInPath.lastIndexOf('/'); in LoadList() local
247 if (nSlash < 0) in LoadList()
250 aName = rInPath.copy( nSlash + 1 ); in LoadList()
251 aPath = rInPath.copy( 0, nSlash ); in LoadList()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/unoidl/
H A DUnoDocumentSettings.cxx237 sal_Int32 nSlash = rInPath.lastIndexOf('/'); in LoadList() local
239 if (nSlash < 0) in LoadList()
242 aName = rInPath.copy( nSlash + 1 ); in LoadList()
243 aPath = rInPath.copy( 0, nSlash ); in LoadList()
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucb/source/ucp/webdav/
H A Dwebdavcontent.cxx156 sal_Int32 nSlash = aContentRange.lastIndexOf( '/' ); in lcl_sendPartialGETRequest() local
157 if ( nSlash != -1 ) in lcl_sendPartialGETRequest()
159 OUString aSize = aContentRange.copy( nSlash + 1 ); in lcl_sendPartialGETRequest()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucb/source/ucp/webdav/
H A Dwebdavcontent.cxx157 sal_Int32 nSlash = aContentRange.lastIndexOf( '/' ); in lcl_sendPartialGETRequest() local
158 if ( nSlash != -1 ) in lcl_sendPartialGETRequest()
160 OUString aSize = aContentRange.copy( nSlash + 1 ); in lcl_sendPartialGETRequest()
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucb/source/ucp/webdav-neon/
H A Dwebdavcontent.cxx167 sal_Int32 nSlash = aContentRange.lastIndexOf( '/' ); in lcl_sendPartialGETRequest() local
168 if ( nSlash != -1 ) in lcl_sendPartialGETRequest()
170 OUString aSize = aContentRange.copy( nSlash + 1 ); in lcl_sendPartialGETRequest()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucb/source/ucp/webdav-neon/
H A Dwebdavcontent.cxx167 sal_Int32 nSlash = aContentRange.lastIndexOf( '/' ); in lcl_sendPartialGETRequest() local
168 if ( nSlash != -1 ) in lcl_sendPartialGETRequest()
170 OUString aSize = aContentRange.copy( nSlash + 1 ); in lcl_sendPartialGETRequest()