Searched refs:RES_GRFATR_MIRRORGRF (Results 1 – 8 of 8) sorted by relevance
/aoo4110/main/sw/source/ui/shells/ |
H A D | grfsh.cxx | 132 RES_GRFATR_MIRRORGRF, RES_GRFATR_CROPGRF, in Execute() 221 RES_GRFATR_MIRRORGRF, RES_GRFATR_CROPGRF ); in Execute() 360 SfxItemSet aSet(rSh.GetAttrPool(), RES_GRFATR_MIRRORGRF, RES_GRFATR_MIRRORGRF); in Execute() 362 SwMirrorGrf aGrf((const SwMirrorGrf &)aSet.Get(RES_GRFATR_MIRRORGRF)); in Execute() 396 SwMirrorGrf aMirror( (SwMirrorGrf&)aGrfSet.Get( RES_GRFATR_MIRRORGRF ) ); in ExecAttr() 570 RES_GRFATR_MIRRORGRF )).GetValue()); in GetAttrState() 581 RES_GRFATR_MIRRORGRF )).GetValue()); in GetAttrState()
|
/aoo4110/main/sw/inc/ |
H A D | grfatr.hxx | 55 … : SfxEnumItem( RES_GRFATR_MIRRORGRF, static_cast< sal_uInt16 >(eMiro) ), bGrfToggle( sal_False ) in SwMirrorGrf() 58 : SfxEnumItem( RES_GRFATR_MIRRORGRF, rMirrorGrf.GetValue()), in SwMirrorGrf() 312 { return (const SwMirrorGrf&)Get( RES_GRFATR_MIRRORGRF,bInP); } in GetMirrorGrf()
|
H A D | hintids.hxx | 240 RES_GRFATR_MIRRORGRF = RES_GRFATR_BEGIN, // 123 enumerator
|
/aoo4110/main/sw/source/core/unocore/ |
H A D | unoframe.cxx | 618 …rorGrf aMirror ( static_cast < const :: SwMirrorGrf& > ( rFromSet.Get ( RES_GRFATR_MIRRORGRF ) ) ); in lcl_FillMirror() 651 GetProperty(RES_GRFATR_MIRRORGRF, MID_MIRROR_HORZ_EVEN_PAGES, pHEvenMirror); in AnyToItemSet() 652 GetProperty(RES_GRFATR_MIRRORGRF, MID_MIRROR_HORZ_ODD_PAGES, pHOddMirror); in AnyToItemSet() 653 GetProperty(RES_GRFATR_MIRRORGRF, MID_MIRROR_VERT, pVMirror); in AnyToItemSet()
|
H A D | unomap.cxx | 1141 …{ SW_PROP_NMID(UNO_NAME_HORI_MIRRORED_ON_EVEN_PAGES), RES_GRFATR_MIRRORGRF, CPPU_E2T(CPPUTYPE_BOOL… in GetPropertyMapEntries() 1142 …{ SW_PROP_NMID(UNO_NAME_HORI_MIRRORED_ON_ODD_PAGES), RES_GRFATR_MIRRORGRF, CPPU_E2T(CPPUTYPE_BOOLE… in GetPropertyMapEntries() 1143 …{ SW_PROP_NMID(UNO_NAME_VERT_MIRRORED), RES_GRFATR_MIRRORGRF, CPPU_E2T(CPPUTYPE_BOOLEAN), PRO… in GetPropertyMapEntries()
|
/aoo4110/main/sw/source/core/bastyp/ |
H A D | init.cxx | 631 aAttrTab[ RES_GRFATR_MIRRORGRF- POOLATTR_BEGIN ] = new SwMirrorGrf; in _InitCore()
|
/aoo4110/main/sw/source/core/doc/ |
H A D | dbgoutsw.cxx | 236 aItemWhichMap[RES_GRFATR_MIRRORGRF] = String("GRFATR_MIRRORGRF", RTL_TEXTENCODING_ASCII_US); in GetItemWhichMap()
|
/aoo4110/main/sw/source/ui/frmdlg/ |
H A D | frmpage.cxx | 2481 SfxItemState eState = rSet.GetItemState(RES_GRFATR_MIRRORGRF, sal_True, &pItem); in ActivatePage() 2485 pItem = &rSet.Get( RES_GRFATR_MIRRORGRF ); in ActivatePage()
|
Completed in 108 milliseconds