Home
last modified time | relevance | path

Searched refs:sRemainder (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/docshell/
H A Ddocshel2.cxx325 if (sRemainder[0] >= '0' && sRemainder[0] <= '9') in IsNewPageNameValid()
331 while (nIndex < sRemainder.getLength() && in IsNewPageNameValid()
332 sRemainder[nIndex] >= '0' && sRemainder[nIndex] <= '9') in IsNewPageNameValid()
338 if (nIndex >= sRemainder.getLength()) in IsNewPageNameValid()
343 else if (sRemainder.getLength() == 1 && in IsNewPageNameValid()
344 rtl::isAsciiLowerCase(sRemainder[0])) in IsNewPageNameValid()
349 else if (sRemainder.getLength() == 1 && in IsNewPageNameValid()
350 rtl::isAsciiUpperCase(sRemainder[0])) in IsNewPageNameValid()
361 if (sReserved.indexOf(sRemainder[0]) == -1) in IsNewPageNameValid()
365 while (nIndex < sRemainder.getLength() && in IsNewPageNameValid()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/docshell/
H A Ddocshel2.cxx325 if (sRemainder[0] >= '0' && sRemainder[0] <= '9') in IsNewPageNameValid()
331 while (nIndex < sRemainder.getLength() && in IsNewPageNameValid()
332 sRemainder[nIndex] >= '0' && sRemainder[nIndex] <= '9') in IsNewPageNameValid()
338 if (nIndex >= sRemainder.getLength()) in IsNewPageNameValid()
343 else if (sRemainder.getLength() == 1 && in IsNewPageNameValid()
344 rtl::isAsciiLowerCase(sRemainder[0])) in IsNewPageNameValid()
349 else if (sRemainder.getLength() == 1 && in IsNewPageNameValid()
350 rtl::isAsciiUpperCase(sRemainder[0])) in IsNewPageNameValid()
361 if (sReserved.indexOf(sRemainder[0]) == -1) in IsNewPageNameValid()
365 while (nIndex < sRemainder.getLength() && in IsNewPageNameValid()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/appl/
H A Dsfxhelp.cxx456 OUString sRemainder; in GetHelpModuleName_Impl() local
457 if (rHelpID.startsWith("modules/", &sRemainder)) in GetHelpModuleName_Impl()
459 sal_Int32 nEndModule = sRemainder.indexOf('/'); in GetHelpModuleName_Impl()
460 aFactoryShortName = nEndModule != -1 ? sRemainder.copy(0, nEndModule) : sRemainder; in GetHelpModuleName_Impl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/appl/
H A Dsfxhelp.cxx465 OUString sRemainder; in GetHelpModuleName_Impl() local
466 if (rHelpID.startsWith("modules/", &sRemainder)) in GetHelpModuleName_Impl()
468 sal_Int32 nEndModule = sRemainder.indexOf('/'); in GetHelpModuleName_Impl()
469 aFactoryShortName = nEndModule != -1 ? sRemainder.copy(0, nEndModule) : sRemainder; in GetHelpModuleName_Impl()