Home
last modified time | relevance | path

Searched refs:ScDetectiveFunc (Results 1 – 12 of 12) sorted by relevance

/trunk/main/sc/source/core/tool/
H A Ddetfunc.cxx131 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 …]
/trunk/main/sc/source/ui/app/
H A Dscmod.cxx216 if ( ScDetectiveFunc::IsColorsInitialized() ) in ConfigurationChanged()
220 …( ScDetectiveFunc::GetArrowColor() != (ColorData)rColors.GetColorValue(svtools::CALCDETECTIVE).nCo… in ConfigurationChanged()
221ScDetectiveFunc::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()
/trunk/main/sc/inc/
H A Ddetfunc.hxx56 class SC_DLLPUBLIC ScDetectiveFunc class
131 ScDetectiveFunc(ScDocument* pDocument, SCTAB nTable) : pDoc(pDocument),nTab(nTable) {} in ScDetectiveFunc() function in ScDetectiveFunc
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx194 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()
/trunk/main/sc/source/ui/drawfunc/
H A Dfusel2.cxx72 if (ScDetectiveFunc::IsNonAlienArrow( pObject )) in TestDetective()
H A Dfupoor.cxx326 if (ScDetectiveFunc::IsNonAlienArrow( pObject )) in IsDetectiveHit()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleCellBase.cxx641 ScDetectiveFunc::AppendChangTrackNoteSeparator(strTrackText); in GetAllDisplayNote()
/trunk/main/sc/source/core/data/
H A Dpostit.cxx130 aItemSet.Put( XFillColorItem( String::EmptyString(), ScDetectiveFunc::GetCommentColor() ) ); in SetDefaultItems()
H A Dcolumn3.cxx1546 ScDetectiveFunc( pDocument, nTab ).HideComment( nCol, nRow ); in GetFilterEntries()
H A Ddocument.cxx4137 ScDetectiveFunc::UpdateAllComments( *this ); in StyleSheetChanged()
/trunk/main/sc/source/filter/xml/
H A Dxmlcelli.cxx708 ScDetectiveFunc aDetFunc( rXMLImport.GetDocument(), rPosition.Sheet ); in SetDetectiveObj()
H A Dxmlexprt.cxx2689 ScDetectiveFunc aDetFunc( pDoc, static_cast<SCTAB>(nCurrentTable) ); in CollectInternalShape()

Completed in 172 milliseconds