| /AOO41X/main/sw/source/core/doc/ |
| H A D | SwStyleNameMapper.cxx | 682 sal_uInt16 nStt = 0; in getNameFromId() local 691 nStt = RES_POOLCOLL_TEXT_BEGIN; in getNameFromId() 698 nStt = RES_POOLCOLL_LISTS_BEGIN; in getNameFromId() 705 nStt = RES_POOLCOLL_EXTRA_BEGIN; in getNameFromId() 712 nStt = RES_POOLCOLL_REGISTER_BEGIN; in getNameFromId() 719 nStt = RES_POOLCOLL_DOC_BEGIN; in getNameFromId() 726 nStt = RES_POOLCOLL_HTML_BEGIN; in getNameFromId() 733 nStt = RES_POOLCHR_NORMAL_BEGIN; in getNameFromId() 738 nStt = RES_POOLCHR_HTML_BEGIN; in getNameFromId() 745 nStt = RES_POOLFRM_BEGIN; in getNameFromId() [all …]
|
| H A D | doccomp.cxx | 93 virtual void ShowInsert( sal_uLong nStt, sal_uLong nEnd ); 94 virtual void ShowDelete( const CompareData& rData, sal_uLong nStt, 97 sal_uLong& nStt, sal_uLong& nEnd, 876 virtual void ShowInsert( sal_uLong nStt, sal_uLong nEnd ); 877 virtual void ShowDelete( const CompareData& rData, sal_uLong nStt, 881 sal_uLong& nStt, sal_uLong& nEnd, 1177 xub_StrLen nStt; in ChangesInLine() local 1180 for( nStt = 0, nEnd = Min( nDEnd, nSEnd ); nStt < nEnd; ++nStt ) in ChangesInLine() 1181 if( rDestNd.GetTxt().GetChar( nStt ) != in ChangesInLine() 1182 rSrcNd.GetTxt().GetChar( nStt ) ) in ChangesInLine() [all …]
|
| H A D | docnum.cxx | 1160 void SwDoc::SetNodeNumStart( const SwPosition& rPos, sal_uInt16 nStt ) in SetNodeNumStart() argument 1180 pTxtNd->GetAttrListRestartValue() != nStt ) in SetNodeNumStart() 1184 SwUndo *const pUndo( new SwUndoNumRuleStart(rPos, nStt) ); in SetNodeNumStart() 1187 pTxtNd->SetAttrListRestartValue( nStt ); in SetNodeNumStart() 1485 sal_uLong nStt = rPaM.Start()->nNode.GetIndex(); in MakeUniqueNumRules() local 1490 for (sal_uLong n = nStt; n <= nEnd; n++) in MakeUniqueNumRules() 1578 sal_uLong nStt = rPam.GetPoint()->nNode.GetIndex(), in DelNumRules() local 1580 if( nStt > nEnd ) in DelNumRules() 1582 sal_uLong nTmp = nStt; nStt = nEnd; nEnd = nTmp; in DelNumRules() 1598 for( ; nStt <= nEnd; ++nStt ) in DelNumRules() [all …]
|
| /AOO41X/main/sw/source/core/txtnode/ |
| H A D | txatritr.cxx | 45 SwScriptIterator::SwScriptIterator( const String& rStr, xub_StrLen nStt, sal_Bool bFrwrd ) in SwScriptIterator() argument 53 if ( ! bFrwrd && nStt ) in SwScriptIterator() 54 --nStt; in SwScriptIterator() 56 xub_StrLen nPos = nStt; in SwScriptIterator() 66 nStt = --nPos; in SwScriptIterator() 73 (xub_StrLen)pBreakIt->GetBreakIter()->endOfScript( rText, nStt, nCurScript ) : in SwScriptIterator() 74 (xub_StrLen)pBreakIt->GetBreakIter()->beginOfScript( rText, nStt, nCurScript ); in SwScriptIterator() 107 xub_StrLen nStt, in SwTxtAttrIterator() argument 109 : aSIter( rTNd.GetTxt(), nStt ), rTxtNd( rTNd ), in SwTxtAttrIterator() 110 pParaItem( 0 ), nChgPos( nStt ), nAttrPos( 0 ), nWhichId( nWhchId ), in SwTxtAttrIterator() [all …]
|
| H A D | txtedt.cxx | 121 const xub_StrLen nStt, const xub_StrLen nEnd, in lcl_MaskRedlines() argument 143 if ( nRedlineEnd < nStt || nRedlineStart > nEnd ) in lcl_MaskRedlines() 148 if ( nRedlineStart >= nStt && nRedlineStart < nEnd ) in lcl_MaskRedlines() 166 const xub_StrLen nStt, const xub_StrLen nEnd, in lcl_MaskRedlinesAndHiddenText() argument 180 nRedlinesMasked = lcl_MaskRedlines( rNode, rText, nStt, nEnd, cChar ); in lcl_MaskRedlinesAndHiddenText() 190 SwScriptInfo::MaskHiddenRanges( rNode, rText, nStt, nEnd, cChar ); in lcl_MaskRedlinesAndHiddenText() 407 xub_StrLen nStt = rIdx.GetIndex(); in RstTxtAttr() local 408 xub_StrLen nEnd = nStt + nLen; in RstTxtAttr() 411 …const SwTxtInputFld* pTxtInputFld = dynamic_cast<const SwTxtInputFld*>(GetTxtAttrAt( nStt, RES_TXT… in RstTxtAttr() 418 if ( nStt > *(pTxtInputFld->GetStart()) ) in RstTxtAttr() [all …]
|
| H A D | thints.cxx | 1000 xub_StrLen const nStt, in MakeTxtAttr() argument 1013 return MakeTxtAttr( rDoc, aItemSet, nStt, nEnd ); in MakeTxtAttr() 1024 SwTxtAttr* pNew = MakeTxtAttr( rDoc, *pNewSet, nStt, nEnd ); in MakeTxtAttr() 1044 pNew = new SwTxtCharFmt( rFmtCharFmt, nStt, nEnd ); in MakeTxtAttr() 1048 pNew = new SwTxtINetFmt( (SwFmtINetFmt&)rNew, nStt, nEnd ); in MakeTxtAttr() 1053 new SwTxtFld( static_cast<SwFmtFld &>(rNew), nStt, rDoc.IsClipBoard() ); in MakeTxtAttr() 1059 new SwTxtAnnotationFld( static_cast<SwFmtFld &>(rNew), nStt, rDoc.IsClipBoard() ); in MakeTxtAttr() 1073 new SwTxtInputFld( static_cast<SwFmtFld &>(rNew), nStt, nEnd, rDoc.IsClipBoard() ); in MakeTxtAttr() 1079 pNew = new SwTxtFlyCnt( (SwFmtFlyCnt&)rNew, nStt ); in MakeTxtAttr() 1089 pNew = new SwTxtFtn( (SwFmtFtn&)rNew, nStt ); in MakeTxtAttr() [all …]
|
| H A D | atrftn.cxx | 482 sal_uInt16 n, nStt = 0, nFtnCnt = rDoc.GetFtnIdxs().Count(); in SetUniqueSeqRefNo() local 504 for( ; nStt < aArr.Count(); ++nStt ) in SetUniqueSeqRefNo() 506 if ( nStt != aArr[ nStt ] ) in SetUniqueSeqRefNo() 508 pTxtFtn->m_nSeqNo = nStt; in SetUniqueSeqRefNo() 526 pTxtFtn->m_nSeqNo = nStt++; in SetUniqueSeqRefNo()
|
| /AOO41X/main/sw/source/core/crsr/ |
| H A D | findattr.cxx | 169 xub_StrLen nStt, nEnd; member 173 : nWhich( rItem.Which() ), nStt( nStart ), nEnd( nAnyEnd ) in _SwSrchChrAttr() 322 ? ((rTmp.nEnd < nNdStart) || (nNdEnd < rTmp.nStt)) in lcl_IsAttributeIgnorable() 323 : ((rTmp.nEnd <= nNdStart) || (nNdEnd <= rTmp.nStt))); in lcl_IsAttributeIgnorable() 378 if( pArrPtr->nWhich && pArrPtr->nEnd <= aTmp.nStt ) in SetAttrFwd() 394 if( pArrPtr->nEnd <= aTmp.nStt ) in SetAttrFwd() 400 else if( pArrPtr->nStt <= aTmp.nStt ) in SetAttrFwd() 458 if( aTmp.nStt <= pCmp->nStt ) in SetAttrFwd() 459 pCmp->nStt = aTmp.nEnd; in SetAttrFwd() 461 pCmp->nEnd = aTmp.nStt; in SetAttrFwd() [all …]
|
| H A D | pam.cxx | 260 sal_uLong nStt = rEndNd.StartOfSectionIndex(), nEnd = rEndNd.GetIndex(); in lcl_TstIdx() local 261 CHKSECTION eSec = nStt < nSttIdx && nEnd >= nSttIdx ? Chk_One : Chk_None; in lcl_TstIdx() 262 if( nStt < nEndIdx && nEnd >= nEndIdx ) in lcl_TstIdx() 269 const SwNode& rBaseEnd, sal_uLong nStt, sal_uLong nEnd ) in lcl_ChkOneRange() argument 279 const SwNode *pTmp, *pNd = rNds[ nStt ]; in lcl_ChkOneRange() 295 return nSttIdx <= nStt && nStt <= nEndIdx && in lcl_ChkOneRange() 304 sal_uLong nStt = rStt.GetIndex(), nEnd = rEnd.GetIndex(); in CheckNodesRange() local 305 CHKSECTION eSec = lcl_TstIdx( nStt, nEnd, rNds.GetEndOfContent() ); in CheckNodesRange() 308 eSec = lcl_TstIdx( nStt, nEnd, rNds.GetEndOfAutotext() ); in CheckNodesRange() 311 rNds.GetEndOfAutotext(), nStt, nEnd ); in CheckNodesRange() [all …]
|
| /AOO41X/main/sw/source/ui/dialog/ |
| H A D | ascfldlg.cxx | 94 sal_uInt16 nEnd, nStt = GetExtraData().Search( rFindNm ); in SwAsciiFilterDlg() local 95 if( STRING_NOTFOUND != nStt ) in SwAsciiFilterDlg() 97 nStt += nDialogExtraDataLen; in SwAsciiFilterDlg() 98 nEnd = GetExtraData().Search( cDialogExtraDataClose, nStt ); in SwAsciiFilterDlg() 101 aOpt.ReadUserData( GetExtraData().Copy( nStt, nEnd - nStt )); in SwAsciiFilterDlg() 102 nStt -= nDialogExtraDataLen; in SwAsciiFilterDlg() 103 GetExtraData().Erase( nStt, nEnd - nStt + 1 ); in SwAsciiFilterDlg() 334 sal_uInt16 nEnd, nStt = GetExtraData().Search( rFindNm ); in FillOptions() local 335 if( STRING_NOTFOUND != nStt ) in FillOptions() 339 nStt + nDialogExtraDataLen ); in FillOptions() [all …]
|
| /AOO41X/main/sw/source/core/edit/ |
| H A D | ednumber.cxx | 179 sal_uInt32 nStt = aPam.GetPoint()->nNode.GetIndex(), in SelectionHasNumber() local 181 if( nStt > nEnd ) in SelectionHasNumber() 183 sal_uInt32 nTmp = nStt; nStt = nEnd; nEnd = nTmp; in SelectionHasNumber() 185 for (sal_uInt32 nPos = nStt; nPos<=nEnd; nPos++) { in SelectionHasNumber() 225 sal_uInt32 nStt = aPam.GetPoint()->nNode.GetIndex(), in SelectionHasBullet() local 227 if( nStt > nEnd ) in SelectionHasBullet() 229 sal_uInt32 nTmp = nStt; nStt = nEnd; nEnd = nTmp; in SelectionHasBullet() 231 for (sal_uInt32 nPos = nStt; nPos<=nEnd; nPos++) { in SelectionHasBullet() 525 sal_uLong nStt = aPos.nNode.GetIndex(), nIdx = nStt - 1; in MoveNumParas() local 531 nOffset = nIdx - nStt; in MoveNumParas() [all …]
|
| H A D | edfmt.cxx | 86 xub_StrLen nStt, nEnd; in FillByEx() local 93 nStt = pPtPos->nContent.GetIndex(); in FillByEx() 94 if( nStt < pMkPos->nContent.GetIndex() ) in FillByEx() 98 nEnd = nStt; in FillByEx() 99 nStt = pMkPos->nContent.GetIndex(); in FillByEx() 104 nStt = pMkPos->nContent.GetIndex(); in FillByEx() 107 nEnd = nStt; in FillByEx() 108 nStt = 0; in FillByEx() 115 nStt = nEnd = pPam->GetPoint()->nContent.GetIndex(); in FillByEx() 119 ((SwTxtNode*)pCNd)->GetAttr( aSet, nStt, nEnd ); in FillByEx()
|
| H A D | edtab.cxx | 203 sal_uLong nStt = PCURCRSR->GetMark()->nNode.GetIndex(), in IsTextToTableAvailable() local 205 if( nStt > nEnd ) { sal_uLong n = nStt; nStt = nEnd; nEnd = n; } in IsTextToTableAvailable() 207 for( ; nStt <= nEnd; ++nStt ) in IsTextToTableAvailable() 208 if( !GetDoc()->GetNodes()[ nStt ]->IsTxtNode() ) in IsTextToTableAvailable()
|
| /AOO41X/main/sw/source/core/fields/ |
| H A D | cellfml.cxx | 618 sal_uInt16 nFml = 0, nStt = 0, nEnd = 0, nTrenner; in ScanString() local 625 nStt = sFormel.Search( '<', nFml ); in ScanString() 626 if( STRING_NOTFOUND != nStt ) in ScanString() 628 while( STRING_NOTFOUND != nStt && in ScanString() 629 ( ' ' == sFormel.GetChar( nStt + 1 ) || in ScanString() 630 '=' == sFormel.GetChar( nStt + 1 ) ) ) in ScanString() 631 nStt = sFormel.Search( '<', nStt + 1 ); in ScanString() 633 if( STRING_NOTFOUND != nStt ) in ScanString() 634 nEnd = sFormel.Search( '>', nStt+1 ); in ScanString() 636 if( STRING_NOTFOUND == nStt || STRING_NOTFOUND == nEnd ) in ScanString() [all …]
|
| H A D | reffld.cxx | 285 sal_uInt16 nStt = USHRT_MAX; in UpdateField() local 287 …SwTxtNode* pTxtNd = SwGetRefFieldType::FindAnchor( pDoc, sSetRefName, nSubType, nSeqNo, &nStt, &nE… in UpdateField() 308 if( nStt + 1 < nEnd ) in UpdateField() 309 nEnd = nStt + 1; in UpdateField() 310 nStt = 0; in UpdateField() 315 … const SwTxtAttr* const pTxtAttr = pTxtNd->GetTxtAttrForCharAt(nStt, RES_TXTATR_FIELD); in UpdateField() 317 … nStt = SwGetExpField::GetReferenceTextPos( pTxtAttr->GetFmtFld(), *pDoc ); in UpdateField() 318 else if( nStt + 1 < nEnd ) in UpdateField() 319 ++nStt; in UpdateField() 324 if( nStt + 1 < nEnd ) in UpdateField() [all …]
|
| /AOO41X/main/sfx2/source/bastyp/ |
| H A D | mieclip.cxx | 47 sal_uIntPtr nStt = 0, nEnd = 0; in IsValid() local 62 nStt = (sal_uIntPtr)(sLine.Erase( 0, nIndex ).ToInt32()); in IsValid() 68 if( nEnd && nStt && in IsValid() 69 ( sBaseURL.Len() || rStream.Tell() >= nStt )) in IsValid() 79 rStream.Seek( nStt ); in IsValid() 81 pStrm = new SvCacheStream( ( nEnd - nStt < 0x10000l in IsValid() 82 ? nEnd - nStt + 32 in IsValid() 85 pStrm->SetStreamSize( nEnd - nStt + 1L ); in IsValid()
|
| /AOO41X/main/sw/source/core/inc/ |
| H A D | scriptinfo.hxx | 117 …bool MarkOrClearKashidaInvalid( xub_StrLen nStt, xub_StrLen nLen, bool bMark, xub_StrLen nMarkCoun… 226 const xub_StrLen nStt, const xub_StrLen nEnd, 268 xub_StrLen nStt, xub_StrLen nLen, 273 …inline void ClearKashidaInvalid ( xub_StrLen nStt, xub_StrLen nLen ) { MarkOrClearKashidaInvalid( … in ClearKashidaInvalid() argument 283 inline bool MarkKashidasInvalid ( xub_StrLen nCnt, xub_StrLen nStt, xub_StrLen nLen ) in MarkKashidasInvalid() argument 284 { return MarkOrClearKashidaInvalid( nStt, nLen, true, nCnt ); } in MarkKashidasInvalid() 292 sal_uInt16 GetKashidaPositions ( xub_StrLen nStt, xub_StrLen nLen, 302 void SetNoKashidaLine ( xub_StrLen nStt, xub_StrLen nLen ); 308 void ClearNoKashidaLine ( xub_StrLen nStt, xub_StrLen nLen ); 319 static sal_Bool IsArabicText( const XubString& rTxt, xub_StrLen nStt, xub_StrLen nLen );
|
| /AOO41X/main/sw/source/core/text/ |
| H A D | porlay.cxx | 379 bool lcl_HasOnlyBlanks( const XubString& rTxt, xub_StrLen nStt, xub_StrLen nEnd ) in lcl_HasOnlyBlanks() argument 382 while ( nStt < nEnd ) in lcl_HasOnlyBlanks() 384 const xub_Unicode cChar = rTxt.GetChar( nStt++ ); in lcl_HasOnlyBlanks() 1507 const xub_StrLen nStt, const xub_StrLen nEnd, in MaskHiddenRanges() argument 1524 if ( nHiddenEnd < nStt || nHiddenStart > nEnd ) in MaskHiddenRanges() 1529 if ( nHiddenStart >= nStt && nHiddenStart < nEnd ) in MaskHiddenRanges() 1880 xub_StrLen nStt, in KashidaJustify() argument 1886 if( !IsKashidaLine(nStt)) in KashidaJustify() 1894 if ( nStt <= GetKashida( nCntKash ) ) in KashidaJustify() 1900 const xub_StrLen nEnd = nStt + nLen; in KashidaJustify() [all …]
|
| H A D | itratr.cxx | 482 sal_uLong nStt = rFlyCntnt.GetCntntIdx()->GetIndex(); in lcl_MinMaxNode() local 483 SwTableNode* pTblNd = rNodes[nStt+1]->GetTableNode(); in lcl_MinMaxNode() 486 SwNode *pNd = rNodes[nStt]; in lcl_MinMaxNode() 827 sal_uInt16 SwTxtNode::GetScalingOfSelectedText( xub_StrLen nStt, xub_StrLen nEnd ) in GetScalingOfSelectedText() argument 850 if ( nStt == nEnd ) in GetScalingOfSelectedText() 857 aIter.SeekAndChgAttrIter( nStt, pOut ); in GetScalingOfSelectedText() 860 pBreakIt->GetBreakIter()->getWordBoundary( GetTxt(), nStt, in GetScalingOfSelectedText() 864 if ( nStt == aBound.startPos ) in GetScalingOfSelectedText() 871 nStt = (xub_StrLen)aBound.startPos; in GetScalingOfSelectedText() 874 if ( nStt == nEnd ) in GetScalingOfSelectedText() [all …]
|
| /AOO41X/main/sw/source/filter/html/ |
| H A D | htmlfly.cxx | 211 sal_uLong nStt = rFlyCntnt.GetCntntIdx()->GetIndex()+1; in SV_IMPL_OP_PTRARR_SORT() local 212 const SwNode* pNd = pDoc->GetNodes()[ nStt ]; in SV_IMPL_OP_PTRARR_SORT() 226 sal_uLong nEnd = pDoc->GetNodes()[nStt-1]->EndOfSectionIndex(); in SV_IMPL_OP_PTRARR_SORT() 258 if( nStt==nEnd-1 && !pTxtNd->Len() ) in SV_IMPL_OP_PTRARR_SORT() 269 bEmpty = (nIdx != nStt) && (nIdx != nStt-1); in SV_IMPL_OP_PTRARR_SORT() 270 if( !bEmpty || nIdx > nStt ) in SV_IMPL_OP_PTRARR_SORT() 290 else if( pDoc->GetNodes()[nStt+1]->IsTableNode() ) in SV_IMPL_OP_PTRARR_SORT() 293 pDoc->GetNodes()[nStt+1]->GetTableNode(); in SV_IMPL_OP_PTRARR_SORT() 1321 sal_uLong nStt = rFlyCntnt.GetCntntIdx()->GetIndex()+1; in OutHTML_FrmFmtTableNode() local 1322 sal_uLong nEnd = rHTMLWrt.pDoc->GetNodes()[nStt-1]->EndOfSectionIndex(); in OutHTML_FrmFmtTableNode() [all …]
|
| /AOO41X/main/i18npool/source/search/ |
| H A D | textsearch.cxx | 882 register sal_Int32 nStt, nEnd; in ApproxSrchFrwrd() local 892 nStt = aWBnd.startPos < startPos ? startPos : aWBnd.startPos; in ApproxSrchFrwrd() 895 if( nStt < nEnd && in ApproxSrchFrwrd() 896 pWLD->WLD( aWTemp.getStr() + nStt, nEnd - nStt ) <= nLimit ) in ApproxSrchFrwrd() 900 aRet.startOffset[ 0 ] = nStt; in ApproxSrchFrwrd() 906 nStt = nEnd - 1; in ApproxSrchFrwrd() 907 aWBnd = xBreak->nextWord( aWTemp, nStt, aSrchPara.Locale, in ApproxSrchFrwrd() 929 register sal_Int32 nStt, nEnd; in ApproxSrchBkwrd() local 939 nStt = aWBnd.startPos < endPos ? endPos : aWBnd.startPos; in ApproxSrchBkwrd() 942 if( nStt < nEnd && in ApproxSrchBkwrd() [all …]
|
| /AOO41X/main/sw/source/core/docnode/ |
| H A D | node2lay.cxx | 60 void RestoreUpperFrms( SwNodes& rNds, sal_uLong nStt, sal_uLong nEnd ); 344 void SwNode2LayImpl::RestoreUpperFrms( SwNodes& rNds, sal_uLong nStt, sal_uLong nEnd ) in RestoreUpperFrms() argument 350 for( ; nStt < nEnd; ++nStt ) in RestoreUpperFrms() 355 if( (pNd = rNds[nStt])->IsCntntNode() ) in RestoreUpperFrms() 389 nStt = pNd->EndOfSectionIndex(); in RestoreUpperFrms() 397 ::_InsertCnt( pUp, pDoc, pNd->GetIndex(), sal_False, nStt+1, pNxt ); in RestoreUpperFrms() 440 void SwNode2Layout::RestoreUpperFrms( SwNodes& rNds, sal_uLong nStt, sal_uLong nEnd ) in RestoreUpperFrms() argument 443 pImpl->RestoreUpperFrms( rNds, nStt, nEnd ); in RestoreUpperFrms()
|
| /AOO41X/main/editeng/source/editeng/ |
| H A D | edtspell.cxx | 557 sal_Bool EdtAutoCorrDoc::Delete( sal_uInt16 nStt, sal_uInt16 nEnd ) in Delete() argument 559 EditSelection aSel( EditPaM( pCurNode, nStt ), EditPaM( pCurNode, nEnd ) ); in Delete() 562 nCursor -= ( nEnd-nStt ); in Delete() 608 sal_Bool EdtAutoCorrDoc::SetAttr( sal_uInt16 nStt, sal_uInt16 nEnd, in SetAttr() argument 626 EditSelection aSel( EditPaM( pCurNode, nStt ), EditPaM( pCurNode, nEnd ) ); in SetAttr() 634 sal_Bool EdtAutoCorrDoc::SetINetAttr( sal_uInt16 nStt, sal_uInt16 nEnd, in SetINetAttr() argument 638 EditSelection aSel( EditPaM( pCurNode, nStt ), EditPaM( pCurNode, nEnd ) ); in SetINetAttr() 642 nCursor -= ( nEnd-nStt ); in SetINetAttr() 652 sal_Bool EdtAutoCorrDoc::HasSymbolChars( sal_uInt16 nStt, sal_uInt16 nEnd ) in HasSymbolChars() argument 654 sal_uInt16 nScriptType = pImpEE->GetScriptType( EditPaM( pCurNode, nStt ) ); in HasSymbolChars() [all …]
|
| /AOO41X/main/sw/source/ui/shells/ |
| H A D | langhelper.cxx | 550 xub_StrLen nStt = 0; in GetTextForLanguageGuessing() local 553 nStt = nEnd > 100 ? nEnd - 100 : 0; in GetTextForLanguageGuessing() 556 aText = aText.Copy( nStt, nEnd - nStt ); in GetTextForLanguageGuessing() 570 xub_StrLen nStt = 0; in GetTextForLanguageGuessing() local 573 nStt = nEnd > 100 ? nEnd - 100 : 0; in GetTextForLanguageGuessing() 576 aText = aText.Copy( nStt, nEnd - nStt ); in GetTextForLanguageGuessing()
|
| /AOO41X/main/svtools/workben/ |
| H A D | stest.cxx | 124 sal_uInt16 nStt = 0, nEnd = sText.Len(); in IMPL_LINK() local 129 bRet = aSrchText.SearchFrwrd( sText, &nStt, &nEnd ); in IMPL_LINK() 139 sFound += nStt; in IMPL_LINK() 147 sFound += sText.Copy( nStt, nEnd - nStt +1 ); in IMPL_LINK()
|