Searched refs:nVisPos (Results 1 – 6 of 6) sorted by relevance
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() local1052 if ( nVisPos+nDelta >= pView->nVisibleCount ) in NextVisible()1085 if ( nDelta > nVisPos ) in PrevVisible()1086 nDelta = (sal_uInt16)nVisPos; in PrevVisible()1569 while ( nVisPos && pEntry ) in GetEntryAtVisPos()[all …]
274 sal_uLong nVisPos = 0; in GetVisPos() local280 nVisPos++; in GetVisPos()282 return nVisPos; in GetVisPos()
120 sal_uLong nVisPos; member in SvViewData201 SvListEntry* GetEntryAtVisPos( const SvListView*,sal_uLong nVisPos ) const;370 …ListEntry* GetEntryAtVisPos( sal_uLong nVisPos ) const { return pModel->GetEntryAtVisPos((SvListVi… in GetEntryAtVisPos()
1056 sal_uInt16 nVisPos = bStart ? 0 : aLine.Len()-1; in CursorVisualStartEnd() local1057 sal_uInt16 nLogPos = (sal_uInt16)ubidi_getLogicalIndex( pBidi, nVisPos, &nError ); in CursorVisualStartEnd()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()1219 nVisPos--; in CursorVisualLeftRight()1224 nVisPos++; in CursorVisualLeftRight()1229 bGotoEndOfPrevLine = nVisPos < 0; in CursorVisualLeftRight()[all …]
862 sal_uInt16 nVisPos = 0; in getElementNames() local867 pAry[nVisPos++] = pData->GetName(); in getElementNames()890 sal_uInt16 nVisPos = 0; in getElementScopeNames() local896 pAry[nVisPos].RangeName = pData->GetName(); in getElementScopeNames()897 pAry[nVisPos++].ScopeName = pData->GetScopeSheetName(); in getElementScopeNames()
2097 for (sal_uInt16 nVisPos=0; nVisPos<nVisCount; nVisPos++) in SetDataPilotDetails() local2099 String aVisName = aVisibleEntries[nVisPos]->GetString(); in SetDataPilotDetails()
Completed in 109 milliseconds