Lines Matching refs:xIndex
121 uno::Reference<container::XIndexAccess> xIndex( xSheets, uno::UNO_QUERY ); in getForeground() local
122 if ( xIndex.is() ) in getForeground()
124 uno::Any aTable = xIndex->getByIndex(maCellAddress.Tab()); in getForeground()
162 uno::Reference<container::XIndexAccess> xIndex( xSheets, uno::UNO_QUERY ); in getBackground() local
163 if ( xIndex.is() ) in getBackground()
165 uno::Any aTable = xIndex->getByIndex(maCellAddress.Tab()); in getBackground()
362 uno::Reference<container::XIndexAccess> xIndex( xSheets, uno::UNO_QUERY ); in GetNote() local
363 if ( xIndex.is() ) in GetNote()
365 uno::Any aTable = xIndex->getByIndex(maCellAddress.Tab()); in GetNote()
411 uno::Reference<container::XIndexAccess> xIndex( xSheets, uno::UNO_QUERY ); in getShadowAttrs() local
412 if ( xIndex.is() ) in getShadowAttrs()
414 uno::Any aTable = xIndex->getByIndex(maCellAddress.Tab()); in getShadowAttrs()
497 uno::Reference<container::XIndexAccess> xIndex( xSheets, uno::UNO_QUERY ); in getBorderAttrs() local
498 if ( xIndex.is() ) in getBorderAttrs()
500 uno::Any aTable = xIndex->getByIndex(maCellAddress.Tab()); in getBorderAttrs()