Searched refs:getCurrentColumnPosition (Results 1 – 10 of 10) sorted by relevance
55 if (oObj.getCurrentColumnPosition() == positionValue) { in _getCurrentColumnPosition()70 if (oObj.getCurrentColumnPosition() != 0) { in _setCurrentColumnPosition()
1801 sal_uInt16 nPos = getCurrentColumnPosition(); in applyParserOrder()1844 sal_uInt16 nPos = getCurrentColumnPosition(); in applyParserFilter()2004 sal_Int16 nViewCol = xGrid->getCurrentColumnPosition(); in ExecuteSearch()2530 nViewPos = xGrid->getCurrentColumnPosition(); in getBoundField()3018 sal_Int16 SbaXDataBrowserController::getCurrentColumnPosition() in getCurrentColumnPosition() function in dbaui::SbaXDataBrowserController3026 nViewPos = xGrid->getCurrentColumnPosition(); in getCurrentColumnPosition()
43 @see XGrid::getCurrentColumnPosition
58 short getCurrentColumnPosition();
11 "SbaXGridControl";"com::sun::star::form::XGrid";"getCurrentColumnPosition()"
276 …virtual sal_Int16 SAL_CALL getCurrentColumnPosition() throw(::com::sun::star::uno::RuntimeExceptio…454 …virtual sal_Int16 SAL_CALL getCurrentColumnPosition() throw(::com::sun::star::uno::RuntimeExceptio…
344 sal_Int16 getCurrentColumnPosition();
930 sal_Int16 SAL_CALL FmXGridControl::getCurrentColumnPosition() throw( RuntimeException ) in getCurrentColumnPosition() function in FmXGridControl933 return xGrid.is() ? xGrid->getCurrentColumnPosition() : -1; in getCurrentColumnPosition()2335 sal_Int16 FmXGridPeer::getCurrentColumnPosition() throw( RuntimeException ) in getCurrentColumnPosition() function in FmXGridPeer
1310 sal_Int16 nCurrentPos = xGrid->getCurrentColumnPosition(); in impl_getCurrentControlModel_throw()
1629 sal_Int16 nViewCol = xGrid->getCurrentColumnPosition(); in ExecuteSearch()
Completed in 84 milliseconds