Home
last modified time | relevance | path

Searched refs:sLeftPos (Results 1 – 2 of 2) sorted by relevance

/dports/editors/abiword/abiword-3.0.5/src/wp/impexp/xp/
H A Die_Table.cpp1179 UT_String sLeftPos = getPropVal("table-column-leftpos"); in writeTablePropsInDoc() local
1180 if(sLeftPos.size()==0) in writeTablePropsInDoc()
1182 sLeftPos = "0.0in"; in writeTablePropsInDoc()
1185 double dLeftPos = UT_convertToInches(sLeftPos.c_str()); in writeTablePropsInDoc()
1187 setProp("table-column-leftpos",sLeftPos.c_str()); in writeTablePropsInDoc()
H A Die_imp_RTF.cpp5500 std::string sLeftPos = UT_formatDimensionString(DIM_IN,dLeftPos,NULL); in TranslateKeywordID() local
5501 getTable()->setProp("table-column-leftpos",sLeftPos); in TranslateKeywordID()