/aoo4110/main/sw/source/ui/shells/ |
H A D | textfld.cxx | 361 sal_Bool bNew = !(pPostIt && pPostIt->GetTyp()->Which() == RES_POSTITFLD); in ExecField() 390 … SwFieldType* pType = rSh.GetDoc()->GetFldType(RES_POSTITFLD, aEmptyStr,false); in ExecField() 664 RES_POSTITFLD == nTempWhich || in StateField() 741 bCurField = pField && pField->GetTyp()->Which() == RES_POSTITFLD; in StateField()
|
/aoo4110/main/sw/source/ui/docvw/ |
H A D | AnnotationWin.cxx | 168 return pFld && (pFld->Which()== RES_POSTITFLD); in CalcFollow() 185 while ( pFld && ( pFld->Which()== RES_POSTITFLD ) ) in CountFollowing()
|
H A D | edtwin2.cxx | 303 case RES_POSTITFLD: in RequestHelp()
|
H A D | PostItMgr.cxx | 1178 SwFieldType* pType = mpView->GetDocShell()->GetDoc()->GetFldType(RES_POSTITFLD, aEmptyStr,false); in AddPostIts()
|
H A D | edtwin.cxx | 1400 const SwFieldType* pFldType = rSh.GetFldType( 0, RES_POSTITFLD ); in KeyInput() 3805 if (pFld->Which()== RES_POSTITFLD) in MouseMove()
|
/aoo4110/main/sw/source/core/text/ |
H A D | txtfld.cxx | 106 if (pFld->GetTyp()->Which()==RES_POSTITFLD) in NewFldPortion() 118 case RES_POSTITFLD: in NewFldPortion()
|
H A D | EnhancedPDFExportHelper.cxx | 1588 SwFieldType* pType = mrSh.GetFldType( RES_POSTITFLD, aEmptyStr ); in EnhancedPDFExport()
|
/aoo4110/main/sw/source/core/txtnode/ |
H A D | atrfld.cxx | 79 else if ( GetField()->GetTyp()->Which() == RES_POSTITFLD ) in SwFmtFld() 107 else if ( GetField()->GetTyp()->Which() == RES_POSTITFLD ) in SwFmtFld()
|
H A D | thints.cxx | 1195 case RES_POSTITFLD: in DestroyAttr() 2954 case RES_POSTITFLD: in TryInsertHint()
|
/aoo4110/main/sw/source/core/crsr/ |
H A D | annotationmark.cxx | 100 SwFieldType* pType = pDoc->GetFldType( RES_POSTITFLD, String(), false ); in GetAnnotationFmtFld()
|
H A D | crstrvl.cxx | 1677 if ( pFld && pFld->Which()== RES_POSTITFLD ) in GetPostItFieldAtCursor()
|
/aoo4110/main/sw/source/core/undo/ |
H A D | SwUndoField.cxx | 106 if ( pDoc->GetFldType(RES_POSTITFLD, aEmptyStr,false) == pDstFmtFld->GetField()->GetTyp() ) in DoImpl()
|
/aoo4110/main/sw/inc/ |
H A D | fldbas.hxx | 60 RES_POSTITFLD, enumerator
|
/aoo4110/main/sw/source/ui/wrtsh/ |
H A D | wrtsh2.cxx | 93 if ( rFld.GetTyp()->Which() == RES_POSTITFLD ) in Insert()
|
/aoo4110/main/sw/source/core/doc/ |
H A D | doc.cxx | 1132 SwFieldType* pFldType = pIDFA->GetSysFldType( RES_POSTITFLD ); in lcl_GetPostIts() 1756 SwFieldType * const pPostits( GetSysFldType(RES_POSTITFLD) ); in UpdateDocStat() 2450 if ( RES_POSTITFLD == pCurType->Which() ) in ConvertFieldsToText()
|
/aoo4110/main/sw/source/filter/html/ |
H A D | htmlfldw.cxx | 447 else if( RES_POSTITFLD == pFldTyp->Which() ) in OutHTML_SwFmtFld()
|
H A D | htmlfld.cxx | 658 (SwPostItFieldType*)pDoc->GetSysFldType( RES_POSTITFLD ), in InsertComment()
|
H A D | wrthtml.cxx | 904 if( RES_POSTITFLD!=nFldWhich && in OutHeaderAttrs()
|
H A D | swhtml.cxx | 2782 if( pPostIts && (RES_POSTITFLD == nFldWhich || in _SetAttr() 5400 (SwPostItFieldType*)pDoc->GetSysFldType( RES_POSTITFLD ), in ParseMoreMetaOptions()
|
/aoo4110/main/sw/source/ui/uiview/ |
H A D | viewmdi.cxx | 491 SwFieldType* pFldType = rSh.GetFldType(0, RES_POSTITFLD); in IMPL_STATIC_LINK()
|
/aoo4110/main/sw/source/core/unocore/ |
H A D | unofield.cxx | 142 {RES_POSTITFLD, SW_SERVICE_FIELDTYPE_ANNOTATION } , 1244 SwFieldType* pFldType = pDoc->GetSysFldType(RES_POSTITFLD); in attachToRange() 2019 if ( RES_POSTITFLD == nWhich && m_pFmtFld ) in setPropertyValue()
|
/aoo4110/main/sw/source/ui/app/ |
H A D | docsh.cxx | 984 SwFieldType* pType = GetWrtShell()->GetFldType( RES_POSTITFLD, aEmptyStr ); in GetHiddenInformationState()
|
/aoo4110/main/sw/source/ui/fldui/ |
H A D | fldmgr.cxx | 878 SwPostItFieldType* pType = (SwPostItFieldType*)pCurShell->GetFldType(0, RES_POSTITFLD); in InsertFld()
|
/aoo4110/main/sw/source/core/docnode/ |
H A D | nodes.cxx | 314 if ( RES_POSTITFLD == pTyp->Which() ) in ChgNode()
|
/aoo4110/main/sw/source/core/fields/ |
H A D | docufld.cxx | 1767 : SwFieldType( RES_POSTITFLD ) in SwPostItFieldType()
|