Searched refs:SetFieldsDirty (Results 1 – 12 of 12) sorted by relevance
/aoo41x/main/sw/source/core/docnode/ |
H A D | ndtbl.cxx | 915 SetFieldsDirty(true, NULL, 0); in TextToTable() 1235 SetFieldsDirty( true, NULL, 0 ); in TextToTable() 1790 SetFieldsDirty( true, NULL, 0 ); in InsertCol() 1857 SetFieldsDirty( true, NULL, 0 ); in InsertRow() 2179 SetFieldsDirty( true, NULL, 0 ); in DeleteRowCol() 2396 SetFieldsDirty( true, NULL, 0 ); in MergeTbl() 3344 SetFieldsDirty( true, NULL, 0 ); in SplitTable() 3622 SetFieldsDirty( true, NULL, 0 ); in MergeTable() 3897 SetFieldsDirty( true, NULL, 0 ); in SetTableAutoFmt() 4081 SetFieldsDirty( true, NULL, 0 ); in SetColRowWidthHeight() [all …]
|
H A D | nodes.cxx | 154 if( GetDoc()->SetFieldsDirty( sal_True, &rDelPos.GetNode(), nSz ) && in ChgNode() 156 rNds.GetDoc()->SetFieldsDirty( true, NULL, 0 ); in ChgNode() 390 GetDoc()->SetFieldsDirty( true, NULL, 0 ); in ChgNode() 392 rNds.GetDoc()->SetFieldsDirty( true, NULL, 0 ); in ChgNode()
|
/aoo41x/main/sw/source/core/doc/ |
H A D | docfld.cxx | 1288 pUpdtFlds->SetFieldsDirty( sal_False ); in UpdateExpFlds() 1573 pUpdtFlds->SetFieldsDirty( sal_False ); in UpdateExpFlds() 2184 bool SwDoc::SetFieldsDirty( bool b, const SwNode* pChk, sal_uLong nLen ) in SetFieldsDirty() function in SwDoc 2226 GetUpdtFlds().SetFieldsDirty( b ); in SetFieldsDirty() 2271 SetFieldsDirty( sal_True ); in InsDelFldInFldLst() 2639 SetFieldsDirty( sal_True ); in InsertFldType() 2670 SetFieldsDirty( sal_True ); in RemoveFldType()
|
H A D | doclay.cxx | 2002 GetUpdtFlds().SetFieldsDirty( sal_False ); in IMPL_LINK()
|
/aoo41x/main/sw/inc/ |
H A D | IDocumentFieldsAccess.hxx | 150 virtual bool SetFieldsDirty(bool b, const SwNode* pChk, sal_uLong nLen) = 0;
|
H A D | doc.hxx | 853 virtual bool SetFieldsDirty(bool b, const SwNode* pChk, sal_uLong nLen);
|
/aoo41x/main/sw/source/core/inc/ |
H A D | docfld.hxx | 179 void SetFieldsDirty( sal_Bool b ) { bFldsDirty = b; } in SetFieldsDirty() function in SwDocUpdtFld
|
/aoo41x/main/sw/source/core/fields/ |
H A D | ddetbl.cxx | 150 pDoc->SetFieldsDirty( true, NULL, 0 ); in ChangeContent()
|
/aoo41x/main/sw/source/core/txtnode/ |
H A D | atrfld.cxx | 581 GetTxtNode().GetDoc()->GetUpdtFlds().SetFieldsDirty( sal_True ); in UpdateFieldContent()
|
/aoo41x/main/sw/source/filter/basflt/ |
H A D | shellio.cxx | 380 pDoc->SetFieldsDirty(false, NULL, 0); in Read()
|
/aoo41x/main/sw/source/core/text/ |
H A D | txtfrm.cxx | 1373 GetNode()->getIDocumentFieldsAccess()->SetFieldsDirty( sal_True, GetNode(), 1 ); in Modify()
|
/aoo41x/main/sw/source/core/table/ |
H A D | swtable.cxx | 2304 GetDoc()->SetFieldsDirty(true, NULL, 0); in Modify()
|
Completed in 131 milliseconds