/aoo41x/main/basic/source/sbx/ |
H A D | sbxbase.cxx | 306 sal_uIntPtr nStartPos = rStrm.Tell(); in Skip() local 309 rStrm.Seek( nStartPos + nSize ); in Skip()
|
H A D | sbxform.cxx | 150 inline void SbxBasicFormater::ShiftString( String& sStrg, sal_uInt16 nStartPos ) in ShiftString() argument 152 sStrg.Erase( nStartPos,1 ); in ShiftString()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | impgraph.cxx | 1129 const sal_uLong nStartPos = rIStm.Tell(); in ImplReadEmbedded() local 1199 nHeaderLen = rIStm.Tell() - nStartPos; in ImplReadEmbedded() 1230 rIStm.Seek( nStartPos + nHeaderLen + nLen ); in ImplReadEmbedded() 1252 rIStm.Seek( nStartPos ); in ImplReadEmbedded()
|
/aoo41x/main/sc/source/core/data/ |
H A D | attrib.cxx | 790 xub_StrLen nLen = rSel.nEndPos-rSel.nStartPos; in lcl_SetSpace() 791 rStr.Erase( rSel.nStartPos, nLen-1 ); in lcl_SetSpace() 792 rStr.SetChar( rSel.nStartPos, ' ' ); in lcl_SetSpace()
|
/aoo41x/main/svtools/inc/svtools/ |
H A D | texteng.hxx | 187 void CreateTextPortions( sal_uLong nPara, sal_uInt16 nStartPos ); 188 void RecalcTextPortion( sal_uLong nPara, sal_uInt16 nStartPos, short nNewChars );
|
/aoo41x/main/oox/source/dump/ |
H A D | xlsbdumper.cxx | 366 sal_Int64 nStartPos = mxStrm->tell(); in implDump() local 367 sal_Int64 nEndPos = ::std::min< sal_Int64 >( nStartPos + mnSize, mxStrm->size() ); in implDump() 378 writeHexItem( EMPTY_STRING, static_cast< sal_uInt16 >( mxStrm->tell() - nStartPos ) ); in implDump() 1330 sal_Int64 nStartPos = mxStrm->tell(); in implDumpRecordBody() local 1334 sal_Int64 nEndPos = nStartPos + nSubRecSize; in implDumpRecordBody()
|
/aoo41x/main/editeng/source/editeng/ |
H A D | editeng.cxx | 1671 ConvertSelection( rSel.nStartPara, rSel.nStartPos, rSel.nEndPara, rSel.nEndPos ) ); in GetAttribs() 1686 …EditSelection aSel( pImpEditEngine->ConvertSelection( rSelection.nStartPara, rSelection.nStartPos,… 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()
|
/aoo41x/main/sw/source/core/txtnode/ |
H A D | atrfld.cxx | 325 xub_StrLen const nStartPos, in SwTxtFld() argument 327 : SwTxtAttr( rAttr, nStartPos ) in SwTxtFld()
|
/aoo41x/main/sw/source/core/unocore/ |
H A D | unorefmk.cxx | 906 const xub_StrLen nStartPos(pStartPos->nContent.GetIndex()); in CheckForOwnMemberMeta() local 909 if ((nStartPos < nMetaStart) || (nStartPos > nMetaEnd)) in CheckForOwnMemberMeta() 916 else if (nStartPos == nMetaEnd) in CheckForOwnMemberMeta()
|
/aoo41x/main/svtools/source/control/ |
H A D | headbar.cxx | 284 void HeaderBar::ImplInvertDrag( sal_uInt16 nStartPos, sal_uInt16 nEndPos ) in ImplInvertDrag() argument 286 Rectangle aRect1 = ImplGetItemRect( nStartPos ); in ImplInvertDrag() 293 if ( nEndPos > nStartPos ) in ImplInvertDrag() 307 if ( nEndPos > nStartPos ) in ImplInvertDrag()
|
/aoo41x/main/svtools/source/contnr/ |
H A D | imivctl1.cxx | 2166 const sal_uLong nStartPos = pZOrderList->GetPos( (void*)pCurEntry ); in GetNextEntry() local 2167 if( nStartPos != LIST_ENTRY_NOTFOUND ) in GetNextEntry() 2170 for( sal_uLong nCur = nStartPos+1; nCur < nCount; nCur++ ) in GetNextEntry() 2187 sal_uLong nStartPos = pZOrderList->GetPos( (void*)pCurEntry ); in GetPrevEntry() local 2188 if( nStartPos != LIST_ENTRY_NOTFOUND && nStartPos != 0 ) in GetPrevEntry() 2190 nStartPos--; in GetPrevEntry() 2193 SvxIconChoiceCtrlEntry* pEntry = (SvxIconChoiceCtrlEntry*)(pZOrderList->GetObject(nStartPos)); in GetPrevEntry() 2199 } while( nStartPos > 0 ); in GetPrevEntry()
|
/aoo41x/main/editeng/source/uno/ |
H A D | unoforou.cxx | 100 return rEditEngine.GetAttribs( rSel.nStartPara, rSel.nStartPos, rSel.nEndPos, nFlags ); in ImplOutlinerForwarderGetAttribs() 406 nStart = aRes.nStartPos; in GetWordIndices()
|
/aoo41x/main/editeng/source/accessibility/ |
H A D | AccessibleEditableTextPara.cxx | 451 …sal_Bool AccessibleEditableTextPara::GetSelection( sal_uInt16& nStartPos, sal_uInt16& nEndPos ) SA… in GetSelection() argument 467 nStartPos = aSelection.nStartPos; in GetSelection() 469 nStartPos = 0; in GetSelection() 483 nStartPos = aSelection.nStartPos; in GetSelection() 485 nStartPos = GetTextLen(); in GetSelection()
|
/aoo41x/main/sw/source/core/text/ |
H A D | itrform2.cxx | 1486 xub_StrLen SwTxtFormatter::FormatLine( const xub_StrLen nStartPos ) in FormatLine() argument 1520 const xub_StrLen nOldLineEnd = nStartPos + pCurr->GetLen(); in FormatLine() 1570 return nStartPos; in FormatLine() 1649 xub_StrLen nNewStart = nStartPos + pCurr->GetLen(); in FormatLine()
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | ww8par2.cxx | 513 aRes.nStartPos = aRes.nEndPos; in SearchRowEnd() 516 if (!(pPap->SeekPos(aRes.nStartPos))) in SearchRowEnd() 2068 aRes.nStartPos = nStartCp; in WW8TabDesc() 2070 if (!(pPap->SeekPos(aRes.nStartPos))) in WW8TabDesc() 2081 aRes.nStartPos == WW8_CP_MAX in WW8TabDesc() 2106 aRes.nStartPos = nStartCp; in WW8TabDesc() 2110 pIo->pPlcxMan->GetPap()->nOrigStartPos = aRes.nStartPos; in WW8TabDesc() 2111 if (!(pPap->SeekPos(aRes.nStartPos))) in WW8TabDesc()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | editsh.cxx | 516 aFinder.ToggleRel( aSel.nStartPos, aSel.nEndPos ); in Execute() 562 aSel.nEndPos = aSel.nStartPos + 1; in Execute() 579 aSel.nEndPos = aSel.nStartPos + 1; in Execute()
|
/aoo41x/main/xmloff/source/core/ |
H A D | DocumentSettingsContext.cxx | 617 sal_uInt32 nStartPos(maDecoded.getLength()); in Characters() local 619 maDecoded.realloc(nStartPos + nCount); in Characters() 623 pDecoded[nStartPos + i] = *pBuffer; in Characters()
|
/aoo41x/main/linguistic/source/ |
H A D | convdic.cxx | 456 sal_Int32 nStartPos, in getConversions() argument 470 OUString aLookUpText( aText.copy(nStartPos, nLength) ); in getConversions()
|
H A D | convdiclist.cxx | 534 sal_Int32 nStartPos, in queryConversions() argument 562 rText, nStartPos, nLength, in queryConversions()
|
/aoo41x/main/connectivity/source/inc/file/ |
H A D | quotedstring.hxx | 44 …void GetTokenSpecial( ::rtl::OUString* _rStr, sal_Int32& nStartPos, sal_Unicode cTok = ';', sal_Un…
|
/aoo41x/main/sd/source/ui/view/ |
H A D | drviewse.cxx | 1526 if ( aSel.nStartPos <= aSel.nEndPos ) in InsertURLField() 1527 aSel.nEndPos = aSel.nStartPos + 1; in InsertURLField() 1529 aSel.nStartPos = aSel.nEndPos + 1; in InsertURLField()
|
H A D | drviews4.cxx | 615 … eLanguage = pOLV->GetOutliner()->GetLanguage( aSelection.nStartPara, aSelection.nStartPos ); in Command() 634 if( aSel.nStartPos == aSel.nEndPos ) in Command()
|
/aoo41x/main/cppcanvas/source/mtfrenderer/ |
H A D | textaction.hxx | 79 sal_Int32 nStartPos,
|
/aoo41x/main/sc/inc/ |
H A D | reffind.hxx | 57 void ToggleRel( xub_StrLen nStartPos, xub_StrLen nEndPos );
|
/aoo41x/main/i18npool/inc/ |
H A D | breakiterator_ctl.hxx | 45 virtual LineBreakResults SAL_CALL getLineBreak( const rtl::OUString& Text, sal_Int32 nStartPos,
|