Home
last modified time | relevance | path

Searched refs:xCell (Results 76 – 82 of 82) sorted by relevance

1234

/aoo42x/main/sw/source/core/unocore/
H A Dunocrsrhelper.cxx400 uno::Reference< XCell > xCell = SwXCell::CreateXCell(pTableFmt, pBox); in getCrsrPropertyValue() local
401 pAny->setValue(&xCell, ::getCppuType((uno::Reference<XCell>*)0)); in getCrsrPropertyValue()
H A Dunotext.cxx2096 uno::Reference< uno::XInterface > xCell, in lcl_ApplyCellProperties()
2100 const uno::Reference< beans::XPropertySet > xCellPS(xCell, uno::UNO_QUERY); in lcl_ApplyCellProperties()
2184 const uno::Reference< text::XText > xCellText(xCell, in lcl_ApplyCellProperties()
/aoo42x/main/svx/inc/svx/
H A Dsvdotable.hxx139 void createCell( ::sdr::table::CellRef& xCell );
/aoo42x/main/accessibility/source/extended/
H A DAccessibleGridControl.cxx114 Reference< XAccessible > xCell = m_pImpl->m_xCell; in disposing() local
/aoo42x/main/filter/source/msfilter/
H A Dsvdfppt.cxx7643 void ApplyCellAttributes( const SdrObject* pObj, Reference< XCell >& xCell ) in ApplyCellAttributes() argument
7647 Reference< XPropertySet > xPropSet( xCell, UNO_QUERY_THROW ); in ApplyCellAttributes()
7803 Reference< XCell > xCell( xCellRange->getCellByPosition( nColumn, nRow ) ); in ApplyCellLineAttributes() local
7804 Reference< XPropertySet > xPropSet( xCell, UNO_QUERY_THROW ); in ApplyCellLineAttributes()
7879 Reference< XCell > xCell( xCellRange->getCellByPosition( nColumn, nRow ) ); in CreateTable() local
7881 ApplyCellAttributes( pObj, xCell ); in CreateTable()
/aoo42x/main/sw/source/filter/xml/
H A Dxmltbli.cxx1403 Reference < XCell > xCell = xCellRange->getCellByPosition( 0, 0 ); in SwXMLTableContext() local
1404 Reference < XText> xText( xCell, UNO_QUERY ); in SwXMLTableContext()
/aoo42x/main/sc/source/ui/view/
H A Dgridwin.cxx2221 uno::Reference< table::XCell > xCell( new ScCellObj( pViewData->GetDocShell(), aCellPos ) ); in MouseButtonUp() local
2223 aArgs[0] <<= xCell; in MouseButtonUp()

Completed in 259 milliseconds

1234