Home
last modified time | relevance | path

Searched refs:nSortCol (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svx/source/dialog/
H A Dsimptabl.cxx83 nSortCol=0xFFFF; in SvxSimpleTable()
116 nSortCol=0xFFFF; in SvxSimpleTable()
366 if(nSortCol!=0xFFFF) in SortByCol()
367 aHeaderBar.SetItemBits(nSortCol+1,HIB_STDSTYLE); in SortByCol()
381 nSortCol=nCol; in SortByCol()
387 nSortCol=nCol; in SortByCol()
396 if(nId==nSortCol+1) in HBarClick()
544 SvLBoxItem* pLeftItem = GetEntryAtPos( pLeft, nSortCol); in ColCompare()
545 SvLBoxItem* pRightItem = GetEntryAtPos( pRight, nSortCol); in ColCompare()
/trunk/main/svx/inc/svx/
H A Dsimptabl.hxx75 sal_uInt16 nSortCol; member in SvxSimpleTable
156 sal_uInt16 GetSortedCol(){ return nSortCol;} in GetSortedCol()
/trunk/main/sc/source/ui/miscdlgs/
H A Dacredlin.cxx2051 SCCOL nSortCol= static_cast<SCCOL>(pTheView->GetSortedCol()); in IMPL_LINK() local
2058 if(CALC_DATE==nSortCol) in IMPL_LINK()
2076 else if(CALC_POS==nSortCol) in IMPL_LINK()
2112 SvLBoxItem* pLeftItem = pTheView->GetEntryAtPos( pLeft, static_cast<sal_uInt16>(nSortCol)); in IMPL_LINK()
2113 SvLBoxItem* pRightItem = pTheView->GetEntryAtPos( pRight, static_cast<sal_uInt16>(nSortCol)); in IMPL_LINK()

Completed in 16 milliseconds