Searched refs:endLine (Results 1 – 13 of 13) sorted by relevance
/aoo4110/main/scripting/java/com/sun/star/script/framework/provider/beanshell/ |
H A D | PlainSourceView.java | 200 int endLine = (clip.y + clip.height) / h + 1; in paintComponent() local 202 if (endLine > lineCount) { in paintComponent() 203 endLine = lineCount; in paintComponent() 206 for (int i = startLine; i < endLine; i++) { in paintComponent()
|
/aoo4110/main/scripting/examples/java/debugger/ |
H A D | OOBeanShellDebugger.java | 351 int endLine = (clip.y + clip.height) / h + 1; in paintComponent() local 353 if (endLine > lineCount) { in paintComponent() 354 endLine = lineCount; in paintComponent() 357 for (int i = startLine; i < endLine; i++) { in paintComponent()
|
/aoo4110/main/cui/source/options/ |
H A D | optasian.cxx | 363 sEnd = pElement->pCharacters->endLine; in IMPL_LINK() 375 sEnd = aForbidden.endLine; in IMPL_LINK() 394 sEnd = aForbidden.endLine; in IMPL_LINK() 439 aSet.endLine = sEnd; in IMPL_LINK()
|
/aoo4110/main/offapi/com/sun/star/i18n/ |
H A D | ForbiddenCharacters.idl | 47 string endLine;
|
/aoo4110/main/sc/source/ui/docshell/ |
H A D | docsh2.cxx | 194 aAsian.GetStartEndChars( pLocales[i], aForbidden.beginLine, aForbidden.endLine ); in InitItems()
|
/aoo4110/main/qadevOOo/tests/java/ifc/i18n/ |
H A D | _XLocaleData.java | 348 res &= !( fc.beginLine.equals("") || fc.endLine.equals("") ); in _getForbiddenCharacters()
|
/aoo4110/main/sw/source/core/text/ |
H A D | guess.cxx | 357 aForbidden.beginLine, aForbidden.endLine, in Guess()
|
/aoo4110/main/sw/source/ui/app/ |
H A D | docshini.cxx | 151 aAsian.GetStartEndChars( pLocales[i], aForbidden.beginLine, aForbidden.endLine); in InitNew()
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | wrtww8.cxx | 592 if( lcl_CmpBeginEndChars( pForbidden->endLine, in ExportDopTypography() 604 pForbidden->endLine, in ExportDopTypography() 643 (pUseMe->endLine.getLength()); in ExportDopTypography() 650 memcpy(rTypo.rgxchLPunct,pUseMe->endLine.getStr(), in ExportDopTypography()
|
/aoo4110/main/xmloff/source/core/ |
H A D | SettingsExportHelper.cxx | 500 pForChar[XML_FORBIDDEN_CHARACTER_END_LINE].Value <<= aChars.endLine; in exportForbiddenCharacters()
|
H A D | DocumentSettingsContext.cxx | 880 pForChar->Value >>= aForbid.endLine; in EndElement()
|
/aoo4110/main/svtools/source/edit/ |
H A D | texteng.cxx | 1798 aUserOptions.forbiddenEndCharacters = ImpGetLocaleDataWrapper()->getForbiddenCharacters().endLine; in ImpBreakLine()
|
/aoo4110/main/editeng/source/editeng/ |
H A D | impedit3.cxx | 1811 aUserOptions.forbiddenEndCharacters = pForbidden->endLine; in ImpBreakLine()
|
Completed in 111 milliseconds