Home
last modified time | relevance | path

Searched refs:bSortAscending (Results 1 – 10 of 10) sorted by relevance

/trunk/main/dbaccess/source/ui/dlg/
H A Dindexfieldscontrol.cxx402 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()
H A Dindexdialog.cxx82 && (_rLHS.bSortAscending == _rRHS.bSortAscending); in operator ==()
/trunk/main/dbaccess/source/ui/inc/
H A Dindexes.hxx44 sal_Bool bSortAscending; member
46 OIndexField() : bSortAscending(sal_True) { } in OIndexField()
/trunk/main/sw/inc/
H A Dauthfld.hxx60 sal_Bool bSortAscending; member
63 bSortAscending(sal_True){} in SwTOXSortKey()
/trunk/main/dbaccess/source/ui/misc/
H A Dindexcollection.cxx217 …ColDescriptor->setPropertyValue(s_sSortPropertyName, ::cppu::bool2any(aFieldLoop->bSortAscending)); in commitNewIndex()
343 aCopyTo->bSortAscending = ::cppu::any2bool(xIndexColumn->getPropertyValue(s_sSortPropertyName)); in implFillIndexInfo()
/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx2399 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()
/trunk/main/sc/inc/
H A Ddptabres.hxx556 sal_Bool bSortAscending; member in ScDPResultDimension
648 sal_Bool IsSortAscending() const { return bSortAscending; } in IsSortAscending()
/trunk/main/sw/source/core/fields/
H A Dauthfld.cxx447 pValue[1].Value.setValue(&pKey->bSortAscending, ::getBooleanCppuType()); in QueryValue()
517 pSortKey->bSortAscending = *(sal_Bool*)pValue[j].Value.getValue(); in PutValue()
/trunk/main/sc/source/core/data/
H A Ddptabres.cxx2740 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()
/trunk/main/sw/source/core/tox/
H A Dtxmsrt.cxx942 bRet = (-1 == nComp) == pKey->bSortAscending; in operator <()

Completed in 82 milliseconds