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;
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 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
131ScDetectiveFunc(ScDocument* pDocument, SCTAB nTable) : pDoc(pDocument),nTab(nTable) {} in ScDetectiveFunc() function in ScDetectiveFunc
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx190 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 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.cxx4126 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()