Home
last modified time | relevance | path

Searched refs:nGroupPos (Results 1 – 4 of 4) sorted by last modified time

/trunk/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()
/trunk/main/vcl/source/window/
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()
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()
/trunk/main/reportdesign/source/ui/dlg/
H A DGroupsSorting.cxx469 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()
654 m_aGroupPositions[nGroupPos] = nGroupPos; in elementInserted()
698 sal_Int32 nGroupPos = 0; in elementRemoved() local
699 if ( evt.Accessor >>= nGroupPos ) in elementRemoved()
951 aArgs[1].Value <<= nGroupPos; in InsertRows()
1147 if ( nGroupPos == NO_GROUP ) in SaveData()
1296 else if ( nGroupPos != NO_GROUP ) in IMPL_LINK()
[all …]

Completed in 94 milliseconds