Home
last modified time | relevance | path

Searched refs:nColor (Results 101 – 125 of 268) sorted by relevance

1234567891011

/aoo41x/main/sc/source/ui/view/
H A Doutput.cxx86 nColor( COL_BLACK ) in ScActionColorChanger()
113 nColor = nSetColor; in Update()
129 nColor = nAuthorColor[nLastUserIndex]; in Update()
326 aPageColor.SetColor( rColorCfg.GetColorValue(svtools::CALCPAGEBREAKAUTOMATIC).nColor ); in DrawGrid()
327 aManualColor.SetColor( rColorCfg.GetColorValue(svtools::CALCPAGEBREAKMANUAL).nColor ); in DrawGrid()
781 Color aBgColor( pScMod->GetColorConfig().GetColorValue(svtools::DOCCOLOR).nColor ); in DrawBackground()
925 … aAutoTextColor.SetColor( SC_MOD()->GetColorConfig().GetColorValue(svtools::FONTCOLOR).nColor ); in DrawExtraShadow()
1074 Color aBgColor( SC_MOD()->GetColorConfig().GetColorValue(svtools::DOCCOLOR).nColor ); in DrawClear()
1158 aSingleColor.SetColor( SC_MOD()->GetColorConfig().GetColorValue(svtools::FONTCOLOR).nColor ); in DrawFrame()
2194 … pDev->SetFillColor( SC_MOD()->GetColorConfig().GetColorValue(svtools::FONTCOLOR).nColor ); in DrawNoteMarks()
[all …]
/aoo41x/main/oox/inc/oox/ppt/
H A Dslidetransition.hxx46 void setFadeColor( sal_Int32 nColor ) in setFadeColor() argument
47 { mnFadeColor = nColor; } in setFadeColor()
/aoo41x/main/svl/inc/svl/
H A Dcntwall.hxx65 void SetColor( Color nColor ) { _nColor = nColor; } in SetColor() argument
/aoo41x/main/oox/source/drawingml/
H A Dclrscheme.cxx73 void ClrScheme::setColor( sal_Int32 nSchemeClrToken, sal_Int32 nColor ) in setColor() argument
75 maClrScheme[ nSchemeClrToken ] = nColor; in setColor()
/aoo41x/main/reportdesign/source/ui/misc/
H A DColorListener.cxx46 m_nTextBoundaries = m_aColorConfig.GetColorValue(::svtools::DOCBOUNDARIES).nColor; in DBG_NAME()
62 m_nTextBoundaries = m_aColorConfig.GetColorValue(::svtools::DOCBOUNDARIES).nColor; in Notify()
H A Dtoolboxcontroller.cxx262 util::Color nColor(COL_TRANSPARENT); in statusChanged() local
263 Event.State >>= nColor; in statusChanged()
264 ::Color aGcc3WorkaroundTemporary( nColor); in statusChanged()
/aoo41x/main/svx/source/xml/
H A Dxmlxtexp.cxx400 sal_Int32 nColor = 0; in exportEntry() local
401 rValue >>= nColor; in exportEntry()
404 mrExport.GetMM100UnitConverter().convertColor( aOut, nColor ); in exportEntry()
/aoo41x/main/sd/source/ui/animations/
H A DCustomAnimationDialog.cxx244 sal_Int32 nColor = 0; in ColorPropertyBox() local
245 rValue >>= nColor; in ColorPropertyBox()
251 if( pEntry->GetColor().GetRGBColor() == (sal_uInt32)nColor ) in ColorPropertyBox()
269 sal_Int32 nColor = 0; in setValue() local
270 rValue >>= nColor; in setValue()
273 mpControl->SelectEntryPos( mpControl->GetEntryPos( (Color)nColor ) ); in setValue()
1400 sal_Int32 nColor = 0; in CustomAnimationEffectTabPage() local
1401 aDimColor >>= nColor; in CustomAnimationEffectTabPage()
1402 Color aColor( nColor ); in CustomAnimationEffectTabPage()
/aoo41x/main/svtools/source/control/
H A Dtoolbarmenuacc.cxx472 sal_uInt32 nColor = Application::GetSettings().GetStyleSettings().GetMenuTextColor().GetColor(); in getForeground() local
473 return static_cast<sal_Int32>(nColor); in getForeground()
481 sal_uInt32 nColor = Application::GetSettings().GetStyleSettings().GetMenuColor().GetColor(); in getBackground() local
482 return static_cast<sal_Int32>(nColor); in getBackground()
/aoo41x/main/UnoControls/source/inc/
H A Dprogressbar.hxx230 virtual void SAL_CALL setForegroundColor( sal_Int32 nColor ) throw( UNO3_RUNTIMEEXCEPTION );
245 virtual void SAL_CALL setBackgroundColor( sal_Int32 nColor ) throw( UNO3_RUNTIMEEXCEPTION );
/aoo41x/main/sd/source/ui/tools/
H A DPreviewRenderer.cxx81 maFrameColor (svtools::ColorConfig().GetColorValue(svtools::DOCBOUNDARIES).nColor), in PreviewRenderer()
213 mpPreviewDevice->SetFillColor(aColorConfig.GetColorValue(svtools::DOCCOLOR).nColor); in RenderSubstitution()
298 aApplicationDocumentColor = aColorConfig.GetColorValue( svtools::DOCCOLOR ).nColor; in Initialize()
/aoo41x/main/oox/source/dump/
H A Ddumperbase.cxx1982 void Output::writeColorABGR( sal_Int32 nColor ) in writeColorABGR() argument
1985 writeDec( static_cast< sal_uInt8 >( nColor >> 24 ) ); in writeColorABGR()
1987 writeDec( static_cast< sal_uInt8 >( nColor ) ); in writeColorABGR()
1989 writeDec( static_cast< sal_uInt8 >( nColor >> 8 ) ); in writeColorABGR()
1991 writeDec( static_cast< sal_uInt8 >( nColor >> 16 ) ); in writeColorABGR()
2399 writeHexItem( rName, nColor ); in writeColorABGRItem()
2400 mxOut->writeColorABGR( nColor ); in writeColorABGRItem()
2722 sal_Int32 nColor; in dumpColorABGR() local
2723 *mxStrm >> nColor; in dumpColorABGR()
2724 writeColorABGRItem( rName( "color" ), nColor ); in dumpColorABGR()
[all …]
/aoo41x/main/svtools/source/config/
H A Dextcolorcfg.cxx410 sal_Int32 nColor = 0,nDefaultColor = 0; in FillComponentColors() local
411 pColors[i] >>= nColor; in FillComponentColors()
415 nDefaultColor = nColor; in FillComponentColors()
416 ExtendedColorConfigValue aValue(sName,sDisplayName,nColor,nDefaultColor); in FillComponentColors()
/aoo41x/main/chart2/source/view/charttypes/
H A DPieChart.cxx890 sal_Int32 nColor = 0; in rearrangeLabelToAvoidOverlapIfRequested() local
891 xProp->getPropertyValue(C2U("CharColor")) >>= nColor; in rearrangeLabelToAvoidOverlapIfRequested()
892 … if( nColor != -1 )//automatic font color does not work for lines -> fallback to black in rearrangeLabelToAvoidOverlapIfRequested()
893 aVLineProperties.Color = uno::makeAny(nColor); in rearrangeLabelToAvoidOverlapIfRequested()
/aoo41x/main/UnoControls/source/controls/
H A Dprogressmonitor.cxx349 void SAL_CALL ProgressMonitor::setForegroundColor ( sal_Int32 nColor ) throw( RuntimeException ) in setForegroundColor() argument
356 m_xProgressBar->setForegroundColor ( nColor ) ; in setForegroundColor()
364 void SAL_CALL ProgressMonitor::setBackgroundColor ( sal_Int32 nColor ) throw( RuntimeException ) in setBackgroundColor() argument
371 m_xProgressBar->setBackgroundColor ( nColor ) ; in setBackgroundColor()
/aoo41x/main/sd/source/core/
H A DEffectMigration.cxx928 void EffectMigration::SetDimColor( SvxShape* pShape, sal_Int32 nColor ) in SetDimColor() argument
952 pEffect->setDimColor( makeAny( nColor ) ); in SetDimColor()
966 sal_Int32 nColor = 0; in GetDimColor() local
984 pEffect->getDimColor() >>= nColor; in GetDimColor()
991 return nColor; in GetDimColor()
/aoo41x/main/sw/source/ui/app/
H A Dswmodul1.cxx440 Color aCol( rAttr.nColor ); in lcl_FillAuthorAttr()
442 if( COL_TRANSPARENT == rAttr.nColor ) in lcl_FillAuthorAttr()
453 sal_Bool bBackGr = COL_NONE == rAttr.nColor; in lcl_FillAuthorAttr()
/aoo41x/main/sc/source/ui/Accessibility/
H A DAccessibleEditObject.cxx419 sal_Int32 nColor(0); in GetFgBgColor() local
443 aAny >>= nColor; in GetFgBgColor()
451 return nColor; in GetFgBgColor()
/aoo41x/main/accessibility/source/helper/
H A Dcharacterattributeshelper.cxx36 …butesHelper::CharacterAttributesHelper( const Font& rFont, sal_Int32 nBackColor, sal_Int32 nColor ) in CharacterAttributesHelper() argument
41 …ap::value_type( ::rtl::OUString::createFromAscii( "CharColor" ), makeAny( (sal_Int32) nColor ) ) ); in CharacterAttributesHelper()
/aoo41x/main/sc/source/filter/excel/
H A Dxistyle.cxx214 sal_uInt32 nHeight, nStyle, nColor, nFontFlags1, nFontFlags2, nFontFlags3; in ReadCFFontBlock() local
221 rStrm >> nColor; in ReadCFFontBlock()
234 if( (mbColorUsed = (nColor <= 0x7FFF)) == true ) in ReadCFFontBlock()
235 maData.maColor = GetPalette().GetColor( static_cast< sal_uInt16 >( nColor ) ); in ReadCFFontBlock()
944 void XclImpCellArea::FillFromCF8( sal_uInt16 nPattern, sal_uInt16 nColor, sal_uInt32 nFlags ) in FillFromCF8() argument
946 mnForeColor = ::extract_value< sal_uInt16 >( nColor, 0, 7 ); in FillFromCF8()
947 mnBackColor = ::extract_value< sal_uInt16 >( nColor, 7, 7 ); in FillFromCF8()
/aoo41x/main/sc/source/ui/unoobj/
H A Dconfuno.cxx160 sal_Int64 nColor = 0; in setPropertyValue() local
161 if (aValue >>= nColor) in setPropertyValue()
164 Color aColor(static_cast<sal_uInt32>(nColor)); in setPropertyValue()
/aoo41x/main/sc/source/filter/inc/
H A Dscflt.hxx617 sal_uInt16 nColor; member in Sc10PatternData
634 nColor = rData.nColor; in Sc10PatternData()
/aoo41x/main/xmloff/source/chart/
H A DColorPropertySet.hxx42 explicit ColorPropertySet( sal_Int32 nColor, bool bFillColor = true );
45 void setColor( sal_Int32 nColor );
/aoo41x/main/winaccessibility/source/UAccCOM/
H A DAccTextBase.cpp180 unsigned long nColor; in get_attributes() local
181 pValue.Value >>= nColor; in get_attributes()
183 swprintf( pBuf, L"%08X", nColor ); in get_attributes()
/aoo41x/main/editeng/source/uno/
H A Dunonrule.cxx446 sal_Int32 nColor = 0; in setNumberingRuleByIndex() local
447 if( aVal >>= nColor ) in setNumberingRuleByIndex()
449 aFmt.SetBulletColor( (Color) nColor ); in setNumberingRuleByIndex()

Completed in 656 milliseconds

1234567891011