Searched refs:SwXCell (Results 1 – 11 of 11) sorted by relevance
/aoo4110/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" 6 "SwXCell";"com::sun::star::text::CellProperties";"NumberFormat" 8 "SwXCell";"com::sun::star::text::CellProperties";"LeftBorder" 9 "SwXCell";"com::sun::star::text::CellProperties";"RightBorder" 10 "SwXCell";"com::sun::star::text::CellProperties";"TopBorder" 11 "SwXCell";"com::sun::star::text::CellProperties";"BottomBorder" 17 "SwXCell";"com::sun::star::text::CellProperties";"TextSection" [all …]
|
/aoo4110/main/sw/source/core/unocore/ |
H A D | unotbl.cxx | 550 SwXCell* pXCell = 0; in lcl_CreateXCell() 704 double lcl_getValue( SwXCell &rCell ) in lcl_getValue() 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 772 SwXCell::~SwXCell() in ~SwXCell() 831 void SAL_CALL SwXCell::acquire( ) throw() in acquire() 866 bool SwXCell::IsValid() const in IsValid() 1188 SwXCell* SwXCell::CreateXCell(SwFrmFmt* pTblFmt, SwTableBox* pBox, SwTable *pTable ) in CreateXCell() 1190 SwXCell* pRet = 0; in CreateXCell() [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()
|
/aoo4110/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 );
|
/aoo4110/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
|
/aoo4110/main/qadevOOo/tests/java/mod/_sw/ |
H A D | SwXCell.java | 56 public class SwXCell extends TestCase { class
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/main/framework/qa/complex/api_internal/ |
H A D | api.lst | 204 job206=sw.SwXCell
|
Completed in 115 milliseconds