Searched refs:pCondFormList (Results 1 – 9 of 9) sorted by relevance
/trunk/main/sc/source/core/data/ |
H A D | documen4.cxx | 383 if ( pCondFormList ) in CompileNameFormula() 556 if (!pCondFormList) in AddCondFormat() 560 sal_uInt16 nCount = pCondFormList->Count(); in AddCondFormat() 576 pCondFormList->InsertNew( pInsert ); in AddCondFormat() 620 if (nIndex && pCondFormList) in GetEffItem() 668 if (pCondFormList) in GetCondFormat() 669 return pCondFormList->GetFormat( nIndex ); in GetCondFormat() 711 if (pCondFormList) in SetCondFormList() 713 pCondFormList->DeleteAndDestroy( 0, pCondFormList->Count() ); in SetCondFormList() 714 delete pCondFormList; in SetCondFormList() [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() 499 pCondFormList = new ScConditionalFormatList(this, *pSourceCond); in InitClipPtrs() 776 if ( pCondFormList ) in MoveTab() 777 pCondFormList->UpdateMoveTab( nOldPos, nNewPos ); in MoveTab() [all …]
|
H A D | document.cxx | 380 if ( pCondFormList ) in InsertTab() 381 pCondFormList->UpdateReference( URM_INSDEL, aRange, 0,0,1 ); in InsertTab() 440 if ( pCondFormList ) in DeleteTab() 441 pCondFormList->UpdateReference( URM_INSDEL, aRange, 0,0,-1 ); in DeleteTab() 3117 if ( pCondFormList ) in CompileAll() 3118 pCondFormList->CompileAll(); in CompileAll() 3142 if ( pCondFormList ) in CompileXML() 3143 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()
|
/trunk/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()
|
/trunk/main/sc/source/ui/inc/ |
H A D | refundo.hxx | 48 ScConditionalFormatList* pCondFormList; member in ScRefUndoData
|
/trunk/main/sc/inc/ |
H A D | document.hxx | 266 ScConditionalFormatList* pCondFormList; // bedingte Formate member in ScDocument 1239 { return pCondFormList; } in GetCondFormList()
|
Completed in 182 milliseconds