Lines Matching refs:getByIndex
350 xIndexAccess->getByIndex( 0 ) >>= xNewTableStyle; in SetModel()
391 mxTableStyle->getByIndex(first_row_style) >>= xStyle; in ApplyCellStyles()
395 mxTableStyle->getByIndex(last_row_style) >>= xStyle; in ApplyCellStyles()
403 mxTableStyle->getByIndex(first_column_style) >>= xStyle; in ApplyCellStyles()
407 mxTableStyle->getByIndex(last_column_style) >>= xStyle; in ApplyCellStyles()
415 mxTableStyle->getByIndex(even_rows_style) >>= xStyle; in ApplyCellStyles()
419 mxTableStyle->getByIndex(odd_rows_style) >>= xStyle; in ApplyCellStyles()
427 mxTableStyle->getByIndex(even_columns_style) >>= xStyle; in ApplyCellStyles()
431 mxTableStyle->getByIndex(odd_columns_style) >>= xStyle; in ApplyCellStyles()
438 mxTableStyle->getByIndex(body_style) >>= xStyle; in ApplyCellStyles()
485 Reference< XPropertySet > xRowSet( xRows->getByIndex( nEdge ), UNO_QUERY_THROW ); in DragEdge()
497 Reference< XPropertySet > xColSet( xCols->getByIndex( nEdge ), UNO_QUERY_THROW ); in DragEdge()
514 xColSet = Reference< XPropertySet >( xCols->getByIndex( nEdge ), UNO_QUERY_THROW ); in DragEdge()
2744 Reference< XPropertySet > xNewSet( xNewRows->getByIndex( nRow ), UNO_QUERY_THROW ); in CloneRange()
2753 Reference< XPropertySet > xNewSet( xNewColumns->getByIndex( nCol ), UNO_QUERY_THROW ); in CloneRange()