Home
last modified time | relevance | path

Searched refs:endLine (Results 1 – 13 of 13) sorted by relevance

/aoo4110/main/scripting/java/com/sun/star/script/framework/provider/beanshell/
H A DPlainSourceView.java200 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 DOOBeanShellDebugger.java351 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 Doptasian.cxx363 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 DForbiddenCharacters.idl47 string endLine;
/aoo4110/main/sc/source/ui/docshell/
H A Ddocsh2.cxx194 aAsian.GetStartEndChars( pLocales[i], aForbidden.beginLine, aForbidden.endLine ); in InitItems()
/aoo4110/main/qadevOOo/tests/java/ifc/i18n/
H A D_XLocaleData.java348 res &= !( fc.beginLine.equals("") || fc.endLine.equals("") ); in _getForbiddenCharacters()
/aoo4110/main/sw/source/core/text/
H A Dguess.cxx357 aForbidden.beginLine, aForbidden.endLine, in Guess()
/aoo4110/main/sw/source/ui/app/
H A Ddocshini.cxx151 aAsian.GetStartEndChars( pLocales[i], aForbidden.beginLine, aForbidden.endLine); in InitNew()
/aoo4110/main/sw/source/filter/ww8/
H A Dwrtww8.cxx592 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 DSettingsExportHelper.cxx500 pForChar[XML_FORBIDDEN_CHARACTER_END_LINE].Value <<= aChars.endLine; in exportForbiddenCharacters()
H A DDocumentSettingsContext.cxx880 pForChar->Value >>= aForbid.endLine; in EndElement()
/aoo4110/main/svtools/source/edit/
H A Dtexteng.cxx1798 aUserOptions.forbiddenEndCharacters = ImpGetLocaleDataWrapper()->getForbiddenCharacters().endLine; in ImpBreakLine()
/aoo4110/main/editeng/source/editeng/
H A Dimpedit3.cxx1811 aUserOptions.forbiddenEndCharacters = pForbidden->endLine; in ImpBreakLine()

Completed in 129 milliseconds