Home
last modified time | relevance | path

Searched refs:nStartIndex (Results 101 – 125 of 134) sorted by relevance

123456

/trunk/main/chart2/source/view/charttypes/
H A DBarChart.cxx464 sal_Int32 nStartIndex = 0; in createShapes() local
468 for( sal_Int32 nPointIndex = nStartIndex; nPointIndex < nEndIndex; nPointIndex++ ) in createShapes()
582 if(nPointIndex==nStartIndex)//do not create a regression line for each point in createShapes()
H A DAreaChart.cxx619 sal_Int32 nStartIndex = 0; // inclusive ;..todo get somehow from x scale in createShapes() local
633 for( sal_Int32 nIndex = nStartIndex; nIndex < nEndIndex; nIndex++ ) in createShapes()
/trunk/main/basegfx/source/polygon/
H A Db2dtrapezoid.cxx505 sal_uInt32 nStartIndex(0); in TrapezoidSubdivider() local
515 B2DPoint* pPrev(&maPoints[nCount + nStartIndex - 1]); in TrapezoidSubdivider()
520 B2DPoint* pCurr(&maPoints[nStartIndex++]); in TrapezoidSubdivider()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleCsvControl.cxx570 OUString SAL_CALL ScAccessibleCsvRuler::getTextRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) in getTextRange() argument
575 ensureValidRange( nStartIndex, nEndIndex ); in getTextRange()
576 return OUString( maBuffer.getStr() + nStartIndex, nEndIndex - nStartIndex ); in getTextRange()
/trunk/main/editeng/source/uno/
H A Dunofored.cxx456 sal_Bool SvxEditEngineForwarder::GetAttributeRun( sal_uInt16& nStartIndex, sal_uInt16& nEndIndex, s… in GetAttributeRun() argument
458 …return SvxEditSourceHelper::GetAttributeRun( nStartIndex, nEndIndex, rEditEngine, nPara, nIndex, b… in GetAttributeRun()
H A Dunoforou.cxx414 sal_Bool SvxOutlinerForwarder::GetAttributeRun( sal_uInt16& nStartIndex, sal_uInt16& nEndIndex, sal… in GetAttributeRun() argument
416 …return SvxEditSourceHelper::GetAttributeRun( nStartIndex, nEndIndex, rOutliner.GetEditEngine(), nP… in GetAttributeRun()
/trunk/main/xmloff/source/style/
H A Dxmlimppr.cxx775 sal_Int32 nStartIndex, sal_Int32 nEndIndex ) const in finished() argument
779 mxNextMapper->finished( rProperties, nStartIndex, nEndIndex ); in finished()
H A DPageMasterImportPropMapper.hxx55 sal_Int32 nStartIndex, sal_Int32 nEndIndex ) const;
H A DPagePropertySetContext.hxx48 sal_Int32 nStartIndex, sal_Int32 nEndIndex,
/trunk/main/svx/inc/svx/
H A DSvxColorValueSet.hxx46 void addEntriesForXColorList(const XColorListSharedPtr aXColorList, sal_uInt32 nStartIndex = 1);
/trunk/main/xmloff/inc/xmloff/
H A Dtxtimppr.hxx74 sal_Int32 nStartIndex, sal_Int32 nEndIndex ) const;
H A Dxmlimppr.hxx124 sal_Int32 nStartIndex, sal_Int32 nEndIndex ) const;
/trunk/main/editeng/inc/editeng/
H A Dunoedhlp.hxx109 …static sal_Bool GetAttributeRun( sal_uInt16& nStartIndex, sal_uInt16& nEndIndex, const EditEngine&…
H A Dunofored.hxx75 …virtual sal_Bool GetAttributeRun( sal_uInt16& nStartIndex, sal_uInt16& nEndIndex, sal_uInt32 nPa…
H A Dunoforou.hxx96 …virtual sal_Bool GetAttributeRun( sal_uInt16& nStartIndex, sal_uInt16& nEndIndex, sal_uInt32 nPa…
H A Dunoedprx.hxx79 …virtual sal_Bool GetAttributeRun( sal_uInt16& nStartIndex, sal_uInt16& nEndIndex, sal_uInt32 nPa…
H A Dunoedsrc.hxx338 …virtual sal_Bool GetAttributeRun( sal_uInt16& nStartIndex, sal_uInt16& nEndIndex, sal_uInt32 nPa…
/trunk/main/xmloff/inc/
H A DXMLChartPropertySetMapper.hxx120 sal_Int32 nStartIndex, sal_Int32 nEndIndex ) const;
/trunk/main/tools/inc/tools/
H A Dcontnr.hxx101 sal_uIntPtr GetPos( const void* p, sal_uIntPtr nStartIndex,
/trunk/main/sw/source/core/text/
H A Ditratr.hxx65 xub_StrLen nStartIndex, nEndIndex, nPos; member in SwAttrIter
/trunk/main/svtools/source/edit/
H A Dtextview.cxx446 sal_uInt16 nStartIndex = pLine->GetStart(); in ImpHighlight() local
449 nStartIndex = aSel.GetStart().GetIndex(); in ImpHighlight()
454 if ( nEndIndex < nStartIndex ) in ImpHighlight()
455 nEndIndex = nStartIndex; in ImpHighlight()
457 …ectangle aTmpRec( mpImpl->mpTextEngine->GetEditCursor( TextPaM( nPara, nStartIndex ), sal_False ) … in ImpHighlight()
/trunk/main/editeng/source/misc/
H A Dhangulhanja.cxx819 sal_Int32 nStartIndex = m_nCurrentStartIndex - m_nReplacementBaseIndex; in implChange() local
869 m_pAntiImpl->ReplaceUnit( nStartIndex, nEndIndex, m_sCurrentPortion, in implChange()
/trunk/main/sc/source/filter/xml/
H A DXMLConverter.hxx163 sal_Int32 nStartIndex );
/trunk/main/sw/source/core/edit/
H A Dedlingu.cxx1477 const xub_StrLen nStartIndex = pStartPos->nContent.GetIndex(); in lcl_CollectDeletedRedlines() local
1489 if(nStart >= nStartIndex || nEnd >= nStartIndex) in lcl_CollectDeletedRedlines()
/trunk/main/sw/source/core/doc/
H A Ddbgoutsw.cxx745 sal_uLong nStartIndex = nIndex; in lcl_dbg_nodes_inner() local
763 if (pNode->IsStartNode() && nIndex != nStartIndex) in lcl_dbg_nodes_inner()

Completed in 110 milliseconds

123456