Searched refs:mnCurPos (Results  1 – 9 of 9) sorted by relevance
| /aoo41x/main/sd/source/ui/view/ | 
| H A D | zoomlist.cxx | 54 , mnCurPos(0)  in ZoomList()96 		mnCurPos = 0;  in InsertZoomRect()
 100 		mnCurPos++;  in InsertZoomRect()
 104 	Insert(pRect, mnCurPos);  in InsertZoomRect()
 119 	mnCurPos++;  in GetNextZoomRect()
 122 	if (nRectCount > 0 && mnCurPos > nRectCount - 1)  in GetNextZoomRect()
 124 		mnCurPos = nRectCount - 1;  in GetNextZoomRect()
 143 	if (mnCurPos > 0)  in GetPreviousZoomRect()
 145 		mnCurPos--;  in GetPreviousZoomRect()
 167 	if (nRectCount > 0 && mnCurPos < nRectCount - 1)  in IsNextPossible()
 [all …]
 
 | 
| /aoo41x/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()
 
 | 
| /aoo41x/main/vcl/source/window/ | 
| H A D | toolbox.cxx | 3905         ImplDrawItem( mnCurPos, sal_True );  in ImplFloatControl()3998                 ImplDrawItem( mnCurPos );  in ImplHandleMouseMove()
 4000                 ImplDrawItem( mnCurPos );  in ImplHandleMouseMove()
 4227                         nNewPos = mnCurPos;  in MouseMove()
 4246                 ImplDrawItem( mnCurPos );  in MouseMove()
 4250             mnCurPos = nNewPos;  in MouseMove()
 4485             mnCurPos         = i;  in MouseButtonDown()
 4729             if ( i == mnCurPos )  in Paint()
 5002         mnCurPos = TOOLBOX_ITEM_NOTFOUND;  in Notify()
 6057                 mnCurPos = aPos;  in ImplChangeHighlight()
 [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 …]
 
 | 
| /aoo41x/main/ucb/source/sorter/ | 
| H A D | sortresult.cxx | 87     long        mnCurPos;  member1301         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()
 1858     mnCurPos = nPos;  in SortListData()
 [all …]
 
 | 
| /aoo41x/main/sc/inc/ | 
| H A D | segmenttree.hxx | 54         SCROW   mnCurPos;  member in ScFlatBoolRowSegments::ForwardIterator143         SCROW       mnCurPos;  member in ScFlatUInt16RowSegments::ForwardIterator
 
 | 
| /aoo41x/main/svx/source/tbxctrls/ | 
| H A D | grafctrl.cxx | 377 	sal_uInt16			    mnCurPos;  member in ImplGrafModeControl397 	mnCurPos( 0 ),  in ImplGrafModeControl()
 445 		mnCurPos = GetSelectEntryPos();  in PreNotify()
 471 				SelectEntryPos( mnCurPos );  in Notify()
 
 | 
| /aoo41x/main/sd/source/ui/inc/ | 
| H A D | zoomlist.hxx | 50 	sal_uLong		mnCurPos;  member in sd::ZoomList
 | 
| /aoo41x/main/vcl/inc/vcl/ | 
| H A D | toolbox.hxx | 202     sal_uInt16              mnCurPos;  member in ToolBox
 | 
        Completed in 97 milliseconds