Searched refs:moveColumn (Results 1 – 4 of 4) sorted by relevance
| /AOO42X/main/dbaccess/source/ui/misc/ |
| H A D | WColumnSelect.cxx | 248 … moveColumn(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() 296 … moveColumn(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 D | FieldFormatter.java | 342 curTableDescriptor.moveColumn(ipos, ipos - 1); in shiftFieldNameUp() 358 curTableDescriptor.moveColumn(ipos, ipos + 1); in shiftFieldNameDown()
|
| /AOO42X/main/dbaccess/source/ui/inc/ |
| H A D | WColumnSelect.hxx | 76 void moveColumn( ListBox* _pRight,
|
| /AOO42X/main/wizards/com/sun/star/wizards/db/ |
| H A D | TableDescriptor.java | 641 public boolean moveColumn(int _nOldIndex, int _nNewIndex) in moveColumn() method in TableDescriptor
|