Lines Matching refs:aValue
546 svtools::ColorConfigValue aValue = rConfig.GetColorValue(svtools::DOCBOUNDARIES); in ApplyColorConfigValues() local
547 aDocBoundColor.SetColor(aValue.nColor); in ApplyColorConfigValues()
549 if(aValue.bIsVisible) in ApplyColorConfigValues()
554 aValue = rConfig.GetColorValue(svtools::OBJECTBOUNDARIES); in ApplyColorConfigValues()
555 aObjectBoundColor.SetColor(aValue.nColor); in ApplyColorConfigValues()
556 if(aValue.bIsVisible) in ApplyColorConfigValues()
559 aValue = rConfig.GetColorValue(svtools::TABLEBOUNDARIES); in ApplyColorConfigValues()
560 aTableBoundColor.SetColor(aValue.nColor); in ApplyColorConfigValues()
561 if(aValue.bIsVisible) in ApplyColorConfigValues()
564 aValue = rConfig.GetColorValue(svtools::WRITERIDXSHADINGS); in ApplyColorConfigValues()
565 aIndexShadingsColor.SetColor(aValue.nColor); in ApplyColorConfigValues()
566 if(aValue.bIsVisible) in ApplyColorConfigValues()
569 aValue = rConfig.GetColorValue(svtools::LINKS); in ApplyColorConfigValues()
570 aLinksColor.SetColor(aValue.nColor); in ApplyColorConfigValues()
571 if(aValue.bIsVisible) in ApplyColorConfigValues()
574 aValue = rConfig.GetColorValue(svtools::LINKSVISITED); in ApplyColorConfigValues()
575 aVisitedLinksColor.SetColor(aValue.nColor); in ApplyColorConfigValues()
576 if(aValue.bIsVisible) in ApplyColorConfigValues()
589 aValue = rConfig.GetColorValue(svtools::WRITERFIELDSHADINGS); in ApplyColorConfigValues()
590 aFieldShadingsColor.SetColor(aValue.nColor); in ApplyColorConfigValues()
591 if(aValue.bIsVisible) in ApplyColorConfigValues()
594 aValue = rConfig.GetColorValue(svtools::WRITERSECTIONBOUNDARIES); in ApplyColorConfigValues()
595 aSectionBoundColor.SetColor(aValue.nColor); in ApplyColorConfigValues()
596 if(aValue.bIsVisible) in ApplyColorConfigValues()
599 aValue = rConfig.GetColorValue(svtools::WRITERPAGEBREAKS); in ApplyColorConfigValues()
600 aPageBreakColor.SetColor(aValue.nColor); in ApplyColorConfigValues()
639 … svtools::ColorConfigValue aValue = aEditableConfig.GetColorValue(aFlags[nPos].eEntry); in SetAppearanceFlag() local
640 aValue.bIsVisible = bSet; in SetAppearanceFlag()
641 aEditableConfig.SetColorValue(aFlags[nPos].eEntry, aValue); in SetAppearanceFlag()