Home
last modified time | relevance | path

Searched refs:GetTyp (Results 1 – 25 of 54) sorted by relevance

123

/aoo41x/main/sw/source/core/txtnode/
H A Datrfld.cxx68 , SwClient( rFld.GetTyp() ) in SwFmtFld()
73 if ( GetField()->GetTyp()->Which() == RES_INPUTFLD ) in SwFmtFld()
79 else if ( GetField()->GetTyp()->Which() == RES_POSTITFLD ) in SwFmtFld()
99 rAttr.GetField()->GetTyp()->Add(this); in SwFmtFld()
101 if ( GetField()->GetTyp()->Which() == RES_INPUTFLD ) in SwFmtFld()
117 SwFieldType* pType = mpField ? mpField->GetTyp() : 0; in ~SwFmtFld()
166 if ( GetField()->GetTyp()->Which() == RES_INPUTFLD ) in SetField()
187 && mpField->GetTyp() == ((SwFmtFld&)rAttr).GetField()->GetTyp() in operator ==()
267 switch (GetField()->GetTyp()->Which()) in Modify()
280 if ( RES_USERFLD == GetField()->GetTyp()->Which() ) in Modify()
[all …]
H A Dthints.cxx1170 ASSERT( RES_DDEFLD == pFld->GetTyp()->Which() || in DestroyAttr()
1175 switch( pFld->GetTyp()->Which() ) in DestroyAttr()
1193 ((SwDDEFieldType*)pFld->GetTyp())->DecRefCnt(); in DestroyAttr()
2620 if( RES_DDEFLD == pFld->GetTyp()->Which() ) in CalcFlags()
2652 if( RES_HIDDENPARAFLD == rFld.GetField()->GetTyp()->Which() ) in CalcHiddenParaField()
2899 switch( pFld->GetTyp()->Which() ) in TryInsertHint()
2916 ((SwDDEFieldType*)pFld->GetTyp())->IncRefCnt(); in TryInsertHint()
2925 switch( pFld->GetTyp()->Which() ) in TryInsertHint()
2935 if( pFldType != pFld->GetTyp() ) in TryInsertHint()
2950 ((SwDDEFieldType*)pFld->GetTyp())->IncRefCnt(); in TryInsertHint()
[all …]
/aoo41x/main/sw/source/core/fields/
H A Ddbfld.cxx197 if (GetTyp()) in SwDBField()
198 ((SwDBFieldType*)GetTyp())->AddRef(); in SwDBField()
206 if (GetTyp()) in ~SwDBField()
207 ((SwDBFieldType*)GetTyp())->ReleaseRef(); in ~SwDBField()
217 aContent += ((SwDBFieldType*)GetTyp())->GetColumnName(); in InitContent()
233 ((SwDBFieldType *)GetTyp())->GetColumnName() )) in InitContent()
333 String aColNm( ((SwDBFieldType*)GetTyp())->GetColumnName() ); in Evaluate()
384 return ((SwDBFieldType*)GetTyp())->GetName(); in GetPar1()
460 if(GetTyp()) in PutValue()
462 SwIterator<SwFmtFld,SwFieldType> aIter( *GetTyp() ); in PutValue()
[all …]
H A Dusrfld.cxx59 sStr = ((SwUserFieldType*)GetTyp())->Expand(GetFormat(), nSubType, GetLanguage()); in Expand()
66 SwField* pTmp = new SwUserField((SwUserFieldType*)GetTyp(), nSubType, GetFormat()); in Copy()
75 aStr += GetTyp()->GetName(); in GetFieldName()
77 aStr += static_cast<SwUserFieldType*>(GetTyp())->GetContent(); in GetFieldName()
83 return ((SwUserFieldType*)GetTyp())->GetValue(); in GetValue()
88 ((SwUserFieldType*)GetTyp())->SetValue(rVal); in SetValue()
97 return ((SwUserFieldType*)GetTyp())->GetName(); in GetPar1()
106 return ((SwUserFieldType*)GetTyp())->GetContent(GetFormat()); in GetPar2()
111 ((SwUserFieldType*)GetTyp())->SetContent(rStr, GetFormat()); in SetPar2()
116 return ((SwUserFieldType*)GetTyp())->GetType() | nSubType; in GetSubType()
[all …]
H A Ddocufld.cxx205 SwPageNumberFieldType* pFldType = (SwPageNumberFieldType*)GetTyp(); in Expand()
355 aContent = ((SwAuthorFieldType*)GetTyp())->Expand(GetFormat()); in SwAuthorField()
362 ((SwAuthorFieldType*)GetTyp())->Expand(GetFormat()); in Expand()
496 aContent = ((SwFileNameFieldType*)GetTyp())->Expand(GetFormat()); in SwFileNameField()
677 return((SwTemplNameFieldType*)GetTyp())->Expand(GetFormat()); in Expand()
816 (SwDocStatFieldType*)GetTyp(), nSubType, GetFormat() ); in Copy()
833 ((SwDocStatFieldType*)GetTyp())->SetNumFormat( in ChangeExpansion()
1407 else if( !((SwHiddenTxtFieldType*)GetTyp())->GetHiddenFlag() || in Expand()
1503 new SwHiddenTxtField((SwHiddenTxtFieldType*)GetTyp(), aCond, in Copy()
1828 (SwPostItFieldType*)GetTyp(), in Copy()
[all …]
H A Dauthfld.cxx580 ((SwAuthorityFieldType* )GetTyp())->RemoveField(m_nHandle); in ~SwAuthorityField()
585 SwAuthorityFieldType* pAuthType = (SwAuthorityFieldType*)GetTyp(); in Expand()
611 SwAuthorityFieldType* pAuthType = (SwAuthorityFieldType*)GetTyp(); in Copy()
617 SwAuthorityFieldType* pAuthType = (SwAuthorityFieldType*)GetTyp(); in GetFieldText()
624 SwAuthorityFieldType* pInitType = (SwAuthorityFieldType* )GetTyp(); in SetPar1()
672 if(!GetTyp()) in QueryValue()
674 const SwAuthEntry* pAuthEntry = ((SwAuthorityFieldType*)GetTyp())->GetEntryByHandle(m_nHandle); in QueryValue()
702 if(!GetTyp() || !((SwAuthorityFieldType*)GetTyp())->GetEntryByHandle(m_nHandle)) in PutValue()
730 ((SwAuthorityFieldType*)GetTyp())->RemoveField(m_nHandle); in PutValue()
731 m_nHandle = ((SwAuthorityFieldType*)GetTyp())->AddField(sToSet); in PutValue()
[all …]
H A Dexpfld.cxx392 sExpand = ((SwValueFieldType*)GetTyp())->ExpandValue( in ChangeExpansion()
812 aStr = GetTyp()->GetName(); in Expand()
837 aStr += GetTyp()->GetName(); in GetFieldName()
866 ((SwSetExpFieldType*)GetTyp())->SetType(nSub & 0xff); in SetSubType()
874 return ((SwSetExpFieldType*)GetTyp())->GetType() | nSubType; in GetSubType()
884 sExpand = ((SwValueFieldType*)GetTyp())->ExpandValue( rAny, in SetValue()
954 return ((SwSetExpFieldType*)GetTyp())->GetName(); in GetPar1()
959 sal_uInt16 nType = ((SwSetExpFieldType*)GetTyp())->GetType(); in GetPar2()
968 sal_uInt16 nType = ((SwSetExpFieldType*)GetTyp())->GetType(); in SetPar2()
1239 aStr += GetTyp()->GetName(); in GetFieldName()
[all …]
H A Dddefld.cxx398 if( GetTyp()->IsLastDepend() ) in ~SwDDEField()
399 ((SwDDEFieldType*)GetTyp())->Disconnect(); in ~SwDDEField()
405 String aStr( ((SwDDEFieldType*)GetTyp())->GetExpansion() ); in Expand()
419 return new SwDDEField((SwDDEFieldType*)GetTyp()); in Copy()
428 return ((SwDDEFieldType*)GetTyp())->GetName(); in GetPar1()
437 return ((SwDDEFieldType*)GetTyp())->GetCmd(); in GetPar2()
442 ((SwDDEFieldType*)GetTyp())->SetCmd(rStr); in SetPar2()
H A Dfldbas.cxx271 if (RES_DATETIMEFLD == GetTyp()->Which()) in GetFieldName()
614 ((SwValueFieldType *)GetTyp())->UseFormat() ) in ChgTyp()
662 ((SwValueFieldType *)GetTyp())->UseFormat() && in SetLanguage()
725 : SwValueField((SwValueFieldType *)rFld.GetTyp(), rFld.GetFormat(), in SwFormulaField()
766 if (nFmt && nFmt != SAL_MAX_UINT32 && ((SwValueFieldType *)GetTyp())->UseFormat()) in SetExpandedFormula()
777 ((SwValueFieldType *)GetTyp())->DoubleToString(sFormula, fTmpValue, nFmt); in SetExpandedFormula()
792 if (nFmt && nFmt != SAL_MAX_UINT32 && ((SwValueFieldType *)GetTyp())->UseFormat()) in GetExpandedFormula()
802 ((SwValueFieldType *)GetTyp())->DoubleToString(sValue, GetValue(), nFmt); in GetExpandedFormula()
H A Dtblcalc.cxx78 SwTblField* pTmp = new SwTblField( (SwTblFieldType*)GetTyp(), in Copy()
90 String aStr(GetTyp()->GetName()); in GetFieldName()
99 if( !GetTyp()->GetDepends() ) in GetNodeOfFormula()
102 SwIterator<SwFmtFld,SwFieldType> aIter( *GetTyp() ); in GetNodeOfFormula()
160 sExpand = ((SwValueFieldType*)GetTyp())->ExpandValue(rVal, GetFormat(), GetLanguage()); in SetValue()
H A Dreffld.cxx252 SwDoc* pDoc = dynamic_cast<SwGetRefFieldType*>(GetTyp())->GetDoc(); in GetReferencedTxtNode()
274 String aStr(GetTyp()->GetName()); in GetFieldName()
284 SwDoc* pDoc = ((SwGetRefFieldType*)GetTyp())->GetDoc(); in UpdateField()
539 SwGetRefField* pFld = new SwGetRefField( (SwGetRefFieldType*)GetTyp(), in Copy()
717 if(GetTyp() && REF_SEQUENCEFLD == nSubType) in ConvertProgrammaticToUIName()
719 SwDoc* pDoc = ((SwGetRefFieldType*)GetTyp())->GetDoc(); in ConvertProgrammaticToUIName()
H A Dmacrofld.cxx74 return new SwMacroField((SwMacroFieldType*)GetTyp(), aMacro, aText); in Copy()
79 String aStr(GetTyp()->GetName()); in GetFieldName()
H A Dscrptfld.cxx76 return new SwScriptField( (SwScriptFieldType*)GetTyp(), sType, sCode, bCodeURL ); in Copy()
/aoo41x/main/sw/source/core/doc/
H A Ddocfld.cxx1215 switch( pFld->GetTyp()->Which() ) in FldsToExpand()
1774 switch( pFld->GetTyp()->Which() ) in GetAllUsedDB()
1951 switch( pFld->GetTyp()->Which() ) in ChangeDBFields()
2120 pDocInfFld->GetTyp())->Expand( in SetFixFields()
2134 pAuthorFld->GetTyp())->Expand( in SetFixFields()
2145 pExtUserFld->GetTyp())->Expand( in SetFixFields()
2167 pFileNameFld->GetTyp())->Expand( in SetFixFields()
2393 switch( nWhich = pFld->GetTyp()->Which() ) in _MakeFldList()
2722 if (pDstFld->GetTyp()->Which() == in UpdateFld()
2723 rSrcFld.GetTyp()->Which()) in UpdateFld()
[all …]
/aoo41x/main/sw/source/ui/shells/
H A Dtextfld.cxx126 ::sfx2::SvBaseLink& rLink = ((SwDDEFieldType*)pFld->GetTyp())-> in ExecField()
157 if(pFld && pFld->GetTyp()->Which() == RES_MACROFLD) in ExecField()
361 sal_Bool bNew = !(pPostIt && pPostIt->GetTyp()->Which() == RES_POSTITFLD); in ExecField()
533 bNew = !pFld || !(pFld->GetTyp()->Which() == RES_SCRIPTFLD); in ExecField()
662 sal_uInt16 nTempWhich = pField ? pField->GetTyp()->Which() : USHRT_MAX; in StateField()
669 !((SwDDEFieldType*)pField->GetTyp())->GetBaseLink().IsVisible()) in StateField()
684 if(!pField || pField->GetTyp()->Which() != RES_MACROFLD) in StateField()
741 bCurField = pField && pField->GetTyp()->Which() == RES_POSTITFLD; in StateField()
743 bCurField = pField && pField->GetTyp()->Which() == RES_SCRIPTFLD; in StateField()
/aoo41x/main/sw/source/ui/wrtsh/
H A Dwrtsh2.cxx93 if ( rFld.GetTyp()->Which() == RES_POSTITFLD ) in Insert()
164 if(pField->GetTyp()->Which() == RES_DROPDOWN) in UpdateInputFlds()
170 pTmp->GetField( i )->GetTyp()->UpdateFlds(); in UpdateInputFlds()
283 switch( rFld.GetTyp()->Which() ) in ClickToField()
330 ((SwField&)rFld).GetTyp()->UpdateFlds(); in ClickToField()
/aoo41x/main/sw/inc/
H A Dfldbas.hxx332 inline SwFieldType* GetTyp() const;
392 inline SwFieldType* SwField::GetTyp() const in GetTyp() function in SwField
444 inline SwDoc* GetDoc() const { return ((SwValueFieldType*)GetTyp())->GetDoc(); } in GetDoc()
450 { return ((SwValueFieldType*)GetTyp())->ExpandValue(rVal, nFmt, nLng); } in ExpandValue()
/aoo41x/main/sw/source/core/text/
H A Dtxtfld.cxx106 if (pFld->GetTyp()->Which()==RES_POSTITFLD) in NewFldPortion()
115 switch( pFld->GetTyp()->Which() ) in NewFldPortion()
119 pRet = new SwPostItsPortion( RES_SCRIPTFLD == pFld->GetTyp()->Which() ); in NewFldPortion()
179 SwPageNumberFieldType *pPageNr = (SwPageNumberFieldType *)pFld->GetTyp(); in NewFldPortion()
/aoo41x/main/sw/source/core/edit/
H A Dedfld.cxx293 sal_uInt16 nFldWhich = rFld.GetTyp()->Which(); in UpdateFlds()
355 if( pCurFld->GetTyp()->Which() != in UpdateFlds()
356 rFld.GetTyp()->Which() ) in UpdateFlds()
H A Dedfldexp.cxx71 ((SwDBFieldType*)pFmtFld->GetField()->GetTyp())->GetDBData(); in IsFieldDataSourceAvailable()
/aoo41x/main/sw/source/ui/fldui/
H A Dfldpage.cxx245 SwDBFieldType* pOldTyp = (SwDBFieldType*)pTmpFld->GetTyp(); in InsertFld()
266 SwSetExpFieldType* pTyp = (SwSetExpFieldType*)pTmpFld->GetTyp(); in InsertFld()
H A DDropDownFieldDialog.cxx78 if( RES_DROPDOWN == pField->GetTyp()->Which() ) in DropDownFieldDialog()
/aoo41x/main/sw/source/core/unocore/
H A Dunofield.cxx995 const OUString sTypeName(rFld.GetTyp()->GetName()); in LocalizeFormula()
1014 SwIterator<SwXTextField,SwFieldType> aIter(*rFmt.GetField()->GetTyp()); in CreateSwXTextField()
1190 pType = m_pFmtFld->GetField()->GetTyp(); in getTextFieldMaster()
2353 pExtUserFld->SetExpansion( ((SwExtUserFieldType*)pFld->GetTyp())->Expand( in update()
2362 pAuthorFld->SetExpansion( ((SwAuthorFieldType*)pFld->GetTyp())->Expand( in update()
2370 pFileNameFld->SetExpansion( ((SwFileNameFieldType*)pFld->GetTyp())->Expand( in update()
2378 pDocInfFld->SetExpansion( ((SwDocInfoFieldType*)pFld->GetTyp())->Expand( in update()
/aoo41x/main/sw/source/filter/html/
H A Dhtmlfldw.cxx75 const SwFieldType* pFldTyp = pFld->GetTyp(); in OutHTML_SwField()
426 const SwFieldType* pFldTyp = pFld->GetTyp(); in OutHTML_SwFmtFld()
/aoo41x/main/sw/source/core/tox/
H A Dtxmsrt.cxx885 const SwAuthorityFieldType* pType = (const SwAuthorityFieldType*)pField->GetTyp(); in FillText()
920 pField->GetTyp(); in operator <()

Completed in 235 milliseconds

123