Home
last modified time | relevance | path

Searched refs:sXpos (Results 1 – 5 of 5) sorted by relevance

/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfv_FrameEdit.h40 UT_String sXpos; member
H A Dfv_FrameEdit.cpp996 FrameStrings.sXpos = UT_formatDimensionedValue(xPos,"in", NULL); in getFrameStrings()
1072 "xpos",FrameStrings.sXpos.c_str(), in mouseRelease()
1218 const gchar * props[] = {"xpos",FrameStrings.sXpos.c_str(), in mouseRelease()
/dports/editors/abiword/abiword-3.0.5/src/wp/ap/xp/
H A Dap_Dialog_FormatFrame.cpp741 m_vecProps.addOrReplaceProp("xpos",FrameStrings.sXpos.c_str()); in applyChanges()
H A Dap_TopRuler.cpp2718 UT_String sXpos(""); in mouseRelease() local
2721 sXpos = UT_formatDimensionedValue(dX,"in", NULL); in mouseRelease()
2725 "xpos",sXpos.c_str(), in mouseRelease()
H A Dap_EditMethods.cpp11565 properties[11] = FrameStrings.sXpos.c_str(); in Defun1()