Lines Matching refs:aValue

545     svtools::ColorConfigValue aValue = rConfig.GetColorValue(svtools::DOCBOUNDARIES);  in ApplyColorConfigValues()  local
546 aDocBoundColor.SetColor(aValue.nColor); in ApplyColorConfigValues()
548 if(aValue.bIsVisible) in ApplyColorConfigValues()
553 aValue = rConfig.GetColorValue(svtools::OBJECTBOUNDARIES); in ApplyColorConfigValues()
554 aObjectBoundColor.SetColor(aValue.nColor); in ApplyColorConfigValues()
555 if(aValue.bIsVisible) in ApplyColorConfigValues()
558 aValue = rConfig.GetColorValue(svtools::TABLEBOUNDARIES); in ApplyColorConfigValues()
559 aTableBoundColor.SetColor(aValue.nColor); in ApplyColorConfigValues()
560 if(aValue.bIsVisible) in ApplyColorConfigValues()
563 aValue = rConfig.GetColorValue(svtools::WRITERIDXSHADINGS); in ApplyColorConfigValues()
564 aIndexShadingsColor.SetColor(aValue.nColor); in ApplyColorConfigValues()
565 if(aValue.bIsVisible) in ApplyColorConfigValues()
568 aValue = rConfig.GetColorValue(svtools::LINKS); in ApplyColorConfigValues()
569 aLinksColor.SetColor(aValue.nColor); in ApplyColorConfigValues()
570 if(aValue.bIsVisible) in ApplyColorConfigValues()
573 aValue = rConfig.GetColorValue(svtools::LINKSVISITED); in ApplyColorConfigValues()
574 aVisitedLinksColor.SetColor(aValue.nColor); in ApplyColorConfigValues()
575 if(aValue.bIsVisible) in ApplyColorConfigValues()
588 aValue = rConfig.GetColorValue(svtools::WRITERFIELDSHADINGS); in ApplyColorConfigValues()
589 aFieldShadingsColor.SetColor(aValue.nColor); in ApplyColorConfigValues()
590 if(aValue.bIsVisible) in ApplyColorConfigValues()
593 aValue = rConfig.GetColorValue(svtools::WRITERSECTIONBOUNDARIES); in ApplyColorConfigValues()
594 aSectionBoundColor.SetColor(aValue.nColor); in ApplyColorConfigValues()
595 if(aValue.bIsVisible) in ApplyColorConfigValues()
598 aValue = rConfig.GetColorValue(svtools::WRITERPAGEBREAKS); in ApplyColorConfigValues()
599 aPageBreakColor.SetColor(aValue.nColor); in ApplyColorConfigValues()
638 … svtools::ColorConfigValue aValue = aEditableConfig.GetColorValue(aFlags[nPos].eEntry); in SetAppearanceFlag() local
639 aValue.bIsVisible = bSet; in SetAppearanceFlag()
640 aEditableConfig.SetColorValue(aFlags[nPos].eEntry, aValue); in SetAppearanceFlag()