Lines Matching refs:xTable
125 uno::Reference<sheet::XSpreadsheet> xTable; in getForeground() local
126 if (aTable>>=xTable) in getForeground()
128 …uno::Reference<table::XCell> xCell = xTable->getCellByPosition(maCellAddress.Col(), maCellAddress.… in getForeground()
166 uno::Reference<sheet::XSpreadsheet> xTable; in getBackground() local
167 if (aTable>>=xTable) in getBackground()
169 …uno::Reference<table::XCell> xCell = xTable->getCellByPosition(maCellAddress.Col(), maCellAddress.… in getBackground()
366 uno::Reference<sheet::XSpreadsheet> xTable; in GetNote() local
367 if (aTable>>=xTable) in GetNote()
369 …uno::Reference<table::XCell> xCell = xTable->getCellByPosition(maCellAddress.Col(), maCellAddress.… in GetNote()
415 uno::Reference<sheet::XSpreadsheet> xTable; in getShadowAttrs() local
416 if (aTable>>=xTable) in getShadowAttrs()
418 …uno::Reference<table::XCell> xCell = xTable->getCellByPosition(maCellAddress.Col(), maCellAddress.… in getShadowAttrs()
501 uno::Reference<sheet::XSpreadsheet> xTable; in getBorderAttrs() local
502 if (aTable>>=xTable) in getBorderAttrs()
504 …uno::Reference<table::XCell> xCell = xTable->getCellByPosition(maCellAddress.Col(), maCellAddress.… in getBorderAttrs()