Searched refs:nLayout (Results 1 – 5 of 5) sorted by relevance
| /AOO42X/main/oox/source/ppt/ |
| H A D | slidepersist.cxx | 81 …sal_Int16 nLayout = 20; // 20 == blanc (so many magic numbers :-( the description at com.sun.s… in getLayoutFromValueToken() local 84 case XML_blank: nLayout = 20; break; in getLayoutFromValueToken() 85 case XML_chart: nLayout = 2; break; in getLayoutFromValueToken() 86 case XML_chartAndTx: nLayout = 7; break; in getLayoutFromValueToken() 87 case XML_clipArtAndTx: nLayout = 9; break; in getLayoutFromValueToken() 88 case XML_clipArtAndVertTx: nLayout = 24; break; in getLayoutFromValueToken() 89 case XML_fourObj: nLayout = 18; break; in getLayoutFromValueToken() 90 case XML_obj: nLayout = 11; break; in getLayoutFromValueToken() 91 case XML_objAndTx: nLayout = 13; break; in getLayoutFromValueToken() 92 case XML_objOverTx: nLayout = 14; break; in getLayoutFromValueToken() [all …]
|
| /AOO42X/main/sd/source/ui/dlg/ |
| H A D | sdpreslt.cxx | 195 for (sal_uInt16 nLayout = 0; nLayout < nCount; nLayout++) in FillValueSet() local 197 SdPage* pMaster = (SdPage*)pDoc->GetMasterPage(nLayout); in FillValueSet() 315 for (sal_uInt16 nLayout = 0; nLayout < nCount; nLayout++) in IMPL_LINK() local 317 SdPage* pMaster = (SdPage*) pTemplDoc->GetMasterPage(nLayout); in IMPL_LINK()
|
| /AOO42X/main/sd/source/filter/eppt/ |
| H A D | eppt.cxx | 897 sal_Int16 nLayout = 20; in ImplGetLayout() local 899 aAny >>= nLayout; in ImplGetLayout() 901 if ( ( nLayout >= 21 ) && ( nLayout <= 26 ) ) // NOTES _> HANDOUT6 in ImplGetLayout() 902 nLayout = 20; in ImplGetLayout() 903 if ( ( nLayout >= 27 ) && ( nLayout <= 30 ) ) // VERTICAL LAYOUT in ImplGetLayout() 904 nLayout -= 6; in ImplGetLayout() 905 else if ( nLayout > 30 ) in ImplGetLayout() 906 nLayout = 20; in ImplGetLayout() 907 return pPHLayout[ nLayout ]; in ImplGetLayout() 1243 *mpStrm << rLayout.nLayout; in ImplCreateSlide()
|
| H A D | eppt.hxx | 139 sal_Int32 nLayout; member
|
| /AOO42X/main/sd/source/core/ |
| H A D | sdpage.cxx | 1101 …LayoutDescriptor( int nLayout, int k0 = 0, int k1 = 0, int k2 = 0, int k3 = 0, int k4 = 0, int k5 … 1104 LayoutDescriptor::LayoutDescriptor( int nLayout, int k0, int k1, int k2, int k3, int k4, int k5, in… in LayoutDescriptor() argument 1105 : mnLayout( nLayout ) in LayoutDescriptor() 1166 static void CalcAutoLayoutRectangles( SdPage& rPage, int nLayout, Rectangle* rRectangle ) in CalcAutoLayoutRectangles() argument 1207 switch( nLayout ) in CalcAutoLayoutRectangles() 1219 if( bRightToLeft && (nLayout != 9) ) in CalcAutoLayoutRectangles()
|