Searched refs:pCondFormList (Results 1 – 9 of 9) sorted by relevance
| /AOO42X/main/sc/source/core/data/ |
| H A D | documen4.cxx | 383 if ( pCondFormList ) in CompileNameFormula() 384 pCondFormList->CompileAll(); // nach ScNameDlg noetig in CompileNameFormula() 556 if (!pCondFormList) in AddCondFormat() 557 pCondFormList = new ScConditionalFormatList; in AddCondFormat() 560 sal_uInt16 nCount = pCondFormList->Count(); in AddCondFormat() 563 const ScConditionalFormat* pForm = (*pCondFormList)[i]; in AddCondFormat() 576 pCondFormList->InsertNew( pInsert ); in AddCondFormat() 620 if (nIndex && pCondFormList) in GetEffItem() 622 const ScConditionalFormat* pForm = pCondFormList->GetFormat( nIndex ); in GetEffItem() 668 if (pCondFormList) in GetCondFormat() [all …]
|
| H A D | documen7.cxx | 120 if ( pCondFormList && rHint.GetAddress() != BCA_BRDCST_ALWAYS ) in Broadcast() 121 pCondFormList->SourceChanged( rHint.GetAddress() ); in Broadcast() 144 if ( pCondFormList && rHint.GetAddress() != BCA_BRDCST_ALWAYS ) in AreaBroadcast() 145 pCondFormList->SourceChanged( rHint.GetAddress() ); in AreaBroadcast() 162 if ( pCondFormList ) in AreaBroadcastInRange() 184 pCondFormList->SourceChanged( aAddress ); in AreaBroadcastInRange() 465 if ( pCondFormList ) in TrackFormulas() 466 pCondFormList->SourceChanged( pTrack->aPos ); in TrackFormulas()
|
| H A D | documen2.cxx | 137 pCondFormList( NULL ), in ScDocument() 425 if (pCondFormList) in ~ScDocument() 427 pCondFormList->DeleteAndDestroy( 0, pCondFormList->Count() ); in ~ScDocument() 428 DELETEZ(pCondFormList); in ~ScDocument() 480 if (pCondFormList) in InitClipPtrs() 482 pCondFormList->DeleteAndDestroy( 0, pCondFormList->Count() ); in InitClipPtrs() 483 DELETEZ(pCondFormList); in InitClipPtrs() 497 const ScConditionalFormatList* pSourceCond = pSourceDoc->pCondFormList; in InitClipPtrs() 499 pCondFormList = new ScConditionalFormatList(this, *pSourceCond); in InitClipPtrs() 776 if ( pCondFormList ) in MoveTab() [all …]
|
| H A D | document.cxx | 377 if ( pCondFormList ) in InsertTab() 378 pCondFormList->UpdateReference( URM_INSDEL, aRange, 0,0,1 ); in InsertTab() 437 if ( pCondFormList ) in DeleteTab() 438 pCondFormList->UpdateReference( URM_INSDEL, aRange, 0,0,-1 ); in DeleteTab() 3114 if ( pCondFormList ) in CompileAll() 3115 pCondFormList->CompileAll(); in CompileAll() 3139 if ( pCondFormList ) in CompileXML() 3140 pCondFormList->CompileXML(); in CompileXML()
|
| H A D | fillinfo.cxx | 479 if ( nConditional && pCondFormList ) in FillInfo() 480 pCondForm = pCondFormList->GetFormat( nConditional ); in FillInfo()
|
| H A D | documen3.cxx | 915 if ( pCondFormList ) in UpdateReference() 916 pCondFormList->UpdateReference( eUpdateRefMode, aRange, nDx, nDy, nDz ); in UpdateReference()
|
| /AOO42X/main/sc/source/ui/undo/ |
| H A D | refundo.cxx | 68 pCondFormList = pOldCond ? new ScConditionalFormatList(*pOldCond) : NULL; in ScRefUndoData() 89 delete pCondFormList; in ~ScRefUndoData() 126 if (pCondFormList) in DeleteUnchanged() 129 if ( pNewCond && *pCondFormList == *pNewCond ) in DeleteUnchanged() 130 DELETEZ(pCondFormList); in DeleteUnchanged() 182 if (pCondFormList) in DoUndo() 183 pDoc->SetCondFormList( new ScConditionalFormatList(*pCondFormList) ); in DoUndo()
|
| /AOO42X/main/sc/source/ui/inc/ |
| H A D | refundo.hxx | 48 ScConditionalFormatList* pCondFormList; member in ScRefUndoData
|
| /AOO42X/main/sc/inc/ |
| H A D | document.hxx | 263 ScConditionalFormatList* pCondFormList; // bedingte Formate member in ScDocument 1236 { return pCondFormList; } in GetCondFormList()
|