Searched refs:pSortInfo (Results 1 – 6 of 6) sorted by relevance
212 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 …]
349 const sheet::DataPilotFieldSortInfo* pSortInfo = pDim->GetSortInfo(); in WriteSortInfo() local350 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()
1029 SortInfo* pSortInfo ) in CompareImpl() argument1037 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() local1705 nColumn = pSortInfo[ i ].ColumnIndex; in BuildSortInfo()1725 pInfo->mbAscending = pSortInfo[ i ].Ascending; in BuildSortInfo()
179 SortInfo* pSortInfo )
108 ::com::sun::star::sheet::DataPilotFieldSortInfo* pSortInfo; // (level)159 …::com::sun::star::sheet::DataPilotFieldSortInfo* GetSortInfo() const { return pSortInfo; } in GetSortInfo()
1096 if( const DataPilotFieldSortInfo* pSortInfo = rSaveDim.GetSortInfo() ) in SetPropertiesFromDim() local1098 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 59 milliseconds