Home
last modified time | relevance | path

Searched refs:nSttPos (Results 1 – 21 of 21) sorted by path

/trunk/main/editeng/inc/editeng/
H A Dsvxacorr.hxx355 xub_StrLen nSttPos, xub_StrLen nEndPos,
358 xub_StrLen nSttPos, xub_StrLen nEndPos,
361 xub_StrLen nSttPos, xub_StrLen nEndPos,
364 xub_StrLen nSttPos, xub_StrLen nEndPos,
367 xub_StrLen nSttPos, xub_StrLen nEndPos,
370 xub_StrLen nSttPos, xub_StrLen nEndPos,
373 xub_StrLen nSttPos, xub_StrLen nEndPos,
/trunk/main/editeng/source/misc/
H A Dsvxacorr.cxx467 for( ; nSttPos < nEndPos; ++nSttPos ) in FnCptlSttWrd()
475 if( nSttPos+2 < nEndPos && in FnCptlSttWrd()
481 0x1 != rTxt.GetChar( nSttPos ) && 0x2 != rTxt.GetChar( nSttPos )) in FnCptlSttWrd()
484 String sWord( rTxt.Copy( nSttPos - 1, nEndPos - nSttPos + 1 )); in FnCptlSttWrd()
513 for( ; nSttPos < nEndPos; ++nSttPos ) in FnChgOrdinalNumber()
582 if( cEnDash && 1 < nSttPos && 1 <= nEndPos - nSttPos ) in FnChgToEnEmDash()
606 rDoc.Delete( nSttPos, nSttPos + 2 ); in FnChgToEnEmDash()
613 else if( 3 < nSttPos && in FnChgToEnEmDash()
655 String sTmp( rTxt.Copy( nSttPos, nEndPos - nSttPos ) ); in FnChgToEnEmDash()
664 nSttPos = nSttPos + nFndPos; in FnChgToEnEmDash()
[all …]
/trunk/main/sw/inc/
H A Dcrsrsh.hxx654 sal_Bool MakeOutlineSel( sal_uInt16 nSttPos, sal_uInt16 nEndPos,
H A Ddocary.hxx99 sal_uInt16 FindNextOfSeqNo( sal_uInt16 nSttPos, sal_uInt16 nLookahead = 20 ) const;
100 sal_uInt16 FindPrevOfSeqNo( sal_uInt16 nSttPos, sal_uInt16 nLookahead = 20 ) const;
101 sal_uInt16 FindNextSeqNo( sal_uInt16 nSeqNo, sal_uInt16 nSttPos,
103 sal_uInt16 FindPrevSeqNo( sal_uInt16 nSeqNo, sal_uInt16 nSttPos,
/trunk/main/sw/source/core/bastyp/
H A Dcalc.cxx886 nSttPos = nFndPos; in GetToken() local
895 aVarName += sCommand.Copy( nSttPos, in GetToken()
896 nFndPos - nSttPos - 1 ); in GetToken()
897 nSttPos = ++nFndPos; in GetToken()
906 if( nSttPos != nFndPos ) in GetToken()
907 aVarName += sCommand.Copy( nSttPos, in GetToken()
908 nFndPos - nSttPos ); in GetToken()
/trunk/main/sw/source/core/crsr/
H A Dcrstrvl.cxx1047 sal_Bool SwCrsrShell::MakeOutlineSel( sal_uInt16 nSttPos, sal_uInt16 nEndPos, in MakeOutlineSel() argument
1058 if( nSttPos > nEndPos ) // sollte jemand das vertauscht haben? in MakeOutlineSel()
1061 sal_uInt16 nTmp = nSttPos; in MakeOutlineSel()
1062 nSttPos = nEndPos; in MakeOutlineSel()
1066 SwNode* pSttNd = rOutlNds[ nSttPos ]; in MakeOutlineSel()
H A Dfindattr.cxx678 xub_StrLen nSttPos = Start(), nEndPos = End(); in CheckStack() local
711 xub_StrLen nEndPos, nSttPos; in lcl_SearchForward() local
759 nSttPos = *pAttr->GetStart(); in lcl_SearchForward()
760 while( ++nPos < rHtArr.Count() && nSttPos == in lcl_SearchForward()
770 lcl_SetAttrPam( rPam, nSttPos, &nEndPos, sal_True ); in lcl_SearchForward()
777 lcl_SetAttrPam( rPam, nSttPos, &nEndPos, sal_True ); in lcl_SearchForward()
785 xub_StrLen nEndPos, nSttPos; in lcl_SearchBackward() local
808 nSttPos = *pAttr->GetAnyEnd(); in lcl_SearchBackward()
809 if( nSttPos < rCmpArr.GetNdEnd() ) in lcl_SearchBackward()
850 lcl_SetAttrPam( rPam, nSttPos, &nEndPos, sal_False ); in lcl_SearchBackward()
[all …]
/trunk/main/sw/source/core/doc/
H A Ddocfld.cxx77 const SwTxtNode& rBehindNd, sal_uInt16 nSttPos );
H A Ddocnum.cxx180 sal_uInt16 nSttPos, nEndPos; in OutlineUpDown() local
182 if( !rOutlNds.Seek_Entry( pSttNd, &nSttPos ) && in OutlineUpDown()
183 !nSttPos-- ) in OutlineUpDown()
340 for (n = nSttPos; n < nEndPos; n++) in OutlineUpDown()
380 n = nSttPos; in OutlineUpDown()
H A Ddocredln.cxx2794 return nSttPos + 1 < _SwRedlineTbl::Count() in FindNextOfSeqNo()
2796 ->GetSeqNo(), nSttPos+1, nLookahead ) in FindNextOfSeqNo()
2803 nSttPos )->GetSeqNo(), in FindPrevOfSeqNo()
2804 nSttPos-1, nLookahead ) in FindPrevOfSeqNo()
2817 nEnd = nSttPos + nLookahead; in FindNextSeqNo()
2819 for( ; nSttPos < nEnd; ++nSttPos ) in FindNextSeqNo()
2822 nRet = nSttPos; in FindNextSeqNo()
2837 nEnd = nSttPos - nLookahead; in FindPrevSeqNo()
2839 ++nSttPos; in FindPrevSeqNo()
2840 while( nSttPos > nEnd ) in FindPrevSeqNo()
[all …]
/trunk/main/sw/source/core/docnode/
H A Dndtbl.cxx450 sal_uInt16 nSttPos = (*pColArr)[ 0 ]; in InsertTable() local
456 … pTableFmt->SetFmtAttr( SvxLRSpaceItem( nSttPos, nFrmWidth - nLastPos, 0, 0, RES_LR_SPACE ) ); in InsertTable()
458 nWidth = nLastPos - nSttPos; in InsertTable()
H A Dnodes.cxx755 sal_uLong nSttPos = pSttNd->GetIndex(); in _MoveNodes() local
758 SwStartNode* pTmpSttNd = new SwStartNode( *this, nSttPos+1 ); in _MoveNodes()
761 RemoveNode( nSttPos, 1, sal_False ); // SttNode loeschen in _MoveNodes()
/trunk/main/sw/source/core/edit/
H A Dautofmt.cxx223 void AutoCorrect( xub_StrLen nSttPos = 0 );
698 SwTwips nSttPos = aPosArr[ 0 ]; in DoTable() local
706 if( nSttPos ) in DoTable()
1923 xub_StrLen nSttPos, nLastBlank = nPos; in AutoCorrect() local
2049 sal_Unicode cBlank = nSttPos ? pTxt->GetChar(nSttPos - 1) : 0; in AutoCorrect()
2053 nSttPos, nPos )) in AutoCorrect()
2068 if( cBlank && cBlank != pTxt->GetChar(nSttPos - 1) ) in AutoCorrect()
2069 --nSttPos; in AutoCorrect()
2078 ? pAktTxtNd->GetLang( nSttPos ) in AutoCorrect()
2107 if( nPos == nSttPos ) in AutoCorrect()
[all …]
/trunk/main/sw/source/core/fields/
H A Dcellfml.cxx147 xub_StrLen nSttPos = 0; in GetValue() local
149 while( nSttPos < rTxt.Len() && in GetValue()
150 ( ' ' == rTxt.GetChar( nSttPos ) || '\t' == rTxt.GetChar( nSttPos ) ) ) in GetValue()
151 ++nSttPos; in GetValue()
155 sal_Unicode const Char = rTxt.GetChar(nSttPos); in GetValue()
156 if ( nSttPos < rTxt.Len() && in GetValue()
160 static_cast<SwTxtFld*>( pTxtNd->GetTxtAttrForCharAt( nSttPos, RES_TXTATR_FIELD ) ); in GetValue()
204 else if ( nSttPos < rTxt.Len() in GetValue()
209 pTxtNd->GetTxtAttrAt( nSttPos, RES_TXTATR_INPUTFIELD, SwTxtNode::DEFAULT ) ); in GetValue()
220 String sTxt( rTxt.Copy( nSttPos ) ); in GetValue()
H A Dreffld.cxx101 const SwTxtNode& rBehindNd, sal_uInt16 nSttPos ) in IsFrameBehind() argument
106 while( pFrm && !pFrm->IsInside( nSttPos ) ) in IsFrameBehind()
/trunk/main/sw/source/core/frmedt/
H A Dtblsel.cxx261 sal_uInt16 nTmp = nSttPos; nSttPos = nEndPos; nEndPos = nTmp; in GetTblSel()
265 for( ; nSttPos <= nEndPos; ++nSttPos ) in GetTblSel()
267 pLine = rLines[ nSttPos ]; in GetTblSel()
1244 sal_uInt16 n, nSttPos = 0; in GetMergeSel() local
1270 aPosArr.Remove( nSttPos, n - nSttPos ); in GetMergeSel()
1271 n = nSttPos; in GetMergeSel()
1274 nSttPos = n; in GetMergeSel()
1279 if( bEmptyLine && nSttPos < n ) in GetMergeSel()
1284 aPosArr.Remove( nSttPos, n - nSttPos ); in GetMergeSel()
1314 if( nSttPos < nSEndPos ) in GetMergeSel()
[all …]
/trunk/main/sw/source/core/tox/
H A Dtxmsrt.cxx54 const SwTxtNode& rBehindNd, xub_StrLen nSttPos );
/trunk/main/sw/source/core/undo/
H A Duntbl.cxx2527 sal_uLong nSttPos = pEntry->nBoxIdx + pEntry->nOffset; in UndoImpl() local
2528 SwStartNode* pSNd = rDoc.GetNodes()[ nSttPos ]->StartOfSectionNode(); in UndoImpl()
2532 SwTableBox& rBox = *pTblNd->GetTable().GetTblBox( nSttPos ); in UndoImpl()
2678 sal_uLong nSttPos = pEntry->nBoxIdx + pEntry->nOffset; in RedoImpl() local
2679 SwStartNode* pSNd = rDoc.GetNodes()[ nSttPos ]->StartOfSectionNode(); in RedoImpl()
2683 SwTableBox& rBox = *pTblNd->GetTable().GetTblBox( nSttPos ); in RedoImpl()
/trunk/main/sw/source/ui/dbui/
H A Ddbinsdlg.cxx907 sal_uInt16 nSttPos = 0, nFndPos; in lcl_InsTextInArr() local
912 pNew = new _DB_Column( rTxt.Copy( nSttPos, nFndPos -1 ) ); in lcl_InsTextInArr()
917 nSttPos = nFndPos + 1; in lcl_InsTextInArr()
919 if( nSttPos < rTxt.Len() ) in lcl_InsTextInArr()
921 pNew = new _DB_Column( rTxt.Copy( nSttPos ) ); in lcl_InsTextInArr()
937 sal_uInt16 nFndPos, nEndPos, nSttPos = 0; in SplitTextToColArr() local
941 nSttPos = nFndPos + 1; in SplitTextToColArr()
945 SwInsDBColumn aSrch( sTxt.Copy( nSttPos, nEndPos - nSttPos ), 0); in SplitTextToColArr()
954 if( 1 < nSttPos ) in SplitTextToColArr()
957 sTxt.Erase( 0, nSttPos-1 ); in SplitTextToColArr()
[all …]
/trunk/main/sw/source/ui/envelp/
H A Denvimg.cxx70 xub_StrLen nSttPos = 0, nTokenCount = sSenderToken.GetTokenCount(';'); in MakeSender() local
74 String sToken = sSenderToken.GetToken( 0, ';', nSttPos ); in MakeSender()
/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx4528 sal_uInt16 nSttPos = 0; in ReadEntries() local
4529 pToInsert->sSearch = sLine.GetToken(0, ';', nSttPos ); in ReadEntries()
4530 pToInsert->sAlternative = sLine.GetToken(0, ';', nSttPos ); in ReadEntries()
4531 pToInsert->sPrimKey = sLine.GetToken(0, ';', nSttPos ); in ReadEntries()
4532 pToInsert->sSecKey = sLine.GetToken(0, ';', nSttPos ); in ReadEntries()
4534 String sStr = sLine.GetToken(0, ';', nSttPos ); in ReadEntries()
4537 sStr = sLine.GetToken(0, ';', nSttPos ); in ReadEntries()

Completed in 212 milliseconds