/aoo42x/main/sw/source/ui/utlui/ |
H A D | uitool.cxx | 197 rPageDesc.SetLandscape(rPageItem.IsLandscape()); in ItemSetToPageDesc() 339 aPageItem.SetLandscape(rPageDesc.GetLandscape()); in PageDescToItemSet()
|
/aoo42x/main/sw/inc/ |
H A D | pvprtdat.hxx | 69 void SetLandscape( sal_Bool b ) { bLandscape = b; } in SetLandscape() function in SwPagePreViewPrtData
|
H A D | pagedesc.hxx | 167 void SetLandscape( sal_Bool bNew ) { bLandscape = bNew; } in SetLandscape() function in SwPageDesc
|
/aoo42x/main/svx/inc/svx/ |
H A D | pageitem.hxx | 107 void SetLandscape(sal_Bool bL) { bLandscape = bL; } in SetLandscape() function in SvxPageItem
|
/aoo42x/main/svx/source/items/ |
H A D | pageitem.cxx | 261 pPage->SetLandscape( bLand ); in Create()
|
/aoo42x/main/sc/source/core/data/ |
H A D | stlsheet.cxx | 211 aPageItem.SetLandscape( sal_False ); in GetItemSet()
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xipage.cxx | 252 aPageItem.SetLandscape( !maData.mbPortrait ); in Finalize()
|
/aoo42x/main/sw/source/ui/app/ |
H A D | appenv.cxx | 426 pDesc->SetLandscape( rItem.eAlign >= ENV_VER_LEFT && in InsertEnv()
|
H A D | applab.cxx | 305 aDesc.SetLandscape(nResultWidth > nResultHeight); in InsertLab()
|
/aoo42x/main/sw/source/filter/rtf/ |
H A D | swparrtf.cxx | 579 rInPageDesc.SetLandscape(rSection.IsLandScape()); in SetPage() 2380 rPg.SetLandscape(true); in SetPageInformationAsDefault() 3301 pPg->SetLandscape( sal_False ); in ReadPageDescTbl() 3416 case RTF_LNDSCPSXN: pPg->SetLandscape( sal_True ); break; in ReadPageDescTbl()
|
/aoo42x/main/sw/source/core/view/ |
H A D | vprint.cxx | 269 aNew.SetLandscape( bNewOri ); in ChgAllPageOrientation()
|
/aoo42x/main/sw/source/filter/ww1/ |
H A D | w1filter.cxx | 1016 rOut.GetPageDesc().SetLandscape(rDOP.fWideGet()); in Start() 1459 rOut.GetPageDesc().SetLandscape(rDOP.fWideGet()); in Out()
|
/aoo42x/main/writerfilter/source/dmapper/ |
H A D | PropertyMap.hxx | 243 void SetLandscape( bool bSet ) { m_bIsLandscape = bSet; } in SetLandscape() function in writerfilter::dmapper::SectionPropertyMap
|
H A D | DomainMapper.cxx | 3457 pSectionContext->SetLandscape( nIntValue > 0 ); in sprmWithProps() 3949 pSectionContext->SetLandscape( CT_PageSz.orient ); in sprmWithProps()
|
/aoo42x/main/sd/source/ui/func/ |
H A D | fupage.cxx | 212 aPageItem.SetLandscape( mpPage->GetOrientation() == ORIENTATION_LANDSCAPE ? sal_True: sal_False ); in ExecuteDialog()
|
/aoo42x/main/sw/source/core/doc/ |
H A D | docdesc.cxx | 275 pDesc->SetLandscape( rChged.GetLandscape() ); in ChgPageDesc()
|
H A D | poolfmt.cxx | 1576 pNewPgDsc->SetLandscape( sal_True ); in GetPageDescFromPool() 1627 pNewPgDsc->SetLandscape( sal_True ); in GetPageDescFromPool()
|
H A D | docfmt.cxx | 2144 rDstDesc.SetLandscape( rSrcDesc.GetLandscape() ); in CopyPageDesc()
|
/aoo42x/main/sw/source/ui/sidebar/ |
H A D | PagePropertyPanel.cxx | 373 mpPageItem->SetLandscape( bLandscape ); in ExecuteOrientationChange()
|
/aoo42x/main/sc/source/ui/docshell/ |
H A D | docsh3.cxx | 561 aNewItem.SetLandscape( bNewLand ); in SetPrinter()
|
/aoo42x/main/cui/source/tabpages/ |
H A D | page.cxx | 885 aPage.SetLandscape(bChecked); in FillItemSet()
|
/aoo42x/main/sw/source/filter/html/ |
H A D | htmlcss1.cxx | 566 aNewPageDesc.SetLandscape( !bLandscape ); in SetPageDescAttrs()
|
/aoo42x/main/sc/source/filter/starcalc/ |
H A D | scflt.cxx | 908 aPageItem.SetLandscape( pPage->Orientation != 1 ); in PutToDoc()
|
/aoo42x/main/sw/source/ui/uno/ |
H A D | unotxdoc.cxx | 1212 aData.SetLandscape(*(sal_Bool*)rVal.getValue()); in setPagePrintSettings()
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | ww8par6.cxx | 440 rInPageDesc.SetLandscape(rSection.IsLandScape()); in SetPage()
|