Home
last modified time | relevance | path

Searched refs:pSortInfo (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sc/source/core/data/
H A Ddpsave.cxx212 pSortInfo( NULL ), in ScDPSaveDimension()
250 if (r.pSortInfo) in ScDPSaveDimension()
251 pSortInfo = new sheet::DataPilotFieldSortInfo( *(r.pSortInfo) ); in ScDPSaveDimension()
253 pSortInfo = NULL; in ScDPSaveDimension()
277 delete pSortInfo; in ~ScDPSaveDimension()
336 if( this->pSortInfo && r.pSortInfo ) in operator ==()
338 if ( !(*this->pSortInfo == *r.pSortInfo) ) in operator ==()
343 else if ( this->pSortInfo || r.pSortInfo ) in operator ==()
482 delete pSortInfo; in SetSortInfo()
486 pSortInfo = NULL; in SetSortInfo()
[all …]
/trunk/main/sc/source/filter/xml/
H A DXMLExportDataPilot.cxx349 const sheet::DataPilotFieldSortInfo* pSortInfo = pDim->GetSortInfo(); in WriteSortInfo() local
350 if (pSortInfo) in WriteSortInfo()
352 if (pSortInfo->IsAscending) in WriteSortInfo()
358 switch (pSortInfo->Mode) in WriteSortInfo()
371 if (pSortInfo->Field.getLength()) in WriteSortInfo()
372 rExport.AddAttribute(XML_NAMESPACE_TABLE, XML_DATA_FIELD, pSortInfo->Field); in WriteSortInfo()
/trunk/main/ucb/source/sorter/
H A Dsortresult.cxx1029 SortInfo* pSortInfo ) in CompareImpl() argument
1037 long nColumn = pSortInfo->mnColumn; in CompareImpl()
1039 switch ( pSortInfo->mnType ) in CompareImpl()
1093 if ( ! pSortInfo->mbCaseSensitive ) in CompareImpl()
1696 const NumberedSortingInfo *pSortInfo = xSortInfo.getConstArray(); in BuildSortInfo() local
1705 nColumn = pSortInfo[ i ].ColumnIndex; in BuildSortInfo()
1725 pInfo->mbAscending = pSortInfo[ i ].Ascending; in BuildSortInfo()
H A Dsortresult.hxx179 SortInfo* pSortInfo )
/trunk/main/sc/inc/
H A Ddpsave.hxx108 ::com::sun::star::sheet::DataPilotFieldSortInfo* pSortInfo; // (level)
159 …::com::sun::star::sheet::DataPilotFieldSortInfo* GetSortInfo() const { return pSortInfo; } in GetSortInfo()
/trunk/main/sc/source/filter/excel/
H A Dxepivot.cxx1096 if( const DataPilotFieldSortInfo* pSortInfo = rSaveDim.GetSortInfo() ) in SetPropertiesFromDim() local
1098 maFieldExtInfo.SetApiSortMode( pSortInfo->Mode ); in SetPropertiesFromDim()
1099 if( pSortInfo->Mode == ::com::sun::star::sheet::DataPilotFieldSortMode::DATA ) in SetPropertiesFromDim()
1100 … maFieldExtInfo.mnSortField = mrPTable.GetDataFieldIndex( pSortInfo->Field, EXC_SXVDEX_SORT_OWN ); in SetPropertiesFromDim()
1101 ::set_flag( maFieldExtInfo.mnFlags, EXC_SXVDEX_SORT_ASC, pSortInfo->IsAscending ); in SetPropertiesFromDim()

Completed in 46 milliseconds