Home
last modified time | relevance | path

Searched refs:SwXCell (Results 1 – 11 of 11) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sw/
H A Dcom.sun.star.comp.office.SwXCell.csv1 "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 …]
/trunk/main/sw/source/core/unocore/
H A Dunotbl.cxx550 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 Dunoobj2.cxx1195 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 Dunocrsrhelper.cxx400 uno::Reference< XCell > xCell = SwXCell::CreateXCell(pTableFmt, pBox); in getCrsrPropertyValue()
/trunk/main/sw/inc/
H A Dunotbl.hxx61 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 );
/trunk/main/sw/qa/unoapi/
H A Dknownissues.xcl25 sw.SwXCell::com::sun::star::text::CellProperties
26 sw.SwXCell::com::sun::star::beans::XPropertySet
H A Dsw.sce44 -o sw.SwXCell
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sw/
H A DSwXCell.java56 public class SwXCell extends TestCase { class
/trunk/main/sw/source/filter/xml/
H A Dxmltble.cxx706 Reference < XCell > xCell = SwXCell::CreateXCell( in ExportTableLinesAutoStyles()
834 Reference<XCell> xCell = SwXCell::CreateXCell( (SwFrmFmt *)rTblInfo.GetTblFmt(), in ExportTableBox()
/trunk/main/sw/source/ui/uno/
H A Dunotxvw.cxx299 SwXCell* pCell = xIfcTunnel.is() ? reinterpret_cast<SwXCell*>( in select()
300 xIfcTunnel->getSomething(SwXCell::getUnoTunnelId())) : 0; in select()
/trunk/main/framework/qa/complex/api_internal/
H A Dapi.lst204 job206=sw.SwXCell

Completed in 105 milliseconds