Home
last modified time | relevance | path

Searched refs:InsertFldType (Results 1 – 25 of 28) sorted by relevance

12

/aoo41x/main/sw/source/ui/fldui/
H A Dfldmgr.cxx834 void SwFldMgr::InsertFldType(SwFieldType& rType) in InsertFldType() function in SwFldMgr
839 pSh->InsertFldType(rType); in InsertFldType()
914 (SwAuthorityFieldType*)pCurShell->InsertFldType( in InsertFld()
1062 SwDDEFieldType* pTyp = (SwDDEFieldType*) pCurShell->InsertFldType( aType ); in InsertFld()
1131 SwDBFieldType* pTyp = (SwDBFieldType*)pCurShell->InsertFldType( in InsertFld()
1237 pTyp = (SwUserFieldType*)pCurShell->InsertFldType( in InsertFld()
1295 SwSetExpFieldType* pTyp = (SwSetExpFieldType*)pCurShell->InsertFldType( in InsertFld()
1308 SwSetExpFieldType* pTyp = (SwSetExpFieldType*)pCurShell->InsertFldType( in InsertFld()
H A Dfldpage.cxx114 pSh->InsertFldType( SwSetExpFieldType( pDoc, in Init()
116 pSh->InsertFldType( SwSetExpFieldType(pDoc, in Init()
246 SwDBFieldType* pTyp = (SwDBFieldType*)pSh->InsertFldType( in InsertFld()
H A Dfldvar.cxx1110 GetFldMgr().InsertFldType( aType ); // Userfld Neu in IMPL_LINK()
1126 GetFldMgr().InsertFldType(aType); // DDE-Feld Neu in IMPL_LINK()
/aoo41x/main/sw/source/filter/ww8/
H A Dww8par5.cxx1166 SwFieldType* pFT = rDoc.InsertFldType( in InsertTagField()
1427 SwSetExpFieldType* pFT = (SwSetExpFieldType*)rDoc.InsertFldType( in Read_F_InputVar()
1445 pNumFldType = rDoc.InsertFldType( aT ); in Read_F_ANumber()
1517 SwSetExpFieldType* pFT = (SwSetExpFieldType*)rDoc.InsertFldType( in Read_F_Seq()
2024 SwFieldType* pFT = rDoc.InsertFldType( SwSetExpFieldType( &rDoc, sOrigName, in Read_F_Set()
2530 SwFieldType* pFT = rDoc.InsertFldType( aD ); in Read_F_DBField()
2549 SwFieldType* pFT = rDoc.InsertFldType( aN ); in Read_F_DBNext()
2560 SwFieldType* pFT = rDoc.InsertFldType( aN ); in Read_F_DBNum()
/aoo41x/main/sw/source/core/edit/
H A Dedfld.cxx429 SwFieldType* SwEditShell::InsertFldType(const SwFieldType& rFldType) in InsertFldType() function in SwEditShell
431 return GetDoc()->InsertFldType(rFldType); in InsertFldType()
/aoo41x/main/sw/inc/
H A DIDocumentFieldsAccess.hxx58 virtual SwFieldType *InsertFldType(const SwFieldType &) = 0;
H A Deditsh.hxx373 SwFieldType* InsertFldType(const SwFieldType &);
H A Ddoc.hxx836 virtual SwFieldType *InsertFldType(const SwFieldType &);
/aoo41x/main/sw/source/core/inc/
H A Ddocfld.hxx172 void InsertFldType( const SwFieldType& rType );
/aoo41x/main/sw/source/core/unocore/
H A Dunofield.cxx595 pType2 = m_pDoc->InsertFldType(aType); in setPropertyValue()
605 pType2 = m_pDoc->InsertFldType(aType); in setPropertyValue()
615 pType2 = m_pDoc->InsertFldType(aType); in setPropertyValue()
722 SwFieldType* pType = m_pDoc->InsertFldType(aType); in GetFldType()
1709 pDoc->InsertFldType(SwAuthorityFieldType(pDoc)), in attachToRange()
H A Dunocoll.cxx549 pType = pDoc->InsertFldType(aType); in MakeInstance()
/aoo41x/main/sw/source/ui/uiview/
H A Dviewdlg2.cxx162 aMgr.InsertFldType(aSwSetExpFieldType); in InsertCaption()
/aoo41x/main/sw/source/core/doc/
H A Ddocfld.cxx91 SwFieldType* SwDoc::InsertFldType(const SwFieldType &rFldTyp) in SV_IMPL_OP_PTRARR_SORT()
152 pUpdtFlds->InsertFldType( *pNew ); in SV_IMPL_OP_PTRARR_SORT()
1958 SwDBFieldType* pTyp = (SwDBFieldType*)InsertFldType( in ChangeDBFields()
2622 void SwDocUpdtFld::InsertFldType( const SwFieldType& rType ) in InsertFldType() function in SwDocUpdtFld
/aoo41x/main/sw/source/ui/inc/
H A Dfldmgr.hxx156 void InsertFldType(SwFieldType& rType);
/aoo41x/main/sw/source/filter/rtf/
H A Drtffld.cxx571 SwDBField aDBFld( (SwDBFieldType*)pDoc->InsertFldType( aTmp )); in MakeFieldInst()
888 SwUserField aUFld( (SwUserFieldType*)pDoc->InsertFldType( aTmp )); in MakeFieldInst()
/aoo41x/main/sw/source/filter/ww1/
H A Dw1filter.cxx642 SwFieldType* pFT = rOut.GetDoc().InsertFldType( in Out()
828 pFT = rOut.GetDoc().InsertFldType(aS); in Out()
877 SwFieldType* pFT = rOut.GetDoc().InsertFldType( in Out()
H A Dfltshell.cxx565 pFT = pDoc->InsertFldType(aS); in SetAttrInDoc()
1183 pFT = GetDoc().InsertFldType(aS); in AddError()
/aoo41x/main/sw/source/core/txtnode/
H A Datrfld.cxx415 pFldType = pDestIDFA->InsertFldType( *rDestFmtFld.GetField()->GetTyp() ); in CopyTxtFld()
H A Dthints.cxx2934 pDoc->InsertFldType( *pFld->GetTyp() ); in TryInsertHint()
/aoo41x/main/sw/source/ui/index/
H A Dtoxmgr.cxx375 pFType = (SwAuthorityFieldType*)pSh->InsertFldType( in UpdateOrInsertTOX()
/aoo41x/main/sw/source/ui/frmdlg/
H A Dcption.cxx556 rSh.InsertFldType( aFldType ); in Apply()
/aoo41x/main/sw/source/core/undo/
H A Drolbck.cxx311 pNewFldType = pDoc->InsertFldType( *m_pFldType ); in SetInDoc()
H A Duntbl.cxx338 SwDDEFieldType* pNewType = (SwDDEFieldType*)rDoc.InsertFldType( in RedoImpl()
506 SwDDEFieldType* pNewType = (SwDDEFieldType*)rDoc.InsertFldType( in UndoImpl()
/aoo41x/main/sw/source/core/docnode/
H A Dndcopy.cxx484 pDDEType = (SwDDEFieldType*)pDoc->InsertFldType( *pDDEType ); in MakeCopy()
/aoo41x/main/sw/source/ui/dbui/
H A Ddbinsdlg.cxx984 (SwDBFieldType*)rSh.InsertFldType( aFldType ), in SplitTextToColArr()

Completed in 196 milliseconds

12