Searched refs:sEnd (Results 1 – 8 of 8) sorted by relevance
/trunk/main/cui/source/options/ |
H A D | optasian.cxx | 348 OUString sStart, sEnd; in IMPL_LINK() local 363 sEnd = pElement->pCharacters->endLine; in IMPL_LINK() 375 sEnd = aForbidden.endLine; in IMPL_LINK() 386 bAvail = pImpl->aConfig.GetStartEndChars( aLocale, sStart, sEnd ); in IMPL_LINK() 394 sEnd = aForbidden.endLine; in IMPL_LINK() 402 aEndED.SetText(sEnd); in IMPL_LINK() 429 OUString sEnd = aEndED.GetText(); in IMPL_LINK() local 439 aSet.endLine = sEnd; in IMPL_LINK() 452 pImpl->aConfig.SetStartEndChars( aLocale, bEnable ? &sStart : 0, bEnable ? &sEnd : 0); in IMPL_LINK()
|
/trunk/main/xml2cmp/source/xcd/ |
H A D | main.cxx | 217 const char * sEnd = strchr( pHeapTop->Key(), ' ' ); in Create_TypeInfo() 218 if (sEnd != 0) in Create_TypeInfo() 223 aOut.write( pHeapTop->Key(), sEnd - pHeapTop->Key() ); in Create_TypeInfo() 304 const char * sEnd = strchr( pHeapTop->Key(), ' ' ); in StreamOut_TypeInfo() local 305 if (sEnd != 0) in StreamOut_TypeInfo() 310 o_rOut.write( pHeapTop->Key(), sEnd - pHeapTop->Key() ); in StreamOut_TypeInfo()
|
/trunk/main/autodoc/source/display/html/ |
H A D | pm_index.cxx | 235 static char sEnd[] = "Y"; in Write_CompleteAlphabeticalList() local 240 sEnd[0] = '_'; in Write_CompleteAlphabeticalList() 243 sEnd[0] = '0'; in Write_CompleteAlphabeticalList() 246 sEnd[0] = char(c + 1); in Write_CompleteAlphabeticalList() 251 nCount = rGate.Get_AlphabeticalList( aThisPagesItems, sBegin, sEnd ); in Write_CompleteAlphabeticalList()
|
/trunk/main/autodoc/source/cosv/strings/ |
H A D | string.cxx | 394 const char * sEnd = i_s1 + i_nLength; in compare() local 398 for ( ; i_rOrder(*it1) == i_rOrder(*it2) AND *it1 != '\0' AND it1 != sEnd; ++it1, ++it2 ) in compare() 401 if ( it1 != sEnd ) in compare()
|
/trunk/main/stoc/source/implementationregistration/ |
H A D | implreg.cxx | 188 sal_Int32 sEnd = 0; in deleteAllLinkReferences() local 221 sEnd = rtl_ustr_lastIndexOfChar( aLinkName.getStr(), '/' ); in deleteAllLinkReferences() 223 aLinkParent = aLinkName.copy(0, sEnd); in deleteAllLinkReferences() 235 sEnd = rtl_ustr_lastIndexOfChar( aLinkName.getStr(), '/' ); in deleteAllLinkReferences() 237 aLinkParent = aLinkName.copy(0, sEnd); in deleteAllLinkReferences()
|
/trunk/main/sw/source/core/unocore/ |
H A D | unobkm.cxx | 57 static const OUString sEnd = OUString(String(SW_RES(STR_END_QUOTE))); in lcl_QuoteName() local 59 return sBuf.append(sStart).append(rName).append(sEnd).makeStringAndClear(); in lcl_QuoteName()
|
/trunk/main/sw/source/ui/inc/ |
H A D | optload.hxx | 172 String sEnd; member in SwCaptionOptPage
|
/trunk/main/sw/source/ui/config/ |
H A D | optload.cxx | 425 sEnd (SW_RESSTR(STR_END )), in SwCaptionOptPage() 768 aPosBox.InsertEntry(sEnd); in IMPL_LINK()
|
Completed in 58 milliseconds