Home
last modified time | relevance | path

Searched refs:nCharacterIndex (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sdext/source/presenter/
H A DPresenterTextView.cxx335 sal_Int32 nCharacterIndex (mpCaret->GetCharacterIndex()); in MoveCaret() local
340 nCharacterIndex += nDistance; in MoveCaret()
352 nCharacterIndex = pParagraph->GetWordBoundary(nCharacterIndex, nDelta); in MoveCaret()
353 if (nCharacterIndex < 0) in MoveCaret()
360 nCharacterIndex = 0; in MoveCaret()
368 nCharacterIndex = pParagraph->GetCharacterCount(); in MoveCaret()
381 nCharacterIndex = pParagraph->GetCharacterCount(); in MoveCaret()
383 nCharacterIndex = 0; in MoveCaret()
398 mpCaret->SetPosition(nParagraphIndex, nCharacterIndex); in MoveCaret()
484 for (sal_Int32 nCharacterIndex(0),nCharacterCount(pParagraph->GetCharacterCount()); in Paint() local
[all …]
H A DPresenterTextView.hxx64 const sal_Int32 nCharacterIndex);
173 … Cell (const sal_Int32 nCharacterIndex, const sal_Int32 nCharacterCount, const double nCellWidth);
306 …SharedPresenterTextParagraph GetParagraphForCharacterIndex (const sal_Int32 nCharacterIndex) const;
310 const sal_Int32 nCharacterIndex) const;
/trunk/main/chart2/source/tools/
H A DObjectIdentifier.cxx207 sal_Int32 nCharacterIndex=0; in lcl_parseAxisIndices() local
208 rnDimensionIndex = lcl_StringToIndex( aAxisIndexString.getToken( 0, ',', nCharacterIndex ) ); in lcl_parseAxisIndices()
209 rnAxisIndex = lcl_StringToIndex( aAxisIndexString.getToken( 0, ',', nCharacterIndex ) ); in lcl_parseAxisIndices()
635 sal_Int32 nCharacterIndex = 0; in parsePieSegmentDragParameterString() local
637 OUString aValueString( rDragParameterString.getToken( 0, ',', nCharacterIndex ) ); in parsePieSegmentDragParameterString()
639 if( nCharacterIndex < 0 ) in parsePieSegmentDragParameterString()
642 aValueString = rDragParameterString.getToken( 0, ',', nCharacterIndex ); in parsePieSegmentDragParameterString()
644 if( nCharacterIndex < 0 ) in parsePieSegmentDragParameterString()
647 aValueString = rDragParameterString.getToken( 0, ',', nCharacterIndex ); in parsePieSegmentDragParameterString()
649 if( nCharacterIndex < 0 ) in parsePieSegmentDragParameterString()
[all …]
/trunk/main/sfx2/source/sidebar/
H A DResourceManager.cxx375 sal_Int32 nCharacterIndex (0); in ReadContextList() local
376 const OUString sApplicationName (sValue.getToken(0, ',', nCharacterIndex).trim()); in ReadContextList()
377 if (nCharacterIndex < 0) in ReadContextList()
393 const OUString sContextName (sValue.getToken(0, ',', nCharacterIndex).trim()); in ReadContextList()
394 if (nCharacterIndex < 0) in ReadContextList()
400 const OUString sInitialState (sValue.getToken(0, ',', nCharacterIndex).trim()); in ReadContextList()
404 nCharacterIndex<0 in ReadContextList()
406 : sValue.getToken(0, ',', nCharacterIndex).trim()); in ReadContextList()