Searched refs:nPropFlags (Results 1 – 1 of 1) sorted by relevance
415 const sal_Int32 nPropFlags = maPropMapper->GetEntryFlags( nIdx ); in CheckSpecialContext() local419 ( ( 0 != ( nPropFlags & MID_FLAG_NO_PROPERTY_IMPORT ) ) || in CheckSpecialContext()506 const sal_Int32 nPropFlags = rPropMapper->GetEntryFlags( nIdx ); in _FillPropertySet() local508 if ( ( 0 == ( nPropFlags & MID_FLAG_NO_PROPERTY ) ) && in _FillPropertySet()509 ( ( 0 != ( nPropFlags & MID_FLAG_MUST_EXIST ) ) || in _FillPropertySet()522 if ( 0 == ( nPropFlags & MID_FLAG_PROPERTY_MAY_EXCEPT ) ) in _FillPropertySet()562 ( ( 0 != ( nPropFlags & MID_FLAG_NO_PROPERTY_IMPORT ) ) || in _FillPropertySet()625 const sal_Int32 nPropFlags = rPropMapper->GetEntryFlags( nIdx ); in _PrepareForMultiPropertySet() local627 if ( ( 0 == ( nPropFlags & MID_FLAG_NO_PROPERTY ) ) && in _PrepareForMultiPropertySet()628 ( ( 0 != ( nPropFlags & MID_FLAG_MUST_EXIST ) ) || in _PrepareForMultiPropertySet()[all …]
Completed in 29 milliseconds