Home
last modified time | relevance | path

Searched refs:GetFldType (Results 1 – 25 of 37) sorted by relevance

12

/aoo42x/main/sw/source/ui/fldui/
H A Dfldmgr.cxx327 return pSh ? pSh->GetFldType(nId, nResId) : 0; in GetFldType()
335 return pSh ? pSh->GetFldType(nResId, rName) : 0; in GetFldType()
542 SwFieldType* pFldType = pSh->GetFldType( i ); in GetSubTypes()
813 pTyp = pSh->GetFldType( 0, RES_INPUTFLD ); in GoNextPrev()
902 pCurShell->GetFldType( 0, RES_COMBINED_CHARS ); in InsertFld()
1220 pCurShell->GetFldType(0, RES_DBSETNUMBERFLD); in InsertFld()
1254 pCurShell->GetFldType(RES_SETEXPFLD, rData.sPar1); in InsertFld()
1329 pCurShell->GetFldType(RES_SETEXPFLD, rData.sPar1); in InsertFld()
1384 pCurShell->GetFldType(0, RES_GETEXPFLD); in InsertFld()
1394 pCurShell->GetFldType( 0, RES_REFPAGESETFLD ), in InsertFld()
[all …]
H A Dfldvar.cxx282 GetFldMgr().GetFldType( RES_USERFLD, nSelPos ); in IMPL_LINK()
349 pSh->GetFldType( RES_SETEXPFLD, sName ); in IMPL_LINK()
399 pSh->GetFldType( RES_SETEXPFLD, sName ); in IMPL_LINK()
438 GetFldMgr().GetFldType( RES_SETEXPFLD, sName ); in IMPL_LINK()
900 SwFieldType* pType = GetFldMgr().GetFldType(RES_DDEFLD, sName); in IMPL_LINK()
914 SwFieldType* pType = GetFldMgr().GetFldType(RES_USERFLD, sName); in IMPL_LINK()
922 pType = GetFldMgr().GetFldType(RES_SETEXPFLD, sName); in IMPL_LINK()
938 GetFldMgr().GetFldType(RES_SETEXPFLD, sName); in IMPL_LINK()
968 if (GetFldMgr().GetFldType(RES_USERFLD, sName)) in IMPL_LINK()
1045 pType = GetFldMgr().GetFldType(nId, sName); in IMPL_LINK()
[all …]
H A Dfldref.cxx240 SwSetExpFieldType* pType = (SwSetExpFieldType*)pSh->GetFldType(n, RES_SETEXPFLD); in Reset()
642 SwSetExpFieldType* pType = (SwSetExpFieldType*)pSh->GetFldType( in UpdateSubType()
867 SwFieldType* pType = GetFldMgr().GetFldType(RES_SETEXPFLD, aName); in FillItemSet()
981 SwSetExpFieldType* pType = (SwSetExpFieldType*)pSh->GetFldType( in FillItemSet()
H A Dinpdlg.cxx103 if( 0 != ( pUsrType = (SwUserFieldType*)rSh.GetFldType( in SwFldInputDlg()
H A Dfldpage.cxx277 if (m_aMgr.GetFldType(RES_USERFLD, sPar1) == 0 && in InsertFld()
/aoo42x/main/sw/source/ui/frmdlg/
H A Dcption.cxx175 SwFieldType *pType = pMgr->GetFldType( USHRT_MAX, i ); in SwCaptionDialog()
237 if( ( pFldType = pMgr->GetFldType(USHRT_MAX, --i))->GetName() == in SwCaptionDialog()
354 ? rSh.GetFldType( RES_SETEXPFLD, sFldTypeName ) in IMPL_LINK_INLINE_END()
402 SwSetExpFieldType* pFldType = (SwSetExpFieldType*)rSh.GetFldType( in DrawSample()
513 SwSetExpFieldType* pFldType = (SwSetExpFieldType*)rSh.GetFldType( in SwSequenceOptionDialog()
538 SwSetExpFieldType* pFldType = (SwSetExpFieldType*)rSh.GetFldType( in Apply()
/aoo42x/main/sw/source/core/unocore/
H A Dunofield.cxx518 SwFieldType* pType = GetFldType(sal_True); in setPropertyValue()
574 SwFieldType* pType2 = m_pDoc->GetFldType(nResTypeId, sTypeName, sal_False); in setPropertyValue()
621 pType = GetFldType(); in setPropertyValue()
671 GetFldType(); in setPropertyValue()
705 SwFieldType* SwXFieldMaster::GetFldType(sal_Bool bDontCreate) const in GetFldType() function in SwXFieldMaster
743 SwFieldType* pType = GetFldType(sal_True); in SV_IMPL_PTRARR()
915 SwFieldType* pFldType = GetFldType( sal_True ); in dispose()
1167 SwFieldType* pFieldType = pMaster ? pMaster->GetFldType() : 0; in attachTextFieldMaster()
1494 SwFieldType* pFldType = pDoc->GetFldType(RES_DDEFLD, m_sTypeName, sal_True); in attachToRange()
1562 SwFieldType* pFldType = pDoc->GetFldType(RES_DBFLD, m_sTypeName, sal_False); in attachToRange()
[all …]
/aoo42x/main/sw/source/ui/uiview/
H A Dviewdlg2.cxx157 (SwSetExpFieldType*)aMgr.GetFldType(RES_SETEXPFLD, rName); in InsertCaption()
163 pFldType = (SwSetExpFieldType*)aMgr.GetFldType(RES_SETEXPFLD, rName); in InsertCaption()
182 pType = aMgr.GetFldType(USHRT_MAX, i); in InsertCaption()
H A Dviewmdi.cxx491 SwFieldType* pFldType = rSh.GetFldType(0, RES_POSTITFLD); in IMPL_STATIC_LINK()
/aoo42x/main/sw/source/core/fields/
H A Dreffld.cxx722 if(!pDoc->GetFldType(RES_SETEXPFLD, rPar1, false)) in ConvertProgrammaticToUIName()
809 SwFieldType* pFldType = pDoc->GetFldType( RES_SETEXPFLD, rRefMark, false ); in FindAnchor()
926 if( 0 != ( pType = rDestDoc.GetFldType( RES_SETEXPFLD, aName, false ) )) in SV_IMPL_PTRARR()
935 if( 0 != ( pType = rDoc.GetFldType( RES_SETEXPFLD, aName, false ) )) in SV_IMPL_PTRARR()
984 SwFieldType* pType = rDoc.GetFldType( RES_SETEXPFLD, aName, false ); in SV_IMPL_PTRARR()
H A Dexpfld.cxx361 SwFieldType* pSetExpFld = rDoc.GetFldType(RES_SETEXPFLD, GetFormula(), sal_False); in ChangeExpansion()
1217 …static_cast<SwInputFieldType*>(GetTyp())->GetDoc()->GetFldType( RES_USERFLD, getContent(), false )… in applyFieldContent()
1272 …static_cast<SwInputFieldType*>(GetTyp())->GetDoc()->GetFldType( RES_USERFLD, getContent(), false )… in Expand()
/aoo42x/main/sw/source/core/edit/
H A Dedfld.cxx87 SwFieldType* SwEditShell::GetFldType(sal_uInt16 nFld, sal_uInt16 nResId, sal_Bool bUsed ) const in GetFldType() function in SwEditShell
132 SwFieldType* SwEditShell::GetFldType(sal_uInt16 nResId, const String& rName) const in GetFldType() function in SwEditShell
134 return GetDoc()->GetFldType( nResId, rName, false ); in GetFldType()
/aoo42x/main/sw/source/ui/config/
H A Doptload.cxx451 if( ( pFldType = pMgr->GetFldType(USHRT_MAX, --i))->GetName() == in SwCaptionOptPage()
480 SwSetExpFieldType* pFldType = (SwSetExpFieldType*)pMgr->GetFldType( in SwCaptionOptPage()
713 SwFieldType *pType = pMgr->GetFldType( USHRT_MAX, i ); in IMPL_LINK()
923 SwSetExpFieldType* pFldType = (SwSetExpFieldType*)pMgr->GetFldType( in DrawSample()
/aoo42x/main/sw/source/ui/inc/
H A Dfldmgr.hxx180 SwFieldType* GetFldType(sal_uInt16 nResId, sal_uInt16 nId = 0) const;
181 SwFieldType* GetFldType(sal_uInt16 nResId, const String& rName) const;
/aoo42x/main/sw/source/ui/index/
H A Dswuiidxmrk.cxx1383 pSh->GetFldType(RES_AUTHORITY, aEmptyStr); in IMPL_LINK()
1413 pSh->GetFldType(RES_AUTHORITY, aEmptyStr); in IMPL_LINK()
1555 pSh->GetFldType(RES_AUTHORITY, aEmptyStr); in IMPL_LINK()
1600 pSh->GetFldType(RES_AUTHORITY, aEmptyStr); in IMPL_LINK()
1744 rSh.GetFldType(RES_AUTHORITY, aEmptyStr); in SwCreateAuthEntryDlg_Impl()
1853 rWrtSh.GetFldType(RES_AUTHORITY, aEmptyStr); in IMPL_LINK()
H A Dtoxmgr.cxx373 pSh->GetFldType(RES_AUTHORITY, aEmptyStr); in UpdateOrInsertTOX()
H A Dcnttab.cxx342 rSh.GetFldType(RES_AUTHORITY, aEmptyStr); in SwMultiTOXTabDialog()
500 rSh.GetFldType(RES_AUTHORITY, aEmptyStr); in GetTOXDescription()
1430 SwFieldType *pType = rSh.GetFldType( i, RES_SETEXPFLD ); in Reset()
2385 rSh.GetFldType(RES_AUTHORITY, aEmptyStr); in ActivatePage()
/aoo42x/main/sw/inc/
H A Deditsh.hxx339 …SwFieldType* GetFldType(sal_uInt16 nId, sal_uInt16 nResId = USHRT_MAX, sal_Bool bUsed = sal_False)…
340 SwFieldType* GetFldType(sal_uInt16 nResId, const String& rName) const;
H A DIDocumentFieldsAccess.hxx66 …virtual SwFieldType* GetFldType(sal_uInt16 nResId, const String& rName, bool bDbFieldMatching) con…
H A Dunofield.hxx114 SwFieldType* GetFldType(sal_Bool bDontCreate = sal_False) const;
/aoo42x/main/sw/source/core/crsr/
H A Dannotationmark.cxx100 SwFieldType* pType = pDoc->GetFldType( RES_POSTITFLD, String(), false ); in GetAnnotationFmtFld()
/aoo42x/main/sw/source/ui/shells/
H A Dtextfld.cxx175 SwFieldType* pFld = rSh.GetFldType( 0, RES_INPUTFLD ); in ExecField()
390 … SwFieldType* pType = rSh.GetDoc()->GetFldType(RES_POSTITFLD, aEmptyStr,false); in ExecField()
/aoo42x/main/sw/source/core/undo/
H A DSwUndoField.cxx106 if ( pDoc->GetFldType(RES_POSTITFLD, aEmptyStr,false) == pDstFmtFld->GetField()->GetTyp() ) in DoImpl()
/aoo42x/main/sw/source/core/text/
H A DEnhancedPDFExportHelper.cxx1588 SwFieldType* pType = mrSh.GetFldType( RES_POSTITFLD, aEmptyStr ); in EnhancedPDFExport()
1827 SwFieldType* pType = mrSh.GetFldType( RES_GETREFFLD, aEmptyStr ); in EnhancedPDFExport()
/aoo42x/main/sw/source/filter/ww1/
H A Dfltshell.cxx558 SwFieldType* pFT = pDoc->GetFldType(RES_SETEXPFLD, rName, false); in SetAttrInDoc()
1176 SwFieldType* pFT = GetDoc().GetFldType( RES_SETEXPFLD, aName, false ); in AddError()

Completed in 219 milliseconds

12