Lines Matching refs:n
142 sal_Int16 n = 0; in ImplGetPropertyValue_INT16() local
146 aVal >>= n; in ImplGetPropertyValue_INT16()
148 return n; in ImplGetPropertyValue_INT16()
153 sal_uInt16 n = 0; in ImplGetPropertyValue_UINT16() local
157 aVal >>= n; in ImplGetPropertyValue_UINT16()
159 return n; in ImplGetPropertyValue_UINT16()
164 sal_Int32 n = 0; in ImplGetPropertyValue_INT32() local
168 aVal >>= n; in ImplGetPropertyValue_INT32()
170 return n; in ImplGetPropertyValue_INT32()
175 sal_uInt32 n = 0; in ImplGetPropertyValue_UINT32() local
179 aVal >>= n; in ImplGetPropertyValue_UINT32()
181 return n; in ImplGetPropertyValue_UINT32()
186 double n = 0; in ImplGetPropertyValue_DOUBLE() local
190 aVal >>= n; in ImplGetPropertyValue_DOUBLE()
192 return n; in ImplGetPropertyValue_DOUBLE()