Home
last modified time | relevance | path

Searched refs:nEndPos (Results 76 – 100 of 188) sorted by relevance

12345678

/trunk/main/oox/source/dump/
H A Dbiffdumper.cxx817 while( bValid && !mxStrm->isEof() && (mxStrm->tell() < nEndPos) ) in implDump()
898 bValid = nEndPos == mxStrm->tell(); in implDump()
3461 sal_Int64 nEndPos = nStartPos + nSubRecSize; in dumpXfExtProp() local
3494 dumpRemainingTo( nEndPos ); in dumpXfExtProp()
3509 sal_Int64 nEndPos = nStartPos + nSubRecSize; in dumpDxfProp() local
3593 dumpRemainingTo( nEndPos ); in dumpDxfProp()
3609 sal_Int64 nEndPos = rStrm.tell() + nSize; in dumpDxf12Prop() local
3611 if( rStrm.tell() + 8 <= nEndPos ) in dumpDxf12Prop()
3616 dumpRemainingTo( nEndPos ); in dumpDxf12Prop()
3623 sal_Int64 nEndPos = getBiffStream().tell() + nSize; in dumpCfRule12Param() local
[all …]
/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/svtools/source/filter/wmf/
H A Demfwr.cxx231 const sal_uLong nEndPos = mpStm->Tell(); mpStm->Seek( nHeaderPos ); in WriteEMF() local
236 << (sal_uInt32) 0x464d4520 << (sal_uInt32) 0x10000 << (sal_uInt32) ( nEndPos - nHeaderPos ) in WriteEMF()
243 mpStm->Seek( nEndPos ); in WriteEMF()
772 const sal_uLong nEndPos = mpStm->Tell(); in ImplWriteBmpRecord() local
776 mpStm->Seek( nEndPos ); in ImplWriteBmpRecord()
H A Dwinwmf.cxx834 if ( nMetaRecEndPos > nEndPos ) in ReadRecordParams()
1099 nEndPos=pWMF->Seek( STREAM_SEEK_TO_END ); in ReadWMF()
1108 if( nEndPos - nStartPos ) in ReadWMF()
1113 nPercent = ( nPos - nStartPos ) * 100 / ( nEndPos - nStartPos ); in ReadWMF()
1173 if ( nPos <= nEndPos ) in ReadWMF()
/trunk/main/sc/source/ui/drawfunc/
H A Ddrtxtob.cxx295 aSel.nEndPos = aSel.nStartPos + 1; in Execute()
310 if ( aSel.nStartPos == aSel.nEndPos && aSel.nStartPos > 0 ) in Execute()
637 xub_StrLen nNewEnd = aSel.nEndPos; in lcl_RemoveFields()
661 ( nPar < aSel.nEndPara || nEnd <= aSel.nEndPos ) ) in lcl_RemoveFields()
695 aOldSel.nEndPos = nNewEnd; in lcl_RemoveFields()
/trunk/main/sc/source/core/data/
H A Dattarray.cxx1914 SCSIZE nEndPos = nPos - 1; in GetLastVisibleAttr() local
1915 SCSIZE nStartPos = nEndPos; // find range of visually equal formats in GetLastVisibleAttr()
1924 SCROW nAttrSize = pData[nEndPos].nRow + 1 - nAttrStartRow; in GetLastVisibleAttr()
1929 else if ( !bFound && pData[nEndPos].pPattern->IsVisible() ) in GetLastVisibleAttr()
1931 rLastRow = pData[nEndPos].nRow; in GetLastVisibleAttr()
1956 SCSIZE nEndPos = nPos - 1; in GetLastAttr() local
1957 SCSIZE nStartPos = nEndPos; in GetLastAttr()
1965 SCROW nAttrSize = pData[nEndPos].nRow + 1 - nAttrStartRow; in GetLastAttr()
1972 rLastRow = pData[nEndPos].nRow; in GetLastAttr()
/trunk/main/svl/source/numbers/
H A Dnumhead.cxx127 nEndPos = rStream.Tell(); in ImpSvNumMultipleReadHeader()
140 rStream.Seek(nEndPos); in ~ImpSvNumMultipleReadHeader()
/trunk/main/sc/source/core/tool/
H A Drechead.cxx71 nEndPos = rStream.Tell(); in ScMultipleReadHeader()
86 rStream.Seek(nEndPos); in ~ScMultipleReadHeader()
H A Dchgviset.cxx96 xub_StrLen nEndPos = pCommentStr->Len(); in IsValidComment() local
98 …sal::static_int_cast<sal_Bool>(pCommentSearcher->SearchFrwrd( *pCommentStr, &nStartPos, &nEndPos)); in IsValidComment()
/trunk/main/sd/source/core/
H A Ddrawdoc3.cxx294 int nPos, nEndPos; in IterateBookmarkPages() local
299 nEndPos = nBMSdPageCount; in IterateBookmarkPages()
304 nEndPos = pBookmarkList->Count(); in IterateBookmarkPages()
310 for (nPos = 0; nPos < nEndPos; ++nPos) in IterateBookmarkPages()
1330 const sal_uLong nEndPos = pRet->Seek( STREAM_SEEK_TO_END ); in GetDocumentStream() local
1331 const sal_uLong nStmLen = nEndPos - nStartPos; in GetDocumentStream()
/trunk/main/xmloff/source/chart/
H A DSchXMLTools.cxx552 sal_Int32 nEndPos = rText.getLength(); in exportText() local
555 for( sal_Int32 nPos = 0; nPos < nEndPos; nPos++ ) in exportText()
585 if( nEndPos > nStartPos ) in exportText()
590 … rExport.GetDocHandler()->characters( rText.copy( nStartPos, (nEndPos - nStartPos)) ); in exportText()
/trunk/main/filter/source/filtertracer/
H A Dfiltertracer.hxx170 sal_Int32 nStartPos, sal_Int32 nEndPos ) throw (::com::sun::star::uno::RuntimeException);
172 sal_Int32 nStartPos, sal_Int32 nEndPos ) throw (::com::sun::star::uno::RuntimeException);
/trunk/main/sw/source/filter/inc/
H A Dmsfilter.hxx483 CharRunEntry(xub_StrLen nEndPos, sal_uInt16 nScript, in CharRunEntry()
485 : mnEndPos(nEndPos), mnScript(nScript), meCharSet(eCharSet), in CharRunEntry()
/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/svtools/source/edit/
H A Dtextdat2.hxx107 sal_uInt16 nEndPos; member
112 nEndPos = _End; in TEWritingDirectionInfo()
/trunk/main/sc/source/ui/app/
H A Dinputwin.cxx466 xub_StrLen nEndPos = 1; in Select() local
480 nEndPos = nLen +1; in Select()
489 nEndPos = nLen; in Select()
492 nEndPos = nLen; in Select()
503 pView->SetSelection( ESelection(0, nStartPos, 0, nEndPos) ); in Select()
/trunk/main/sc/source/filter/xml/
H A DXMLChangeTrackingImportHelper.hxx105 ScMyMoveCutOff(const sal_uInt32 nTempID, const sal_Int32 nStartPos, const sal_Int32 nEndPos) : in ScMyMoveCutOff()
106 nID(nTempID), nStartPosition(nStartPos), nEndPosition(nEndPos) {} in ScMyMoveCutOff()
/trunk/main/svtools/source/filter/jpeg/
H A Djpeg.cxx564 long nEndPos; in Read() local
574 nEndPos = rIStm.Tell(); in Read()
580 if( ( nEndPos - nFormerPos ) < JPEGMINREAD ) in Read()
/trunk/main/sc/source/ui/view/
H A Deditsh.cxx516 aFinder.ToggleRel( aSel.nStartPos, aSel.nEndPos ); in Execute()
562 aSel.nEndPos = aSel.nStartPos + 1; in Execute()
579 aSel.nEndPos = aSel.nStartPos + 1; in Execute()
1148 aStrSelection = pEngine->GetWord( aSel.nEndPara, aSel.nEndPos ); in GetSelectionText()
/trunk/main/sfx2/source/view/
H A Dviewfrm.cxx2811 sal_Int32 nEndPos = 0; in CutLines() local
2826 nEndPos = nStartPos; in CutLines()
2828 nEndPos = rStr.indexOf( LINE_SEP, nEndPos+1 ); in CutLines()
2830 if ( nEndPos == -1 ) // kann bei letzter Zeile passieren in CutLines()
2831 nEndPos = rStr.getLength(); in CutLines()
2833 nEndPos++; in CutLines()
2835 ::rtl::OUString aEndStr = rStr.copy( nEndPos ); in CutLines()
/trunk/main/oox/source/xls/
H A Dworksheethelper.cxx610 …dr( sal_Int32 nBegAddr, sal_Int32 nEndAddr, sal_Int32 nBegPos, sal_Int32 nEndPos, sal_Int32 nSearc… in lclGetMidAddr() argument
613 …atic_cast< sal_Int64 >( nEndAddr - nBegAddr - 2 ) * (nSearchPos - nBegPos) / (nEndPos - nBegPos) ); in lclGetMidAddr()
617 sal_Int32 nBegPos, sal_Int32 nEndPos, sal_Int32 nSearchPos ) in lclPrepareInterval() argument
627 if( (nSearchPos >= nEndPos) || (nBegAddr + 1 >= nEndAddr) ) in lclPrepareInterval()
635 rnMidAddr = lclGetMidAddr( nBegAddr, nEndAddr, nBegPos, nEndPos, nSearchPos ); in lclPrepareInterval()
/trunk/main/svx/source/dialog/
H A Dctredlin.cxx467 xub_StrLen nEndPos = pCommentStr->Len(); in IsValidEntry() local
469 nTheFlag=pCommentSearcher->SearchFrwrd( *pCommentStr, &nStartPos, &nEndPos); in IsValidEntry()
505 xub_StrLen nEndPos = pCommentStr->Len(); in IsValidComment() local
507 nTheFlag=pCommentSearcher->SearchFrwrd( *pCommentStr, &nStartPos, &nEndPos); in IsValidComment()
/trunk/main/sw/source/core/unocore/
H A Dunoportenum.cxx1044 const sal_Int32 nEndPos ) in lcl_MoveCursor() argument
1048 if ((nEndPos >= 0) && (nEndPos < nMovePos)) in lcl_MoveCursor()
1050 nMovePos = nEndPos; in lcl_MoveCursor()
/trunk/main/sd/source/ui/view/
H A Ddrviews4.cxx640 if( aSel.nStartPos == aSel.nEndPos ) in Command()
643 aSel.nEndPos++; in Command()
651 aSel.nEndPos--; in Command()
/trunk/main/sd/source/ui/func/
H A Dfubullet.cxx155 aSel.nStartPos = aSel.nEndPos; in InsertFormattingMark()
293 aSel.nStartPos = aSel.nEndPos; in InsertSpecialCharacter()

Completed in 192 milliseconds

12345678