Home
last modified time | relevance | path

Searched refs:moveColumn (Results 1 – 4 of 4) sorted by relevance

/AOO42X/main/dbaccess/source/ui/misc/
H A DWColumnSelect.cxx248moveColumn(pRight,pLeft,aRightColumns,pLeft->GetSelectEntry(i),sExtraChars,nMaxNameLen,aCase); in IMPL_LINK()
257 moveColumn(pRight,pLeft,aRightColumns,pLeft->GetEntry(i),sExtraChars,nMaxNameLen,aCase); in IMPL_LINK()
296moveColumn(pRight,pLeft,aRightColumns,pLeft->GetSelectEntry(i),sExtraChars,nMaxNameLen,aCase); in IMPL_LINK()
345 void OWizColumnSelect::moveColumn( ListBox* _pRight, in moveColumn() function in OWizColumnSelect
/AOO42X/main/wizards/com/sun/star/wizards/table/
H A DFieldFormatter.java342 curTableDescriptor.moveColumn(ipos, ipos - 1); in shiftFieldNameUp()
358 curTableDescriptor.moveColumn(ipos, ipos + 1); in shiftFieldNameDown()
/AOO42X/main/dbaccess/source/ui/inc/
H A DWColumnSelect.hxx76 void moveColumn( ListBox* _pRight,
/AOO42X/main/wizards/com/sun/star/wizards/db/
H A DTableDescriptor.java641 public boolean moveColumn(int _nOldIndex, int _nNewIndex) in moveColumn() method in TableDescriptor