Searched refs:SwChapterField (Results 1 – 10 of 10) sorted by relevance
/aoo4110/main/sw/source/core/fields/ |
H A D | chpfld.cxx | 64 SwChapterField::SwChapterField(SwChapterFieldType* pTyp, sal_uInt32 nFmt) in SwChapterField() function in SwChapterField 69 String SwChapterField::Expand() const in Expand() 89 SwField* SwChapterField::Copy() const in Copy() 91 SwChapterField *pTmp = in Copy() 92 new SwChapterField((SwChapterFieldType*)GetTyp(), GetFormat()); in Copy() 118 void SwChapterField::ChangeExpansion(const SwFrm* pFrm, in ChangeExpansion() 139 void SwChapterField::ChangeExpansion(const SwTxtNode &rTxtNd, sal_Bool bSrchNum) in ChangeExpansion() 247 sal_Bool SwChapterField::QueryValue( uno::Any& rAny, sal_uInt16 nWhichId ) const in QueryValue() 283 sal_Bool SwChapterField::PutValue( const uno::Any& rAny, sal_uInt16 nWhichId ) in PutValue()
|
H A D | reffld.cxx | 412 SwChapterField aFld( &aFldTyp, 0 ); in UpdateField()
|
/aoo4110/main/sw/inc/ |
H A D | chpfld.hxx | 63 class SW_DLLPUBLIC SwChapterField : public SwField class 73 SwChapterField(SwChapterFieldType*, sal_uInt32 nFmt = 0); 94 inline sal_uInt8 SwChapterField::GetLevel() const { return nLevel; } in GetLevel() 95 inline void SwChapterField::SetLevel(sal_uInt8 nLev) { nLevel = nLev; } in SetLevel() 96 inline const String& SwChapterField::GetNumber() const { return sNumber; } in GetNumber() 97 inline const String& SwChapterField::GetTitle() const { return sTitle; } in GetTitle()
|
/aoo4110/main/sw/source/ui/fldui/ |
H A D | fldmgr.cxx | 955 pFld = new SwChapterField(pTyp, nFormatId); in InsertFld() 959 ((SwChapterField*)pFld)->SetLevel((sal_uInt8)nByte); in InsertFld() 1515 ((SwChapterField*)pTmpFld)->SetLevel((sal_uInt8)nByte); in UpdateCurFld()
|
H A D | flddok.cxx | 392 aLevelED.SetText(String::CreateFromInt32(((SwChapterField*)GetCurField())->GetLevel() + 1)); in IMPL_LINK()
|
/aoo4110/main/sw/source/core/text/ |
H A D | txtfld.cxx | 149 ((SwChapterField*)pFld)->ChangeExpansion( pFrame, in NewFldPortion()
|
/aoo4110/main/sw/source/core/unocore/ |
H A D | unofield.cxx | 1331 pFld = new SwChapterField((SwChapterFieldType*)pFldType, m_pProps->nUSHORT1); in attachToRange() 1332 ((SwChapterField*)pFld)->SetLevel(m_pProps->nByte1); in attachToRange()
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | ww8atr.cxx | 2997 SwChapterField aCopy(*(const SwChapterField*)pFld); in TextField()
|
H A D | ww8par5.cxx | 1873 SwChapterField aFld( (SwChapterFieldType*) in Read_F_CurPage()
|
/aoo4110/main/sw/source/core/doc/ |
H A D | doctxm.cxx | 1825 SwChapterField aFld( &aFldTyp, aToken.nChapterFormat ); in GenerateText()
|
Completed in 99 milliseconds