| /AOO41X/main/editeng/source/items/ |
| H A D | numitem.cxx | 67 sal_Int32 SvxNumberType::nRefCount = 0; 68 com::sun::star::uno::Reference<com::sun::star::text::XNumberingFormatter> SvxNumberType::xFormatter… 90 SvxNumberType::SvxNumberType(sal_Int16 nType) : in SvxNumberType() function in SvxNumberType 99 SvxNumberType::SvxNumberType(const SvxNumberType& rType) : in SvxNumberType() function in SvxNumberType 108 SvxNumberType::~SvxNumberType() in ~SvxNumberType() 116 String SvxNumberType::GetNumStr( sal_uLong nNo ) const in GetNumStr() 125 String SvxNumberType::GetNumStr( sal_uLong nNo, const Locale& rLocale ) const in GetNumStr() 173 : SvxNumberType(eType), in SvxNumberFormat() 202 SvxNumberType(rFormat), in SvxNumberFormat()
|
| /AOO41X/main/editeng/inc/editeng/ |
| H A D | numitem.hxx | 69 class EDITENG_DLLPUBLIC SvxNumberType class 78 SvxNumberType(sal_Int16 nType = com::sun::star::style::NumberingType::ARABIC); 79 SvxNumberType(const SvxNumberType& rType); 80 ~SvxNumberType(); 99 class EDITENG_DLLPUBLIC SvxNumberFormat : public SvxNumberType
|
| /AOO41X/main/sw/inc/ |
| H A D | lineinfo.hxx | 44 SvxNumberType aType; //e.g. roman linenumbers 69 const SvxNumberType &GetNumType() const { return aType; } in GetNumType() 70 void SetNumType( SvxNumberType aNew ){ aType = aNew; } in SetNumType()
|
| H A D | pagedesc.hxx | 138 SvxNumberType aNumType; 169 const SvxNumberType &GetNumType() const { return aNumType; } in GetNumType() 170 void SetNumType( const SvxNumberType& rNew ) { aNumType = rNew; } in SetNumType()
|
| H A D | fmtftntx.hxx | 46 SvxNumberType aFmt; 87 const SvxNumberType& GetSwNumType() const { return aFmt; } in GetSwNumType()
|
| H A D | ftninfo.hxx | 47 SvxNumberType aFmt;
|
| /AOO41X/main/sw/source/ui/misc/ |
| H A D | linenum.cxx | 311 SvxNumberType aType; in FillItemSet()
|
| /AOO41X/main/sw/source/filter/rtf/ |
| H A D | swparrtf.hxx | 179 SvxNumberType maNumType;
|
| /AOO41X/main/sw/source/core/doc/ |
| H A D | doctxm.cxx | 2085 String aNumStr( SvxNumberType( ((SwPageDesc*)rDescs[0])->GetNumType() ). in _UpdatePageNum() 2114 SvxNumberType aType( ((SwPageDesc*)rDescs[i])->GetNumType() ); in _UpdatePageNum() 2180 aNumStr += SvxNumberType( ((SwPageDesc*)rDescs[i-1])-> in _UpdatePageNum()
|
| /AOO41X/main/sw/source/ui/app/ |
| H A D | applab.cxx | 279 SvxNumberType aType; in InsertLab()
|
| H A D | appenv.cxx | 417 SvxNumberType aType; in InsertEnv()
|
| /AOO41X/main/sw/source/core/fields/ |
| H A D | fldbas.cxx | 465 SvxNumberType aNumber; in FormatNumber()
|
| /AOO41X/main/sw/source/ui/utlui/ |
| H A D | uitool.cxx | 198 SvxNumberType aNumType; in ItemSetToPageDesc()
|
| /AOO41X/main/sw/source/core/frmedt/ |
| H A D | fews.cxx | 230 const SvxNumberType& rNum = ((const SwPageFrm*)pPage)->GetPageDesc()->GetNumType(); in GetPageNumber()
|
| /AOO41X/main/sw/source/core/text/ |
| H A D | txtftn.cxx | 1055 const SvxNumberType& rNum = pPage->GetPageDesc()->GetNumType(); in lcl_GetPageNumber()
|
| /AOO41X/main/sw/source/filter/ww8/ |
| H A D | ww8par6.cxx | 768 SvxNumberType aNumType; // this sets SVX_NUM_ARABIC per default in HandleLineNumbering() 811 SvxNumberType aType; in SetNumberingType()
|
| /AOO41X/main/sw/source/core/view/ |
| H A D | viewsh.cxx | 1089 const SvxNumberType& rNum = pPage->GetPageDesc()->GetNumType(); in SizeChgNotify()
|
| /AOO41X/main/sw/source/core/unocore/ |
| H A D | unosett.cxx | 974 SvxNumberType aNumType(aInfo.GetNumType()); in setPropertyValue()
|
| /AOO41X/main/sw/source/core/txtnode/ |
| H A D | ndtxt.cxx | 2831 SvxNumberType const& rNumberType( in GetNumString()
|