Home
last modified time | relevance | path

Searched refs:nEndPos (Results 1 – 25 of 188) sorted by last modified time

12345678

/trunk/main/sw/source/core/access/
H A Daccportions.cxx604 sal_Int32 nEndPos = aModelPositions[nPortionNo+1]; in GetAccessiblePosition() local
605 if( (nEndPos - nStartPos) > 1 ) in GetAccessiblePosition()
608 DBG_ASSERT( ( nEndPos - nStartPos ) == in GetAccessiblePosition()
/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx3663 aTemp.nStartPos = aTemp.nEndPos = WW8_CP_MAX; in ReadText()
3666 if ((aTemp.nStartPos != l) && (aTemp.nEndPos != l)) in ReadText()
5607 nStartCp = aDesc.nEndPos; in GetOLEStorageName()
H A Dwrtw8esh.cxx1484 sal_Int32 nEndPos = rWrt.Strm().Tell(); in WritePictures() local
1485 mxGlobal->SetNewBlipStreamOffset( nEndPos ); in WritePictures()
2198 sal_Int32 nEndPos = pPicStrm->Tell(); in WritePictures() local
2199 mxGlobal->WriteBlibStoreEntry(*pEscherStrm, 1, sal_True, nEndPos); in WritePictures()
/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx2176 SwTwips nEndPos,
2184 SwTwips nEndPos, in SwLineEntry() argument
2188 mnEndPos( nEndPos ), in SwLineEntry()
/trunk/main/sw/source/core/text/
H A Dtxtfly.cxx928 const xub_StrLen nEndPos = rInf.GetIdx() + nTmpLen; in DrawTextOpaque() local
929 for( xub_StrLen nPos = rInf.GetIdx(); nPos < nEndPos; ++nPos ) in DrawTextOpaque()
/trunk/main/svtools/source/edit/
H A Dtexteng.cxx484 sal_uInt16 nEndPos = pNode->GetText().Len(); in GetText() local
488 nEndPos = aSel.GetEnd().GetIndex(); in GetText()
490 aText += pNode->GetText().Copy( nStartPos, nEndPos-nStartPos ); in GetText()
2703 sal_uInt16 nEndPos = pNode->GetText().Len(); in Write() local
2707 nEndPos = aSel.GetEnd().GetIndex(); in Write()
2718 if ( nStartPos == nEndPos ) in Write()
2726 sal_uInt16 nTmpEnd = nEndPos; in Write()
2730 nTmpEnd = pAttr ? pAttr->GetStart() : nEndPos; in Write()
2737 nTmpEnd = Min( pAttr->GetEnd(), nEndPos ); in Write()
2749 } while ( nTmpEnd < nEndPos ); in Write()
[all …]
/trunk/main/editeng/source/editeng/
H A Dimpedit2.cxx316 xub_StrLen nEndPos = pNode->Len(); in GetSelected() local
320 nEndPos = aSel.Max().GetIndex(); in GetSelected()
668 aSelection.nEndPos = aParaLen; in Command()
1785 rTypes.back().nEndPos = (sal_uInt16)nEndPos; in InitScriptTypes()
1803 nPos = nEndPos; in InitScriptTypes()
1888 *pEndPos = rTypes[n].nEndPos; in GetScriptType()
3519 nIndex = nEndPos; in ConvertSelection()
4522 aNewSel.nEndPos = EE_INDEX_MAX; in IndentBlock()
4524 if ( aESel.nEndPos == 0 ) in IndentBlock()
4527 aNewSel.nEndPos = 0; in IndentBlock()
[all …]
H A Dimpedit.hxx865 …tion( sal_uInt32 nStartPara, sal_uInt16 nStartPos, sal_uInt32 nEndPara, sal_uInt16 nEndPos ) const;
1057 aESel.nEndPos = rSel.Max().GetIndex(); in CreateESel()
1069 aSel.Max().SetIndex( rSel.nEndPos ); in CreateSel()
/trunk/main/svx/source/svdraw/
H A Dsvdedxv.cxx1495 if(aStr.Len() == aESel.nEndPos) in ImpIsTextEditAllSelected()
1499 if (!bRet && aESel.nEndPara==0 && aESel.nEndPos==0 && aESel.nStartPara==(nParaAnz-1)) in ImpIsTextEditAllSelected()
H A Dsvdview.cxx1269 long nPar=aSel.nEndPara,nLin=0,nCol=aSel.nEndPos; in GetStatusText()
1403 eSel.nStartPos=eSel.nEndPos; in UnmarkAll()
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx2477 …rtField( *pFieldItem, ESelection( nParaIndex, aSelection.nEndPos, nParaIndex, aSelection.nEndPos +… in ApplyTextObj()
2478 aSelection.nEndPos++; in ApplyTextObj()
2492 aSelection.nEndPos = in ApplyTextObj()
2496 …QuickInsertLineBreak( ESelection( nParaIndex, aSelection.nEndPos, nParaIndex, aSelection.nEndPos +… in ApplyTextObj()
2497 aSelection.nEndPos++; in ApplyTextObj()
2503 aSelection.nEndPos + nLen ); in ApplyTextObj()
2507 aSelection.nStartPos = aSelection.nEndPos; in ApplyTextObj()
7139 sal_uInt32 nStartPos, nEndPos; in PPTTextObj() local
7141 >> nEndPos; in PPTTextObj()
7142 if ( nEndPos ) in PPTTextObj()
[all …]
H A Dmsdffimp.cxx202 sal_uLong nEndPos = rStm.Tell(); in Write() local
204 rStm << (sal_uInt32)(nEndPos - nPos - 4); in Write()
205 rStm.Seek( nEndPos ); in Write()
/trunk/main/l10ntools/source/
H A Dtagtest.cxx775 sal_uInt16 nEndPos = aSource.SearchAscii( "]", nStyle2StartPos); in GetNextTokenString() local
776 if ( nEndPos == STRING_NOTFOUND ) in GetNextTokenString()
781 nPos = nEndPos; in GetNextTokenString()
783 return aSource.Copy( nStyle2StartPos, nEndPos-nStyle2StartPos +1 ); in GetNextTokenString()
787 sal_uInt16 nEndPos = aSource.SearchAscii( "\\>", nStyle3StartPos); in GetNextTokenString() local
789 while ( nQuotedBackPos <= nEndPos && nQuotedBackPos != STRING_NOTFOUND ) in GetNextTokenString()
791 nEndPos = aSource.SearchAscii( "\\>", nQuotedBackPos +2); in GetNextTokenString()
794 if ( nEndPos == STRING_NOTFOUND ) in GetNextTokenString()
803 nPos = nEndPos; in GetNextTokenString()
805 return aSource.Copy( nStyle3StartPos, nEndPos-nStyle3StartPos +2 ); in GetNextTokenString()
/trunk/main/vcl/source/gdi/
H A Ddibtools.cxx1164 sal_uLong nEndPos(0); in ImplWriteDIBBody() local
1334 nEndPos = rOStm.Tell(); in ImplWriteDIBBody()
1337 rOStm.Seek(nEndPos); in ImplWriteDIBBody()
/trunk/main/sw/source/ui/shells/
H A Dannotsh.cxx365 aSel.nEndPos++; in Exec()
1764 aSel.nStartPos = aSel.nEndPos; in InsertSymbol()
H A Ddrwtxtsh.cxx878 aSel.nStartPos = aSel.nEndPos; in InsertSymbol()
/trunk/main/sw/source/ui/docvw/
H A DSidebarWin.cxx956 aSelection.nEndPos = aSelection.nStartPos; in DeactivatePostIt()
/trunk/main/svx/source/accessibility/
H A DAccessibleTextHelper.cxx648 uno::makeAny(static_cast<sal_Int32>(maLastSelection.nEndPos)) ); in UpdateSelection()
668 aOldCursor <<= static_cast<sal_Int32>(maLastSelection.nEndPos); in UpdateSelection()
678 … uno::makeAny(static_cast<sal_Int32>(aSelection.nEndPos)), in UpdateSelection()
683 … this, aSelection.nEndPos, maLastSelection.nEndPos, aSelection.nEndPara, maLastSelection.nEndPara); in UpdateSelection()
777 ? aTmpSel.nEndPos : STRING_LEN; in UpdateSelection()
783 ? aTmpLastSel.nEndPos : STRING_LEN; in UpdateSelection()
/trunk/main/svx/source/sdr/properties/
H A Dtextproperties.cxx497 aSel.nEndPos = aAttrib.nStart; in ForceStyleToHardAttributes()
499 if(aSel.nStartPos != aSel.nEndPos) in ForceStyleToHardAttributes()
508 aSel.nEndPos = pEditEngine->GetTextLen(nPara); in ForceStyleToHardAttributes()
510 if(aSel.nStartPos != aSel.nEndPos) in ForceStyleToHardAttributes()
/trunk/main/starmath/source/
H A Daccessibility.cxx1056 return pEditEngine->GetAttribs( rSel.nStartPara, rSel.nStartPos, rSel.nEndPos, nFlags ); in GetAttribs()
1179 sal_uInt16 nEndPos = rSel.nEndPos; in GetSvxEditEngineItemState() local
1181 nEndPos = rEditEngine.GetTextLen( nPara ); in GetSvxEditEngineItemState()
1199 …if( (!bEmptyPortion && (aAttrib.nStart >= nEndPos)) || (bEmptyPortion && (aAttrib.nStart > nEndPos in GetSvxEditEngineItemState()
1229 if( !bEmpty && !bGaps && nLastEnd < ( nEndPos - 1 ) ) in GetSvxEditEngineItemState()
1415 nEnd = aRes.nEndPos; in GetWordIndices()
1539 nRes = aSel.nEndPos = pEditEngine->GetTextLen( nPara ); in AppendTextPortion()
H A Dedit.cxx84 || (aSel.nStartPara == aSel.nEndPara && aSel.nStartPos < aSel.nEndPos) ) in SmGetLeftSelectionPart()
90 nPos = aSel.nEndPos; in SmGetLeftSelectionPart()
686 bRes = !eSelection.nStartPos && (eSelection.nEndPos == Text.Len () - 1); in IsAllSelected()
713 aSelection.nEndPos = aSelection.nStartPos; in InsertCommand()
727 … aSelection.nEndPos = aSelection.nEndPos + sal::static_int_cast< xub_StrLen >(aText.Len()); in InsertCommand()
728 aSelection.nStartPos = aSelection.nEndPos; in InsertCommand()
760 sal_uInt16 Pos = eSelection.nEndPos; in SelNextMark()
/trunk/main/sd/source/ui/view/
H A DOutliner.cxx583 aSelection.nEndPos = aSelection.nStartPos; in Initialize()
588 aSelection.nStartPos = aSelection.nEndPos; in Initialize()
H A Doutlnvs2.cxx360 if ( aSel.nStartPos <= aSel.nEndPos ) in FuTemporaryModify()
361 aSel.nEndPos = aSel.nStartPos + 1; in FuTemporaryModify()
363 aSel.nStartPos = aSel.nEndPos + 1; in FuTemporaryModify()
557 if( aSel.nStartPos == aSel.nEndPos ) in FuTemporaryModify()
558 aSel.nEndPos++; in FuTemporaryModify()
594 if( aSel.nStartPos == aSel.nEndPos ) in FuTemporaryModify()
597 aSel.nEndPos++; in FuTemporaryModify()
605 aSel.nEndPos--; in FuTemporaryModify()
H A Doutlnvsh.cxx449 if ( abs( aSel.nEndPos - aSel.nStartPos ) == 1 ) in GetCtrlState()
1621 aStrSelection = pOl->GetWord( aSel.nEndPara, aSel.nEndPos ); in GetSelectionText()
1735 aESel.nStartPos != aESel.nEndPos) in GetAttrState()
/trunk/main/sd/source/ui/annotations/
H A Dannotationmanager.cxx498 aSel.nEndPos = pOutliner->GetText( pOutliner->GetParagraph( aSel.nEndPara ) ).Len(); in ExecuteReplyToAnnotation()

Completed in 393 milliseconds

12345678