Searched refs:nVisPos (Results 1 – 6 of 6) sorted by relevance
| /AOO42X/main/svtools/source/contnr/ |
| H A D | treelist.cxx | 107 nVisPos = 0; in SvViewData() 115 nVisPos = rData.nVisPos; in SvViewData() 122 nVisPos = 0x12345678; in ~SvViewData() 845 return pViewData->nVisPos; in GetVisiblePos() 871 pViewData->nVisPos = nPos; in GetVisibleCount() 1048 sal_uLong nVisPos = GetVisiblePos( pView, pEntry ); in NextVisible() local 1052 if ( nVisPos+nDelta >= pView->nVisibleCount ) in NextVisible() 1054 nDelta = (sal_uInt16)(pView->nVisibleCount-nVisPos); in NextVisible() 1081 sal_uLong nVisPos = GetVisiblePos( pView, pEntry ); in PrevVisible() local 1085 if ( nDelta > nVisPos ) in PrevVisible() [all …]
|
| /AOO42X/main/editeng/source/outliner/ |
| H A D | paralist.cxx | 274 sal_uLong nVisPos = 0; in GetVisPos() local 280 nVisPos++; in GetVisPos() 282 return nVisPos; in GetVisPos()
|
| /AOO42X/main/svtools/inc/svtools/ |
| H A D | treelist.hxx | 120 sal_uLong nVisPos; member in SvViewData 201 SvListEntry* GetEntryAtVisPos( const SvListView*,sal_uLong nVisPos ) const; 370 …tEntry* GetEntryAtVisPos( sal_uLong nVisPos ) const { return pModel->GetEntryAtVisPos((SvListVi… in GetEntryAtVisPos()
|
| /AOO42X/main/editeng/source/editeng/ |
| H A D | impedit2.cxx | 1056 sal_uInt16 nVisPos = bStart ? 0 : aLine.Len()-1; in CursorVisualStartEnd() local 1057 sal_uInt16 nLogPos = (sal_uInt16)ubidi_getLogicalIndex( pBidi, nVisPos, &nError ); in CursorVisualStartEnd() 1181 …sal_uInt16 nVisPos = (sal_uInt16)ubidi_getVisualIndex( pBidi, !bEndOfLine ? nPosInLine : nPosInLin… in CursorVisualLeftRight() local 1184 bGotoEndOfPrevLine = nVisPos == 0; in CursorVisualLeftRight() 1186 nVisPos--; in CursorVisualLeftRight() 1190 bGotoStartOfNextLine = nVisPos == (aLine.Len() - 1); in CursorVisualLeftRight() 1192 nVisPos++; in CursorVisualLeftRight() 1197 sal_uInt16 nLogPos = (sal_uInt16)ubidi_getLogicalIndex( pBidi, nVisPos, &nError ); in CursorVisualLeftRight() 1215 …long nVisPos = (long)ubidi_getVisualIndex( pBidi, bWasBehind ? nPosInLine-1 : nPosInLine, &nError … in CursorVisualLeftRight() local 1219 nVisPos--; in CursorVisualLeftRight() [all …]
|
| /AOO42X/main/sc/source/ui/unoobj/ |
| H A D | nameuno.cxx | 862 sal_uInt16 nVisPos = 0; in getElementNames() local 867 pAry[nVisPos++] = pData->GetName(); in getElementNames() 890 sal_uInt16 nVisPos = 0; in getElementScopeNames() local 896 pAry[nVisPos].RangeName = pData->GetName(); in getElementScopeNames() 897 pAry[nVisPos++].ScopeName = pData->GetScopeSheetName(); in getElementScopeNames()
|
| /AOO42X/main/sc/source/ui/view/ |
| H A D | dbfunc3.cxx | 2097 for (sal_uInt16 nVisPos=0; nVisPos<nVisCount; nVisPos++) in SetDataPilotDetails() local 2099 String aVisName = aVisibleEntries[nVisPos]->GetString(); in SetDataPilotDetails()
|