Home
last modified time | relevance | path

Searched refs:SvxTimeField (Results 1 – 12 of 12) sorted by relevance

/trunk/main/editeng/source/items/
H A Dflditem.cxx477 SV_IMPL_PERSIST1( SvxTimeField, SvxFieldData );
479 SvxFieldData* __EXPORT SvxTimeField::Clone() const in Clone()
481 return new SvxTimeField; // leer in Clone()
484 int __EXPORT SvxTimeField::operator==( const SvxFieldData& rCmp ) const in operator ==()
486 return ( rCmp.Type() == TYPE(SvxTimeField) ); in operator ==()
489 void __EXPORT SvxTimeField::Load( SvPersistStream & /*rStm*/ ) in Load()
493 void __EXPORT SvxTimeField::Save( SvPersistStream & /*rStm*/ ) in Save()
497 MetaAction* SvxTimeField::createBeginComment() const in createBeginComment()
949 pClassMgr->SV_CLASS_REGISTER( SvxTimeField ); in GetClassManager()
/trunk/main/editeng/inc/editeng/
H A Dflditem.hxx214 class EDITENG_DLLPUBLIC SvxTimeField : public SvxFieldData class
217 SV_DECL_PERSIST1( SvxTimeField, SvxFieldData, SVX_TIMEFIELD ) in SV_DECL_PERSIST1() argument
218 SvxTimeField() {} in SV_DECL_PERSIST1()
/trunk/main/sc/source/ui/unoobj/
H A Dfielduno.cxx922 case SC_SERVICE_TIMEFIELD: aTypeId = TYPE(SvxTimeField); break; in GetObjectByIndex_Impl()
940 else if ( pData->ISA( SvxTimeField ) ) nFieldType = SC_SERVICE_TIMEFIELD; in GetObjectByIndex_Impl()
966 case SC_SERVICE_TIMEFIELD: aTypeId = TYPE(SvxTimeField); break; in getCount()
1256 SvxTimeField aField; in CreateFieldItem()
/trunk/main/editeng/source/uno/
H A Dunofield.cxx429 pData = new SvxTimeField(); in CreateFieldData()
1026 else if( pFieldData->ISA( SvxTimeField ) ) in GetFieldId()
/trunk/main/sd/source/ui/view/
H A Doutlnvs2.cxx548 pOldFldItem->GetField()->ISA( SvxTimeField ) || in FuTemporaryModify()
H A Ddrviewsb.cxx581 pOldFldItem->GetField()->ISA( SvxTimeField ) || in FuTemp02()
/trunk/main/sc/source/core/data/
H A Dstlpool.cxx473 …pEdEngine->QuickInsertField( SvxFieldItem(SvxTimeField(), EE_FEATURE_FIELD), ESelection(0,2,0,2) ); in CreateStandardStyles()
H A Dattrib.cxx825 rEng.QuickInsertField( SvxFieldItem(SvxTimeField(), EE_FEATURE_FIELD ), aSel ); in lcl_ConvertFields()
/trunk/main/sc/source/core/tool/
H A Deditutil.cxx657 else if (aType == TYPE(SvxTimeField)) in CalcFieldValue()
/trunk/main/sc/source/filter/excel/
H A Dxihelper.cxx368 … case 'T': InsertField( SvxFieldItem( SvxTimeField(), EE_FEATURE_FIELD ) ); break; // time in ParseString()
H A Dxehelper.cxx858 … else if( pFieldData->ISA( SvxTimeField ) || pFieldData->ISA( SvxExtTimeField ) ) in AppendPortion()
/trunk/main/sc/source/ui/pagedlg/
H A Dscuitphfedit.cxx897 pActiveEdWnd->InsertField( SvxFieldItem(SvxTimeField(), EE_FEATURE_FIELD) ); in IMPL_LINK()

Completed in 87 milliseconds