Home
last modified time | relevance | path

Searched refs:pUserListId (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Ddbfunc3.cxx1755 bool ScDBFunc::DataPilotSort( const ScAddress& rPos, bool bAscending, sal_uInt16* pUserListId ) in DataPilotSort() argument
1763 if ( pUserListId ) in DataPilotSort()
1784 if ( pUserListId ) in DataPilotSort()
1809 if (pUserListId) in DataPilotSort()
1817 if (!n || *pUserListId >= n) in DataPilotSort()
1821 ScUserListData* pData = static_cast<ScUserListData*>((*pUserList)[*pUserListId]); in DataPilotSort()
/trunk/main/sc/source/ui/inc/
H A Ddbfunc.hxx97 …bool DataPilotSort( const ScAddress& rPos, bool bAscending, sal_uInt16* pUserListId = N…