Home
last modified time | relevance | path

Searched refs:SwTOXType (Results 1 – 24 of 24) sorted by relevance

/trunk/main/sw/inc/
H A Dtox.hxx50 class SwTOXType;
98 explicit SwTOXMark( const SwTOXType* pTyp );
140 inline const SwTOXType* GetTOXType() const;
152 void RegisterToTOXType( SwTOXType& rMark );
160 class SwTOXType : public SwModify class
166 SwTOXType(const SwTOXType& rCopy);
176 SwTOXType & operator= (const SwTOXType &);
521 const SwTOXType* GetTOXType() const; //
625 { return (SwTOXType*)GetRegisteredIn(); } in GetTOXType()
739 inline TOXTypes SwTOXType::GetType() const in GetType()
[all …]
H A Ddocary.hxx31 class SwTOXType;
67 typedef SwTOXType* SwTOXTypePtr;
H A Dunoidx.hxx43 class SwTOXType;
211 SwTOXType & rType, SwTOXMark & rMark);
221 SwTOXType & rType, SwTOXMark & rMark);
H A Deditsh.hxx91 class SwTOXType;
413 const SwTOXType* GetTOXType(TOXTypes eTyp, sal_uInt16 nId) const;
414 void InsertTOXType(const SwTOXType& rTyp);
H A Ddoc.hxx172 class SwTOXType;
1458 String GetUniqueTOXBaseName( const SwTOXType& rType,
1487 const SwTOXType* GetTOXType( TOXTypes eTyp, sal_uInt16 nId ) const;
1489 const SwTOXType* InsertTOXType( const SwTOXType& rTyp );
/trunk/main/sw/source/core/tox/
H A Dtox.cxx171 SwTOXMark::SwTOXMark( const SwTOXType* pTyp ) in SwTOXMark()
173 , SwModify( const_cast<SwTOXType*>(pTyp) ) in SwTOXMark()
204 void SwTOXMark::RegisterToTOXType( SwTOXType& rMark ) in RegisterToTOXType()
258 SwIterator<SwTOXMark,SwTOXType> aIter(rType); in InsertTOXMarks()
272 SwTOXType::SwTOXType( TOXTypes eTyp, const String& rName ) in SwTOXType() function in SwTOXType
280 SwTOXType::SwTOXType(const SwTOXType& rCopy) in SwTOXType() function in SwTOXType
514 void SwTOXBase::RegisterToTOXType( SwTOXType& rType ) in RegisterToTOXType()
522 SwTOXType* pType = (SwTOXType*)rSource.GetTOXType(); in CopyTOXBase()
530 const SwTOXType* pCmp = rTypes[ --n ]; in CopyTOXBase()
534 pType = (SwTOXType*)pCmp; in CopyTOXBase()
[all …]
/trunk/main/sw/source/core/unocore/
H A Dunoidx.cxx132 const SwTOXType* pNewType = 0; in lcl_ReAssignTOXType()
144 SwTOXType aNewType(TOX_USER, rNewName); in lcl_ReAssignTOXType()
314 SwTOXType const*const pType) in SwDocIndexDescriptorProperties_Impl()
1644 SwTOXType * GetTOXType() const { in GetTOXType()
1645 return static_cast<SwTOXType*>( in GetTOXType()
1848 SwTOXType *const pType = m_pImpl->GetTOXType(); in getMarkEntry()
1872 SwTOXType *const pType = m_pImpl->GetTOXType(); in setMarkEntry()
1927 const SwTOXType* pTOXType = 0; in attach()
1946 SwTOXType const*const pTemp = in attach()
2120 SwTOXType *const pType = m_pImpl->GetTOXType(); in getAnchor()
[all …]
H A Dunocrsrhelper.cxx329 *const_cast<SwTOXType*>(rMark.GetTOXType()), rMark); in getCrsrPropertyValue()
H A Dunoportenum.cxx575 *const_cast<SwTOXType*>(rTOXMark.GetTOXType()), rTOXMark), in lcl_CreateTOXMarkPortion()
/trunk/main/sw/source/ui/index/
H A Dtoxmgr.cxx235 const SwTOXType* pTmp = pSh->GetTOXType(TOX_USER, i); in GetUserTypeID()
239 SwTOXType aUserType(TOX_USER, rStr); in GetUserTypeID()
278 const SwTOXType* SwTOXMgr::GetTOXType(TOXTypes eTyp, sal_uInt16 nId) const in GetTOXType()
316 const SwTOXType* pType = pSh->GetTOXType(eCurTOXType, 0); in UpdateOrInsertTOX()
330 const SwTOXType* pType = pSh->GetTOXType(eCurTOXType, 0); in UpdateOrInsertTOX()
345 { const SwTOXType* pType = pSh->GetTOXType(TOX_USER, i); in UpdateOrInsertTOX()
351 const SwTOXType* pType = pSh->GetTOXType(eCurTOXType, nPos); in UpdateOrInsertTOX()
394 const SwTOXType* pType = pSh->GetTOXType(eCurTOXType, 0); in UpdateOrInsertTOX()
H A Dswuiidxmrk.cxx244 const SwTOXType* pType = pTOXMgr->GetTOXType(TOX_CONTENT, 0); in InitControls()
H A Dcnttab.cxx328 const SwTOXType* pTemp = rSh.GetTOXType(TOX_USER, nUser); in SwMultiTOXTabDialog()
/trunk/main/sw/source/core/txtnode/
H A Datrtox.cxx68 const SwTOXType* pType = 0; in CopyTOXMark()
75 const SwTOXType* pSrcType = pDoc->GetTOXType(eType, i); in CopyTOXMark()
86 pDoc->InsertTOXType( SwTOXType( eType, rNm ) ); in CopyTOXMark()
91 ((SwTOXType*)pType)->Add( &rTOX ); in CopyTOXMark()
/trunk/main/sw/source/core/doc/
H A Ddocnew.cxx1132 SwTOXType * pNew = new SwTOXType(TOX_CONTENT, pShellRes->aTOXContentName ); in InitTOXTypes()
1134 pNew = new SwTOXType(TOX_INDEX, pShellRes->aTOXIndexName ); in InitTOXTypes()
1136 pNew = new SwTOXType(TOX_USER, pShellRes->aTOXUserName ); in InitTOXTypes()
1138 pNew = new SwTOXType(TOX_ILLUSTRATIONS, pShellRes->aTOXIllustrationsName ); in InitTOXTypes()
1140 pNew = new SwTOXType(TOX_OBJECTS, pShellRes->aTOXObjectsName ); in InitTOXTypes()
1142 pNew = new SwTOXType(TOX_TABLES, pShellRes->aTOXTablesName ); in InitTOXTypes()
1144 pNew = new SwTOXType(TOX_AUTHORITIES, pShellRes->aTOXAuthoritiesName ); in InitTOXTypes()
H A Ddoctxm.cxx110 const SwTOXType* pTOXType; in SV_IMPL_PTRARR()
258 const SwTOXType* pType = rCurTOXMark.GetTOXType(); in GotoTOXMark()
502 const SwTOXType* pType = GetTOXType(eTyp, 0); in GetDefaultTOXBase()
634 const SwTOXType* SwDoc::GetTOXType( TOXTypes eTyp, sal_uInt16 nId ) const in GetTOXType()
645 const SwTOXType* SwDoc::InsertTOXType( const SwTOXType& rTyp ) in InsertTOXType()
647 SwTOXType * pNew = new SwTOXType( rTyp ); in InsertTOXType()
652 String SwDoc::GetUniqueTOXBaseName( const SwTOXType& rType, in GetUniqueTOXBaseName()
1195 const SwTOXType* pType = (SwTOXType*) SwTOXBase::GetRegisteredIn(); in UpdateMarks()
1201 SwIterator<SwTOXMark,SwTOXType> aIter( *pType ); in UpdateMarks()
/trunk/main/sw/source/core/undo/
H A Drolbck.cxx379 SwTOXType* pToxType = 0; in SetInDoc()
382 pToxType = const_cast<SwTOXType*>(pDoc->GetTOXType( m_eTOXTypes, n )); in SetInDoc()
390 pToxType = const_cast<SwTOXType*>( in SetInDoc()
391 pDoc->InsertTOXType( SwTOXType( m_eTOXTypes, m_TOXName ))); in SetInDoc()
/trunk/main/sw/source/core/edit/
H A Dedtox.cxx254 const SwTOXType* SwEditShell::GetTOXType(TOXTypes eTyp, sal_uInt16 nId) const in GetTOXType()
346 const SwTOXType* pTOXType = GetTOXType(TOX_INDEX, 0); in ApplyAutoMark()
H A Dedws.cxx251 void SwEditShell::InsertTOXType(const SwTOXType& rTyp) in InsertTOXType()
/trunk/main/sw/source/filter/ww8/
H A Dww8par5.cxx2861 SwTOXType* pType = (SwTOXType*)rDoc.GetTOXType( TOX_ILLUSTRATIONS, 0); in lcl_toxMatchACSwitch()
3034 const SwTOXType* pType = rDoc.GetTOXType( eTox, 0 ); in Read_F_Tox()
3690 const SwTOXType* pT = rDoc.GetTOXType( eTox, 0 ); in lcl_ImportTox()
H A Dwrtww8.hxx97 class SwTOXType;
600 sal_uInt16 GetId( const SwTOXType& rTOXType );
H A Dww8atr.cxx1997 sal_uInt16 MSWordExportBase::GetId( const SwTOXType& rTOXType ) in GetId()
/trunk/main/sw/source/ui/inc/
H A Dtoxmgr.hxx303 const SwTOXType* GetTOXType(TOXTypes eTyp, sal_uInt16 nId) const;
/trunk/main/sw/source/ui/docvw/
H A Dedtwin2.cxx265 const SwTOXType* pTType = aCntntAtPos.pFndTxtAttr-> in RequestHelp()
/trunk/main/sw/source/core/crsr/
H A Dcrstrvl.cxx411 const SwTOXType* pType = aMarks[0]->GetTOXType(); in GotoTOXMarkBase()
412 SwIterator<SwTOXBase,SwTOXType> aIter( *pType ); in GotoTOXMarkBase()

Completed in 242 milliseconds