Lines Matching refs:sal_Int32

161     virtual sal_Int32 SAL_CALL getForeground(  )
164 virtual sal_Int32 SAL_CALL getBackground( )
170 virtual sal_Int32 SAL_CALL getAccessibleChildCount()
174 virtual XAccessibleRef SAL_CALL getAccessibleChild( sal_Int32 nIndex )
188 virtual sal_Int32 SAL_CALL getCaretPosition() throw( ::com::sun::star::uno::RuntimeException );
191 virtual sal_Bool SAL_CALL setCaretPosition( sal_Int32 nIndex )
195 virtual sal_Unicode SAL_CALL getCharacter( sal_Int32 nIndex )
199 …virtual PropertyValueSeq SAL_CALL getCharacterAttributes( sal_Int32 nIndex, const ::com::sun::star…
203 virtual AwtRectangle SAL_CALL getCharacterBounds( sal_Int32 nIndex )
207 virtual sal_Int32 SAL_CALL getCharacterCount() throw( ::com::sun::star::uno::RuntimeException );
210 virtual sal_Int32 SAL_CALL getIndexAtPoint( const AwtPoint& rPoint )
217 virtual sal_Int32 SAL_CALL getSelectionStart() throw( ::com::sun::star::uno::RuntimeException );
220 virtual sal_Int32 SAL_CALL getSelectionEnd() throw( ::com::sun::star::uno::RuntimeException );
223 virtual sal_Bool SAL_CALL setSelection( sal_Int32 nStartIndex, sal_Int32 nEndIndex )
230 virtual ::rtl::OUString SAL_CALL getTextRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex )
234 …virtual ::com::sun::star::accessibility::TextSegment SAL_CALL getTextAtIndex( sal_Int32 nIndex, sa…
235 …virtual ::com::sun::star::accessibility::TextSegment SAL_CALL getTextBeforeIndex( sal_Int32 nIndex…
236 …virtual ::com::sun::star::accessibility::TextSegment SAL_CALL getTextBehindIndex( sal_Int32 nIndex…
239 virtual sal_Bool SAL_CALL copyText( sal_Int32 nStartIndex, sal_Int32 nEndIndex )
282 void ensureValidIndex( sal_Int32 nIndex ) const
285 void ensureValidIndexWithEnd( sal_Int32 nIndex ) const
289 void ensureValidRange( sal_Int32& rnStartIndex, sal_Int32& rnEndIndex ) const
298 sal_Int32 implGetTextLength() const;
301 bool implHasSplit( sal_Int32 nApiPos );
304 sal_Int32 implGetFirstEqualFormatted( sal_Int32 nApiPos );
306 sal_Int32 implGetLastEqualFormatted( sal_Int32 nApiPos );
336 virtual sal_Int32 SAL_CALL getForeground( )
339 virtual sal_Int32 SAL_CALL getBackground( )
345 virtual sal_Int32 SAL_CALL getAccessibleChildCount()
349 virtual XAccessibleRef SAL_CALL getAccessibleChild( sal_Int32 nIndex )
363 virtual sal_Int32 SAL_CALL getAccessibleRowCount()
367 virtual sal_Int32 SAL_CALL getAccessibleColumnCount()
371 virtual ::rtl::OUString SAL_CALL getAccessibleRowDescription( sal_Int32 nRow )
375 virtual ::rtl::OUString SAL_CALL getAccessibleColumnDescription( sal_Int32 nColumn )
380 virtual sal_Int32 SAL_CALL getAccessibleRowExtentAt( sal_Int32 nRow, sal_Int32 nColumn )
385 virtual sal_Int32 SAL_CALL getAccessibleColumnExtentAt( sal_Int32 nRow, sal_Int32 nColumn )
397 virtual ::com::sun::star::uno::Sequence< sal_Int32 > SAL_CALL getSelectedAccessibleRows()
401 virtual ::com::sun::star::uno::Sequence< sal_Int32 > SAL_CALL getSelectedAccessibleColumns()
405 virtual sal_Bool SAL_CALL isAccessibleRowSelected( sal_Int32 nRow )
409 virtual sal_Bool SAL_CALL isAccessibleColumnSelected( sal_Int32 nColumn )
413 virtual XAccessibleRef SAL_CALL getAccessibleCellAt( sal_Int32 nRow, sal_Int32 nColumn )
425 virtual sal_Bool SAL_CALL isAccessibleSelected( sal_Int32 nRow, sal_Int32 nColumn )
429 virtual sal_Int32 SAL_CALL getAccessibleIndex( sal_Int32 nRow, sal_Int32 nColumn )
433 virtual sal_Int32 SAL_CALL getAccessibleRow( sal_Int32 nChildIndex )
437 virtual sal_Int32 SAL_CALL getAccessibleColumn( sal_Int32 nChildIndex )
443 virtual void SAL_CALL selectAccessibleChild( sal_Int32 nChildIndex )
447 virtual sal_Bool SAL_CALL isAccessibleChildSelected( sal_Int32 nChildIndex )
459 virtual sal_Int32 SAL_CALL getSelectedAccessibleChildCount()
463 virtual XAccessibleRef SAL_CALL getSelectedAccessibleChild( sal_Int32 nSelectedChildIndex )
467 virtual void SAL_CALL deselectAccessibleChild( sal_Int32 nSelectedChildIndex )
516 void ensureValidIndex( sal_Int32 nIndex ) const
519 void ensureValidPosition( sal_Int32 nRow, sal_Int32 nColumn ) const
526 bool implIsColumnSelected( sal_Int32 nColumn ) const;
528 void implSelectColumn( sal_Int32 nColumn, bool bSelect );
531 sal_Int32 implGetRowCount() const;
533 sal_Int32 implGetColumnCount() const;
535 sal_Int32 implGetSelColumnCount() const;
537 inline sal_Int32 implGetCellCount() const { return implGetRowCount() * implGetColumnCount(); } in implGetCellCount()
540 inline sal_Int32 implGetRow( sal_Int32 nIndex ) const { return nIndex / implGetColumnCount(); } in implGetRow()
542 … inline sal_Int32 implGetColumn( sal_Int32 nIndex ) const { return nIndex % implGetColumnCount(); } in implGetColumn()
544 sal_Int32 implGetSelColumn( sal_Int32 nSelColumn ) const;
546 …inline sal_Int32 implGetIndex( sal_Int32 nRow, sal_Int32 nColumn ) const { return nRow * implGetCo… in implGetIndex()
549 String implGetCellText( sal_Int32 nRow, sal_Int32 nColumn ) const;
551 ScAccessibleCsvControl* implCreateCellObj( sal_Int32 nRow, sal_Int32 nColumn ) const;
567 sal_Int32 mnLine; /// The grid line index (core index).
569 sal_Int32 mnIndex; /// The index of the cell in the table.
575 sal_Int32 nRow, sal_Int32 nColumn );
586 virtual sal_Int32 SAL_CALL getForeground( )
589 virtual sal_Int32 SAL_CALL getBackground( )
595 virtual sal_Int32 SAL_CALL getAccessibleChildCount()
599 virtual XAccessibleRef SAL_CALL getAccessibleChild( sal_Int32 nIndex )
603 virtual sal_Int32 SAL_CALL getAccessibleIndexInParent()