Home
last modified time | relevance | path

Searched refs:ValueItemWrapper (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sfx2/inc/sfx2/
H A Ditemwrapper.hxx138 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;
/trunk/main/cui/source/tabpages/
H A Dalign.cxx58 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;
/trunk/main/svx/inc/svx/
H A Dfrmdirlbox.hxx92 typedef sfx::ValueItemWrapper< SvxFrameDirectionItem, SvxFrameDirection, sal_uInt16 > FrameDirItemW…

Completed in 19 milliseconds