Home
last modified time | relevance | path

Searched refs:bAscending (Results 1 – 25 of 32) sorted by last modified time

12

/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx3373 …sal_Int16 nOrder1 = aSortParam.bAscending[0] ? excel::XlSortOrder::xlAscending : excel::XlSortOrde… in Sort()
3374 …sal_Int16 nOrder2 = aSortParam.bAscending[1] ? excel::XlSortOrder::xlAscending : excel::XlSortOrde… in Sort()
3375 …sal_Int16 nOrder3 = aSortParam.bAscending[2] ? excel::XlSortOrder::xlAscending : excel::XlSortOrde… in Sort()
3454 aSortParam.bAscending[0] = sal_True; in Sort()
3456 aSortParam.bAscending[0] = sal_False; in Sort()
3463 aSortParam.bAscending[1] = sal_True; in Sort()
3465 aSortParam.bAscending[1] = sal_False; in Sort()
3471 aSortParam.bAscending[2] = sal_True; in Sort()
3473 aSortParam.bAscending[2] = sal_False; in Sort()
/trunk/main/toolkit/workben/layout/
H A Dtpsort.cxx224 (rSortData.bAscending[i]) in Reset()
314 theSortData.bAscending[0] = aBtnUp1.IsChecked(); in FillItemSet()
315 theSortData.bAscending[1] = aBtnUp2.IsChecked(); in FillItemSet()
316 theSortData.bAscending[2] = aBtnUp3.IsChecked(); in FillItemSet()
/trunk/main/svtools/source/contnr/
H A Dfileview.cxx619 void Resort_Impl( sal_Int16 nColumn, sal_Bool bAscending );
2455 void SvtFileView_Impl::Resort_Impl( sal_Int16 nColumn, sal_Bool bAscending ) in Resort_Impl() argument
2460 ( bAscending == mbAscending ) ) in Resort_Impl()
2472 mbAscending = bAscending; in Resort_Impl()
/trunk/main/svl/source/items/
H A Dslstitm.cxx49 void Sort( sal_Bool bAscending, List* );
68 void SfxImpStringList::Sort( sal_Bool bAscending, List* pParallelList ) in Sort() argument
87 if( bAscending ) in Sort()
353 void SfxStringListItem::Sort( sal_Bool bAscending, List* pParallelList ) in Sort() argument
357 pImp->Sort( bAscending, pParallelList ); in Sort()
/trunk/main/svl/inc/svl/
H A Dslstitm.hxx73 void Sort( sal_Bool bAscending = sal_True, List* pParallelList = 0 );
/trunk/main/starmath/source/
H A Dnode.cxx1227 bAscending = sal_False; in SmBinDiagonalNode()
/trunk/main/starmath/inc/
H A Dnode.hxx598 sal_Bool bAscending; member in SmBinDiagonalNode
606 sal_Bool IsAscending() const { return bAscending; } in IsAscending()
607 void SetAscending(sal_Bool bVal) { bAscending = bVal; } in SetAscending()
/trunk/main/sc/source/ui/view/
H A Ddbfunc3.cxx1761 bool ScDBFunc::DataPilotSort( const ScAddress& rPos, bool bAscending, sal_uInt16* pUserListId ) in DataPilotSort() argument
1858 if (!bAscending) in DataPilotSort()
1891 aSortInfo.IsAscending = bAscending; in DataPilotSort()
H A Dcellsh2.cxx441 aSortParam.bAscending[0] = (nSlotId == SID_SORT_ASCENDING); in ExecuteDB()
504 aSortParam.bAscending[0] = ((const SfxBoolItem*)pItem)->GetValue(); in ExecuteDB()
511 aSortParam.bAscending[1] = ((const SfxBoolItem*)pItem)->GetValue(); in ExecuteDB()
518 aSortParam.bAscending[2] = ((const SfxBoolItem*)pItem)->GetValue(); in ExecuteDB()
579 rOutParam.bAscending[0] ) ); in ExecuteDB()
586 rOutParam.bAscending[1] ) ); in ExecuteDB()
593 rOutParam.bAscending[2] ) ); in ExecuteDB()
/trunk/main/sc/source/ui/unoobj/
H A Ddatauno.cxx344 pFieldArray[i].IsAscending = rParam.bAscending[i]; in FillProperties()
435 rParam.bAscending[i] = pFieldArray[i].SortAscending; in FillSortParam()
457 rParam.bAscending[i] = pFieldArray[i].IsAscending; in FillSortParam()
782 aParam.bAscending = ScUnoHelpFunctions::GetBoolFromAny( aValue ); in setPropertyValue()
825 ScUnoHelpFunctions::SetBoolInAny( aRet, aParam.bAscending ); in getPropertyValue()
/trunk/main/sc/source/ui/inc/
H A Ddbfunc.hxx97 …bool DataPilotSort( const ScAddress& rPos, bool bAscending, sal_uInt16* pUserListId = N…
/trunk/main/sc/source/ui/dbgui/
H A Dtpsort.cxx211 (rSortData.bAscending[i]) in Reset()
309 theSortData.bAscending[0] = aBtnUp1.IsChecked(); in FillItemSet()
310 theSortData.bAscending[1] = aBtnUp2.IsChecked(); in FillItemSet()
311 theSortData.bAscending[2] = aBtnUp3.IsChecked(); in FillItemSet()
H A Dtpsubt.cxx566 aBtnAscending.Check ( rSubTotalData.bAscending ); in Reset()
567 aBtnDescending.Check( !rSubTotalData.bAscending ); in Reset()
604 theSubTotalData.bAscending = aBtnAscending.IsChecked(); in FillItemSet()
/trunk/main/sc/source/filter/xml/
H A Dxmldrani.cxx417 aSubTotalParam.bAscending = bSubTotalsAscending; in EndElement()
H A DXMLExportDatabaseRanges.cxx554 if (!aSubTotalParam.bAscending) in WriteSubTotalDescriptor()
/trunk/main/sc/source/core/tool/
H A Ddbcolect.cxx147 bAscending[i] = rData.bAscending[i]; in ScDBData()
237 bAscending[i] = rData.bAscending[i]; in operator =()
459 rSortParam.bAscending[i] = bAscending[i]; in GetSortParam()
479 bAscending[i] = rSortParam.bAscending[i]; in SetSortParam()
585 rSubTotalParam.bAscending = bSubAscending; in GetSubTotalParam()
620 bSubAscending = rSubTotalParam.bAscending; in SetSubTotalParam()
/trunk/main/sc/source/core/data/
H A Dtable3.cxx326 if ( !aSortParam.bAscending[nSort] ) in CompareCell()
H A Dsortparam.cxx57 bAscending[i] = r.bAscending[i]; in ScSortParam()
79 bAscending[i] = sal_True; in Clear()
108 bAscending[i] = r.bAscending[i]; in operator =()
150 bEqual = (nField[i] == rOther.nField[i]) && (bAscending[i] == rOther.bAscending[i]); in operator ==()
178 bAscending[nNewCount] = rSub.bAscending; in ScSortParam()
198 bAscending[nNewCount] = rOld.bAscending[i]; in ScSortParam()
208 bAscending[i] = sal_True; in ScSortParam()
224 bAscending[0] = sal_True; in ScSortParam()
229 bAscending[i] = sal_True; in ScSortParam()
H A Ddptabsrc.cxx2086 sal_Bool bAscending; member in ScDPGlobalMembersOrder
2091 bAscending(bAsc) in ScDPGlobalMembersOrder()
2109 return bAscending ? (nCompare < 0) : (nCompare > 0); in operator ()()
2172 …sal_Bool bAscending = ( aSortInfo.Mode == sheet::DataPilotFieldSortMode::MANUAL || aSortInfo.IsAsc… in EvaluateSortOrder() local
2173 ScDPGlobalMembersOrder aComp( *this, bAscending ); in EvaluateSortOrder()
H A Dglobal2.cxx261 bDoSort(r.bDoSort),bAscending(r.bAscending),bUserDef(r.bUserDef),nUserIndex(r.nUserIndex), in ScSubTotalParam()
298 bAscending=bReplace=bDoSort = sal_True; in Clear()
328 bAscending = r.bAscending; in operator =()
377 && (bAscending == rOther.bAscending) in operator ==()
H A Ddptabres.cxx134 sal_Bool bAscending; member in ScDPRowMembersOrder
140 bAscending(bAsc) in ScDPRowMembersOrder()
151 sal_Bool bAscending; member in ScDPColMembersOrder
157 bAscending(bAsc) in ScDPColMembersOrder()
164 …PDataMember* pDataMember1, const ScDPDataMember* pDataMember2, long nMeasure, sal_Bool bAscending ) in lcl_IsLess() argument
191 return bAscending ? ( fVal1 < fVal2 ) : ( fVal1 > fVal2 ); in lcl_IsLess()
240 return lcl_IsLess( pDataMember1, pDataMember2, nMeasure, bAscending ); in operator ()()
253 return lcl_IsLess( pDataMember1, pDataMember2, nMeasure, bAscending ); in operator ()()
/trunk/main/sc/inc/
H A Dsortparam.hxx57 sal_Bool bAscending[MAXSORT]; member
H A Dglobal.hxx835 sal_Bool bAscending; // aufsteigend sortieren member
H A Ddbcolect.hxx68 sal_Bool bAscending[MAXSORT]; member in ScDBData
/trunk/main/oox/source/xls/
H A Dpivottablebuffer.cxx412 bool bAscending = getFlag( nFlags2, BIFF12_PTFIELD_SORTASCENDING ); in importPTField() local
413 maModel.mnSortType = bAutoSort ? (bAscending ? XML_ascending : XML_descending) : XML_manual; in importPTField()
491 bool bAscending = getFlag( nFlags, BIFF_PTFIELD2_SORTASCENDING ); in importPTField2() local
492 maModel.mnSortType = bAutoSort ? (bAscending ? XML_ascending : XML_descending) : XML_manual; in importPTField2()

Completed in 199 milliseconds

12