Home
last modified time | relevance | path

Searched refs:rxCell (Results 1 – 6 of 6) sorted by relevance

/trunk/main/oox/source/drawingml/table/
H A Dtablecell.cxx123 PropertySet aPropSet( rxCell ); in applyTableStylePart()
170 Reference< text::XText > xText( rxCell, UNO_QUERY_THROW ); in pushToXCell()
173 applyTableCellProperties( rxCell, *this ); in pushToXCell()
188 applyTableStylePart( rFilterBase, rxCell, aFillProperties, in pushToXCell()
203 applyTableStylePart( rFilterBase, rxCell, aFillProperties, in pushToXCell()
215 applyTableStylePart( rFilterBase, rxCell, aFillProperties, in pushToXCell()
227 applyTableStylePart( rFilterBase, rxCell, aFillProperties, in pushToXCell()
239 applyTableStylePart( rFilterBase, rxCell, aFillProperties, in pushToXCell()
285 applyTableStylePart( rFilterBase, rxCell, aFillProperties, in pushToXCell()
297 applyTableStylePart( rFilterBase, rxCell, aFillProperties, in pushToXCell()
[all …]
/trunk/main/oox/inc/oox/drawingml/table/
H A Dtablecell.hxx84 …const ::com::sun::star::uno::Reference < ::com::sun::star::table::XCell >& rxCell, const TableProp…
/trunk/main/oox/inc/oox/xls/
H A Dworksheethelper.hxx220 … const ::com::sun::star::uno::Reference< ::com::sun::star::table::XCell >& rxCell );
/trunk/main/oox/source/xls/
H A Dworksheethelper.cxx1426 CellAddress WorksheetHelper::getCellAddress( const Reference< XCell >& rxCell ) in getCellAddress() argument
1429 Reference< XCellAddressable > xAddressable( rxCell, UNO_QUERY ); in getCellAddress()
/trunk/main/sw/source/core/unocore/
H A Dunotext.cxx1849 VerticallyMergedCell(uno::Reference< beans::XPropertySet > const& rxCell, in VerticallyMergedCell()
1854 aCells.push_back( rxCell ); in VerticallyMergedCell()
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx4882 sal_Unicode lclGetPrefixChar( const uno::Reference< table::XCell >& rxCell ) throw (uno::RuntimeExc… in lclGetPrefixChar() argument
4892 return (rxCell->getType() == table::CellContentType_TEXT) ? '\'' : 0; in lclGetPrefixChar()

Completed in 125 milliseconds