| /AOO41X/main/sw/source/core/fields/ |
| H A D | expfld.cxx | 1148 SwInputField::SwInputField( SwInputFieldType* pFieldType, in SwInputField() function in SwInputField 1163 SwInputField::~SwInputField() in ~SwInputField() 1168 void SwInputField::SetFmtFld( SwFmtFld& rFmtFld ) in SetFmtFld() 1173 SwFmtFld* SwInputField::GetFmtFld() in GetFmtFld() 1179 const String& SwInputField::getContent() const in getContent() 1185 void SwInputField::LockNotifyContentChange() in LockNotifyContentChange() 1198 void SwInputField::UnlockNotifyContentChange() in UnlockNotifyContentChange() 1210 void SwInputField::applyFieldContent( const String& rNewFieldContent ) in applyFieldContent() 1234 String SwInputField::GetFieldName() const in GetFieldName() 1246 SwField* SwInputField::Copy() const in Copy() [all …]
|
| /AOO41X/main/sw/source/core/txtnode/ |
| H A D | atrfld.cxx | 77 dynamic_cast<SwInputField*>(GetField())->SetFmtFld( *this ); in SwFmtFld() 105 dynamic_cast<SwInputField*>(GetField())->SetFmtFld( *this ); in SwFmtFld() 168 dynamic_cast<SwInputField* >(GetField())->SetFmtFld( *this ); in SetField() 574 const SwInputField* pInputFld = dynamic_cast<const SwInputField*>(GetFmtFld().GetField()); in UpdateFieldContent() 579 const_cast<SwInputField*>(pInputFld)->applyFieldContent( aNewFieldContent ); in UpdateFieldContent()
|
| /AOO41X/main/sw/source/ui/inc/ |
| H A D | inpdlg.hxx | 36 class SwInputField; 52 SwInputField* pInpFld;
|
| /AOO41X/main/sw/inc/ |
| H A D | expfld.hxx | 313 class SW_DLLPUBLIC SwInputField : public SwField class 335 SwInputField( 342 virtual ~SwInputField();
|
| /AOO41X/main/sw/source/ui/fldui/ |
| H A D | fldedt.cxx | 88 SwInputField* pInputFld = dynamic_cast<SwInputField*>(pCurFld); in SwFldEditDlg()
|
| H A D | inpdlg.cxx | 91 pInpFld = (SwInputField*)pField; in SwFldInputDlg()
|
| H A D | fldmgr.cxx | 1279 SwInputField* pInpFld = in InsertFld() 1280 …new SwInputField( pTyp, rData.sPar1, rData.sPar2, nSubType|nsSwExtendedSubType::SUB_INVISIBLE, nFo… in InsertFld()
|
| /AOO41X/main/sw/source/ui/wrtsh/ |
| H A D | wrtsh2.cxx | 346 const SwInputField* pInputField = dynamic_cast<const SwInputField*>(&rFld); in ClickToField()
|
| /AOO41X/main/sw/source/filter/ww8/ |
| H A D | docxexport.hxx | 122 virtual void DoFormText(const SwInputField * pFld);
|
| H A D | rtfexport.hxx | 122 virtual void DoFormText(const SwInputField * pFld);
|
| H A D | wrtww8.hxx | 746 virtual void DoFormText(const SwInputField * pFld) = 0; 1133 virtual void DoFormText(const SwInputField * pFld);
|
| H A D | docxexport.cxx | 275 void DocxExport::DoFormText(const SwInputField* /*pFld*/) in DoFormText() argument
|
| H A D | rtfexport.cxx | 357 void RtfExport::DoFormText(const SwInputField* pFld ) in DoFormText()
|
| H A D | ww8par5.cxx | 1230 SwInputField aFld( static_cast<SwInputFieldType*>(rDoc.GetSysFldType( RES_INPUTFLD )), in Read_F_Input() 2669 … SwInputField aFld( static_cast<SwInputFieldType*>(rDoc.GetSysFldType( RES_INPUTFLD )), in Read_SubF_Combined()
|
| H A D | ww8atr.cxx | 2854 const SwInputField * pInputField = dynamic_cast<const SwInputField *>(pFld); in TextField()
|
| H A D | ww8par3.cxx | 149 SwInputField aFld( in Read_F_FormTextBox()
|
| H A D | wrtw8esh.cxx | 532 void WW8Export::DoFormText(const SwInputField * pFld) in DoFormText()
|
| /AOO41X/main/sw/source/ui/shells/ |
| H A D | textfld.cxx | 185 if ( dynamic_cast<SwInputField*>(rSh.GetCurFld( true )) != NULL ) in ExecField()
|
| /AOO41X/main/sw/source/core/unocore/ |
| H A D | unofield.cxx | 1654 SwInputField * pTxtField = in attachToRange() 1655 new SwInputField( static_cast<SwInputFieldType*>(pFldType), in attachToRange()
|
| /AOO41X/main/sw/source/filter/ww1/ |
| H A D | w1filter.cxx | 887 pField = new SwInputField( in Out()
|
| /AOO41X/main/sw/source/core/crsr/ |
| H A D | crstrvl.cxx | 873 … bCrsrInsideInputFld = dynamic_cast<const SwInputField*>(GetFieldAtCrsr( pCrsr, false )) != NULL; in CrsrInsideInputFld()
|