Home
last modified time | relevance | path

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

/aoo42x/main/sw/source/ui/misc/
H A Dsrtdlg.cxx65 static sal_uInt16 nCol3 = 1; variable
236 aColEdt3.SetValue(nCol3); in SwSortDlg()
329 nCol3 = (sal_uInt16)aColEdt3.GetValue(); in Apply()
382 SwSortKey *pKey = new SwSortKey( nCol3, sEntry, in Apply()
/aoo42x/main/sc/source/core/tool/
H A Dinterpr1.cxx4666 SCCOL nCol3 = 0; in IterateParametersIf() local
4684 PopDoubleRef( nCol3, nRow3, nTab3, nColJunk, nRowJunk, nTabJunk ); in IterateParametersIf()
4692 PopSingleRef( nCol3, nRow3, nTab3 ); in IterateParametersIf()
4846 if (nCol3 + nColDelta > nMaxCol) in IterateParametersIf()
4848 SCCOL nNewDelta = nMaxCol - nCol3; in IterateParametersIf()
4860 nCol3 = nCol1; in IterateParametersIf()
4894 SCsCOL nColDiff = nCol3 - nCol1; in IterateParametersIf()

Completed in 40 milliseconds