Home
last modified time | relevance | path

Searched refs:aSortInfo (Results 1 – 17 of 17) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/test/source/sheet/
H A Ddatapilotfield.cxx33 OUString aSortInfo("SortInfo"); in testSortInfo() local
39 xPropSet->setPropertyValue(aSortInfo, aValue); in testSortInfo()
42 aValue = xPropSet->getPropertyValue(aSortInfo); in testSortInfo()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/test/source/sheet/
H A Ddatapilotfield.cxx38 OUString aSortInfo("SortInfo"); in testSortInfo() local
44 xPropSet->setPropertyValue(aSortInfo, aValue); in testSortInfo()
47 aValue = xPropSet->getPropertyValue(aSortInfo); in testSortInfo()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/
H A Ddbfunc3.cxx1795 sheet::DataPilotFieldSortInfo aSortInfo; in DataPilotSort() local
1796 aSortInfo.Mode = sheet::DataPilotFieldSortMode::MANUAL; in DataPilotSort()
1797 pSaveDim->SetSortInfo(&aSortInfo); in DataPilotSort()
1803 sheet::DataPilotFieldSortInfo aSortInfo; in DataPilotSort() local
1804 aSortInfo.Mode = sheet::DataPilotFieldSortMode::NAME; in DataPilotSort()
1805 aSortInfo.IsAscending = bAscending; in DataPilotSort()
1806 pSaveDim->SetSortInfo(&aSortInfo); in DataPilotSort()
1887 sheet::DataPilotFieldSortInfo aSortInfo; in DataPilotMove() local
1888 aSortInfo.Mode = sheet::DataPilotFieldSortMode::MANUAL; in DataPilotMove()
1889 pDim->SetSortInfo( &aSortInfo ); in DataPilotMove()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/view/
H A Ddbfunc3.cxx1737 sheet::DataPilotFieldSortInfo aSortInfo; in DataPilotSort() local
1738 aSortInfo.Mode = sheet::DataPilotFieldSortMode::MANUAL; in DataPilotSort()
1739 pSaveDim->SetSortInfo(&aSortInfo); in DataPilotSort()
1745 sheet::DataPilotFieldSortInfo aSortInfo; in DataPilotSort() local
1746 aSortInfo.Mode = sheet::DataPilotFieldSortMode::NAME; in DataPilotSort()
1747 aSortInfo.IsAscending = bAscending; in DataPilotSort()
1748 pSaveDim->SetSortInfo(&aSortInfo); in DataPilotSort()
1829 sheet::DataPilotFieldSortInfo aSortInfo; in DataPilotMove() local
1830 aSortInfo.Mode = sheet::DataPilotFieldSortMode::MANUAL; in DataPilotMove()
1831 pDim->SetSortInfo( &aSortInfo ); in DataPilotMove()
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/drivers/file/
H A DFDatabaseMetaData.cxx192 Sequence< NumberedSortingInfo > aSortInfo( 1 ); in getTables() local
193 NumberedSortingInfo* pInfo = aSortInfo.getArray(); in getTables()
198 …ltSet > xDynamicResultSet = xSRSFac->createSortedDynamicResultSet( xContent, aSortInfo, xFactory ); in getTables()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/drivers/file/
H A DFDatabaseMetaData.cxx199 Sequence< NumberedSortingInfo > aSortInfo( 1 ); in getTables() local
200 NumberedSortingInfo* pInfo = aSortInfo.getArray(); in getTables()
205 …ltSet > xDynamicResultSet = xSRSFac->createSortedDynamicResultSet( xContent, aSortInfo, xFactory ); in getTables()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/oox/
H A Dpivottablebuffer.cxx728 DataPilotFieldSortInfo aSortInfo; in convertRowColPageField() local
729 aSortInfo.IsAscending = maModel.mnSortType == XML_ascending; in convertRowColPageField()
732 aSortInfo.Mode = DataPilotFieldSortMode::MANUAL; in convertRowColPageField()
740 aSortInfo.Mode = DataPilotFieldSortMode::DATA; in convertRowColPageField()
741 aSortInfo.Field = pCacheField->getName(); in convertRowColPageField()
745 aSortInfo.Mode = DataPilotFieldSortMode::NAME; in convertRowColPageField()
748 aPropSet.setProperty( PROP_SortInfo, aSortInfo ); in convertRowColPageField()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/oox/
H A Dpivottablebuffer.cxx723 DataPilotFieldSortInfo aSortInfo; in convertRowColPageField() local
724 aSortInfo.IsAscending = maModel.mnSortType == XML_ascending; in convertRowColPageField()
727 aSortInfo.Mode = DataPilotFieldSortMode::MANUAL; in convertRowColPageField()
735 aSortInfo.Mode = DataPilotFieldSortMode::DATA; in convertRowColPageField()
736 aSortInfo.Field = pCacheField->getName(); in convertRowColPageField()
740 aSortInfo.Mode = DataPilotFieldSortMode::NAME; in convertRowColPageField()
743 aPropSet.setProperty( PROP_SortInfo, aSortInfo ); in convertRowColPageField()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svtools/source/control/
H A Dinettbc.cxx395 Sequence< NumberedSortingInfo > aSortInfo( 2 ); in ReadFolder() local
396 NumberedSortingInfo* pInfo = aSortInfo.getArray(); in ReadFolder()
403 xSRSFac->createSortedDynamicResultSet( xDynResultSet, aSortInfo, xCompare ); in ReadFolder()
698 Sequence< NumberedSortingInfo > aSortInfo( 2 ); in ReadFolder() local
699 NumberedSortingInfo* pInfo = aSortInfo.getArray(); in ReadFolder()
706 xSRSFac->createSortedDynamicResultSet( xDynResultSet, aSortInfo, xCompare ); in ReadFolder()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/excel/
H A Dxipivot.cxx1142 DataPilotFieldSortInfo aSortInfo; in ConvertRCPField() local
1143 aSortInfo.Field = mrPTable.GetDataFieldName( maFieldExtInfo.mnSortField ); in ConvertRCPField()
1144 aSortInfo.IsAscending = ::get_flag( maFieldExtInfo.mnFlags, EXC_SXVDEX_SORT_ASC ); in ConvertRCPField()
1145 aSortInfo.Mode = maFieldExtInfo.GetApiSortMode(); in ConvertRCPField()
1146 rSaveDim.SetSortInfo( &aSortInfo ); in ConvertRCPField()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/excel/
H A Dxipivot.cxx1141 DataPilotFieldSortInfo aSortInfo; in ConvertRCPField() local
1142 aSortInfo.Field = mrPTable.GetDataFieldName( maFieldExtInfo.mnSortField ); in ConvertRCPField()
1143 aSortInfo.IsAscending = ::get_flag( maFieldExtInfo.mnFlags, EXC_SXVDEX_SORT_ASC ); in ConvertRCPField()
1144 aSortInfo.Mode = maFieldExtInfo.GetApiSortMode(); in ConvertRCPField()
1145 rSaveDim.SetSortInfo( &aSortInfo ); in ConvertRCPField()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Ddptabsrc.cxx1891aSortInfo( EMPTY_OUSTRING, true, sheet::DataPilotFieldSortMode::NAME ), // default: sort by name in ScDPLevel()
1909 switch (aSortInfo.Mode) in EvaluateSortOrder()
1918 if (pSource->GetDataDimName(nMeasure) == aSortInfo.Field) in EvaluateSortOrder()
1939 …bool bAscending = ( aSortInfo.Mode == sheet::DataPilotFieldSortMode::MANUAL || aSortInfo.IsAscendi… in EvaluateSortOrder()
2106 aValue >>= aSortInfo; in setPropertyValue()
2144 aRet <<= aSortInfo; in getPropertyValue()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Ddptabsrc.cxx1884aSortInfo( EMPTY_OUSTRING, true, sheet::DataPilotFieldSortMode::NAME ), // default: sort by name in ScDPLevel()
1902 switch (aSortInfo.Mode) in EvaluateSortOrder()
1911 if (pSource->GetDataDimName(nMeasure) == aSortInfo.Field) in EvaluateSortOrder()
1932 …bool bAscending = ( aSortInfo.Mode == sheet::DataPilotFieldSortMode::MANUAL || aSortInfo.IsAscendi… in EvaluateSortOrder()
2099 aValue >>= aSortInfo; in setPropertyValue()
2137 aRet <<= aSortInfo; in getPropertyValue()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/inc/
H A Ddptabsrc.hxx457 css::sheet::DataPilotFieldSortInfo aSortInfo; // stored user settings member in ScDPLevel
511 const css::sheet::DataPilotFieldSortInfo& GetSortInfo() const { return aSortInfo; } in GetSortInfo()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A Ddptabsrc.hxx456 css::sheet::DataPilotFieldSortInfo aSortInfo; // stored user settings member in ScDPLevel
510 const css::sheet::DataPilotFieldSortInfo& GetSortInfo() const { return aSortInfo; } in GetSortInfo()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/qa/unit/
H A Ducalc_pivottable.cxx141 sheet::DataPilotFieldSortInfo aSortInfo; in createDPFromSourceDesc() local
142 aSortInfo.IsAscending = true; in createDPFromSourceDesc()
143 aSortInfo.Mode = 2; in createDPFromSourceDesc()
144 pDim->SetSortInfo(&aSortInfo); in createDPFromSourceDesc()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/qa/unit/
H A Ducalc_pivottable.cxx130 sheet::DataPilotFieldSortInfo aSortInfo; in createDPFromSourceDesc() local
131 aSortInfo.IsAscending = true; in createDPFromSourceDesc()
132 aSortInfo.Mode = 2; in createDPFromSourceDesc()
133 pDim->SetSortInfo(&aSortInfo); in createDPFromSourceDesc()