Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/inc/
H A Dftools.hxx46 #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 )
/trunk/main/dbaccess/source/ui/dlg/
H A DConnectionHelper.hxx41 #define FILL_STRING_ITEM(editcontrol, itemset, itemid, modifiedflag) \ argument
44 itemset.Put(SfxStringItem(itemid, editcontrol.GetText())); \
/trunk/main/svl/
H A DPackage_inc.mk68 $(eval $(call gb_Package_add_file,svl_inc,inc/svl/itemset.hxx,svl/itemset.hxx))
H A DLibrary_svl.mk91 svl/source/items/itemset \

Completed in 37 milliseconds