Searched refs:ScDetectiveFunc (Results 1 – 12 of 12) sorted by relevance
| /trunk/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; 134 sal_Bool ScDetectiveFunc::bColorsInitialized = sal_False; 156 aBoxSet.Put( XLineColorItem( EMPTY_STRING, Color( ScDetectiveFunc::GetArrowColor() ) ) ); in ScDetectiveData() 201 aCircleSet.Put( XLineColorItem( String(), Color( ScDetectiveFunc::GetErrorColor() ) ) ); in ScDetectiveData() 222 Color aYellow( ScDetectiveFunc::GetCommentColor() ); in ScCommentData() 286 void ScDetectiveFunc::Modified() in Modified() 299 sal_Bool ScDetectiveFunc::HasError( const ScRange& rRange, ScAddress& rErrPos ) in HasError() 320 Point ScDetectiveFunc::GetDrawPos( SCCOL nCol, SCROW nRow, DrawPosMode eMode ) const in GetDrawPos() [all …]
|
| /trunk/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()
|
| /trunk/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
|
| /trunk/main/sc/source/ui/docshell/ |
| H A D | docfunc.cxx | 190 sal_Bool bDone = ScDetectiveFunc( pDoc,nTab ).ShowPred( nCol, nRow ); in DetectiveAddPred() 231 sal_Bool bDone = ScDetectiveFunc( pDoc,nTab ).DeletePred( nCol, nRow ); in DetectiveDelPred() 270 sal_Bool bDone = ScDetectiveFunc( pDoc,nTab ).ShowSucc( nCol, nRow ); in DetectiveAddSucc() 311 sal_Bool bDone = ScDetectiveFunc( pDoc,nTab ).DeleteSucc( nCol, nRow ); in DetectiveDelSucc() 350 sal_Bool bDone = ScDetectiveFunc( pDoc,nTab ).ShowError( nCol, nRow ); in DetectiveAddError() 390 sal_Bool bDone = ScDetectiveFunc( pDoc,nTab ).MarkInvalid( bOverflow ); in DetectiveMarkInvalid() 429 sal_Bool bDone = ScDetectiveFunc( pDoc,nTab ).DeleteAll( SC_DET_DETECTIVE ); in DetectiveDelAll() 476 ScDetectiveFunc( pDoc,nTab ).DeleteAll( SC_DET_ARROWS ); // don't remove circles in DetectiveRefresh() 487 ScDetectiveFunc aFunc( pDoc, aPos.Tab() ); in DetectiveRefresh()
|
| /trunk/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()
|
| /trunk/main/sc/source/ui/Accessibility/ |
| H A D | AccessibleCellBase.cxx | 641 ScDetectiveFunc::AppendChangTrackNoteSeparator(strTrackText); in GetAllDisplayNote()
|
| /trunk/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 | 4126 ScDetectiveFunc::UpdateAllComments( *this ); in StyleSheetChanged()
|
| /trunk/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()
|