Home
last modified time | relevance | path

Searched refs:eTyp (Results 1 – 25 of 29) sorted by path

12

/trunk/main/dbaccess/source/ui/inc/
H A DTableFieldDescription.hxx100 void SetDataType( sal_Int32 eTyp ) { m_eDataType = eTyp; } in SetDataType() argument
101 void SetFieldType( ETableFieldType eTyp ) { m_eFieldType = eTyp; } in SetFieldType() argument
105 void SetFunctionType( sal_Int32 eTyp ) { m_eFunctionType = eTyp; } in SetFunctionType() argument
/trunk/main/dbaccess/source/ui/querydesign/
H A DTableFieldInfo.hxx48 inline void SetDataType(sal_Int32 eTyp) { m_eDataType = eTyp; } in SetDataType() argument
/trunk/main/filter/inc/filter/msfilter/
H A Dmsdffimp.hxx460 SdrObject* GetAutoForm( MSO_SPT eTyp ) const;
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx7524 SdrObject* SvxMSDffManager::GetAutoForm( MSO_SPT eTyp ) const in GetAutoForm()
7528 if(120 >= sal_uInt16(eTyp)) in GetAutoForm()
/trunk/main/sc/source/filter/lotus/
H A Dfilter.cxx57 extern WKTYP eTyp; // Typ der gerade in bearbeitung befindlichen Datei
58 WKTYP eTyp; variable
230 eTyp = ScanVersion( aStream ); in ScImportLotus123old()
234 return generate_Opcodes( aStream, *pDoc, aPrgrsBar, eTyp ); in ScImportLotus123old()
H A Dlotform.cxx42 extern WKTYP eTyp;
247 switch( eTyp ) in LotusRelToScRel()
273 switch( eTyp ) in LotusRelToScRel()
H A Dop.cxx65 extern WKTYP eTyp; // -> filter.cxx, aktueller Dateityp
H A Dtool.cxx54 extern WKTYP eTyp; // -> filter.cxx, aktueller Dateityp
/trunk/main/svl/inc/svl/
H A Dmacitem.hxx104 ScriptType eTyp ) in SvxMacro() argument
105 : aMacName( rMacName ), aLibName( rLibName ), pFunctionObject(NULL), eType( eTyp ) in SvxMacro()
/trunk/main/svx/inc/svx/
H A Dhlnkitem.hxx64 SvxLinkInsertMode eTyp = HLINK_FIELD,
/trunk/main/svx/source/items/
H A Dhlnkitem.cxx240 String& rTarget, String& rIntName, SvxLinkInsertMode eTyp, in SvxHyperlinkItem() argument
246 eType (eTyp), in SvxHyperlinkItem()
/trunk/main/sw/inc/
H A Ddoc.hxx1486 sal_uInt16 GetTOXTypeCount( TOXTypes eTyp ) const;
1487 const SwTOXType* GetTOXType( TOXTypes eTyp, sal_uInt16 nId ) const;
1488 sal_Bool DeleteTOXType( TOXTypes eTyp, sal_uInt16 nId );
1492 const SwTOXBase* GetDefaultTOXBase( TOXTypes eTyp, sal_Bool bCreate = sal_False );
1496 sal_uInt16 GetTOIKeys( SwTOIKeyType eTyp, SvStringsSort& rArr ) const;
H A Deditsh.hxx397 const SwTOXBase* GetDefaultTOXBase( TOXTypes eTyp, sal_Bool bCreate = sal_False );
412 sal_uInt16 GetTOXTypeCount(TOXTypes eTyp) const;
413 const SwTOXType* GetTOXType(TOXTypes eTyp, sal_uInt16 nId) const;
422 sal_uInt16 GetTOIKeys( SwTOIKeyType eTyp, SvStringsSort& rArr ) const;
H A Dnode.hxx201 SwStartNode* FindSttNodeByType( SwStartNodeType eTyp );
202 inline const SwStartNode* FindSttNodeByType( SwStartNodeType eTyp ) const;
701 inline const SwStartNode* SwNode::FindSttNodeByType( SwStartNodeType eTyp ) const in FindSttNodeByType()
703 return ((SwNode*)this)->FindSttNodeByType( eTyp ); in FindSttNodeByType()
H A Dswevent.hxx99 void Set( SwCallEventObjectType eTyp, const SwFrmFmt* pFmt ) in Set()
100 { eType = eTyp; PTR.pFmt = pFmt; PTR.IMAP.pIMapObj = 0; } in Set()
H A Dtox.hxx163 SwTOXType(TOXTypes eTyp, const String& aName);
/trunk/main/sw/source/core/doc/
H A Ddocredln.cxx3067 SwRedline::SwRedline(RedlineType_t eTyp, const SwPaM& rPam ) in SwRedline() argument
3069 pRedlineData( new SwRedlineData( eTyp, GetDoc()->GetRedlineAuthor() ) ), in SwRedline()
H A Ddoctxm.cxx102 sal_uInt16 SwDoc::GetTOIKeys( SwTOIKeyType eTyp, SvStringsSort& rArr ) const in SV_IMPL_PTRARR()
121 if( TOI_PRIMARY == eTyp ) in SV_IMPL_PTRARR()
486 const SwTOXBase* SwDoc::GetDefaultTOXBase( TOXTypes eTyp, sal_Bool bCreate ) in GetDefaultTOXBase() argument
489 switch(eTyp) in GetDefaultTOXBase()
501 SwForm aForm(eTyp); in GetDefaultTOXBase()
502 const SwTOXType* pType = GetTOXType(eTyp, 0); in GetDefaultTOXBase()
624 sal_uInt16 SwDoc::GetTOXTypeCount(TOXTypes eTyp) const in GetTOXTypeCount()
629 if( eTyp == (*ppTTypes)->GetType() ) in GetTOXTypeCount()
634 const SwTOXType* SwDoc::GetTOXType( TOXTypes eTyp, sal_uInt16 nId ) const in GetTOXType() argument
639 if( eTyp == (*ppTTypes)->GetType() && nCnt++ == nId ) in GetTOXType()
/trunk/main/sw/source/core/docnode/
H A Dnode.cxx815 SwStartNode* SwNode::FindSttNodeByType( SwStartNodeType eTyp ) in FindSttNodeByType() argument
819 while( eTyp != pTmp->GetStartNodeType() && pTmp->GetIndex() ) in FindSttNodeByType()
825 return eTyp == pTmp->GetStartNodeType() ? pTmp : 0; in FindSttNodeByType()
/trunk/main/sw/source/core/edit/
H A Dedtox.cxx144 const SwTOXBase* SwEditShell::GetDefaultTOXBase( TOXTypes eTyp, sal_Bool bCreate ) in GetDefaultTOXBase() argument
146 return GetDoc()->GetDefaultTOXBase( eTyp, bCreate ); in GetDefaultTOXBase()
254 const SwTOXType* SwEditShell::GetTOXType(TOXTypes eTyp, sal_uInt16 nId) const in GetTOXType() argument
256 return pDoc->GetTOXType(eTyp, nId); in GetTOXType()
263 sal_uInt16 SwEditShell::GetTOIKeys( SwTOIKeyType eTyp, SvStringsSort& rArr ) const in GetTOIKeys() argument
265 return GetDoc()->GetTOIKeys( eTyp, rArr ); in GetTOIKeys()
H A Dedws.cxx245 sal_uInt16 SwEditShell::GetTOXTypeCount(TOXTypes eTyp) const in GetTOXTypeCount()
247 return pDoc->GetTOXTypeCount(eTyp); in GetTOXTypeCount()
/trunk/main/sw/source/core/inc/
H A DUndoInsert.hxx193 SwUndoInsertLabel( const SwLabelType eTyp, const String &rText,
/trunk/main/sw/source/core/tox/
H A Dtox.cxx272 SwTOXType::SwTOXType( TOXTypes eTyp, const String& rName ) in SwTOXType() argument
275 eType(eTyp) in SwTOXType()
291 SwForm::SwForm( TOXTypes eTyp ) // #i21237# in SwForm() argument
292 : eType( eTyp ), nFormMaxLevel( SwForm::GetFormMaxLevel( eTyp )), in SwForm()
/trunk/main/sw/source/core/undo/
H A Dunins.cxx868 SwUndoInsertLabel::SwUndoInsertLabel( const SwLabelType eTyp, in SwUndoInsertLabel() argument
882 eType( eTyp ), in SwUndoInsertLabel()
H A Dunredln.cxx386 RedlineType_t eTyp = bInsert ? nsRedlineType_t::REDLINE_INSERT : nsRedlineType_t::REDLINE_DELETE; in SwUndoCompDoc() local
387 pRedlData = new SwRedlineData( eTyp, pDoc->GetRedlineAuthor() ); in SwUndoCompDoc()

Completed in 221 milliseconds

12