Searched refs:itemset (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/sc/source/filter/inc/ |
H A D | ftools.hxx | 46 #define GETITEM( itemset, itemtype, which ) \ argument 47 static_cast< const itemtype & >( (itemset).Get( which ) ) 50 #define GETITEMVALUE( itemset, itemtype, which, valuetype ) \ argument 51 static_cast< valuetype >( GETITEM( itemset, itemtype, which ).GetValue() ) 54 #define GETITEMBOOL( itemset, which ) \ argument 55 GETITEMVALUE( itemset, SfxBoolItem, which, bool )
|
/aoo42x/main/dbaccess/source/ui/dlg/ |
H A D | ConnectionHelper.hxx | 41 #define FILL_STRING_ITEM(editcontrol, itemset, itemid, modifiedflag) \ argument 44 itemset.Put(SfxStringItem(itemid, editcontrol.GetText())); \
|
/aoo42x/main/svl/ |
H A D | Package_inc.mk | 68 $(eval $(call gb_Package_add_file,svl_inc,inc/svl/itemset.hxx,svl/itemset.hxx))
|
H A D | Library_svl.mk | 91 svl/source/items/itemset \
|
Completed in 26 milliseconds