Home
last modified time | relevance | path

Searched refs:nVisPos (Results 1 – 6 of 6) sorted by relevance

/trunk/main/svtools/source/contnr/
H A Dtreelist.cxx107 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()
1085 if ( nDelta > nVisPos ) in PrevVisible()
1086 nDelta = (sal_uInt16)nVisPos; in PrevVisible()
1569 while ( nVisPos && pEntry ) in GetEntryAtVisPos()
[all …]
/trunk/main/editeng/source/outliner/
H A Dparalist.cxx274 sal_uLong nVisPos = 0; in GetVisPos() local
280 nVisPos++; in GetVisPos()
282 return nVisPos; in GetVisPos()
/trunk/main/svtools/inc/svtools/
H A Dtreelist.hxx120 sal_uLong nVisPos; member in SvViewData
201 SvListEntry* GetEntryAtVisPos( const SvListView*,sal_uLong nVisPos ) const;
370 …ListEntry* GetEntryAtVisPos( sal_uLong nVisPos ) const { return pModel->GetEntryAtVisPos((SvListVi… in GetEntryAtVisPos()
/trunk/main/editeng/source/editeng/
H A Dimpedit2.cxx1056 sal_uInt16 nVisPos = bStart ? 0 : aLine.Len()-1; in CursorVisualStartEnd() local
1057 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 …]
/trunk/main/sc/source/ui/unoobj/
H A Dnameuno.cxx862 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()
/trunk/main/sc/source/ui/view/
H A Ddbfunc3.cxx2097 for (sal_uInt16 nVisPos=0; nVisPos<nVisCount; nVisPos++) in SetDataPilotDetails() local
2099 String aVisName = aVisibleEntries[nVisPos]->GetString(); in SetDataPilotDetails()

Completed in 75 milliseconds