Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/func/
H A Dfupage.cxx209 SvxPageItem aPageItem( SID_ATTR_PAGE ); in ExecuteDialog() local
210 aPageItem.SetDescName( mpPage->GetName() ); in ExecuteDialog()
211 aPageItem.SetPageUsage( (SvxPageUsage) SVX_PAGE_ALL ); in ExecuteDialog()
212 aPageItem.SetLandscape( mpPage->GetOrientation() == ORIENTATION_LANDSCAPE ? sal_True: sal_False ); in ExecuteDialog()
213 aPageItem.SetNumType( mpDoc->GetPageNumType() ); in ExecuteDialog()
214 aNewAttr.Put( aPageItem ); in ExecuteDialog()
/trunk/main/sw/source/ui/utlui/
H A Duitool.cxx336 SvxPageItem aPageItem(SID_ATTR_PAGE); in PageDescToItemSet() local
337 aPageItem.SetDescName(rPageDesc.GetName()); in PageDescToItemSet()
338 aPageItem.SetPageUsage(rPageDesc.GetUseOn()); in PageDescToItemSet()
339 aPageItem.SetLandscape(rPageDesc.GetLandscape()); in PageDescToItemSet()
340 aPageItem.SetNumType((SvxNumType)rPageDesc.GetNumType().GetNumberingType()); in PageDescToItemSet()
341 rSet.Put(aPageItem); in PageDescToItemSet()
/trunk/main/sc/source/core/data/
H A Dstlsheet.cxx180 SvxPageItem aPageItem( ATTR_PAGE ); in GetItemSet() local
211 aPageItem.SetLandscape( sal_False ); in GetItemSet()
231 rItemPool.SetPoolDefaultItem( aPageItem ); in GetItemSet()
/trunk/main/sc/source/filter/excel/
H A Dxipage.cxx251 SvxPageItem aPageItem( GETITEM( rItemSet, SvxPageItem, ATTR_PAGE ) ); in Finalize() local
252 aPageItem.SetLandscape( !maData.mbPortrait ); in Finalize()
253 rItemSet.Put( aPageItem ); in Finalize()
/trunk/main/sc/source/filter/starcalc/
H A Dscflt.cxx906 SvxPageItem aPageItem(ATTR_PAGE); in PutToDoc() local
907 aPageItem.SetPageUsage( SVX_PAGE_ALL ); in PutToDoc()
908 aPageItem.SetLandscape( pPage->Orientation != 1 ); in PutToDoc()
909 aPageItem.SetNumType( SVX_ARABIC ); in PutToDoc()
910 pSet->Put(aPageItem); in PutToDoc()
/trunk/main/reportdesign/source/ui/report/
H A DReportController.cxx2452 SvxPageItem aPageItem(RPTUI_ID_PAGE); in openPageDialog() local
2453 aPageItem.SetDescName(xPageStyle->getName()); in openPageDialog()
2455aPageItem.PutValue(xProp->getPropertyValue(PROPERTY_PAGESTYLELAYOUT),MID_PAGE_LAYOUT); in openPageDialog()
2456aPageItem.SetLandscape(getStyleProperty<sal_Bool>(m_xReportDefinition,PROPERTY_ISLANDSCAPE)); in openPageDialog()
2457aPageItem.SetNumType((SvxNumType)getStyleProperty<sal_Int16>(m_xReportDefinition,PROPERTY_NUMBERIN… in openPageDialog()
2458 pDescriptor->Put(aPageItem); in openPageDialog()

Completed in 64 milliseconds