Home
last modified time | relevance | path

Searched refs:nStartIndex (Results 51 – 75 of 134) sorted by relevance

123456

/trunk/main/chart2/source/view/charttypes/
H A DBubbleChart.cxx84 sal_Int32 nStartIndex = 0; in calculateMaximumLogicBubbleSize() local
86 for( sal_Int32 nIndex = nStartIndex; nIndex < nEndIndex; nIndex++ ) in calculateMaximumLogicBubbleSize()
224 sal_Int32 nStartIndex = 0; // inclusive ;..todo get somehow from x scale in createShapes() local
243 for( sal_Int32 nIndex = nStartIndex; nIndex < nEndIndex; nIndex++ ) in createShapes()
/trunk/main/accessibility/inc/accessibility/standard/
H A Dvclxaccessiblelistitem.hxx107 virtual void implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex );
181 …virtual sal_Bool SAL_CALL setSelection( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com:…
183 …virtual ::rtl::OUString SAL_CALL getTextRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw …
187 …virtual sal_Bool SAL_CALL copyText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com::sun…
H A Dvclxaccessiblestatusbaritem.hxx83 virtual void implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex );
135 …virtual sal_Bool SAL_CALL setSelection( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com:…
136 …virtual sal_Bool SAL_CALL copyText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com::sun…
H A Dvclxaccessibletabpage.hxx87 virtual void implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex );
139 …virtual sal_Bool SAL_CALL setSelection( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com:…
140 …virtual sal_Bool SAL_CALL copyText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com::sun…
/trunk/main/sc/source/core/data/
H A Dolinetab.cxx186 sal_uInt16 nStartIndex; in Insert() local
193 FindEntry( nStartCol, nStartLevel, nStartIndex ); // nLevel = neuer Level (alter+1) !!! in Insert()
200 if ( nStartLevel == nEndLevel && nStartIndex == nEndIndex && nStartLevel < SC_OL_MAXDEPTH ) in Insert()
209 if ( ((ScOutlineEntry*)aCollections[nStartLevel-1].At(nStartIndex))-> in Insert()
211 FindEntry( nStartCol, nStartLevel, nStartIndex, nFindMax ); in Insert()
/trunk/main/accessibility/inc/accessibility/extended/
H A Daccessibleiconchoicectrlentry.hxx115 virtual void implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex );
183 …virtual sal_Bool SAL_CALL setSelection( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com:…
185 …virtual ::rtl::OUString SAL_CALL getTextRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw …
189 …virtual sal_Bool SAL_CALL copyText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com::sun…
H A Daccessiblelistboxentry.hxx137 virtual void implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex );
206 …virtual sal_Bool SAL_CALL setSelection( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com:…
208 …virtual ::rtl::OUString SAL_CALL getTextRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw …
212 …virtual sal_Bool SAL_CALL copyText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com::sun…
/trunk/main/lingucomponent/source/lingutil/
H A Dlingutil.cxx172 sal_Int32 nStartIndex = sPath.lastIndexOf(sal_Unicode('/')) + 1; in GetOldStyleDics() local
173 if (!sPath.match(aSystemPrefix, nStartIndex)) in GetOldStyleDics()
176 sal_Int32 nIndex = nStartIndex + aSystemPrefix.getLength(); in GetOldStyleDics()
/trunk/main/canvas/source/cairo/
H A Dcairo_textlayout.hxx75 …virtual sal_Int32 SAL_CALL getNextInsertionIndex( sal_Int32 nStartIndex, sal_Int32 nCaretAdvanceme…
76 …endering::XPolyPolygon2D > SAL_CALL queryVisualHighlighting( sal_Int32 nStartIndex, sal_Int32 nEnd…
77 …ndering::XPolyPolygon2D > SAL_CALL queryLogicalHighlighting( sal_Int32 nStartIndex, sal_Int32 nEnd…
/trunk/main/canvas/source/null/
H A Dnull_textlayout.hxx73 …virtual sal_Int32 SAL_CALL getNextInsertionIndex( sal_Int32 nStartIndex, sal_Int32 nCaretAdvanceme…
74 …endering::XPolyPolygon2D > SAL_CALL queryVisualHighlighting( sal_Int32 nStartIndex, sal_Int32 nEnd…
75 …ndering::XPolyPolygon2D > SAL_CALL queryLogicalHighlighting( sal_Int32 nStartIndex, sal_Int32 nEnd…
/trunk/main/canvas/source/directx/
H A Ddx_textlayout.hxx76 …virtual sal_Int32 SAL_CALL getNextInsertionIndex( sal_Int32 nStartIndex, sal_Int32 nCaretAdvanceme…
77 …endering::XPolyPolygon2D > SAL_CALL queryVisualHighlighting( sal_Int32 nStartIndex, sal_Int32 nEnd…
78 …ndering::XPolyPolygon2D > SAL_CALL queryLogicalHighlighting( sal_Int32 nStartIndex, sal_Int32 nEnd…
/trunk/main/tools/source/memtools/
H A Dcontnr.cxx1415 sal_uIntPtr Container::GetPos( const void* p, sal_uIntPtr nStartIndex, in GetPos() argument
1421 if ( nCount <= nStartIndex ) in GetPos()
1432 while ( nTemp+pTemp->Count() <= nStartIndex ) in GetPos()
1442 i = (sal_uInt16)(nStartIndex - nTemp); in GetPos()
1469 i = (sal_uInt16)(nStartIndex-nTemp)+1; in GetPos()
/trunk/main/sdext/source/presenter/
H A DPresenterTextView.cxx1160 sal_Int32 nStartIndex, in CreateTextSegment() argument
1163 if (nEndIndex <= nStartIndex) in CreateTextSegment()
1166 nStartIndex, in CreateTextSegment()
1170 msParagraphText.copy(nStartIndex, nEndIndex-nStartIndex), in CreateTextSegment()
1171 nStartIndex, in CreateTextSegment()
/trunk/main/xmloff/source/style/
H A DPageMasterImportContext.cxx103 sal_Int32 nStartIndex (-1); in CreateChildContext() local
115 nStartIndex = nIndex; in CreateChildContext()
128 xAttrList, GetProperties(), xImpPrMap, nStartIndex, nEndIndex, bHeader); in CreateChildContext()
H A DPageHeaderFooterContext.hxx31 sal_Int32 nStartIndex; member in PageHeaderFooterContext
44 sal_Int32 nStartIndex, sal_Int32 nEndIndex,
/trunk/main/canvas/source/vcl/
H A Dtextlayout.hxx76 …virtual sal_Int32 SAL_CALL getNextInsertionIndex( sal_Int32 nStartIndex, sal_Int32 nCaretAdvanceme…
77 …endering::XPolyPolygon2D > SAL_CALL queryVisualHighlighting( sal_Int32 nStartIndex, sal_Int32 nEnd…
78 …ndering::XPolyPolygon2D > SAL_CALL queryLogicalHighlighting( sal_Int32 nStartIndex, sal_Int32 nEnd…
/trunk/main/sw/source/core/access/
H A Daccmap.cxx1210 sal_uLong nStartIndex = pStart->nNode.GetIndex(); in InvalidateShapeInParaSelection() local
1213 if( ( nHere >= nStartIndex ) && (nHere <= nEndIndex) ) in InvalidateShapeInParaSelection()
1217 … if( ( (nHere == nStartIndex) && (pIndex >= pStart->nContent.GetIndex()) || (nHere > nStartIndex) ) in InvalidateShapeInParaSelection()
1233 if( ((nHere > nStartIndex) || pStart->nContent.GetIndex() ==0 ) in InvalidateShapeInParaSelection()
1336 SwNodeIndex nStartIndex( pTmpCrsr->Start()->nNode ); in InvalidateShapeInParaSelection() local
1338 while(nStartIndex <= nEndIndex) in InvalidateShapeInParaSelection()
1341 if(nStartIndex.GetNode().IsCntntNode()) in InvalidateShapeInParaSelection()
1343 SwCntntNode* pCNd = (SwCntntNode*)&(nStartIndex.GetNode()); in InvalidateShapeInParaSelection()
1347 else if( nStartIndex.GetNode().IsTableNode() ) in InvalidateShapeInParaSelection()
1349 SwTableNode * pTable= (SwTableNode *)&(nStartIndex.GetNode()); in InvalidateShapeInParaSelection()
[all …]
H A Daccnotextframe.hxx127 …virtual sal_Bool SAL_CALL setSelection( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com:…
129 …virtual ::rtl::OUString SAL_CALL getTextRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw …
133 …virtual sal_Bool SAL_CALL copyText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com::sun…
/trunk/main/editeng/inc/editeng/
H A DAccessibleStaticTextBase.hxx238 …virtual sal_Bool SAL_CALL setSelection( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com:…
240 …virtual ::rtl::OUString SAL_CALL getTextRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw …
248 …virtual sal_Bool SAL_CALL copyText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com::sun…
/trunk/main/sc/source/filter/xml/
H A DXMLConverter.cxx591 ScXMLConditionParseResult& rParseResult, const OUString& rAttribute, sal_Int32 nStartIndex ) in parseCondition() argument
594 if( (nStartIndex < 0) || (nStartIndex >= rAttribute.getLength()) ) return; in parseCondition()
598 const sal_Unicode* pcString = pcBegin + nStartIndex; in parseCondition()
/trunk/main/svl/source/numbers/
H A Dzforfind.cxx850 sal_uInt16 nStartIndex = nIndex; in GetTimeRef() local
860 if (nStartIndex < j && j - nStartIndex < nAnz) in GetTimeRef()
861 nAnz = j - nStartIndex; in GetTimeRef()
869 else if (nIndex - nStartIndex < nAnz) in GetTimeRef()
878 else if (nIndex - nStartIndex < nAnz) in GetTimeRef()
880 if (nIndex - nStartIndex < nAnz) in GetTimeRef()
882 if (nIndex - nStartIndex < nAnz) in GetTimeRef()
/trunk/main/vcl/source/gdi/
H A Dimpfont.cxx196 const int nStartIndex = mpStartGlyphs[ nRange/2 ]; in GetGlyphIndex() local
197 if( nStartIndex >= 0 ) { in GetGlyphIndex()
199 nGlyphIndex += nStartIndex; in GetGlyphIndex()
202 nGlyphIndex = mpGlyphIds[ nGlyphIndex - nStartIndex]; in GetGlyphIndex()
/trunk/main/cppcanvas/inc/cppcanvas/
H A Drenderer.hxx73 virtual bool drawSubset( sal_Int32 nStartIndex,
100 virtual ::basegfx::B2DRange getSubsetArea( sal_Int32 nStartIndex,
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx2831 sal_Int32 nStartIndex, in forSubsetRange() argument
2840 nStartIndex - aRangeBegin->mnOrigIndex ); in forSubsetRange()
2857 nStartIndex - aRangeBegin->mnOrigIndex ); in forSubsetRange()
3117 bool ImplRenderer::drawSubset( sal_Int32 nStartIndex, in drawSubset() argument
3127 if( !getSubsetIndices( nStartIndex, nEndIndex, in drawSubset()
3151 nStartIndex, in drawSubset()
3167 ::basegfx::B2DRange ImplRenderer::getSubsetArea( sal_Int32 nStartIndex, in getSubsetArea() argument
3175 if( !getSubsetIndices( nStartIndex, nEndIndex, in getSubsetArea()
3198 nStartIndex, in getSubsetArea()
/trunk/main/slideshow/source/inc/
H A Ddoctreenode.hxx101 DocTreeNode( sal_Int32 nStartIndex, in DocTreeNode() argument
104 mnStartIndex(nStartIndex), in DocTreeNode()

Completed in 130 milliseconds

123456