Home
last modified time | relevance | path

Searched refs:pSmProps (Results 1 – 1 of 1) sorted by last modified time

/aoo42x/main/vcl/unx/generic/app/
H A Dsm.cxx200 static SmProp* pSmProps = NULL; variable
208 if( ! pSmProps ) in BuildSmPropertyList()
213 pSmProps = new SmProp[ nSmProps ]; in BuildSmPropertyList()
217 pSmProps[ 0 ].num_vals = 1; in BuildSmPropertyList()
224 pSmProps[ 1 ].num_vals = 1; in BuildSmPropertyList()
231 pSmProps[ 2 ].num_vals = 3; in BuildSmPropertyList()
255 pSmProps[ 3 ].num_vals = 1; in BuildSmPropertyList()
258 pSmProps[ 3 ].vals->length = strlen( (char *)pSmProps[ 3 ].vals->value )+1; in BuildSmPropertyList()
262 pSmProps[ 4 ].num_vals = 1; in BuildSmPropertyList()
267 pSmProps[ 4 ].vals->length = 1; in BuildSmPropertyList()
[all …]

Completed in 16 milliseconds