Home
last modified time | relevance | path

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

/trunk/main/fpicker/source/office/
H A DOfficeControlAccess.cxx237 sal_Int32 nPropertyMask = 0; in getControlProperty() local
238 Control* pControl = implGetControl( _rControlName, &nControlId, &nPropertyMask ); in getControlProperty()
247 if ( 0 == ( nPropertyMask & aPropDesc->nPropertyId ) ) in getControlProperty()
318 sal_Int32 nPropertyMask = 0; in getSupportedControlProperties() local
319 implGetControl( _rControlName, &nControlId, &nPropertyMask ); in getSupportedControlProperties()
327 if ( 0 != ( nPropertyMask & aProp->nPropertyId ) ) in getSupportedControlProperties()
345 sal_Int32 nPropertyMask = 0; in isControlPropertySupported() local
346 implGetControl( _rControlName, &nControlId, &nPropertyMask ); in isControlPropertySupported()
355 return 0 != ( aPropDesc->nPropertyId & nPropertyMask ); in isControlPropertySupported()

Completed in 14 milliseconds