Home
last modified time | relevance | path

Searched refs:sCellProps (Results 1 – 6 of 6) sorted by relevance

/dports/editors/abiword/abiword-3.0.5/src/wp/impexp/xp/
H A Die_exp_RTF_listenerWriteDoc.cpp2759 UT_String sCellProps; in _export_AbiWord_Cell_props() local
2760 sCellProps.clear(); in _export_AbiWord_Cell_props()
2761 _fillCellProps(api, sCellProps); in _export_AbiWord_Cell_props()
2842 UT_String sCellProps; in _exportCellProps() local
2847 _fillCellProps(api,sCellProps); in _exportCellProps()
2871 _getPropString(sCellProps,"top-style",sWork); in _exportCellProps()
2928 _getPropString(sCellProps,"top-color",sWork); in _exportCellProps()
2984 _getPropString(sCellProps,"bg-style",sWork); in _exportCellProps()
3002 _getPropString(sCellProps,"left-style",sWork); in _exportCellProps()
3086 _getPropString(sCellProps,"bot-style",sWork); in _exportCellProps()
[all …]
H A Die_exp_RTF_listenerWriteDoc.h109 void _fillCellProps(PT_AttrPropIndex api, UT_String & sCellProps);
H A Die_imp_RTF.cpp1808 std::string sCellProps; in closePastedTableIfNeeded() local
1814 sCellProps.clear(); in closePastedTableIfNeeded()
1817 UT_std_string_setProperty(sCellProps,sDum,sVal); in closePastedTableIfNeeded()
1820 UT_std_string_setProperty(sCellProps,sDum,sVal); in closePastedTableIfNeeded()
1822 UT_std_string_setProperty(sCellProps,sDum,sTop); in closePastedTableIfNeeded()
1824 UT_std_string_setProperty(sCellProps,sDum,sBot); in closePastedTableIfNeeded()
1826 attrs[1] = sCellProps.c_str(); in closePastedTableIfNeeded()
/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfv_View_cmd.cpp220 UT_String sCellProps; in cmdSplitCells() local
221 getCellFormat(posCol,sCellProps); in cmdSplitCells()
530 UT_String_setProperty(sCellProps,sRowTop,sTop); in cmdSplitCells()
531 UT_String_setProperty(sCellProps,sRowBot,sBot); in cmdSplitCells()
532 UT_String_setProperty(sCellProps,sColLeft,sLeft); in cmdSplitCells()
539 atts[1] = sCellProps.c_str(); in cmdSplitCells()
555 UT_String_setProperty(sCellProps,sRowTop,sTop); in cmdSplitCells()
556 UT_String_setProperty(sCellProps,sRowBot,sBot); in cmdSplitCells()
561 atts[1] = sCellProps.c_str(); in cmdSplitCells()
615 atts[1] = sCellProps.c_str(); in cmdSplitCells()
[all …]
H A Dfv_View.h836 bool getCellFormat(PT_DocPosition pos, UT_String & sCellProps) const;
H A Dfv_View.cpp6271 bool FV_View::getCellFormat(PT_DocPosition pos, UT_String & sCellProps) const in getCellFormat()
6273 sCellProps.clear(); in getCellFormat()
6308 UT_String_setProperty(sCellProps,sPropName,sPropVal); in getCellFormat()