Home
last modified time | relevance | path

Searched refs:nStart (Results 126 – 150 of 469) sorted by relevance

12345678910>>...19

/trunk/main/vcl/inc/
H A Dgraphite_serverfont.hxx81 … virtual void MoveGlyph( int nStart, long nNewXPos ) { maImpl.MoveGlyph(nStart, nNewXPos); }; in MoveGlyph() argument
82 virtual void DropGlyph( int nStart ) { maImpl.DropGlyph(nStart); }; in DropGlyph() argument
/trunk/main/editeng/source/uno/
H A Dunofored.cxx212 const sal_Bool bEmptyPortion = aAttrib.nStart == aAttrib.nEnd; in GetSvxEditEngineItemState()
213 …if( (!bEmptyPortion && (aAttrib.nStart >= nEndPos)) || (bEmptyPortion && (aAttrib.nStart > nEndPos… in GetSvxEditEngineItemState()
237 if( !bGaps && aAttrib.nStart > nLastEnd ) in GetSvxEditEngineItemState()
441 …warder::GetWordIndices( sal_uInt32 nPara, sal_uInt16 nIndex, sal_uInt16& nStart, sal_uInt16& nEnd … in GetWordIndices() argument
448 nStart = aRes.nStartPos; in GetWordIndices()
H A Dunoedprx.cxx917 …dapter::GetWordIndices( sal_uInt32 nPara, sal_uInt16 nIndex, sal_uInt16& nStart, sal_uInt16& nEnd … in GetWordIndices() argument
932 nStart = 0; in GetWordIndices()
942 nStart + aIndex.GetFieldLen() >= 0 && in GetWordIndices()
943 nStart + aIndex.GetFieldLen() <= USHRT_MAX, in GetWordIndices()
948 nStart = static_cast< sal_uInt16 > (aIndex.GetIndex() - aIndex.GetFieldOffset()); in GetWordIndices()
949 nEnd = static_cast< sal_uInt16 > (nStart + aIndex.GetFieldLen()); in GetWordIndices()
954 if( !mrTextForwarder->GetWordIndices( nPara, nIndex, nStart, nEnd ) ) in GetWordIndices()
957 aIndex.SetEEIndex( nPara, nStart, *this ); in GetWordIndices()
961 nStart = static_cast< sal_uInt16 > (aIndex.GetIndex()); in GetWordIndices()
/trunk/main/scaddins/source/analysis/
H A Dfinancial.cxx139 sal_uInt32 nStart = sal_uInt32( nStartPer ); in getCumprinc() local
142 if( nStart == 1 ) in getCumprinc()
149 nStart++; in getCumprinc()
152 for( sal_uInt32 i = nStart ; i <= nEnd ; i++ ) in getCumprinc()
177 sal_uInt32 nStart = sal_uInt32( nStartPer ); in getCumipmt() local
180 if( nStart == 1 ) in getCumipmt()
185 nStart++; in getCumipmt()
188 for( sal_uInt32 i = nStart ; i <= nEnd ; i++ ) in getCumipmt()
/trunk/main/sdext/source/pdfimport/tree/
H A Dimagecontainer.cxx88 const sal_Int32 nStart(i_nBufferLength-nRemain); in encodeBase64() local
91 case 1: nBinary = ((sal_uInt8)i_pBuffer[nStart + 0]) << 16; in encodeBase64()
93 case 2: nBinary = (((sal_uInt8)i_pBuffer[nStart + 0]) << 16) + in encodeBase64()
94 (((sal_uInt8)i_pBuffer[nStart + 1]) << 8); in encodeBase64()
/trunk/main/sdext/source/presenter/
H A DPresenterHelpView.cxx715 sal_Int32 nStart (0); in SplitText() local
736 rTextParts.push_back(rsText.copy(nStart, nNextIndex-nStart)); in SplitText()
737 nStart = nNextIndex + 1; in SplitText()
741 if (nStart < nLength) in SplitText()
742 rTextParts.push_back(rsText.copy(nStart, nLength-nStart)); in SplitText()
/trunk/main/sax/test/
H A Dsaxdemo.cxx416 int nStart = 0; in writeParagraphHelper() local
424 r->characters( s.copy( nStart , n - nStart ) ); in writeParagraphHelper()
425 nStart = n; in writeParagraphHelper()
429 r->characters( s.copy( nStart , n - nStart ) ); in writeParagraphHelper()
/trunk/main/sw/inc/
H A Dndtxt.hxx136 SW_DLLPRIVATE void CopyAttr( SwTxtNode *pDest, const xub_StrLen nStart, const xub_StrLen nOldPos);
301 const xub_StrLen nStart, const xub_StrLen nEnd,
330 const xub_StrLen nStart, const xub_StrLen nEnd = 0 );
703 void DelSoftHyph( const xub_StrLen nStart, const xub_StrLen nEnd );
785 xub_StrLen nStart, xub_StrLen nEnd,
789 void CountWords( SwDocStat& rStat, xub_StrLen nStart, xub_StrLen nEnd ) const;
/trunk/main/svl/source/items/
H A Dslstitm.cxx293 xub_StrLen nStart = 0; in SetString() local
299 nDelimPos = aStr.Search( _CR, nStart ); in SetString()
304 nLen = nDelimPos - nStart; in SetString()
306 XubString* pStr = new XubString(aStr.Copy(nStart, nLen)); in SetString()
310 nStart += nLen + 1 ; // delimiter ueberspringen in SetString()
/trunk/main/sc/inc/
H A Dattarray.hxx210 inline ScAttrIterator( const ScAttrArray* pNewArray, SCROW nStart, SCROW nEnd );
216 inline ScAttrIterator::ScAttrIterator( const ScAttrArray* pNewArray, SCROW nStart, SCROW nEnd ) : in ScAttrIterator() argument
218 nRow( nStart ), in ScAttrIterator()
221 if ( nStart > 0 ) in ScAttrIterator()
222 pArray->Search( nStart, nPos ); in ScAttrIterator()
H A Dolinetab.hxx39 SCCOLROW nStart; member in ScOutlineEntry
51 SCCOLROW GetStart() const { return nStart; } in GetStart()
53 SCCOLROW GetEnd() const { return nStart+nSize-1; } in GetEnd()
156 SCCOLROW nStart; member in ScSubOutlineIterator
/trunk/main/sc/source/ui/undo/
H A Dundoblk.cxx651 SCCOLROW nStart = *(--pOneRange); in SetChangeTrack() local
654 aRange.aStart.SetRow( nStart ); in SetChangeTrack()
659 aRange.aStart.SetCol( static_cast<SCCOL>(nStart) ); in SetChangeTrack()
684 SCCOLROW nStart = *(pOneRange++); in Undo() local
687 pDoc->InsertRow( 0,nTab, MAXCOL,nTab, nStart,static_cast<SCSIZE>(nEnd-nStart+1) ); in Undo()
689 …Doc->InsertCol( 0,nTab, MAXROW,nTab, static_cast<SCCOL>(nStart), static_cast<SCSIZE>(nEnd-nStart+1… in Undo()
695 SCCOLROW nStart = *(pOneRange++); in Undo() local
700 pRefUndoDoc->CopyToDocument( static_cast<SCCOL>(nStart),0,nTab, in Undo()
729 SCCOLROW nStart = *(--pOneRange); in Redo() local
731 pDoc->DeleteRow( 0,nTab, MAXCOL,nTab, nStart,static_cast<SCSIZE>(nEnd-nStart+1) ); in Redo()
[all …]
/trunk/main/basctl/source/basicide/
H A Dbaside2.cxx345 sal_uInt16 nStart, nEnd, nCurMethodStart = 0; in BasicExecute() local
355 pM->GetLineRange( nStart, nEnd ); in BasicExecute()
358 if ( nCurMethodStart >= nStart && nCurMethodStart <= nEnd ) in BasicExecute()
364 else if ( !pMethod || ( nStart < nCurMethodStart && !pM->IsHidden() ) ) in BasicExecute()
367 nCurMethodStart = nStart; in BasicExecute()
860 sal_uInt16 nStart, nEnd; in EditMacro() local
864 pMethod->GetLineRange( nStart, nEnd ); in EditMacro()
865 if ( nStart ) in EditMacro()
868 nStart--; in EditMacro()
871 TextSelection aSel( TextPaM( nStart, 0 ), TextPaM( nStart, 0 ) ); in EditMacro()
[all …]
/trunk/main/svx/source/dialog/
H A Dsvxruler.cxx2589 long& nStart = (*pColumnItem)[i+1].nStart; in ApplyBorders() local
2590 nStart = PIXEL_H_ADJUST( in ApplyBorders()
2597 if( nEnd > nStart ) in ApplyBorders()
2598 nStart = nEnd; in ApplyBorders()
2662 sal_uInt16 nStart; in PrepareProportional_Impl() local
2672 nStart = 0; in PrepareProportional_Impl()
2680 nStart = 0; in PrepareProportional_Impl()
2685 nStart = 1; in PrepareProportional_Impl()
3868 sal_uInt16 nStart; in CalcPropMaxRight() local
3874 nStart=0; in CalcPropMaxRight()
[all …]
/trunk/main/editeng/inc/editeng/
H A Dbulitem.hxx74 sal_uInt16 nStart; member in SvxBulletItem
91 …SvxBulletItem( sal_uInt8 nStyle, const Font& rFont, sal_uInt16 nStart = 0, sal_uInt16 nWhich = 0 );
108 sal_uInt16 GetStart() const { return nStart; } in GetStart()
125 void SetStart( sal_uInt16 nNew ) { nStart = nNew; } in SetStart()
/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx182 sal_uInt16 nEnd, nStart = nIndex; in lcl_DrawRedLines() local
186 if ( nStart >= nMaxEnd ) in lcl_DrawRedLines()
189 if ( nStart < nIndex ) // Wurde korrigiert in lcl_DrawRedLines()
190 nStart = nIndex; in lcl_DrawRedLines()
203 if ( nStart > nIndex ) in lcl_DrawRedLines()
234 nStart = nEnd+1; in lcl_DrawRedLines()
236 bWrong = pWrongs->NextWrong( nStart, nEnd ); in lcl_DrawRedLines()
1495 sal_uInt16 nStart = pLine->GetStart(); in CreateLines() local
1498 if ( nStart > nInvalidEnd ) in CreateLines()
2120 if ( aWordSel.Min().GetIndex() < nStart ) in ImpFindKashidas()
[all …]
/trunk/main/sw/source/ui/inc/
H A Dredlndlg.hxx115 SW_DLLPRIVATE sal_uInt16 CalcDiff(sal_uInt16 nStart, sal_Bool bChild);
117 SW_DLLPRIVATE void InsertParents(sal_uInt16 nStart, sal_uInt16 nEnd = USHRT_MAX);
118 SW_DLLPRIVATE void RemoveParents(sal_uInt16 nStart, sal_uInt16 nEnd);
134 void Init(sal_uInt16 nStart = 0);
/trunk/main/sw/source/ui/vba/
H A Dvbadocument.cxx86 sal_Int32 nStart = 0; in Range() local
88 rStart >>= nStart; in Range()
90 nStart--; in Range()
95 if( nStart != -1 || nEnd != -1 ) in Range()
97 if( nStart == -1 ) in Range()
100 xStart = SwVbaRangeHelper::getRangeByPosition( mxTextDocument->getText(), nStart ); in Range()
/trunk/main/sc/source/core/data/
H A Dtable4.cxx1093 double nStart; in GetAutoFillPreview() local
1111 nStart = (double)nVal; in GetAutoFillPreview()
1113 nStart = 0.0; in GetAutoFillPreview()
1117 nStart = ((ScValueCell*)pCell)->GetValue(); in GetAutoFillPreview()
1120 nStart = ((ScFormulaCell*)pCell)->GetValue(); in GetAutoFillPreview()
1123 nStart = 0.0; in GetAutoFillPreview()
1127 nStart = 0.0; in GetAutoFillPreview()
1132 SubTotal::SafePlus( nStart, nAdd ) ); in GetAutoFillPreview()
1144 IncDate( nStart, nDayOfMonth, nInc, eDateCmd ); in GetAutoFillPreview()
1159 aValue += lcl_ValueString( (sal_Int32)nStart, nMinDigits ); in GetAutoFillPreview()
[all …]
/trunk/main/sw/source/ui/misc/
H A Dglossary.cxx114 sal_uInt16 nStart = 1; in lcl_GetValidShortCut() local
115 while( rName.GetChar( nStart-1 ) == ' ' && nStart < nSz ) in lcl_GetValidShortCut()
116 nStart++; in lcl_GetValidShortCut()
118 String aBuf( rName.GetChar( nStart-1 )); in lcl_GetValidShortCut()
120 for( ; nStart < nSz; ++nStart ) in lcl_GetValidShortCut()
122 if( rName.GetChar( nStart-1 ) == ' ' && rName.GetChar( nStart ) != ' ') in lcl_GetValidShortCut()
123 aBuf += rName.GetChar( nStart ); in lcl_GetValidShortCut()
/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx1206 return rReader.IsParaEndInCPs(nStart,nEnd,bSdOD); in IsParaEndInCPs()
1220 return rReader.IsParaEndInCPs(nStart,nEnd); in CheckSdOD()
1279 for(; nStart <= nEnd; ++nStart) in SetAttrInDoc()
2077 Read_HdFtFtnText(pHackIdx, nStart, nLen - 1, MAN_HDFT); in Read_HdFtTextAsHackedFrame()
2090 Read_HdFtFtnText(pSttIdx, nStart, nLen - 1, MAN_HDFT); in Read_HdFtText()
3418 if (nStart == -1 || nEnd == -1 || nEnd < nStart ) in IsParaEndInCPs()
3427 if ( bSdOD && ( (nStart < *aItr && nEnd > *aItr) || ( nStart == nEnd && *aItr == nStart)) ) in IsParaEndInCPs()
4155 for(; nStart <= nEnd; ++nStart) in InsertSegments()
4537 WW8_CP nStart, nEnd; in CoreLoad() local
4551 aPlc.Get( nStart, nEnd, pDummy ); in CoreLoad()
[all …]
/trunk/main/sax/test/sax/
H A Dtestwriter.cxx445 int nStart = 0; in writeParagraph() local
453 r->characters( s.copy( nStart , n - nStart ) ); in writeParagraph()
454 nStart = n; in writeParagraph()
458 r->characters( s.copy( nStart , n - nStart ) ); in writeParagraph()
/trunk/main/sc/source/ui/vba/
H A Dvbasheetobject.cxx78 sal_Int32 nStart = ::std::min( mnStart, aString.getLength() ); in getCaption() local
79 sal_Int32 nLength = ::std::min( mnLength, aString.getLength() - nStart ); in getCaption()
80 return aString.copy( nStart, nLength ); in getCaption()
93 sal_Int32 nStart = ::std::min( mnStart, aString.getLength() ); in setCaption() local
94 sal_Int32 nLength = ::std::min( mnLength, aString.getLength() - nStart ); in setCaption()
95 setFullString( aString.replaceAt( nStart, nLength, rCaption ) ); in setCaption()
/trunk/main/sw/source/core/undo/
H A Dundobj.cxx1273 static String lcl_DenotedPortion(String rStr, xub_StrLen nStart, in lcl_DenotedPortion() argument
1278 if (nEnd - nStart > 0) in lcl_DenotedPortion()
1303 String::CreateFromInt32(nEnd - nStart)); in lcl_DenotedPortion()
1309 aResult += rStr.Copy(nStart, nEnd - nStart); in lcl_DenotedPortion()
1324 xub_StrLen nStart = 0; in DenoteSpecialCharacters() local
1343 aResult += lcl_DenotedPortion(rStr, nStart, i); in DenoteSpecialCharacters()
1345 nStart = i; in DenoteSpecialCharacters()
1352 aResult += lcl_DenotedPortion(rStr, nStart, rStr.Len()); in DenoteSpecialCharacters()
/trunk/main/extensions/test/sax/
H A Dtestwriter.cxx544 int nStart = 0; in writeParagraph() local
552 r->characters( s.copy( nStart , n - nStart ) ); in writeParagraph()
553 nStart = n; in writeParagraph()
557 r->characters( s.copy( nStart , n - nStart ) ); in writeParagraph()

Completed in 194 milliseconds

12345678910>>...19