Searched refs:AUTOLAYOUT__START (Results 1 – 5 of 5) sorted by relevance
54 AUTOLAYOUT__START = 0, enumerator
301 if (CHECK_RANGE (AUTOLAYOUT__START, (AutoLayout) pLayout->GetValue (), AUTOLAYOUT__END)) in CreateOrDuplicatePage()
163 if (aLayout >= AUTOLAYOUT__START in ProcessModifyPageSlot()
1134 static LayoutDescriptor aLayouts[AUTOLAYOUT__END-AUTOLAYOUT__START] = in GetLayoutDescriptor()1176 if( (eLayout < AUTOLAYOUT__START) || (eLayout >= AUTOLAYOUT__END) ) in GetLayoutDescriptor()1179 return aLayouts[ eLayout - AUTOLAYOUT__START ]; in GetLayoutDescriptor()
815 if (aLayout<AUTOLAYOUT__START || aLayout>AUTOLAYOUT__END) in UpdateSelection()
Completed in 34 milliseconds