Searched refs:aSortInfo (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/sfx2/source/bastyp/ |
H A D | helper.cxx | 279 uno::Sequence< ucb::NumberedSortingInfo > aSortInfo( 2 ); in GetFolderContents() local 280 ucb::NumberedSortingInfo* pInfo = aSortInfo.getArray(); in GetFolderContents() 288 xSRSFac->createSortedDynamicResultSet( xDynResultSet, aSortInfo, xFactory ); in GetFolderContents() 384 uno::Sequence< ucb::NumberedSortingInfo > aSortInfo( 2 ); in GetFolderContentProperties() local 385 ucb::NumberedSortingInfo* pInfo = aSortInfo.getArray(); in GetFolderContentProperties() 393 xSRSFac->createSortedDynamicResultSet( xDynResultSet, aSortInfo, xCmpFactory ); in GetFolderContentProperties()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | dbfunc3.cxx | 1881 sheet::DataPilotFieldSortInfo aSortInfo; in DataPilotSort() local 1882 aSortInfo.Mode = sheet::DataPilotFieldSortMode::MANUAL; in DataPilotSort() 1883 pSaveDim->SetSortInfo(&aSortInfo); in DataPilotSort() 1889 sheet::DataPilotFieldSortInfo aSortInfo; in DataPilotSort() local 1890 aSortInfo.Mode = sheet::DataPilotFieldSortMode::NAME; in DataPilotSort() 1891 aSortInfo.IsAscending = bAscending; in DataPilotSort() 1892 pSaveDim->SetSortInfo(&aSortInfo); in DataPilotSort() 1979 sheet::DataPilotFieldSortInfo aSortInfo; in DataPilotMove() local 1980 aSortInfo.Mode = sheet::DataPilotFieldSortMode::MANUAL; in DataPilotMove() 1981 pDim->SetSortInfo( &aSortInfo ); in DataPilotMove()
|
/aoo42x/main/oox/source/xls/ |
H A D | pivottablebuffer.cxx | 807 DataPilotFieldSortInfo aSortInfo; in convertRowColPageField() local 808 aSortInfo.IsAscending = maModel.mnSortType == XML_ascending; in convertRowColPageField() 811 aSortInfo.Mode = DataPilotFieldSortMode::MANUAL; in convertRowColPageField() 819 aSortInfo.Mode = DataPilotFieldSortMode::DATA; in convertRowColPageField() 820 aSortInfo.Field = pCacheField->getName(); in convertRowColPageField() 824 aSortInfo.Mode = DataPilotFieldSortMode::NAME; in convertRowColPageField() 827 aPropSet.setProperty( PROP_SortInfo, aSortInfo ); in convertRowColPageField()
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xipivot.cxx | 1084 DataPilotFieldSortInfo aSortInfo; in ConvertRCPField() local 1085 aSortInfo.Field = mrPTable.GetDataFieldName( maFieldExtInfo.mnSortField ); in ConvertRCPField() 1086 aSortInfo.IsAscending = ::get_flag( maFieldExtInfo.mnFlags, EXC_SXVDEX_SORT_ASC ); in ConvertRCPField() 1087 aSortInfo.Mode = maFieldExtInfo.GetApiSortMode(); in ConvertRCPField() 1088 rSaveDim.SetSortInfo( &aSortInfo ); in ConvertRCPField()
|
/aoo42x/main/sc/source/core/data/ |
H A D | dptabsrc.cxx | 2121 …aSortInfo( EMPTY_STRING, sal_True, sheet::DataPilotFieldSortMode::NAME ), // default: sort by na… in ScDPLevel() 2140 switch (aSortInfo.Mode) in EvaluateSortOrder() 2146 String aDataFieldName = aSortInfo.Field; in EvaluateSortOrder() 2172 …sal_Bool bAscending = ( aSortInfo.Mode == sheet::DataPilotFieldSortMode::MANUAL || aSortInfo.IsAsc… in EvaluateSortOrder() 2353 aValue >>= aSortInfo; in setPropertyValue() 2379 aRet <<= aSortInfo; in getPropertyValue()
|
/aoo42x/main/unotools/source/ucbhelper/ |
H A D | ucbhelper.cxx | 314 Sequence< com::sun::star::ucb::NumberedSortingInfo > aSortInfo( 2 ); in GetFolderContents() local 315 com::sun::star::ucb::NumberedSortingInfo* pInfo = aSortInfo.getArray(); in GetFolderContents() 323 xSRSFac->createSortedDynamicResultSet( xDynResultSet, aSortInfo, xFactory ); in GetFolderContents()
|
/aoo42x/main/svtools/source/control/ |
H A D | inettbc.cxx | 420 Sequence< NumberedSortingInfo > aSortInfo( 2 ); in ReadFolder() local 421 NumberedSortingInfo* pInfo = aSortInfo.getArray(); in ReadFolder() 429 xSRSFac->createSortedDynamicResultSet( xDynResultSet, aSortInfo, xCompare ); in ReadFolder()
|
/aoo42x/main/connectivity/source/drivers/file/ |
H A D | FDatabaseMetaData.cxx | 221 Sequence< NumberedSortingInfo > aSortInfo( 1 ); in getTables() local 222 NumberedSortingInfo* pInfo = aSortInfo.getArray(); in getTables() 228 xDynamicResultSet = xSRSFac->createSortedDynamicResultSet( xContent, aSortInfo, xFactory ); in getTables()
|
/aoo42x/main/sc/inc/ |
H A D | dptabsrc.hxx | 596 ::com::sun::star::sheet::DataPilotFieldSortInfo aSortInfo; // stored user settings 679 …nst ::com::sun::star::sheet::DataPilotFieldSortInfo& GetSortInfo() const { return aSortInfo; } in GetSortInfo()
|
Completed in 151 milliseconds