Searched refs:eNewLayout (Results 1 – 1 of 1) sorted by relevance
1203 AutoLayout eNewLayout = pPage->GetAutoLayout(); in CreateOutlineTextObject() local1204 switch( eNewLayout ) in CreateOutlineTextObject()1208 case AUTOLAYOUT_TITLE: eNewLayout = AUTOLAYOUT_ENUM; break; in CreateOutlineTextObject()1210 case AUTOLAYOUT_CHART: eNewLayout = AUTOLAYOUT_CHARTTEXT; break; in CreateOutlineTextObject()1214 case AUTOLAYOUT_OBJ: eNewLayout = AUTOLAYOUT_OBJTEXT; break; in CreateOutlineTextObject()1219 if( eNewLayout != pPage->GetAutoLayout() ) in CreateOutlineTextObject()1221 pPage->SetAutoLayout( eNewLayout, true ); in CreateOutlineTextObject()1228 (eNewLayout == AUTOLAYOUT_TITLE) ? PRESOBJ_TEXT : PRESOBJ_OUTLINE, in CreateOutlineTextObject()
Completed in 40 milliseconds