Home
last modified time | relevance | path

Searched defs:getColumnAtIndex (Results 1 – 4 of 4) sorted by relevance

/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/gqb/
H A DgqbTable.cpp93 gqbColumn *gqbTable::getColumnAtIndex(int index) in getColumnAtIndex() function in gqbTable
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/vba/
H A Dvbacolumns.cxx71 uno::Reference< word::XColumn > SwVbaColumns::getColumnAtIndex( sal_Int32 index ) in getColumnAtIndex() function in SwVbaColumns
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/vba/
H A Dvbacolumns.cxx72 uno::Reference< word::XColumn > SwVbaColumns::getColumnAtIndex( sal_Int32 index ) in getColumnAtIndex() function in SwVbaColumns
/dports/accessibility/py-atspi/pyatspi-2.38.1/pyatspi/
H A Dtable.py74 def getColumnAtIndex(self, index): member in Table