/aoo4110/main/svtools/source/brwbox/ |
H A D | editbrowsebox2.cxx | 55 _nRow, in CreateAccessibleCheckBoxCell() 65 Reference< XAccessible > EditBrowseBox::CreateAccessibleCell( sal_Int32 _nRow, sal_uInt16 _nColumnP… in CreateAccessibleCell() argument 67 return BrowseBox::CreateAccessibleCell( _nRow, _nColumnPos ); in CreateAccessibleCell() 118 Reference<XAccessible > EditBrowseBox::CreateAccessibleRowHeader( sal_Int32 _nRow ) in CreateAccessibleRowHeader() argument 120 return BrowseBox::CreateAccessibleRowHeader( _nRow ); in CreateAccessibleRowHeader() 188 Rectangle EditBrowseBox::GetFieldCharacterBounds(sal_Int32 _nRow,sal_Int32 _nColumnPos,sal_Int32 _n… in GetFieldCharacterBounds() argument 191 if ( SeekRow(_nRow) ) in GetFieldCharacterBounds() 194 _nRow, GetColumnId( sal::static_int_cast< sal_uInt16 >(_nColumnPos) ) ); in GetFieldCharacterBounds() 201 sal_Int32 EditBrowseBox::GetFieldIndexAtPoint(sal_Int32 _nRow,sal_Int32 _nColumnPos,const Point& _r… in GetFieldIndexAtPoint() argument 204 if ( SeekRow(_nRow) ) in GetFieldIndexAtPoint() [all …]
|
H A D | brwbox3.cxx | 130 _nRow, in CreateAccessibleCell() 137 Reference< XAccessible > BrowseBox::CreateAccessibleRowHeader( sal_Int32 _nRow ) in CreateAccessibleRowHeader() argument 141 _nRow, in CreateAccessibleRowHeader() 391 sal_Int32 _nRow, sal_uInt16 _nColumnPos ) const in FillAccessibleStateSetForCell() argument 394 if ( IsCellVisible( _nRow, _nColumnPos ) ) in FillAccessibleStateSetForCell() 396 if ( GetCurrRow() == _nRow && GetCurrColumn() == _nColumnPos ) in FillAccessibleStateSetForCell() 470 sal_Bool BrowseBox::GoToCell( sal_Int32 _nRow, sal_uInt16 _nColumn ) in GoToCell() argument 472 return GoToRowColumnId( _nRow, GetColumnId( _nColumn ) ); in GoToCell() 539 return IsFieldVisible( _nRow, GetColumnId( _nColumnPos ) ); in IsCellVisible() 542 String BrowseBox::GetAccessibleCellText(long _nRow, sal_uInt16 _nColPos) const in GetAccessibleCellText() argument [all …]
|
/aoo4110/main/svtools/inc/svtools/ |
H A D | accessibletableprovider.hxx | 77 virtual ::rtl::OUString GetRowDescription( sal_Int32 _nRow ) const = 0; 86 virtual sal_Bool GoToCell( sal_Int32 _nRow, sal_uInt16 _nColumnPos ) = 0; 90 …virtual void SelectRow( long _nRow, sal_Bool _bSelect = sal_True, sal_Bool bExpand = sal_True … 95 virtual bool IsRowSelected( long _nRow ) const = 0; 101 virtual sal_Bool IsCellVisible( sal_Int32 _nRow, sal_uInt16 _nColumnPos ) const = 0; 102 virtual String GetAccessibleCellText( long _nRow, sal_uInt16 _nColumnPos ) const = 0; 106 …virtual Rectangle GetFieldRectPixelAbs( sal_Int32 _nRow, sal_uInt16 _nColumnPos, sal_Bool _bIsH… 108 virtual XACC CreateAccessibleCell( sal_Int32 _nRow, sal_uInt16 _nColumnPos ) = 0; 109 virtual XACC CreateAccessibleRowHeader( sal_Int32 _nRow ) = 0; 137 …virtual Rectangle GetFieldCharacterBounds(sal_Int32 _nRow,sal_Int32 _nColumnPos,sal_Int32 nInde… [all …]
|
H A D | svtabbx.hxx | 178 sal_Bool IsCellCheckBox( long _nRow, sal_uInt16 _nColumn, TriState& _rState ); 192 virtual ::rtl::OUString GetRowDescription( sal_Int32 _nRow ) const; 201 virtual sal_Bool GoToCell( sal_Int32 _nRow, sal_uInt16 _nColumn ); 207 …virtual void SelectRow( long _nRow, sal_Bool _bSelect = sal_True, sal_Bool bExpand = sal_True … 212 virtual bool IsRowSelected( long _nRow ) const; 218 virtual sal_Bool IsCellVisible( sal_Int32 _nRow, sal_uInt16 _nColumn ) const; 219 virtual String GetAccessibleCellText( long _nRow, sal_uInt16 _nColumnPos ) const; 225 virtual XACC CreateAccessibleCell( sal_Int32 _nRow, sal_uInt16 _nColumn ); 226 virtual XACC CreateAccessibleRowHeader( sal_Int32 _nRow ); 258 …virtual Rectangle GetFieldCharacterBounds(sal_Int32 _nRow,sal_Int32 _nColumnPos,sal_Int32 nInde… [all …]
|
H A D | accessibletable.hxx | 77 …GetAccessibleObjectName(AccessibleTableControlObjType eObjType, sal_Int32 _nRow, sal_Int32 _nCol) … 78 virtual sal_Bool GoToCell( sal_Int32 _nColumnPos, sal_Int32 _nRow )= 0; 113 …virtual Rectangle GetFieldCharacterBounds(sal_Int32 _nRow,sal_Int32 _nColumnPos,sal_Int32 nIndex)=… 114 …virtual sal_Int32 GetFieldIndexAtPoint(sal_Int32 _nRow,sal_Int32 _nColumnPos,const Point& _rPoint)… 115 …leStateSetForCell( ::utl::AccessibleStateSetHelper& _rStateSet, sal_Int32 _nRow, sal_uInt16 _nColu… 116 virtual ::rtl::OUString GetRowDescription( sal_Int32 _nRow ) const = 0;
|
H A D | brwbox.hxx | 637 virtual String GetCellText(long _nRow, sal_uInt16 _nColId) const; 825 sal_Int32 _nRow, sal_uInt16 _nColumn ) const; 835 virtual sal_Bool GoToCell( sal_Int32 _nRow, sal_uInt16 _nColumn ); 842 virtual sal_Bool IsCellVisible( sal_Int32 _nRow, sal_uInt16 _nColumn ) const; 843 virtual String GetAccessibleCellText(long _nRow, sal_uInt16 _nColPos) const;
|
H A D | editbrowsebox.hxx | 654 CreateAccessibleRowHeader( sal_Int32 _nRow ); 659 virtual Rectangle GetFieldCharacterBounds(sal_Int32 _nRow,sal_Int32 _nColumnPos,sal_Int32 nIndex); 660 …virtual sal_Int32 GetFieldIndexAtPoint(sal_Int32 _nRow,sal_Int32 _nColumnPos,const Point& _rPoint); 663 …::com::sun::star::accessibility::XAccessible > CreateAccessibleCheckBoxCell(long _nRow, sal_uInt16…
|
/aoo4110/main/svtools/source/contnr/ |
H A D | svtabbx.cxx | 761 SvLBoxEntry* pEntry = GetEntry( _nRow ); in IsCellCheckBox() 822 return ::rtl::OUString( GetEntryText( _nRow ) ); in GetRowDescription() 846 SetCursor( GetEntry( _nRow ), sal_True ); in GoToCell() 872 Select( GetEntry( _nRow ), _bSelect ); in SelectRow() 889 bool SvHeaderTabListBox::IsRowSelected( long _nRow ) const in IsRowSelected() 891 SvLBoxEntry* pEntry = GetEntry( _nRow ); in IsRowSelected() 915 return ::rtl::OUString( GetTabEntryText( _nRow, _nColumnPos ) ); in GetAccessibleCellText() 944 DBG_ASSERT( !_bIsHeader || 0 == _nRow, "invalid parameters" ); in GetFieldRectPixelAbs() 946 SvLBoxEntry* pEntry = GetEntry( _nRow ); in GetFieldRectPixelAbs() 1212 if ( IsCellVisible( _nRow, _nColumn ) ) in FillAccessibleStateSetForCell() [all …]
|
/aoo4110/main/svtools/source/table/ |
H A D | tablecontrol.cxx | 185 void TableControl::SetTopRow( RowPos _nRow ) in SetTopRow() argument 188 OSL_UNUSED( _nRow ); in SetTopRow() 204 bool TableControl::GoTo( ColPos _nColumn, RowPos _nRow ) in GoTo() argument 206 return m_pImpl->goTo( _nColumn, _nRow ); in GoTo() 340 aRetText += GetRowName(_nRow); in GetAccessibleObjectName() 346 aRetText = GetRowName(_nRow); in GetAccessibleObjectName() 399 ::rtl::OUString TableControl::GetRowDescription( sal_Int32 _nRow) const in GetRowDescription() 401 (void)_nRow; in GetRowDescription() 617 if ( IsRowSelected( _nRow ) ) in FillAccessibleStateSetForCell() 636 (void)_nRow; in GetFieldCharacterBounds() [all …]
|
H A D | tablecontrol_impl.cxx | 1957 …void TableControl_Impl::impl_getCellRect( ColPos _nColumn, RowPos _nRow, Rectangle& _rCellRect ) c… in impl_getCellRect() argument 1963 || ( ROW_INVALID == _nRow ) in impl_getCellRect() 1970 TableCellGeometry aCell( *this, impl_getAllVisibleCellsArea(), _nColumn, _nRow ); in impl_getCellRect() 2252 bool TableControl_Impl::goTo( ColPos _nColumn, RowPos _nRow ) in goTo() argument 2259 || ( _nRow < 0 ) || ( _nRow >= m_nRowCount ) in goTo() 2268 m_nCurRow = _nRow; in goTo() 2280 && ( _nRow >= 0 ) && ( _nRow < m_nRowCount ), in ensureVisible() 2298 if ( _nRow < m_nTopRow ) in ensureVisible() 2299 impl_scrollRows( _nRow - m_nTopRow ); in ensureVisible() 2303 if ( _nRow > m_nTopRow + nVisibleRows - 1 ) in ensureVisible() [all …]
|
H A D | tablegeometry.hxx | 81 RowPos const _nRow, 139 RowPos const _nRow, in TableCellGeometry() argument 142 :m_aRow( _rControl, _rBoundaries, _nRow, i_alllowVirtualCells ) in TableCellGeometry()
|
/aoo4110/main/svtools/inc/svtools/table/ |
H A D | tablecontrol.hxx | 83 void SetTopRow( RowPos _nRow ); 118 bool GoTo( ColPos _nColumnPos, RowPos _nRow); 141 bool GoToRow( RowPos _nRow ) in GoToRow() argument 143 return GoTo( GetCurrentColumn(), _nRow ); in GoToRow() 166 …GetAccessibleObjectName(AccessibleTableControlObjType eObjType, sal_Int32 _nRow, sal_Int32 _nCol) … 167 SVT_DLLPRIVATE virtual sal_Bool GoToCell( sal_Int32 _nColumnPos, sal_Int32 _nRow ); 195 … virtual Rectangle GetFieldCharacterBounds(sal_Int32 _nRow,sal_Int32 _nColumnPos,sal_Int32 nIndex); 196 …virtual sal_Int32 GetFieldIndexAtPoint(sal_Int32 _nRow,sal_Int32 _nColumnPos,const Point& _rPoint); 197 …leStateSetForCell( ::utl::AccessibleStateSetHelper& _rStateSet, sal_Int32 _nRow, sal_uInt16 _nColu… 198 virtual ::rtl::OUString GetRowDescription( sal_Int32 _nRow ) const;
|
/aoo4110/main/dbaccess/source/ui/dlg/ |
H A D | indexfieldscontrol.cxx | 230 sal_uInt32 IndexFieldsControl::GetTotalCellWidth(long _nRow, sal_uInt16 _nColId) in GetTotalCellWidth() argument 239 return EditBrowseBox::GetTotalCellWidth(_nRow, _nColId); in GetTotalCellWidth() 296 CellController* IndexFieldsControl::GetController(long _nRow, sal_uInt16 _nColumnId) in GetController() argument 302 sal_Bool bNewField = !implGetFieldDesc(_nRow, aRow); in GetController() 327 sal_Bool IndexFieldsControl::implGetFieldDesc(long _nRow, ConstIndexFieldsIterator& _rPos) in implGetFieldDesc() argument 330 if ((_nRow < 0) || (_nRow >= (sal_Int32)m_aFields.size())) in implGetFieldDesc() 332 _rPos = m_aFields.begin() + _nRow; in implGetFieldDesc() 416 sal_Bool bNewField = !implGetFieldDesc(_nRow, aFieldDescription); in InitController() 472 String IndexFieldsControl::GetCellText(long _nRow,sal_uInt16 nColId) const in GetCellText() argument 475 if ( _nRow >= 0 ) in GetCellText() [all …]
|
/aoo4110/main/dbaccess/source/ui/control/ |
H A D | TableGrantCtrl.cxx | 332 void OTableGrantControl::fillPrivilege(sal_Int32 _nRow) const in fillPrivilege() 344 nRights.nRights = xAuth->getPrivileges(m_aTableNames[_nRow],PrivilegeObject::TABLE); in fillPrivilege() 346 …nRights.nWithGrant = m_xGrantUser->getGrantablePrivileges(m_aTableNames[_nRow],PrivilegeObject::TA… in fillPrivilege() 350 m_aPrivMap[m_aTableNames[_nRow]] = nRights; in fillPrivilege() 482 TTablePrivilegeMap::const_iterator aFind = m_aPrivMap.find(m_aTableNames[_nRow]); in findPrivilege() 485 fillPrivilege(_nRow); in findPrivilege() 486 aFind = m_aPrivMap.find(m_aTableNames[_nRow]); in findPrivilege() 491 Reference< XAccessible > OTableGrantControl::CreateAccessibleCell( sal_Int32 _nRow, sal_uInt16 _nCo… in CreateAccessibleCell() argument 498 TTablePrivilegeMap::const_iterator aFind = findPrivilege(_nRow); in CreateAccessibleCell() 507 return EditBrowseBox::CreateAccessibleCheckBoxCell( _nRow, _nColumnPos,eState,bEnable ); in CreateAccessibleCell() [all …]
|
/aoo4110/main/reportdesign/source/ui/dlg/ |
H A D | GroupsSorting.cxx | 130 …l_Int32 getGroupPosition(sal_Int32 _nRow) const { return _nRow != BROWSER_ENDOFSELECTION ? m_aGr… in getGroupPosition() 314 sal_Int32 nRow = _nRow; in moveGroups() 584 sal_Bool OFieldExpressionControl::SeekRow( long _nRow ) in SeekRow() argument 588 EditBrowseBox::SeekRow(_nRow); in SeekRow() 589 m_nCurrentPos = _nRow; in SeekRow() 1106 void OGroupsSortingDialog::DisplayData( sal_Int32 _nRow ) in DisplayData() argument 1109 sal_Int32 nGroupPos = m_pFieldExpression->getGroupPosition(_nRow); in DisplayData() 1126 checkButtons(_nRow); in DisplayData() 1143 void OGroupsSortingDialog::SaveData( sal_Int32 _nRow) in SaveData() argument 1473 void OGroupsSortingDialog::checkButtons(sal_Int32 _nRow) in checkButtons() argument [all …]
|
/aoo4110/main/svx/source/gallery2/ |
H A D | galctrl.cxx | 653 String GalleryListView::GetCellText(long _nRow, sal_uInt16 nColumnId) const in GetCellText() argument 656 if( mpTheme && ( _nRow < static_cast< long >( mpTheme->GetObjectCount() ) ) ) in GetCellText() 658 SgaObject* pObj = mpTheme->AcquireObject( _nRow ); in GetCellText() 674 Rectangle GalleryListView::GetFieldCharacterBounds(sal_Int32 _nRow,sal_Int32 _nColumnPos,sal_Int32 … in GetFieldCharacterBounds() argument 678 if ( SeekRow(_nRow) ) in GetFieldCharacterBounds() 681 …AccessibleStringWrap aStringWrap( *this, aFont, GetCellText(_nRow, sal::static_int_cast<sal_uInt16… in GetFieldCharacterBounds() 693 sal_Int32 GalleryListView::GetFieldIndexAtPoint(sal_Int32 _nRow,sal_Int32 _nColumnPos,const Point& … in GetFieldIndexAtPoint() argument 697 if ( SeekRow(_nRow) ) in GetFieldIndexAtPoint() 700 …AccessibleStringWrap aStringWrap( *this, aFont, GetCellText(_nRow, sal::static_int_cast<sal_uInt16… in GetFieldIndexAtPoint()
|
/aoo4110/main/dbaccess/source/ui/inc/ |
H A D | indexfieldscontrol.hxx | 85 virtual String GetCellText(long _nRow,sal_uInt16 nColId) const; 94 ::svt::CellController* GetController(long _nRow, sal_uInt16 _nColumnId); 95 void InitController(::svt::CellControllerRef&, long _nRow, sal_uInt16 _nColumnId); 99 sal_Bool implGetFieldDesc(long _nRow, ConstIndexFieldsIterator& _rPos);
|
/aoo4110/main/accessibility/inc/accessibility/extended/ |
H A D | accessibletablistboxtable.hxx | 58 sal_Bool implIsRowSelected( sal_Int32 _nRow ) const; 60 void implSelectRow( sal_Int32 _nRow, sal_Bool _bSelect ); 78 …inline sal_Int32 implGetIndex( sal_Int32 _nRow, sal_Int32 _nColumn ) const { return _nRow * implGe… in implGetIndex() argument
|
/aoo4110/main/dbaccess/source/ui/querydesign/ |
H A D | SelectionBrowseBox.hxx | 183 virtual String GetCellText(long _nRow, sal_uInt16 _nColId) const; 191 virtual ::rtl::OUString GetRowDescription( sal_Int32 _nRow ) const; 256 …void appendUndoAction(const String& _rOldValue,const String& _rNewValue,sal_Int32 _nRow,sal_Bool… 257 void appendUndoAction(const String& _rOldValue,const String& _rNewValue,sal_Int32 _nRow);
|
/aoo4110/main/svx/inc/svx/ |
H A D | galctrl.hxx | 180 virtual String GetCellText(long _nRow, sal_uInt16 _nColId) const; 183 virtual Rectangle GetFieldCharacterBounds(sal_Int32 _nRow,sal_Int32 _nColumnPos,sal_Int32 nIndex); 184 virtual sal_Int32 GetFieldIndexAtPoint(sal_Int32 _nRow,sal_Int32 _nColumnPos,const Point& _rPoint);
|
/aoo4110/main/svx/inc/ |
H A D | svdibrow.hxx | 70 virtual Rectangle GetFieldCharacterBounds(sal_Int32 _nRow,sal_Int32 _nColumnPos,sal_Int32 nIndex); 71 virtual sal_Int32 GetFieldIndexAtPoint(sal_Int32 _nRow,sal_Int32 _nColumnPos,const Point& _rPoint); 91 virtual String GetCellText(long _nRow, sal_uInt16 _nColId) const;
|
/aoo4110/main/reportdesign/source/ui/inc/ |
H A D | GroupsSorting.hxx | 123 void DisplayData( sal_Int32 _nRow ); 128 void SaveData( sal_Int32 _nRow ); 151 void checkButtons(sal_Int32 _nRow);
|
/aoo4110/main/cui/source/options/ |
H A D | connpooloptions.cxx | 286 sal_Bool DriverListControl::SeekRow( long _nRow ) in SeekRow() argument 288 DriverListControl_Base::SeekRow(_nRow); in SeekRow() 290 if (_nRow < m_aSettings.size()) in SeekRow() 291 m_aSeekRow = m_aSettings.begin() + _nRow; in SeekRow()
|
/aoo4110/main/accessibility/source/extended/ |
H A D | accessibletablistboxtable.cxx | 299 sal_Bool AccessibleTabListBoxTable::implIsRowSelected( sal_Int32 _nRow ) const in implIsRowSelected() 301 … return m_pTabListBox ? m_pTabListBox->IsSelected( m_pTabListBox->GetEntry( _nRow ) ) : sal_False; in implIsRowSelected() 304 void AccessibleTabListBoxTable::implSelectRow( sal_Int32 _nRow, sal_Bool _bSelect ) in implSelectRow() argument 307 m_pTabListBox->Select( m_pTabListBox->GetEntry( _nRow ), _bSelect ); in implSelectRow()
|
/aoo4110/main/svx/source/fmcomp/ |
H A D | gridctrl.cxx | 2745 String DbGridControl::GetCellText(long _nRow, sal_uInt16 _nColId) const in GetCellText() argument 2749 if ( const_cast<DbGridControl*>(this)->SeekRow(_nRow) ) in GetCellText() 2891 sal_Bool DbGridControl::canCopyCellText(sal_Int32 _nRow, sal_Int16 _nColId) in canCopyCellText() argument 2893 return (_nRow >= 0) in canCopyCellText() 2894 && (_nRow < GetRowCount()) in canCopyCellText() 2900 void DbGridControl::copyCellText(sal_Int32 _nRow, sal_Int16 _nColId) in copyCellText() argument 2902 DBG_ASSERT(canCopyCellText(_nRow, _nColId), "DbGridControl::copyCellText: invalid call!"); in copyCellText() 2904 SeekRow(_nRow); in copyCellText() 2909 void DbGridControl::executeRowContextMenu( long _nRow, const Point& _rPreferredPos ) in executeRowContextMenu() argument 2913 PreExecuteRowContextMenu( (sal_uInt16)_nRow, aContextMenu ); in executeRowContextMenu() [all …]
|