Searched refs:implCheckItemType (Results 1 – 1 of 1) sorted by relevance
/aoo42x/main/dbaccess/source/ui/dlg/ |
H A D | DbAdminImpl.cxx | 103 …sal_Bool implCheckItemType( SfxItemSet& _rSet, const sal_uInt16 _nId, const TypeId _nExpectedItemT… in implCheckItemType() function 989 if ( implCheckItemType( _rSet, _nId, SfxStringItem::StaticType() ) ) in implTranslateProperty() 1006 if ( implCheckItemType( _rSet, _nId, SfxBoolItem::StaticType() ) ) in implTranslateProperty() 1012 else if ( implCheckItemType( _rSet, _nId, OptionalBoolItem::StaticType() ) ) in implTranslateProperty() 1036 if ( implCheckItemType( _rSet, _nId, SfxInt32Item::StaticType() ) ) in implTranslateProperty() 1053 if ( implCheckItemType( _rSet, _nId, OStringListItem::StaticType() ) ) in implTranslateProperty()
|
Completed in 19 milliseconds