/trunk/main/sal/typesconfig/ |
H A D | typesconfig.c | 138 func(eT, p); in check() 172 int GetAtAddress( Type eT, void* p ) in GetAtAddress() argument 174 switch ( eT ) in GetAtAddress() 188 int GetAtAddress( Type eT, void* p ) in GetAtAddress() argument 190 switch ( eT ) in GetAtAddress() 218 int SetAtAddress( Type eT, void* p ) in SetAtAddress() argument 220 switch ( eT ) in SetAtAddress() 231 char* TypeName( Type eT ) in TypeName() argument 233 switch ( eT ) in TypeName() 289 int GetAlignment( Type eT ) in GetAlignment() argument [all …]
|
/trunk/main/tools/workben/ |
H A D | solar.c | 182 exit( func( eT, p ) ); in check() 196 result = func( eT, p ); in check() 214 int GetAtAddress( Type eT, void* p ) in GetAtAddress() argument 216 switch ( eT ) in GetAtAddress() 227 int SetAtAddress( Type eT, void* p ) in SetAtAddress() argument 229 switch ( eT ) in SetAtAddress() 240 char* TypeName( Type eT ) in TypeName() argument 242 switch ( eT ) in TypeName() 253 int CheckGetAccess( Type eT, void* p ) in CheckGetAccess() argument 264 int CheckSetAccess( Type eT, void* p ) in CheckSetAccess() argument [all …]
|
/trunk/main/editeng/source/items/ |
H A D | flditem.cxx | 210 SvxDateField::SvxDateField( const Date& rDate, SvxDateType eT, SvxDateFormat eF ) in SvxDateField() argument 213 eType = eT; in SvxDateField() 559 SvxExtTimeField::SvxExtTimeField( const Time& rTime, SvxTimeType eT, SvxTimeFormat eF ) in SvxExtTimeField() argument 562 eType = eT; in SvxExtTimeField() 698 SvxExtFileField::SvxExtFileField( const XubString& rStr, SvxFileType eT, SvxFileFormat eF ) in SvxExtFileField() argument 701 eType = eT; in SvxExtFileField() 848 SvxAuthorType eT, SvxAuthorFormat eF ) in SvxAuthorField() argument 853 eType = eT; in SvxAuthorField()
|
/trunk/main/sw/source/core/access/ |
H A D | accmap.cxx | 350 SwAccessibleEvent_Impl( EventType eT, in SwAccessibleEvent_Impl() 355 meType( eT ), in SwAccessibleEvent_Impl() 360 SwAccessibleEvent_Impl( EventType eT, in SwAccessibleEvent_Impl() 363 meType( eT ), in SwAccessibleEvent_Impl() 372 : meType( eT ), in SwAccessibleEvent_Impl() 387 meType( eT ), in SwAccessibleEvent_Impl() 403 meType( eT ), in SwAccessibleEvent_Impl() 411 SwAccessibleEvent_Impl( EventType eT, in SwAccessibleEvent_Impl() 417 meType( eT ), in SwAccessibleEvent_Impl() 425 inline void SetType( EventType eT ) in SetType() [all …]
|
/trunk/main/svtools/source/filter/wmf/ |
H A D | winmtf.hxx | 500 GDIObj( GDIObjectType eT, void* pS ) { pStyle = pS; eType = eT; }; in GDIObj() 501 void Set( GDIObjectType eT, void* pS ) { pStyle = pS; eType = eT; }; in Set()
|
/trunk/main/editeng/inc/editeng/ |
H A D | eedata.hxx | 60 TextMarkingClass(TextMarkingType eT, sal_uInt32 nI) : eType(eT), nIndex(nI) {} in TextMarkingClass() argument
|
/trunk/main/sw/source/ui/uiview/ |
H A D | viewdlg2.cxx | 149 const SwLabelType eT = eType & nsSelectionType::SEL_TBL ? LTYPE_TABLE : in InsertCaption() local 193 GetWrtShell().InsertLabel( eT, in InsertCaption()
|
/trunk/main/xmloff/source/transform/ |
H A D | StyleOOoTContext.cxx | 1078 XMLFamilyType eT, in XMLStyleOOoTContext() argument 1081 m_eFamily( eT ), in XMLStyleOOoTContext() 1089 XMLFamilyType eT, in XMLStyleOOoTContext() argument 1094 m_eFamily( eT ), in XMLStyleOOoTContext()
|
/trunk/main/sw/inc/ |
H A D | redline.hxx | 100 SwRedlineData( RedlineType_t eT, sal_uInt16 nAut ); 104 SwRedlineData( RedlineType_t eT, sal_uInt16 nAut, const DateTime& rDT,
|
/trunk/main/sw/source/core/doc/ |
H A D | doctxm.cxx | 421 SectionType eT = pSectNd->GetSection().GetType(); in InsertTableOf() local 422 if( TOX_HEADER_SECTION == eT || TOX_CONTENT_SECTION == eT ) in InsertTableOf() 463 SectionType eT = pSectNd->GetSection().GetType(); in GetCurTOX() local 464 if( TOX_CONTENT_SECTION == eT ) in GetCurTOX()
|
H A D | docredln.cxx | 3009 SwRedlineData::SwRedlineData( RedlineType_t eT, sal_uInt16 nAut ) in SwRedlineData() argument 3010 : pNext( 0 ), pExtraData( 0 ), eType( eT ), nAuthor( nAut ), nSeqNo( 0 ) in SwRedlineData() 3030 SwRedlineData::SwRedlineData(RedlineType_t eT, sal_uInt16 nAut, const DateTime& rDT, in SwRedlineData() argument 3033 eType(eT), nAuthor(nAut), nSeqNo(0) in SwRedlineData()
|
/trunk/main/sw/source/core/tox/ |
H A D | txmsrt.cxx | 599 SwTOXPara::SwTOXPara( const SwCntntNode& rNd, SwTOXElement eT, sal_uInt16 nLevel ) in SwTOXPara() argument 601 eType( eT ), in SwTOXPara()
|
/trunk/main/sd/source/filter/eppt/ |
H A D | eppt.hxx | 416 PPTExOleObjEntry( PPTExOleObjEntryType eT, sal_uInt32 nOfs ) : in PPTExOleObjEntry() 417 eType ( eT ), in PPTExOleObjEntry()
|