Home
last modified time | relevance | path

Searched refs:nEndPos (Results 1 – 25 of 188) sorted by path

12345678

/trunk/main/accessibility/source/standard/
H A Dvclxaccessiblelist.cxx712 sal_uInt16 nEndPos = m_pListBoxHelper->GetTopEntry() + (sal_uInt16)m_nVisibleLineCount; in getAccessibleAt() local
713 for ( sal_uInt16 i = m_pListBoxHelper->GetTopEntry(); i < nEndPos; ++i ) in getAccessibleAt()
/trunk/main/basctl/source/basicide/
H A Dbastypes.cxx701 sal_Int32 nEndPos = 0; in CutLines() local
716 nEndPos = nStartPos; in CutLines()
718 nEndPos = searchEOL( rStr, nEndPos+1 ); in CutLines()
720 if ( nEndPos == -1 ) // kann bei letzter Zeile passieren in CutLines()
721 nEndPos = rStr.getLength(); in CutLines()
723 nEndPos++; in CutLines()
725 ::rtl::OUString aEndStr = rStr.copy( nEndPos ); in CutLines()
/trunk/main/basic/source/basmgr/
H A Dbasmgr.cxx543 sal_uInt32 nEndPos = 0; in Store() local
548 rSStream << nEndPos; in Store()
602 nEndPos = rSStream.Tell(); in Store()
604 rSStream << nEndPos; in Store()
605 rSStream.Seek( nEndPos ); in Store()
612 sal_uInt32 nEndPos; in Create() local
616 rSStream >> nEndPos; in Create()
650 rSStream.Seek( nEndPos ); in Create()
970 sal_uInt32 nEndPos; in LoadBasicManager() local
971 *xManagerStream >> nEndPos; in LoadBasicManager()
[all …]
/trunk/main/chart2/source/controller/main/
H A DChartController_TextEdit.cxx233 aSel.nStartPos = aSel.nEndPos; in executeDispatch_InsertSpecialCharacter()
/trunk/main/chart2/source/tools/
H A DObjectIdentifier.cxx1085 sal_Int32 nEndPos = rCID.lastIndexOf(':'); in getFullParentParticle() local
1086 if( nEndPos>=0 && nStartPos < nEndPos ) in getFullParentParticle()
1088 aRet = rCID.copy(nStartPos,nEndPos-nStartPos); in getFullParentParticle()
1103 sal_Int32 nEndPos = rCID.getLength(); in getObjectID() local
1104 aRet = rCID.copy(nStartPos,nEndPos-nStartPos); in getObjectID()
H A DXMLRangeHelper.cxx181 while( nDelimiterPos < nEndPos && in lcl_getCellAddressFromXMLString()
224 nNextDelimiterPos < nEndPos; in lcl_getCellAddressFromXMLString()
254 while( nDelimiterPos < nEndPos && in lcl_getCellRangeAddressFromXMLString()
267 if( nDelimiterPos == nEndPos ) in lcl_getCellRangeAddressFromXMLString()
319 sal_Int32 nEndPos = nStartPos; in getCellRangeFromXMLString() local
327 nEndPos < nLength; in getCellRangeFromXMLString()
328 nStartPos = ++nEndPos, i++ ) in getCellRangeFromXMLString()
334 nEndPos++; in getCellRangeFromXMLString()
338 while( nEndPos < nLength && in getCellRangeFromXMLString()
343 ++nEndPos; in getCellRangeFromXMLString()
[all …]
/trunk/main/editeng/inc/editeng/
H A DAccessibleEditableTextPara.hxx358 …sal_Bool GetSelection( sal_uInt16& nStartPos, sal_uInt16& nEndPos ) SAL_THROW((::com::sun::star::u…
H A Deditdata.hxx131 xub_StrLen nEndPos; member
133 ESelection() : nStartPara( 0 ), nStartPos( 0 ), nEndPara( 0 ), nEndPos( 0 ) {} in ESelection()
139 nEndPos( nEPos ) in ESelection()
147 nEndPos( nPos ) in ESelection()
161 return ( nStartPara != nEndPara ) || ( nStartPos != nEndPos ); in HasRange()
167 ( nEndPara == 0 ) && ( nEndPos == 0 ) ); in IsZero()
173 ( nEndPara == rS.nEndPara ) && ( nEndPos == rS.nEndPos ) ); in IsEqual()
182 ( ( nEndPara == rS.nStartPara ) && ( nEndPos < rS.nStartPos ) && !IsEqual( rS ) ) ) in IsLess()
207 else if ( ( nStartPara == nEndPara ) && ( nStartPos > nEndPos ) ) in Adjust()
213 nStartPara = nEndPara; nStartPos = nEndPos; in Adjust()
[all …]
H A Dsvxacorr.hxx94 virtual sal_Bool ChgAutoCorrWord( xub_StrLen& rSttPos, xub_StrLen nEndPos,
264 xub_StrLen& rStt, xub_StrLen nEndPos,
355 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/accessibility/
H A DAccessibleEditableTextPara.cxx451 …sal_Bool AccessibleEditableTextPara::GetSelection( sal_uInt16& nStartPos, sal_uInt16& nEndPos ) SA… in GetSelection() argument
472 nEndPos = aSelection.nEndPos; in GetSelection()
474 nEndPos = GetTextLen(); in GetSelection()
488 nEndPos = aSelection.nEndPos; in GetSelection()
490 nEndPos = 0; in GetSelection()
1282 if( aSelection.nEndPos - nBulletLen >= 0 ) in getCaretPosition()
1283 return aSelection.nEndPos - nBulletLen; in getCaretPosition()
1285 return aSelection.nEndPos; in getCaretPosition()
/trunk/main/editeng/source/editeng/
H A Deditdbg.cxx474 …Selektion: Start=%u,%u, End=%u,%u", aSel.nStartPara, aSel.nStartPos, aSel.nEndPara, aSel.nEndPos ); in ShowEditEngineData()
H A Deditdoc.cxx1400 if ( nEndPos > pNode->Len() ) in GetParaAsString()
1401 nEndPos = pNode->Len(); in GetParaAsString()
1403 DBG_ASSERT( nStartPos <= nEndPos, "Start und Ende vertauscht?" ); in GetParaAsString()
1408 while ( nIndex < nEndPos ) in GetParaAsString()
1410 sal_uInt16 nEnd = nEndPos; in GetParaAsString()
1852 DBG_ASSERT( nStartPos <= nEndPos, "Ungueltiger Bereich!" ); in FindAttribs()
1857 if ( nStartPos == nEndPos ) in FindAttribs()
1859 while ( pAttr && ( pAttr->GetStart() <= nEndPos) ) in FindAttribs()
1905 while ( pAttr && ( pAttr->GetStart() < nEndPos) ) in FindAttribs()
1909 if ( ( pAttr->GetStart() <= nStartPos ) && ( pAttr->GetEnd() >= nEndPos ) ) in FindAttribs()
[all …]
H A Deditdoc.hxx88 sal_uInt16 nEndPos; member
94 nEndPos = _End; in ScriptTypePosInfo()
104 sal_uInt16 nEndPos; member
110 nEndPos = _End; in WritingDirectionInfo()
237 sal_Bool HasAttrib( sal_uInt16 nStartPos, sal_uInt16 nEndPos ) const;
745 …XubString GetParaAsString( ContentNode* pNode, sal_uInt16 nStartPos = 0, sal_uInt16 nEndPos = 0x…
760 …void FindAttribs( ContentNode* pNode, sal_uInt16 nStartPos, sal_uInt16 nEndPos, SfxItemSet& rCur…
H A Dediteng.cxx1671 ConvertSelection( rSel.nStartPara, rSel.nStartPos, rSel.nEndPara, rSel.nEndPos ) ); in GetAttribs()
1686 …election( rSelection.nStartPara, rSelection.nStartPos, rSelection.nEndPara, rSelection.nEndPos ) ); in RemoveAttribs()
1956 ConvertSelection( rSel.nStartPara, rSel.nStartPos, rSel.nEndPara, rSel.nEndPos ) ); in QuickSetAttribs()
1979 ConvertSelection( rSel.nStartPara, rSel.nStartPos, rSel.nEndPara, rSel.nEndPos ) ); in QuickInsertText()
1989 ConvertSelection( rSel.nStartPara, rSel.nStartPos, rSel.nEndPara, rSel.nEndPos ) ); in QuickDelete()
2007 ConvertSelection( rSel.nStartPara, rSel.nStartPos, rSel.nEndPara, rSel.nEndPos ) ); in QuickInsertLineBreak()
2017 ConvertSelection( rSel.nStartPara, rSel.nStartPos, rSel.nEndPara, rSel.nEndPos ) ); in QuickInsertField()
H A Deditobj.cxx498 sal_Size nEndPos = rOStream.Tell(); in Store() local
499 nStructSz = nEndPos - nStartPos - sizeof( nWhich ) - sizeof( nStructSz ); in Store()
502 rOStream.Seek( nEndPos ); in Store()
H A Deditview.cxx235 …on( PIMPEE->ConvertSelection( rESel.nStartPara, rESel.nStartPos, rESel.nEndPara, rESel.nEndPos ) ); in SetSelection()
274 aSelection.nEndPos = pImpEditView->GetEditSelection().Max().GetIndex(); in GetSelection()
1228 aSel.nEndPos = 0xFFFF; in ExecuteSpellPopup()
1489 const sal_uInt16 nEndPos = (nPara == aSel.nEndPara) ? aSel.nEndPos : 0xffff; in ChangeFontSize() local
1496 if( (nPortionEnd < nBeginPos) || (nPortionStart > nEndPos) ) in ChangeFontSize()
1501 if( nPortionEnd > nEndPos ) in ChangeFontSize()
1502 nPortionEnd = nEndPos; in ChangeFontSize()
1644 return Selection( 0, aSelection.nEndPos - aSelection.nStartPos ); in GetSurroundingTextSelection()
1650 return Selection( aSelection.nStartPos, aSelection.nEndPos ); in GetSurroundingTextSelection()
H A Dedtspell.cxx713 sal_uInt16 nEndPos, SvxAutoCorrect& rACorrect, in ChgAutoCorrWord() argument
721 String aShort( pCurNode->Copy( rSttPos, nEndPos - rSttPos ) ); in ChgAutoCorrWord()
728 …const SvxAutocorrWord* pFnd = rACorrect.SearchWordsInList( *pCurNode, rSttPos, nEndPos, *this, eLa… in ChgAutoCorrWord()
733 EditPaM( pCurNode, nEndPos ) ); in ChgAutoCorrWord()
735 DBG_ASSERT( nCursor >= nEndPos, "Cursor mitten im Geschehen ?!" ); in ChgAutoCorrWord()
736 nCursor -= ( nEndPos-rSttPos ); in ChgAutoCorrWord()
H A Dedtspell.hxx166 virtual sal_Bool ChgAutoCorrWord( sal_uInt16& rSttPos, sal_uInt16 nEndPos,
H A Dimpedit.cxx1651 ESelection aNewSel( pDragAndDropInfo->aDropSel.nEndPara, pDragAndDropInfo->aDropSel.nEndPos, in dragDropEnd()
1652 pDragAndDropInfo->aDropSel.nEndPara, pDragAndDropInfo->aDropSel.nEndPos ); in dragDropEnd()
1666 nMoreChars = pDragAndDropInfo->aDropSel.nEndPos - pDragAndDropInfo->aDropSel.nStartPos; in dragDropEnd()
1668 nMoreChars = pDragAndDropInfo->aDropSel.nEndPos; in dragDropEnd()
1672 aToBeDelSel.nEndPos = in dragDropEnd()
1673 aToBeDelSel.nEndPos + nMoreChars; in dragDropEnd()
1688 … nLessChars = pDragAndDropInfo->aBeginDragSel.nEndPos - pDragAndDropInfo->aBeginDragSel.nStartPos; in dragDropEnd()
1690 nLessChars = pDragAndDropInfo->aBeginDragSel.nEndPos; in dragDropEnd()
1693 aNewSel.nEndPos = aNewSel.nEndPos - nLessChars; in dragDropEnd()
1780 pDragAndDropInfo->aDropSel.nEndPos = aNewSel.Max().GetIndex(); in drop()
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()
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 Dimpedit3.cxx4791 const sal_Int32 nEndPos(nIdx + nLen); in ImplFillTextMarkingVector() local
4794 for(i = nIdx; i < nEndPos; i++) in ImplFillTextMarkingVector()
H A Dimpedit4.cxx283 sal_uInt16 nEndPos = pNode->Len(); in WriteText() local
289 nEndPos = aSel.Max().GetIndex(); in WriteText()
628 sal_uInt16 nEndPos = pNode->Len(); in WriteRTF() local
655 nEndPos = aSel.Max().GetIndex(); in WriteRTF()
701 nE = nEndPos; in WriteRTF()
1089 sal_uInt16 nEndPos = pNode->Len(); in CreateBinTextObject() local
1096 nEndPos = aSel.Max().GetIndex(); in CreateBinTextObject()
2754 nEndPos = rStartPos.GetIndex(); in ImpSearch()
2861 nEndPos = aSel.Max().GetIndex(); in TransliterateText()
2864 sal_uInt16 nCurrentEnd = nEndPos; in TransliterateText()
[all …]
H A Dimpedit5.cxx360 xub_StrLen nEndPos = pNode->Len(); in GetAttribs() local
364 nEndPos = aSel.Max().GetIndex(); in GetAttribs()
372 aEditDoc.FindAttribs( pNode, nStartPos, nEndPos, aCurSet ); in GetAttribs()
568 xub_StrLen nEndPos = pNode->Len(); in SetAttribs() local
572 nEndPos = aSel.Max().GetIndex(); in SetAttribs()
606 if ( pAttr->GetStart() > nEndPos ) in SetAttribs()
627 if ( !pNode->Len() || ( nStartPos != nEndPos ) ) in SetAttribs()
666 xub_StrLen nEndPos = pNode->Len(); in RemoveCharAttribs() local
670 nEndPos = aSel.Max().GetIndex(); in RemoveCharAttribs()
819 xub_StrLen nEndPos = pNode->Len(); in ParaAttribsToCharAttribs() local
[all …]
H A Dtextconv.cxx240 pConvInfo->aConvTo.nIndex = aConvSel.nEndPos; in ConvStart_impl()
329 aSelection.nEndPos = (sal_uInt16) (nLastPos + nUnitOffset + nUnitEnd); in SelectNewUnit_impl()
349 DBG_ASSERT( aSelection.nStartPos <= aSelection.nEndPos, in GetNextPortion()
535 aSel.nEndPos = nChgInNodeStartIndex + nChgLen; in ChangeText()
569 pESelection->nStartPos = pESelection->nEndPos = nStartIndex + nConvTextLen; in ChangeText()

Completed in 225 milliseconds

12345678