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.cxx340 nCharacterIndex += nDistance; in MoveCaret()
352 nCharacterIndex = pParagraph->GetWordBoundary(nCharacterIndex, nDelta); in MoveCaret()
353 if (nCharacterIndex < 0) in MoveCaret()
360 nCharacterIndex = 0; in MoveCaret()
485 nCharacterIndex<nCharacterCount; ++nCharacterIndex) in Paint()
534 const sal_Int32 nCharacterIndex) const in GetCaretBounds()
1435 const sal_Int32 nCharacterIndex) in SetPosition() argument
1438 || mnCharacterIndex != nCharacterIndex) in SetPosition()
1446 mnCharacterIndex = nCharacterIndex; in SetPosition()
1510 const sal_Int32 nCharacterIndex, in Cell() argument
[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
635 sal_Int32 nCharacterIndex = 0; in parsePieSegmentDragParameterString() local
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()
652 aValueString = rDragParameterString.getToken( 0, ',', nCharacterIndex ); in parsePieSegmentDragParameterString()
654 if( nCharacterIndex < 0 ) in parsePieSegmentDragParameterString()
659 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()

Completed in 32 milliseconds