Searched refs:_nDefSize (Results 1 – 2 of 2) sorted by relevance
274 sal_Bool PutDefinedSize(sal_Int32 _nDefSize);276 sal_Bool PutAttributes(sal_Int32 _nDefSize);299 sal_Bool PutAttributes(sal_Int32 _nDefSize);
632 sal_Bool WpADOField::PutDefinedSize(sal_Int32 _nDefSize) in PutDefinedSize() argument635 return (SUCCEEDED(pInterface->put_DefinedSize(_nDefSize))); in PutDefinedSize()638 sal_Bool WpADOField::PutAttributes(sal_Int32 _nDefSize) in PutAttributes() argument641 return (SUCCEEDED(pInterface->put_Attributes(_nDefSize))); in PutAttributes()689 sal_Bool WpADOProperty::PutAttributes(sal_Int32 _nDefSize) in PutAttributes() argument692 return (SUCCEEDED(pInterface->put_Attributes(_nDefSize))); in PutAttributes()
Completed in 20 milliseconds