Home
last modified time | relevance | path

Searched refs:IsAscending (Results 1 – 25 of 26) sorted by relevance

12

/trunk/test/testuno/source/fvt/uno/sc/data/
H A DDataSort.java95 aSortFields[0].IsAscending = true; in singleFieldSort()
157 aSortFields[0].IsAscending = true; in sortByTwoFields()
161 aSortFields[1].IsAscending = false; in sortByTwoFields()
225 aSortFields[0].IsAscending = true; in sortByThreeField()
229 aSortFields[1].IsAscending = false; in sortByThreeField()
233 aSortFields[2].IsAscending = false; in sortByThreeField()
297 aSortFields[0].IsAscending = true; in sortOption()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/util/
H A D_XSortable.java92 tsf[l].IsAscending); in _createSortDescriptor()
169 TableFields[k].IsAscending = isSortAscending; in modifyDescriptor()
204 tsf[l].IsAscending); in modifyDescriptor()
/trunk/main/sc/source/ui/dbgui/
H A Dpvfundlg.cxx546 rLabelData.maSortInfo.IsAscending = maRbSortAsc.IsChecked(); in FillLabelData()
614 pRBtn = maLabelData.maSortInfo.IsAscending ? &maRbSortAsc : &maRbSortDesc; in Init()
/trunk/main/offapi/com/sun/star/sdbcx/
H A DIndexColumn.idl43 [readonly, property] boolean IsAscending;
H A DIndexColumnDescriptor.idl43 [property] boolean IsAscending;
/trunk/main/offapi/com/sun/star/sdb/
H A DOrderColumn.idl43 [property] boolean IsAscending;
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_DataPilotField.java51 sortInfo.IsAscending = false;
/trunk/main/offapi/com/sun/star/sheet/
H A DDataPilotFieldSortInfo.idl52 boolean IsAscending;
/trunk/main/starmath/source/
H A Dnode.cxx1253 if (IsAscending()) in GetOperPosSize()
1391 if (IsAscending()) in Arrange()
1399 long nTmpBaseline = IsAscending() ? (pLeft->GetBottom() + pRight->GetTop()) / 2 in Arrange()
1410 GetOperPosSize(aPos, aTmpSize, aLogCenter, IsAscending() ? 60.0 : -60.0); in Arrange()
/trunk/main/offapi/com/sun/star/table/
H A DTableSortField.idl57 boolean IsAscending;
/trunk/main/sw/source/core/unocore/
H A Dunoobj.cxx2820 pFields[0].IsAscending = sal_True; in CreateSortDescriptor()
2827 pFields[1].IsAscending = sal_True; in CreateSortDescriptor()
2834 pFields[2].IsAscending = sal_True; in CreateSortDescriptor()
3069 aKeys[i]->eSortOrder = (pFields[i].IsAscending) in ConvertSortProperties()
/trunk/main/sc/source/core/data/
H A Ddpsave.cxx1522 return l.Field == r.Field && l.IsAscending == r.IsAscending && l.Mode == r.Mode; in operator ==()
H A Ddptabres.cxx2815 bSortAscending = rSortInfo.IsAscending; in InitFrom()
2886 bSortAscending = rSortInfo.IsAscending; in LateInitFrom()
H A Ddptabsrc.cxx2172 … bAscending = ( aSortInfo.Mode == sheet::DataPilotFieldSortMode::MANUAL || aSortInfo.IsAscending ); in EvaluateSortOrder()
/trunk/main/dbaccess/source/inc/
H A Dstringconstants.inc120 IMPLEMENT_CONSTASCII_USTRING(PROPERTY_ISASCENDING, "IsAscending");
/trunk/main/starmath/inc/
H A Dnode.hxx606 sal_Bool IsAscending() const { return bAscending; } in IsAscending() function in SmBinDiagonalNode
/trunk/main/sc/source/filter/xml/
H A Dxmldpimp.cxx1288 aInfo.IsAscending = sal_True; in ScXMLDataPilotSortInfoContext()
1290 aInfo.IsAscending = sal_False; in ScXMLDataPilotSortInfoContext()
H A DXMLExportDatabaseRanges.cxx490 if (!aSortFields[i].IsAscending) in WriteSortDescriptor()
H A DXMLExportDataPilot.cxx352 if (pSortInfo->IsAscending) in WriteSortInfo()
/trunk/main/sc/source/ui/unoobj/
H A Ddatauno.cxx344 pFieldArray[i].IsAscending = rParam.bAscending[i]; in FillProperties()
457 rParam.bAscending[i] = pFieldArray[i].IsAscending; in FillSortParam()
/trunk/main/sc/source/filter/excel/
H A Dxipivot.cxx1086 aSortInfo.IsAscending = ::get_flag( maFieldExtInfo.mnFlags, EXC_SXVDEX_SORT_ASC ); in ConvertRCPField()
H A Dxepivot.cxx1101 ::set_flag( maFieldExtInfo.mnFlags, EXC_SXVDEX_SORT_ASC, pSortInfo->IsAscending ); in SetPropertiesFromDim()
/trunk/main/oox/source/xls/
H A Dpivottablebuffer.cxx808 aSortInfo.IsAscending = maModel.mnSortType == XML_ascending; in convertRowColPageField()
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DSpreadsheetSample.java1190 aSortFields[0].IsAscending = false; in doDatabaseSamples()
/trunk/main/sc/source/ui/view/
H A Ddbfunc3.cxx1891 aSortInfo.IsAscending = bAscending; in DataPilotSort()

Completed in 225 milliseconds

12