Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/view/
H A Doutlview.cxx1203 AutoLayout eNewLayout = pPage->GetAutoLayout(); in CreateOutlineTextObject() local
1204 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 17 milliseconds