Searched refs:SwXCell (Results 1 – 11 of 11) sorted by relevance
| /AOO41X/main/qadevOOo/objdsc/sw/ |
| H A D | com.sun.star.comp.office.SwXCell.csv | 1 "SwXCell";"com::sun::star::text::CellProperties";"CellName" 2 "SwXCell";"com::sun::star::text::CellProperties";"BackColor" 3 "SwXCell";"com::sun::star::text::CellProperties";"BackGraphicURL" 4 "SwXCell";"com::sun::star::text::CellProperties";"BackGraphicFilter" 5 "SwXCell";"com::sun::star::text::CellProperties";"BackGraphicLocation" 6 "SwXCell";"com::sun::star::text::CellProperties";"NumberFormat" 7 "SwXCell";"com::sun::star::text::CellProperties";"BackTransparent" 8 "SwXCell";"com::sun::star::text::CellProperties";"LeftBorder" 9 "SwXCell";"com::sun::star::text::CellProperties";"RightBorder" 10 "SwXCell";"com::sun::star::text::CellProperties";"TopBorder" [all …]
|
| /AOO41X/main/sw/source/core/unocore/ |
| H A D | unotbl.cxx | 548 SwXCell* lcl_CreateXCell(SwFrmFmt* pFmt, sal_Int32 nColumn, sal_Int32 nRow) in lcl_CreateXCell() 550 SwXCell* pXCell = 0; in lcl_CreateXCell() 556 pXCell = SwXCell::CreateXCell(pFmt, pBox, pTable); in lcl_CreateXCell() 682 inline rtl::OUString lcl_getString( SwXCell &rCell ) in lcl_getString() 688 void lcl_setString( SwXCell &rCell, const rtl::OUString &rTxt, in lcl_setString() 704 double lcl_getValue( SwXCell &rCell ) in lcl_getValue() 714 void lcl_setValue( SwXCell &rCell, double nVal ) in lcl_setValue() 750 TYPEINIT1(SwXCell, SwClient); 752 SwXCell::SwXCell(SwFrmFmt* pTblFmt, SwTableBox* pBx, sal_uInt16 nPos ) : in SwXCell() function in SwXCell 762 SwXCell::SwXCell(SwFrmFmt* pTblFmt, const SwStartNode& rStartNode) : in SwXCell() function in SwXCell [all …]
|
| H A D | unoobj2.cxx | 1195 const bool isCell( dynamic_cast<SwXCell*>(xParentText.get()) ); in CreateXTextRange() 1224 ? SwXCell::CreateXCell( pTableFmt, pBox ) in CreateParentXText() 1225 : new SwXCell( pTableFmt, *pSttNode ); in CreateParentXText()
|
| H A D | unocrsrhelper.cxx | 400 uno::Reference< XCell > xCell = SwXCell::CreateXCell(pTableFmt, pBox); in getCrsrPropertyValue()
|
| /AOO41X/main/sw/inc/ |
| H A D | unotbl.hxx | 61 class SwXCell; 63 void lcl_setString( SwXCell&, const rtl::OUString &rTxt, sal_Bool bKeepNumberFmt = sal_True ); 86 class SwXCell : public SwXCellBaseClass, class 90 friend void lcl_setString( SwXCell &rCell, const rtl::OUString &rTxt, 92 friend double lcl_getValue( SwXCell &rCell ); 93 friend void lcl_setValue( SwXCell &rCell, double nVal ); 113 virtual ~SwXCell(); 119 SwXCell(SwFrmFmt* pTblFmt, SwTableBox* pBox, sal_uInt16 nPos=USHRT_MAX ); 120 SwXCell(SwFrmFmt* pTblFmt, const SwStartNode& rStartNode); // XML import interface 173 static SwXCell* CreateXCell(SwFrmFmt* pTblFmt, SwTableBox* pBox, SwTable *pTbl = 0 );
|
| /AOO41X/main/sw/qa/unoapi/ |
| H A D | knownissues.xcl | 25 sw.SwXCell::com::sun::star::text::CellProperties 26 sw.SwXCell::com::sun::star::beans::XPropertySet
|
| H A D | sw.sce | 44 -o sw.SwXCell
|
| /AOO41X/main/qadevOOo/tests/java/mod/_sw/ |
| H A D | SwXCell.java | 56 public class SwXCell extends TestCase { class
|
| /AOO41X/main/sw/source/filter/xml/ |
| H A D | xmltble.cxx | 706 Reference < XCell > xCell = SwXCell::CreateXCell( in ExportTableLinesAutoStyles() 834 Reference<XCell> xCell = SwXCell::CreateXCell( (SwFrmFmt *)rTblInfo.GetTblFmt(), in ExportTableBox()
|
| /AOO41X/main/sw/source/ui/uno/ |
| H A D | unotxvw.cxx | 299 SwXCell* pCell = xIfcTunnel.is() ? reinterpret_cast<SwXCell*>( in select() 300 xIfcTunnel->getSomething(SwXCell::getUnoTunnelId())) : 0; in select()
|
| /AOO41X/main/framework/qa/complex/api_internal/ |
| H A D | api.lst | 204 job206=sw.SwXCell
|