Home
last modified time | relevance | path

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

/AOO41X/main/oox/source/drawingml/table/
H A Dtablecell.cxx96 …erBase& rFilterBase, const Reference < ::com::sun::star::table::XCell >& rxCell, oox::drawingml::F… in applyTableStylePart() argument
123 PropertySet aPropSet( rxCell ); in applyTableStylePart()
127 void applyTableCellProperties( const Reference < ::com::sun::star::table::XCell >& rxCell, const Ta… in applyTableCellProperties() argument
135 Reference< XPropertySet > xPropSet( rxCell, UNO_QUERY_THROW ); in applyTableCellProperties()
164 …const ::com::sun::star::uno::Reference < ::com::sun::star::table::XCell >& rxCell, const TableProp… in pushToXCell()
170 Reference< text::XText > xText( rxCell, UNO_QUERY_THROW ); in pushToXCell()
173 applyTableCellProperties( rxCell, *this ); in pushToXCell()
175 Reference< XPropertySet > xPropSet( rxCell, UNO_QUERY_THROW ); in pushToXCell()
188 applyTableStylePart( rFilterBase, rxCell, aFillProperties, in pushToXCell()
203 applyTableStylePart( rFilterBase, rxCell, aFillProperties, in pushToXCell()
[all …]
/AOO41X/main/oox/inc/oox/drawingml/table/
H A Dtablecell.hxx84 …const ::com::sun::star::uno::Reference < ::com::sun::star::table::XCell >& rxCell, const TableProp…
/AOO41X/main/oox/inc/oox/xls/
H A Dworksheethelper.hxx220 … const ::com::sun::star::uno::Reference< ::com::sun::star::table::XCell >& rxCell );
/AOO41X/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()
/AOO41X/main/sw/source/core/unocore/
H A Dunotext.cxx1845 VerticallyMergedCell(uno::Reference< beans::XPropertySet > const& rxCell, in VerticallyMergedCell()
1850 aCells.push_back( rxCell ); in VerticallyMergedCell()
/AOO41X/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()