Searched refs:bSortAscending (Results 1 – 10 of 10) sorted by relevance
44 sal_Bool bSortAscending; member46 OIndexField() : bSortAscending(sal_True) { } in OIndexField()
402 rCurrentField.bSortAscending = (0 == nPos); in SaveModified()426 …m_pSortingCell->SelectEntry(aFieldDescription->bSortAscending ? m_sAscendingText : m_sDescendingTe… in InitController()495 return _rRow->bSortAscending ? m_sAscendingText : m_sDescendingText; in GetRowCellText()
82 && (_rLHS.bSortAscending == _rRHS.bSortAscending); in operator ==()
60 sal_Bool bSortAscending; member63 bSortAscending(sal_True){} in SwTOXSortKey()
217 …ColDescriptor->setPropertyValue(s_sSortPropertyName, ::cppu::bool2any(aFieldLoop->bSortAscending)); in commitNewIndex()343 aCopyTo->bSortAscending = ::cppu::any2bool(xIndexColumn->getPropertyValue(s_sSortPropertyName)); in implFillIndexInfo()
2399 aFirstSortUpRB.Check(pKey->bSortAscending); in ActivatePage()2400 aFirstSortDownRB.Check(!pKey->bSortAscending); in ActivatePage()2407 aSecondSortUpRB.Check(pKey->bSortAscending); in ActivatePage()2408 aSecondSortDownRB.Check(!pKey->bSortAscending); in ActivatePage()2415 aThirdSortUpRB.Check(pKey->bSortAscending); in ActivatePage()2416 aThirdSortDownRB.Check(!pKey->bSortAscending); in ActivatePage()2562 aKey1.bSortAscending = aFirstSortUpRB.IsChecked(); in UpdateDescriptor()2565 aKey2.bSortAscending = aSecondSortUpRB.IsChecked(); in UpdateDescriptor()2568 aKey3.bSortAscending = aThirdSortUpRB.IsChecked(); in UpdateDescriptor()
447 pValue[1].Value.setValue(&pKey->bSortAscending, ::getBooleanCppuType()); in QueryValue()517 pSortKey->bSortAscending = *(sal_Bool*)pValue[j].Value.getValue(); in PutValue()
556 sal_Bool bSortAscending; member in ScDPResultDimension648 sal_Bool IsSortAscending() const { return bSortAscending; } in IsSortAscending()
2740 bSortAscending( sal_False ), in ScDPResultDimension()2815 bSortAscending = rSortInfo.IsAscending; in InitFrom()2886 bSortAscending = rSortInfo.IsAscending; in LateInitFrom()3120 ScDPRowMembersOrder aComp( *this, nSortMeasure, bSortAscending ); in SortMembers()
942 bRet = (-1 == nComp) == pKey->bSortAscending; in operator <()
Completed in 111 milliseconds