Searched refs:nGroupPos (Results 1 – 4 of 4) sorted by relevance
469 aArgs[1].Value <<= nGroupPos; in SaveModified()474 *aIter++ = nGroupPos; in SaveModified()645 sal_Int32 nGroupPos = 0; in elementInserted() local646 if ( evt.Accessor >>= nGroupPos ) in elementInserted()654 m_aGroupPositions[nGroupPos] = nGroupPos; in elementInserted()698 sal_Int32 nGroupPos = 0; in elementRemoved() local699 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 …]
1701 sal_uInt16 nGroupPos; in SetItemState() local1704 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()
1743 sal_uInt16 nGroupPos; in CheckItem() local1747 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()
2152 sal_Int32 nGroupPos = 0; in notifyGroupSections() local2153 _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() local2296 groupChange(xGroup,evt.PropertyName,nGroupPos,bShow); in propertyChange()
Completed in 66 milliseconds