Searched refs:ValueItemWrapper (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/sfx2/inc/sfx2/ |
H A D | itemwrapper.hxx | 138 class ValueItemWrapper : public SingleItemWrapper< ItemT, ValueT > class 141 inline explicit ValueItemWrapper( sal_uInt16 nSlot ) : in ValueItemWrapper() function in sfx::ValueItemWrapper 152 typedef ValueItemWrapper< SfxBoolItem, sal_Bool > BoolItemWrapper; 153 typedef ValueItemWrapper< SfxInt16Item, sal_Int16 > Int16ItemWrapper; 154 typedef ValueItemWrapper< SfxUInt16Item, sal_uInt16 > UInt16ItemWrapper; 155 typedef ValueItemWrapper< SfxInt32Item, sal_Int32 > Int32ItemWrapper; 156 typedef ValueItemWrapper< SfxUInt32Item, sal_uInt32 > UInt32ItemWrapper; 157 typedef ValueItemWrapper< SfxStringItem, const String& > StringItemWrapper;
|
/aoo41x/main/cui/source/tabpages/ |
H A D | align.cxx | 58 typedef sfx::ValueItemWrapper< SvxHorJustifyItem, SvxCellHorJustify, sal_uInt16 > HorJustItemWrappe… 74 typedef sfx::ValueItemWrapper< SvxVerJustifyItem, SvxCellVerJustify, sal_uInt16 > VerJustItemWrappe… 88 typedef sfx::ValueItemWrapper< SvxRotateModeItem, SvxRotateMode, sal_uInt16 > RotateModeItemWrapper;
|
/aoo41x/main/svx/inc/svx/ |
H A D | frmdirlbox.hxx | 92 typedef sfx::ValueItemWrapper< SvxFrameDirectionItem, SvxFrameDirection, sal_uInt16 > FrameDirItemW…
|
Completed in 110 milliseconds