Searched refs:eLayout (Results 1 – 10 of 10) sorted by relevance
/aoo42x/main/sd/source/ui/controller/ |
H A D | slidelayoutcontroller.cxx | 301 AutoLayout eLayout = AUTOLAYOUT__END; in IMPL_LINK() local 307 eLayout = static_cast< AutoLayout >(mpLayoutSet1->GetSelectItemId()-1); in IMPL_LINK() 311 eLayout = static_cast< AutoLayout >(mpLayoutSet2->GetSelectItemId()-1); in IMPL_LINK() 314 if( eLayout != AUTOLAYOUT__END ) in IMPL_LINK() 318 aArgs[0].Value <<= (sal_Int32)eLayout; in IMPL_LINK()
|
/aoo42x/main/svx/source/items/ |
H A D | pageitem.cxx | 219 style::PageStyleLayout eLayout; in PutValue() local 220 if(!(rVal >>= eLayout)) in PutValue() 225 eLayout = (style::PageStyleLayout)nValue; in PutValue() 228 switch( eLayout ) in PutValue()
|
/aoo42x/main/sd/source/ui/view/ |
H A D | DocumentRenderer.cxx | 1580 AutoLayout eLayout = AUTOLAYOUT_HANDOUT6; in InitHandoutTemplate() local 1583 case 0: eLayout = AUTOLAYOUT_NONE; break; // AUTOLAYOUT_HANDOUT1; break; in InitHandoutTemplate() 1584 case 1: eLayout = AUTOLAYOUT_HANDOUT1; break; in InitHandoutTemplate() 1585 case 2: eLayout = AUTOLAYOUT_HANDOUT2; break; in InitHandoutTemplate() 1586 case 3: eLayout = AUTOLAYOUT_HANDOUT3; break; in InitHandoutTemplate() 1587 case 4: eLayout = AUTOLAYOUT_HANDOUT4; break; in InitHandoutTemplate() 1589 case 6: eLayout = AUTOLAYOUT_HANDOUT6; break; in InitHandoutTemplate() 1590 case 9: eLayout = AUTOLAYOUT_HANDOUT9; break; in InitHandoutTemplate() 1612 const bool bDrawLines (eLayout == AUTOLAYOUT_HANDOUT3); in InitHandoutTemplate() 1615 SdPage::CalculateHandoutAreas( rModel, eLayout, bHandoutHorizontal, aAreas ); in InitHandoutTemplate()
|
H A D | ViewShellImplementation.cxx | 278 AutoLayout eLayout = pPage->GetAutoLayout(); in AssignLayout() local 281 eLayout = static_cast< AutoLayout >( pWhatLayout->GetValue() ); in AssignLayout() 298 aRequest.AppendItem(SfxUInt32Item (ID_VAL_WHATLAYOUT, eLayout)); in AssignLayout()
|
/aoo42x/main/sd/source/core/ |
H A D | sdpage.cxx | 1116 static const LayoutDescriptor& GetLayoutDescriptor( AutoLayout eLayout ) in GetLayoutDescriptor() argument 1160 if( (eLayout < AUTOLAYOUT__START) || (eLayout >= AUTOLAYOUT__END) ) in GetLayoutDescriptor() 1161 eLayout = AUTOLAYOUT_NONE; in GetLayoutDescriptor() 1163 return aLayouts[ eLayout - AUTOLAYOUT__START ]; in GetLayoutDescriptor() 1539 void SdPage::SetAutoLayout(AutoLayout eLayout, sal_Bool bInit, sal_Bool bCreate ) in SetAutoLayout() argument 1543 const bool bSwitchLayout = eLayout != GetAutoLayout(); in SetAutoLayout() 1548 meAutoLayout = eLayout; in SetAutoLayout() 2946 void SdPage::CalculateHandoutAreas( SdDrawDocument& rModel, AutoLayout eLayout, bool bHorizontal, s… in CalculateHandoutAreas() argument 2950 if( eLayout == AUTOLAYOUT_NONE ) in CalculateHandoutAreas() 2997 switch ( eLayout ) in CalculateHandoutAreas()
|
/aoo42x/main/xmloff/source/style/ |
H A D | PageMasterPropHdl.cxx | 92 PageStyleLayout eLayout; in exportXML() local 94 if( rValue >>= eLayout ) in exportXML() 97 switch( eLayout ) in exportXML()
|
/aoo42x/main/sd/source/filter/ppt/ |
H A D | pptin.cxx | 657 … sal_Bool bSwapStyleSheet = pSlideLayout->eLayout == PPT_LAYOUT_TITLEMASTERSLIDE; in Import() 1063 else if ( GetSlideLayoutAtom()->eLayout == PPT_LAYOUT_TITLEMASTERSLIDE ) in Import() 1065 if ( GetSlideLayoutAtom()->eLayout == PPT_LAYOUT_TITLEMASTERSLIDE ) in Import() 1100 … switch ( pSlideLayout->eLayout ) // Praesentationslayouts fuer Standard-Seiten in Import() 1443 && ( rSlidePersist.aSlideAtom.aLayout.eLayout == PPT_LAYOUT_TITLESLIDE ) in SetHeaderFooterPageSettings() 2527 if ( pSlideLayout->eLayout == PPT_LAYOUT_TITLEANDBODYSLIDE ) in ApplyTextObj() 2532 … else if ( pSlideLayout->eLayout == PPT_LAYOUT_2COLUMNSANDTITLE ) in ApplyTextObj() 2543 … else if ( pSlideLayout->eLayout == PPT_LAYOUT_2ROWSANDTITLE ) in ApplyTextObj() 2562 if ( pSlideLayout->eLayout == PPT_LAYOUT_2COLUMNSANDTITLE ) in ApplyTextObj() 2573 … else if ( pSlideLayout->eLayout == PPT_LAYOUT_2ROWSANDTITLE ) in ApplyTextObj()
|
/aoo42x/main/sd/inc/ |
H A D | sdpage.hxx | 210 void SetAutoLayout(AutoLayout eLayout, sal_Bool bInit=sal_False, sal_Bool bCreate=sal_False); 377 …static void CalculateHandoutAreas( SdDrawDocument& rModel, AutoLayout eLayout, bool bHorizontal, s…
|
/aoo42x/main/filter/inc/filter/msfilter/ |
H A D | svdfppt.hxx | 207 sal_Int32 eLayout; // 0..18 member
|
/aoo42x/main/filter/source/msfilter/ |
H A D | svdfppt.cxx | 358 eLayout = 0; in Clear() 368 rIn >> rAtom.eLayout; in operator >>() 1107 if ( GetSlideLayoutAtom()->eLayout == PPT_LAYOUT_TITLEMASTERSLIDE ) in ProcessObj()
|
Completed in 144 milliseconds