Home
last modified time | relevance | path

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

/dports/editors/abiword/abiword-3.0.5/src/wp/ap/xp/
H A Dap_Args.cpp57 const char * AP_Args::m_sThumbXY = "100x120"; // number of pixels in thumbnail by default member in AP_Args
70 …{"sizeXY",'S', 0, G_OPTION_ARG_STRING, &AP_Args::m_sThumbXY, "Size of PNG thumb nail in pixels","V…
H A Dap_Args.h61 static const char * m_sThumbXY; variable