Searched refs:CreateXCell (Results 1 – 5 of 5) sorted by relevance
/trunk/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()
|
/trunk/main/sw/source/core/unocore/ |
H A D | unocrsrhelper.cxx | 400 uno::Reference< XCell > xCell = SwXCell::CreateXCell(pTableFmt, pBox); in getCrsrPropertyValue()
|
H A D | unotbl.cxx | 556 pXCell = SwXCell::CreateXCell(pFmt, pBox, pTable); in lcl_CreateXCell() 1188 SwXCell* SwXCell::CreateXCell(SwFrmFmt* pTblFmt, SwTableBox* pBox, SwTable *pTable ) in CreateXCell() function in SwXCell 2188 xRet = SwXCell::CreateXCell(pFmt, pBox); in getCellByName()
|
H A D | unoobj2.cxx | 1224 ? SwXCell::CreateXCell( pTableFmt, pBox ) in CreateParentXText()
|
/trunk/main/sw/inc/ |
H A D | unotbl.hxx | 173 static SwXCell* CreateXCell(SwFrmFmt* pTblFmt, SwTableBox* pBox, SwTable *pTbl = 0 );
|
Completed in 95 milliseconds