Home
last modified time | relevance | path

Searched refs:nGroupPos (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/reportdesign/source/ui/dlg/ !
H A DGroupsSorting.cxx462 sal_Int32 nGroupPos = 0; in SaveModified() local
467 nGroupPos = *aIter + 1; in SaveModified()
469 aArgs[1].Value <<= nGroupPos; in SaveModified()
474 *aIter++ = nGroupPos; in SaveModified()
645 sal_Int32 nGroupPos = 0; in elementInserted() local
646 if ( evt.Accessor >>= nGroupPos ) in elementInserted()
648 if ( nGroupPos >= GetRowCount() ) in elementInserted()
650 sal_Int32 nAddedRows = nGroupPos - GetRowCount(); in elementInserted()
654 m_aGroupPositions[nGroupPos] = nGroupPos; in elementInserted()
658 ::std::vector<sal_Int32>::iterator aFind = m_aGroupPositions.begin()+ nGroupPos; in elementInserted()
[all …]
/AOO41X/main/vcl/source/window/ !
H A Dtoolbox2.cxx1701 sal_uInt16 nGroupPos; in SetItemState() local
1704 nGroupPos = nPos; in SetItemState()
1705 while ( nGroupPos ) in SetItemState()
1707 pGroupItem = &mpData->m_aItems[nGroupPos-1]; in SetItemState()
1715 nGroupPos--; in SetItemState()
1718 nGroupPos = nPos+1; in SetItemState()
1719 while ( nGroupPos < nItemCount ) in SetItemState()
1721 pGroupItem = &mpData->m_aItems[nGroupPos]; in SetItemState()
1729 nGroupPos++; in SetItemState()
H A Dmenu.cxx1743 sal_uInt16 nGroupPos; in CheckItem() local
1747 nGroupPos = nPos; in CheckItem()
1748 while ( nGroupPos ) in CheckItem()
1750 pGroupData = pItemList->GetDataFromPos( nGroupPos-1 ); in CheckItem()
1762 nGroupPos--; in CheckItem()
1767 nGroupPos = nPos+1; in CheckItem()
1768 while ( nGroupPos < nItemCount ) in CheckItem()
1770 pGroupData = pItemList->GetDataFromPos( nGroupPos ); in CheckItem()
1781 nGroupPos++; in CheckItem()
/AOO41X/main/reportdesign/source/ui/report/ !
H A DReportController.cxx2152 sal_Int32 nGroupPos = 0; in notifyGroupSections() local
2153 _rEvent.Accessor >>= nGroupPos; in notifyGroupSections()
2168 groupChange(xGroup,PROPERTY_HEADERON,nGroupPos,_bShow); in notifyGroupSections()
2180 groupChange(xGroup,PROPERTY_FOOTERON,nGroupPos,_bShow); in notifyGroupSections()
2294 sal_Int32 nGroupPos = getGroupPosition(xGroup); in propertyChange() local
2296 groupChange(xGroup,evt.PropertyName,nGroupPos,bShow); in propertyChange()