Home
last modified time | relevance | path

Searched refs:pCondFormList (Results 1 – 9 of 9) sorted by relevance

/aoo4110/main/sc/source/core/data/
H A Ddocumen4.cxx383 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 Ddocumen7.cxx120 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 Ddocumen2.cxx137 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 Ddocument.cxx380 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()
3115 if ( pCondFormList ) in CompileAll()
3116 pCondFormList->CompileAll(); in CompileAll()
3140 if ( pCondFormList ) in CompileXML()
3141 pCondFormList->CompileXML(); in CompileXML()
H A Dfillinfo.cxx479 if ( nConditional && pCondFormList ) in FillInfo()
480 pCondForm = pCondFormList->GetFormat( nConditional ); in FillInfo()
H A Ddocumen3.cxx915 if ( pCondFormList ) in UpdateReference()
916 pCondFormList->UpdateReference( eUpdateRefMode, aRange, nDx, nDy, nDz ); in UpdateReference()
/aoo4110/main/sc/source/ui/undo/
H A Drefundo.cxx68 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()
/aoo4110/main/sc/source/ui/inc/
H A Drefundo.hxx48 ScConditionalFormatList* pCondFormList; member in ScRefUndoData
/aoo4110/main/sc/inc/
H A Ddocument.hxx266 ScConditionalFormatList* pCondFormList; // bedingte Formate member in ScDocument
1239 { return pCondFormList; } in GetCondFormList()

Completed in 146 milliseconds