Home
last modified time | relevance | path

Searched refs:SvxFooterField (Results 1 – 10 of 10) sorted by relevance

/aoo4110/main/editeng/source/items/
H A Dflditem.cxx982 SV_IMPL_PERSIST1( SvxFooterField, SvxFieldData );
984 SvxFieldData* __EXPORT SvxFooterField::Clone() const in Clone()
986 return new SvxFooterField; // leer in Clone()
989 int __EXPORT SvxFooterField::operator==( const SvxFieldData& rCmp ) const in operator ==()
991 return ( rCmp.Type() == TYPE(SvxFooterField) ); in operator ==()
994 void __EXPORT SvxFooterField::Load( SvPersistStream & /*rStm*/ ) in Load()
998 void __EXPORT SvxFooterField::Save( SvPersistStream & /*rStm*/ ) in Save()
/aoo4110/main/editeng/inc/editeng/
H A Dflditem.hxx396 class EDITENG_DLLPUBLIC SvxFooterField : public SvxFieldData class
399 SV_DECL_PERSIST1( SvxFooterField, SvxFieldData, SVX_FOOTERFIELD ) in SV_DECL_PERSIST1() argument
400 SvxFooterField() {} in SV_DECL_PERSIST1()
/aoo4110/main/svx/source/svdraw/
H A Dsvdotxfl.cxx41 SvxFieldItem::GetClassManager().SV_CLASS_REGISTER(SvxFooterField); in SdrRegisterFieldClasses()
H A Dsvdotext.cxx1356 bNotMasterCachable=rText.HasField(SvxFooterField::StaticType()); in ImpCheckMasterCachable()
/aoo4110/main/editeng/source/uno/
H A Dunofield.cxx523 pData = new SvxFooterField(); in CreateFieldData()
1044 else if( pFieldData->ISA( SvxFooterField ) ) in GetFieldId()
/aoo4110/main/svx/source/sdr/primitive2d/
H A Dsdrtextprimitive2d.cxx128 || rETO.HasField(SvxFooterField::StaticType()) in SdrTextPrimitive2D()
/aoo4110/main/sd/source/ui/app/
H A Dsdmod2.cxx344 bool bFooterField = !bHeaderField && (dynamic_cast< const SvxFooterField* >( pField ) != 0 ); in IMPL_LINK()
/aoo4110/main/filter/source/svg/
H A Dsvgexport.cxx1249 else if( pField->ISA( SvxFooterField ) && in IMPL_LINK()
/aoo4110/main/sd/source/core/
H A Dsdpage.cxx2516 pData = new SvxFooterField(); in SetObjText()
/aoo4110/main/filter/source/msfilter/
H A Dsvdfppt.cxx7005 … pEntry->pField1 = new SvxFieldItem( SvxFooterField(), EE_FEATURE_FIELD ); in PPTTextObj()

Completed in 91 milliseconds