Searched refs:mnCurPos (Results 1 – 9 of 9) sorted by relevance
| /trunk/main/sd/source/ui/view/ |
| H A D | zoomlist.cxx | 49 , mnCurPos(0) in ZoomList() 85 mnCurPos = 0; in InsertZoomRect() 89 mnCurPos++; in InsertZoomRect() 93 Insert(pRect, mnCurPos); in InsertZoomRect() 106 mnCurPos++; in GetNextZoomRect() 109 if (nRectCount > 0 && mnCurPos > nRectCount - 1) in GetNextZoomRect() 111 mnCurPos = nRectCount - 1; in GetNextZoomRect() 118 Rectangle aRect(*(Rectangle*) GetObject(mnCurPos)); in GetNextZoomRect() 128 if (mnCurPos > 0) in GetPreviousZoomRect() 130 mnCurPos--; in GetPreviousZoomRect() [all …]
|
| /trunk/main/sc/source/core/data/ |
| H A D | segmenttree.cxx | 283 mrSegs(rSegs), mnCurPos(0), mnLastPos(-1), mbCurValue(false) in ForwardIterator() 289 if (nPos >= mnCurPos) in getValue() 291 mnCurPos = nPos; in getValue() 293 if (mnCurPos > mnLastPos) in getValue() 297 if (!mrSegs.getRangeData(mnCurPos, aData)) in getValue() 481 mrSegs(rSegs), mnCurPos(0), mnLastPos(-1), mnCurValue(0) in ForwardIterator() 487 if (nPos >= mnCurPos) in getValue() 489 mnCurPos = nPos; in getValue() 491 if (mnCurPos > mnLastPos) in getValue() 495 if (!mrSegs.getRangeData(mnCurPos, aData)) in getValue()
|
| /trunk/main/vcl/source/window/ |
| H A D | toolbox.cxx | 1587 mnCurPos = TOOLBOX_ITEM_NOTFOUND; in ImplInit() 2911 if( mnCurPos != TOOLBOX_ITEM_NOTFOUND && in IMPL_LINK() 2912 (mpData->m_aItems[ mnCurPos ].mnBits & TIB_DROPDOWN) in IMPL_LINK() 2924 ImplDrawItem( mnCurPos, sal_False ); in IMPL_LINK() 2926 mnCurPos = TOOLBOX_ITEM_NOTFOUND; in IMPL_LINK() 3905 ImplDrawItem( mnCurPos, sal_True ); in ImplFloatControl() 3920 if ( mnCurPos != TOOLBOX_ITEM_NOTFOUND ) in ImplFloatControl() 3921 ImplDrawItem( mnCurPos, bWasKeyboardActivate ? 2 : 0 ); in ImplFloatControl() 3926 mnCurPos = TOOLBOX_ITEM_NOTFOUND; in ImplFloatControl() 3978 if ( mbDrag && mnCurPos != TOOLBOX_ITEM_NOTFOUND ) in ImplHandleMouseMove() [all …]
|
| H A D | toolbox2.cxx | 1594 mnCurPos = TOOLBOX_ITEM_NOTFOUND; in StartSelection() 1611 if ( mnCurPos != TOOLBOX_ITEM_NOTFOUND ) in EndSelection() 1612 ImplDrawItem( mnCurPos ); in EndSelection() 1618 mnCurPos = TOOLBOX_ITEM_NOTFOUND; in EndSelection() 1635 if ( nPos != mnCurPos ) in SetItemDown() 1637 mnCurPos = nPos; in SetItemDown() 1638 ImplDrawItem( mnCurPos, sal_True ); in SetItemDown() 1644 if ( nPos == mnCurPos ) in SetItemDown() 1646 ImplDrawItem( mnCurPos, sal_False ); in SetItemDown() 1648 mnCurPos = TOOLBOX_ITEM_NOTFOUND; in SetItemDown() [all …]
|
| /trunk/main/ucb/source/sorter/ |
| H A D | sortresult.cxx | 87 long mnCurPos; member 1301 nIndexOne = pOne->mnCurPos; in Compare() 1312 nIndexTwo = pTwo->mnCurPos; in Compare() 1529 if ( pData->mnCurPos >= nPos ) in InsertNew() 1531 pData->mnCurPos += nCount; in InsertNew() 1596 if ( pData->mnCurPos > nPos ) in Remove() 1597 pData->mnCurPos -= nCount; in Remove() 1616 pData->mnCurPos += nOffset; in Move() 1625 pData->mnCurPos += nCount; in Move() 1636 pData->mnCurPos -= nCount; in Move() [all …]
|
| /trunk/main/sc/inc/ |
| H A D | segmenttree.hxx | 54 SCROW mnCurPos; member in ScFlatBoolRowSegments::ForwardIterator 143 SCROW mnCurPos; member in ScFlatUInt16RowSegments::ForwardIterator
|
| /trunk/main/svx/source/tbxctrls/ |
| H A D | grafctrl.cxx | 375 sal_uInt16 mnCurPos; member in ImplGrafModeControl 395 mnCurPos( 0 ), in ImplGrafModeControl() 443 mnCurPos = GetSelectEntryPos(); in PreNotify() 469 SelectEntryPos( mnCurPos ); in Notify()
|
| /trunk/main/sd/source/ui/inc/ |
| H A D | zoomlist.hxx | 50 sal_uLong mnCurPos; member in sd::ZoomList
|
| /trunk/main/vcl/inc/vcl/ |
| H A D | toolbox.hxx | 202 sal_uInt16 mnCurPos; member in ToolBox
|