Searched refs:ScDetectiveFunc (Results 1 – 12 of 12) sorted by relevance
/aoo41x/main/sc/source/core/tool/ |
H A D | detfunc.cxx | 131 ColorData ScDetectiveFunc::nArrowColor = 0; 132 ColorData ScDetectiveFunc::nErrorColor = 0; 133 ColorData ScDetectiveFunc::nCommentColor = 0; 222 Color aYellow( ScDetectiveFunc::GetCommentColor() ); in ScCommentData() 286 void ScDetectiveFunc::Modified() in Modified() 1464 void ScDetectiveFunc::UpdateAllArrowColors() in UpdateAllArrowColors() 1667 ColorData ScDetectiveFunc::GetArrowColor() in GetArrowColor() 1675 ColorData ScDetectiveFunc::GetErrorColor() in GetErrorColor() 1683 ColorData ScDetectiveFunc::GetCommentColor() in GetCommentColor() 1691 void ScDetectiveFunc::InitializeColors() in InitializeColors() [all …]
|
/aoo41x/main/sc/source/ui/app/ |
H A D | scmod.cxx | 216 if ( ScDetectiveFunc::IsColorsInitialized() ) in ConfigurationChanged() 220 …( ScDetectiveFunc::GetArrowColor() != (ColorData)rColors.GetColorValue(svtools::CALCDETECTIVE).nCo… in ConfigurationChanged() 221 …ScDetectiveFunc::GetErrorColor() != (ColorData)rColors.GetColorValue(svtools::CALCDETECTIVEERROR).… in ConfigurationChanged() 223 …( ScDetectiveFunc::GetCommentColor() != (ColorData)rColors.GetColorValue(svtools::CALCNOTESBACKGRO… in ConfigurationChanged() 226 ScDetectiveFunc::InitializeColors(); // get the new colors in ConfigurationChanged() 236 ScDetectiveFunc( pDocSh->GetDocument(), 0 ).UpdateAllArrowColors(); in ConfigurationChanged() 238 ScDetectiveFunc::UpdateAllComments( *pDocSh->GetDocument() ); in ConfigurationChanged()
|
/aoo41x/main/sc/inc/ |
H A D | detfunc.hxx | 56 class SC_DLLPUBLIC ScDetectiveFunc class 131 ScDetectiveFunc(ScDocument* pDocument, SCTAB nTable) : pDoc(pDocument),nTab(nTable) {} in ScDetectiveFunc() function in ScDetectiveFunc
|
/aoo41x/main/sc/source/ui/docshell/ |
H A D | docfunc.cxx | 194 sal_Bool bDone = ScDetectiveFunc( pDoc,nTab ).ShowPred( nCol, nRow ); in DetectiveAddPred() 235 sal_Bool bDone = ScDetectiveFunc( pDoc,nTab ).DeletePred( nCol, nRow ); in DetectiveDelPred() 274 sal_Bool bDone = ScDetectiveFunc( pDoc,nTab ).ShowSucc( nCol, nRow ); in DetectiveAddSucc() 315 sal_Bool bDone = ScDetectiveFunc( pDoc,nTab ).DeleteSucc( nCol, nRow ); in DetectiveDelSucc() 354 sal_Bool bDone = ScDetectiveFunc( pDoc,nTab ).ShowError( nCol, nRow ); in DetectiveAddError() 394 sal_Bool bDone = ScDetectiveFunc( pDoc,nTab ).MarkInvalid( bOverflow ); in DetectiveMarkInvalid() 433 sal_Bool bDone = ScDetectiveFunc( pDoc,nTab ).DeleteAll( SC_DET_DETECTIVE ); in DetectiveDelAll() 480 ScDetectiveFunc( pDoc,nTab ).DeleteAll( SC_DET_ARROWS ); // don't remove circles in DetectiveRefresh() 491 ScDetectiveFunc aFunc( pDoc, aPos.Tab() ); in DetectiveRefresh()
|
/aoo41x/main/sc/source/ui/drawfunc/ |
H A D | fusel2.cxx | 72 if (ScDetectiveFunc::IsNonAlienArrow( pObject )) in TestDetective()
|
H A D | fupoor.cxx | 326 if (ScDetectiveFunc::IsNonAlienArrow( pObject )) in IsDetectiveHit()
|
/aoo41x/main/sc/source/ui/Accessibility/ |
H A D | AccessibleCellBase.cxx | 641 ScDetectiveFunc::AppendChangTrackNoteSeparator(strTrackText); in GetAllDisplayNote()
|
/aoo41x/main/sc/source/core/data/ |
H A D | postit.cxx | 130 aItemSet.Put( XFillColorItem( String::EmptyString(), ScDetectiveFunc::GetCommentColor() ) ); in SetDefaultItems()
|
H A D | column3.cxx | 1546 ScDetectiveFunc( pDocument, nTab ).HideComment( nCol, nRow ); in GetFilterEntries()
|
H A D | document.cxx | 4137 ScDetectiveFunc::UpdateAllComments( *this ); in StyleSheetChanged()
|
/aoo41x/main/sc/source/filter/xml/ |
H A D | xmlcelli.cxx | 708 ScDetectiveFunc aDetFunc( rXMLImport.GetDocument(), rPosition.Sheet ); in SetDetectiveObj()
|
H A D | xmlexprt.cxx | 2689 ScDetectiveFunc aDetFunc( pDoc, static_cast<SCTAB>(nCurrentTable) ); in CollectInternalShape()
|
Completed in 4689 milliseconds