Searched refs:rxCell (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/oox/source/drawingml/table/ |
H A D | tablecell.cxx | 123 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 …]
|
/aoo4110/main/oox/inc/oox/drawingml/table/ |
H A D | tablecell.hxx | 84 …const ::com::sun::star::uno::Reference < ::com::sun::star::table::XCell >& rxCell, const TableProp…
|
/aoo4110/main/oox/inc/oox/xls/ |
H A D | worksheethelper.hxx | 220 … const ::com::sun::star::uno::Reference< ::com::sun::star::table::XCell >& rxCell );
|
/aoo4110/main/oox/source/xls/ |
H A D | worksheethelper.cxx | 1426 CellAddress WorksheetHelper::getCellAddress( const Reference< XCell >& rxCell ) in getCellAddress() argument 1429 Reference< XCellAddressable > xAddressable( rxCell, UNO_QUERY ); in getCellAddress()
|
/aoo4110/main/sw/source/core/unocore/ |
H A D | unotext.cxx | 1845 VerticallyMergedCell(uno::Reference< beans::XPropertySet > const& rxCell, in VerticallyMergedCell() 1850 aCells.push_back( rxCell ); in VerticallyMergedCell()
|
/aoo4110/main/sc/source/ui/vba/ |
H A D | vbarange.cxx | 4882 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 70 milliseconds