Lines Matching refs:mxTableStyle

221 	Reference< XIndexAccess > mxTableStyle;  member in sdr::table::SdrTableObjImpl
317 mxTableStyle = rSource.mxTableStyle; in operator =()
332 if( mxTableStyle.is() ) try in SetModel()
334 const OUString sStyleName( Reference< XNamed >( mxTableStyle, UNO_QUERY_THROW )->getName() ); in SetModel()
358 mxTableStyle = xNewTableStyle; in SetModel()
368 if( !mxTable.is() || !mxTable.is() || !mxTableStyle.is() ) in ApplyCellStyles()
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()
568 if( mxTableStyle.is() ) in connectTableStyle()
570 Reference< XModifyBroadcaster > xBroadcaster( mxTableStyle, UNO_QUERY ); in connectTableStyle()
583 if( mxTableStyle.is() ) in disconnectTableStyle()
585 Reference< XModifyBroadcaster > xBroadcaster( mxTableStyle, UNO_QUERY ); in disconnectTableStyle()
1221 if( mpImpl && (mpImpl->mxTableStyle != xTableStyle) ) in setTableStyle()
1224 mpImpl->mxTableStyle = xTableStyle; in setTableStyle()
1236 return mpImpl->mxTableStyle; in getTableStyle()