Home
last modified time | relevance | path

Searched refs:SvxNumType (Results 1 – 22 of 22) sorted by relevance

/aoo42x/main/svx/inc/svx/
H A Dpageitem.hxx37 enum SvxNumType enum
79 SvxNumType eNumType; // Numerierung
110 SvxNumType GetNumType() const { return eNumType; } in GetNumType()
111 void SetNumType(SvxNumType eNum) { eNumType = eNum; } in SetNumType()
H A Dsvdmodel.hxx717 virtual SvxNumType GetPageNumType() const;
/aoo42x/main/starmath/sdi/
H A Dsmitems.sdi218 enum SvxNumType
229 item SvxNumType SvxNumTypeItem;
377 SvxNumType NumType MID_NUMTYPExxx;
/aoo42x/main/sd/inc/
H A Ddrawdoc.hxx197 SvxNumType mePageNumType;
250 SvxNumType GetPageNumType() const;
251 void SetPageNumType(SvxNumType eType) { mePageNumType = eType; } in SetPageNumType()
/aoo42x/main/reportdesign/source/core/sdr/
H A DRptModel.cxx160 SvxNumType OReportModel::GetPageNumType() const in GetPageNumType()
164 …return (SvxNumType)getStyleProperty<sal_Int16>(xReportDefinition,reportdesign::PROPERTY_NUMBERINGT… in GetPageNumType()
/aoo42x/main/sc/inc/
H A Deditutil.hxx194 SvxNumType eNumType;
238 void SetNumType(SvxNumType eNew) { aData.eNumType = eNew; } in SetNumType()
/aoo42x/main/svx/source/items/
H A Dpageitem.cxx211 eNumType = (SvxNumType)nValue; in PutValue()
260 pPage->SetNumType( (SvxNumType)eType ); in Create()
/aoo42x/main/svx/sdi/
H A Dsvxitems.sdi337 enum SvxNumType
348 item SvxNumType SvxNumTypeItem;
/aoo42x/main/sc/source/ui/inc/
H A Dhfedtdlg.hxx38 SvxNumType eNumType;
H A Dtphfedit.hxx76 void SetNumType(SvxNumType eNumType);
H A Dscuitphfedit.hxx61 void SetNumType(SvxNumType eNumType);
/aoo42x/main/reportdesign/inc/
H A DRptModel.hxx73 virtual SvxNumType GetPageNumType() const;
/aoo42x/main/sc/source/ui/pagedlg/
H A Dtphf.cxx258 SvxNumType eNumType = ((const SvxPageItem&)aDataSet.Get(ATTR_PAGE)).GetNumType(); in IMPL_LINK()
H A Dtphfedit.cxx451 void ScEditWindow::SetNumType(SvxNumType eNumType) in SetNumType()
H A Dscuitphfedit.cxx199 void ScHFEditPage::SetNumType(SvxNumType eNumType) in SetNumType()
/aoo42x/main/sc/source/core/tool/
H A Deditutil.cxx594 String lcl_GetNumStr( sal_Int32 nNo, SvxNumType eType ) in lcl_GetNumStr()
/aoo42x/main/cui/source/tabpages/
H A Dpage.cxx524 SvxNumType eNumType = SVX_ARABIC; in Reset()
894 aPage.SetNumType( (SvxNumType)nPos ); in FillItemSet()
/aoo42x/main/sw/source/ui/utlui/
H A Duitool.cxx340 aPageItem.SetNumType((SvxNumType)rPageDesc.GetNumType().GetNumberingType()); in PageDescToItemSet()
/aoo42x/main/sd/source/core/
H A Ddrawdoc.cxx979 SvxNumType SdDrawDocument::GetPageNumType() const in GetPageNumType()
/aoo42x/main/sd/source/ui/unoidl/
H A DUnoDocumentSettings.cxx659 pDoc->SetPageNumType((SvxNumType)nValue); in _setPropertyValues()
/aoo42x/main/svx/source/svdraw/
H A Dsvdmodel.cxx2012 SvxNumType SdrModel::GetPageNumType() const in GetPageNumType()
/aoo42x/main/reportdesign/source/ui/report/
H A DReportController.cxx2457 …aPageItem.SetNumType((SvxNumType)getStyleProperty<sal_Int16>(m_xReportDefinition,PROPERTY_NUMBERIN… in openPageDialog()

Completed in 195 milliseconds