Home
last modified time | relevance | path

Searched refs:RES_MIRROR_GRAPH_HOR (Results 1 – 11 of 11) sorted by relevance

/AOO41X/main/sw/source/core/graphic/
H A Dgrfatr.cxx105 bVal = GetValue() == RES_MIRROR_GRAPH_HOR || in QueryValue()
127 sal_Bool bIsVert = GetValue() == RES_MIRROR_GRAPH_HOR || in PutValue()
135 bIsVert ? RES_MIRROR_GRAPH_HOR : RES_MIRROR_GRAPH_DONT; in PutValue()
147 SetValue( RES_MIRROR_GRAPH_HOR ); in PutValue()
153 else if ( GetValue() == RES_MIRROR_GRAPH_HOR ) in PutValue()
H A Dndgrf.cxx1197 case RES_MIRROR_GRAPH_HOR: in GetGraphicAttr()
1214 case RES_MIRROR_GRAPH_HOR: in GetGraphicAttr()
/AOO41X/main/sw/source/ui/shells/
H A Dgrfsh.cxx403 case RES_MIRROR_GRAPH_HOR: nMirror = RES_MIRROR_GRAPH_BOTH; in ExecAttr()
407 case RES_MIRROR_GRAPH_BOTH: nMirror = RES_MIRROR_GRAPH_HOR; in ExecAttr()
413 case RES_MIRROR_GRAPH_DONT: nMirror = RES_MIRROR_GRAPH_HOR; in ExecAttr()
417 case RES_MIRROR_GRAPH_HOR: nMirror = RES_MIRROR_GRAPH_DONT; in ExecAttr()
583 rSet.Put(SfxBoolItem( nWhich, nState == RES_MIRROR_GRAPH_HOR || in GetAttrState()
/AOO41X/main/sw/source/core/doc/
H A Dnotxtfrm.cxx382 if( nMirror == RES_MIRROR_GRAPH_HOR || nMirror == RES_MIRROR_GRAPH_BOTH ) in lcl_CalcRect()
423 case RES_MIRROR_GRAPH_HOR: nMirror = RES_MIRROR_GRAPH_BOTH; break; in GetGrfArea()
424 default: nMirror = RES_MIRROR_GRAPH_HOR; break; in GetGrfArea()
470 if( nMirror == RES_MIRROR_GRAPH_HOR || nMirror == RES_MIRROR_GRAPH_BOTH ) in GetGrfArea()
/AOO41X/main/sw/inc/
H A Dgrfatr.hxx44 RES_MIRROR_GRAPH_HOR, enumerator
/AOO41X/main/sw/source/ui/utlui/
H A Dattrdesc.cxx1100 case RES_MIRROR_GRAPH_HOR: nId = STR_HORI_MIRROR; break; in GetPresentation()
/AOO41X/main/sw/source/ui/frmdlg/
H A Dfrmpage.cxx2494 case RES_MIRROR_GRAPH_HOR: aMirrorVertBox.Check(sal_True); break; in ActivatePage()
2582 RES_MIRROR_GRAPH_HOR : RES_MIRROR_GRAPH_DONT; in FillItemSet()
/AOO41X/main/sw/source/filter/html/
H A Dhtmlfly.cxx1597 case RES_MIRROR_GRAPH_HOR: nFlags = XOUTBMP_MIRROR_VERT; break; in OutHTML_FrmFmtGrfNode()
/AOO41X/main/sw/source/filter/ww8/
H A Dww8graf.cxx3125 eType = RES_MIRROR_GRAPH_HOR; in MatchEscherMirrorIntoFlySet()
H A Dwrtw8esh.cxx1563 case RES_MIRROR_GRAPH_HOR: in AddMirrorFlags()
/AOO41X/main/sw/source/core/layout/
H A Datrfrm.cxx3286 else if ( RES_MIRROR_GRAPH_HOR == nMirror ) in GetIMapObject()