Lines Matching refs:LayoutDescriptor

1095 struct LayoutDescriptor  struct
1101LayoutDescriptor( int nLayout, int k0 = 0, int k1 = 0, int k2 = 0, int k3 = 0, int k4 = 0, int k5 … argument
1104 LayoutDescriptor::LayoutDescriptor( int nLayout, int k0, int k1, int k2, int k3, int k4, int k5, in… in LayoutDescriptor() function in LayoutDescriptor
1116 static const LayoutDescriptor& GetLayoutDescriptor( AutoLayout eLayout ) in GetLayoutDescriptor()
1118 static LayoutDescriptor aLayouts[AUTOLAYOUT__END-AUTOLAYOUT__START] = in GetLayoutDescriptor()
1120LayoutDescriptor( 0, PRESOBJ_TITLE, PRESOBJ_TEXT ), // AUTOLAYOUT_… in GetLayoutDescriptor()
1121LayoutDescriptor( 0, PRESOBJ_TITLE, PRESOBJ_OUTLINE ), // AUTOLAYOUT_… in GetLayoutDescriptor()
1122LayoutDescriptor( 0, PRESOBJ_TITLE, PRESOBJ_OUTLINE ), // AUTOLAYOUT_… in GetLayoutDescriptor()
1123LayoutDescriptor( 1, PRESOBJ_TITLE, PRESOBJ_OUTLINE, PRESOBJ_OUTLINE ), // AUTOLAYOUT_… in GetLayoutDescriptor()
1124LayoutDescriptor( 1, PRESOBJ_TITLE, PRESOBJ_OUTLINE, PRESOBJ_OUTLINE ), // AUTOLAYOUT_… in GetLayoutDescriptor()
1125LayoutDescriptor( 0, PRESOBJ_TITLE, PRESOBJ_OUTLINE ), // AUTOLAYOUT_… in GetLayoutDescriptor()
1126LayoutDescriptor( 1, PRESOBJ_TITLE, PRESOBJ_OUTLINE, PRESOBJ_OUTLINE ), // AUTOLAYOUT_… in GetLayoutDescriptor()
1127LayoutDescriptor( 1, PRESOBJ_TITLE, PRESOBJ_OUTLINE, PRESOBJ_OUTLINE ), // AUTOLAYOUT_… in GetLayoutDescriptor()
1128LayoutDescriptor( 0, PRESOBJ_TITLE, PRESOBJ_OUTLINE ), // AUTOLAYOUT_… in GetLayoutDescriptor()
1129LayoutDescriptor( 1, PRESOBJ_TITLE, PRESOBJ_OUTLINE, PRESOBJ_OUTLINE ), // AUTOLAYOUT_… in GetLayoutDescriptor()
1130LayoutDescriptor( 1, PRESOBJ_TITLE, PRESOBJ_OUTLINE, PRESOBJ_OUTLINE ), // AUTOLAYOUT_… in GetLayoutDescriptor()
1131LayoutDescriptor( 0, PRESOBJ_TITLE, PRESOBJ_OBJECT ), // AUTOLAYOUT_… in GetLayoutDescriptor()
1132LayoutDescriptor( 2, PRESOBJ_TITLE, PRESOBJ_OUTLINE, PRESOBJ_OUTLINE, PRESOBJ_OUTLINE ), // AUT… in GetLayoutDescriptor()
1133LayoutDescriptor( 1, PRESOBJ_TITLE, PRESOBJ_OUTLINE, PRESOBJ_OUTLINE ), // AUTOLAYOUT_… in GetLayoutDescriptor()
1134LayoutDescriptor( 4, PRESOBJ_TITLE, PRESOBJ_OUTLINE, PRESOBJ_OUTLINE ), // AUTOLAYOUT_… in GetLayoutDescriptor()
1135LayoutDescriptor( 3, PRESOBJ_TITLE, PRESOBJ_OUTLINE, PRESOBJ_OUTLINE, PRESOBJ_OUTLINE ), // AUT… in GetLayoutDescriptor()
1136LayoutDescriptor( 5, PRESOBJ_TITLE, PRESOBJ_OUTLINE, PRESOBJ_OUTLINE, PRESOBJ_OUTLINE ), // AUT… in GetLayoutDescriptor()
1137LayoutDescriptor( 4, PRESOBJ_TITLE, PRESOBJ_OUTLINE, PRESOBJ_OUTLINE ), // AUTOLAYOUT_… in GetLayoutDescriptor()
1138LayoutDescriptor( 6, PRESOBJ_TITLE, PRESOBJ_OUTLINE, PRESOBJ_OUTLINE, // AUTOLAYOUT_… in GetLayoutDescriptor()
1140LayoutDescriptor( 0, PRESOBJ_TITLE, PRESOBJ_NONE ), // AUTOLAYOUT_… in GetLayoutDescriptor()
1141LayoutDescriptor( 0, PRESOBJ_NONE ), // AUTOLAYOUT_… in GetLayoutDescriptor()
1142LayoutDescriptor( 0, PRESOBJ_PAGE, PRESOBJ_NOTES ), // AUTOLAYOUT_… in GetLayoutDescriptor()
1143LayoutDescriptor( 0 ), // AUTOLAYOUT_… in GetLayoutDescriptor()
1144LayoutDescriptor( 0 ), // AUTOLAYOUT_… in GetLayoutDescriptor()
1145LayoutDescriptor( 0 ), // AUTOLAYOUT_… in GetLayoutDescriptor()
1146LayoutDescriptor( 0 ), // AUTOLAYOUT_… in GetLayoutDescriptor()
1147LayoutDescriptor( 0 ), // AUTOLAYOUT_… in GetLayoutDescriptor()
1148LayoutDescriptor( 7, PRESOBJ_TITLE|VERTICAL, PRESOBJ_OUTLINE|VERTICAL, PRESOBJ_OUTLINE ),// AUTOLA… in GetLayoutDescriptor()
1149LayoutDescriptor( 8, PRESOBJ_TITLE|VERTICAL, PRESOBJ_OUTLINE|VERTICAL ), // AUTOLAYOUT_… in GetLayoutDescriptor()
1150LayoutDescriptor( 0, PRESOBJ_TITLE, PRESOBJ_OUTLINE|VERTICAL ), // AUTOLAYOUT_… in GetLayoutDescriptor()
1151LayoutDescriptor( 9, PRESOBJ_TITLE, PRESOBJ_OUTLINE|VERTICAL, PRESOBJ_OUTLINE|VERTICAL ), // AUT… in GetLayoutDescriptor()
1152LayoutDescriptor( 0 ), // AUTOLAYOUT_… in GetLayoutDescriptor()
1153LayoutDescriptor( 10, PRESOBJ_TEXT, PRESOBJ_NONE ), // AUTOLAYOUT_… in GetLayoutDescriptor()
1154LayoutDescriptor( 6, PRESOBJ_TITLE, PRESOBJ_OUTLINE, PRESOBJ_OUTLINE, // AUTOLAYOUT_… in GetLayoutDescriptor()
1156LayoutDescriptor( 11, PRESOBJ_TITLE, PRESOBJ_OUTLINE, PRESOBJ_OUTLINE, // AUTOLAYOUT_… in GetLayoutDescriptor()
1378 void findAutoLayoutShapesImpl( SdPage& rPage, const LayoutDescriptor& rDescriptor, std::vector< Sdr… in findAutoLayoutShapesImpl()
1560 const LayoutDescriptor& aDescriptor = GetLayoutDescriptor( meAutoLayout ); in SetAutoLayout()