Lines Matching refs:nViewPos
2519 Reference< XPropertySet > SbaXDataBrowserController::getBoundField(sal_uInt16 nViewPos) const in getBoundField()
2525 if (nViewPos == (sal_uInt16)-1) in getBoundField()
2530 nViewPos = xGrid->getCurrentColumnPosition(); in getBoundField()
2532 sal_uInt16 nCurrentCol = getBrowserView()->View2ModelPos(nViewPos); in getBoundField()
2558 for (sal_Int32 nViewPos=0; nViewPos<xPeerContainer->getCount(); ++nViewPos) in IMPL_LINK() local
2560 Reference< XInterface > xCurrentColumn(xPeerContainer->getByIndex(nViewPos),UNO_QUERY); in IMPL_LINK()
2568 sal_uInt16 nModelPos = getBrowserView()->View2ModelPos((sal_uInt16)nViewPos); in IMPL_LINK()
2612 sal_uInt16 nViewPos; in IMPL_LINK() local
2614 for ( nViewPos = 0; nViewPos < aColumnControls->getCount(); ++nViewPos ) in IMPL_LINK()
2616 Reference< XInterface > xCurrent(aColumnControls->getByIndex(nViewPos),UNO_QUERY); in IMPL_LINK()
2627 xGrid->setCurrentColumnPosition(nViewPos); in IMPL_LINK()
3022 sal_Int16 nViewPos = -1; in getCurrentColumnPosition() local
3026 nViewPos = xGrid->getCurrentColumnPosition(); in getCurrentColumnPosition()
3029 return nViewPos; in getCurrentColumnPosition()