Home
last modified time | relevance | path

Searched refs:nColor (Results 126 – 150 of 268) sorted by relevance

1234567891011

/aoo41x/main/sc/source/filter/qpro/
H A Dqpro.cxx188 sal_Int16 nColor; in import() local
189 *mpStream >> nFormat >> nAlign >> nColor >> nFont; in import()
/aoo41x/main/UnoControls/source/inc/
H A Dprogressmonitor.hxx361 virtual void SAL_CALL setForegroundColor( sal_Int32 nColor ) throw( UNO3_RUNTIMEEXCEPTION );
376 virtual void SAL_CALL setBackgroundColor( sal_Int32 nColor ) throw( UNO3_RUNTIMEEXCEPTION );
/aoo41x/main/sc/source/filter/excel/
H A Dxecontent.cxx736 … sal_uInt32 nColor = mbColorUsed ? GetPalette().GetColorIndex( mnFontColorId ) : 0xFFFFFFFF; in WriteBody() local
751 rStrm << nColor in WriteBody()
771 sal_uInt16 nPattern = 0, nColor = 0; in WriteBody() local
773 maArea.FillToCF8( nPattern, nColor ); in WriteBody()
774 rStrm << nPattern << nColor; in WriteBody()
/aoo41x/main/sc/source/ui/dbgui/
H A Dcsvgrid.cxx198 …SetColor( static_cast< sal_uInt32 >( mrColorConfig.GetColorValue( ::svtools::DOCCOLOR ).nColor ) ); in InitColors()
199 …SetColor( static_cast< sal_uInt32 >( mrColorConfig.GetColorValue( ::svtools::CALCGRID ).nColor ) ); in InitColors()
200 …lor( static_cast< sal_uInt32 >( mrColorConfig.GetColorValue( ::svtools::CALCPAGEBREAK ).nColor ) ); in InitColors()
201 …lor( static_cast< sal_uInt32 >( mrColorConfig.GetColorValue( ::svtools::APPBACKGROUND ).nColor ) ); in InitColors()
202 …etColor( static_cast< sal_uInt32 >( mrColorConfig.GetColorValue( ::svtools::FONTCOLOR ).nColor ) ); in InitColors()
/aoo41x/main/xmloff/source/draw/
H A Danimexp.cxx418 sal_Int32 nColor = 0; in collect() local
419 xProps->getPropertyValue( mpImpl->msDimColor ) >>= nColor; in collect()
420 aEffect.maDimColor.SetColor( nColor ); in collect()
/aoo41x/main/editeng/source/accessibility/
H A DAccessibleImageBullet.cxx363 sal_uInt32 nColor = aColorConfig.GetColorValue( svtools::FONTCOLOR ).nColor; in getForeground() local
364 return static_cast<sal_Int32>(nColor); in getForeground()
/aoo41x/main/filter/source/graphicfilter/icgm/
H A Dbundles.cxx42 void Bundle::SetColor( sal_uInt32 nColor ) in SetColor() argument
44 mnColor = nColor; in SetColor()
/aoo41x/main/canvas/source/vcl/
H A Dspritehelper.cxx368 … sal_uInt8 nColor( static_cast<sal_uInt8>( ::basegfx::fround( 255.0*(1.0 - fAlpha) + .5) ) ); in redraw() local
370 &nColor ); in redraw()
/aoo41x/main/chart2/source/tools/
H A DThreeDHelper.cxx168 sal_Int32 nColor = 0; in lcl_isLightScheme() local
169 xDiagramProps->getPropertyValue( C2U( UNO_NAME_3D_SCENE_LIGHTCOLOR_2 ) ) >>= nColor; in lcl_isLightScheme()
170 if( nColor != ::chart::ChartTypeHelper::getDefaultDirectLightColor( !bRealistic, xChartType ) ) in lcl_isLightScheme()
245 …sal_Int32 nColor = ::chart::ChartTypeHelper::getDefaultDirectLightColor( rScheme==ThreeDLookScheme… in lcl_setLightsForScheme() local
246 … xDiagramProps->setPropertyValue( C2U( UNO_NAME_3D_SCENE_LIGHTCOLOR_2 ), uno::makeAny( nColor ) ); in lcl_setLightsForScheme()
/aoo41x/main/forms/source/richtext/
H A Drichtextcontrol.cxx442 sal_Int32 nColor = COL_TRANSPARENT; in setProperty() local
443 _rValue >>= nColor; in setProperty()
444 pControl->SetBackgroundColor( Color( nColor ) ); in setProperty()
/aoo41x/main/sd/source/ui/dlg/
H A Ddocprev.cxx126 pVDev->SetFillColor( Color( aColorConfig.GetColorValue( svtools::APPBACKGROUND ).nColor ) ); in ImpPaint()
213 maDocumentColor = Color( aColorConfig.GetColorValue( svtools::DOCCOLOR ).nColor ); in updateViewSettings()
/aoo41x/main/accessibility/source/standard/
H A Daccessiblemenucomponent.cxx312 sal_Int32 nColor = rStyleSettings.GetMenuTextColor().GetColor(); in getForeground() local
314 return nColor; in getForeground()
H A Dvclxaccessibletextcomponent.cxx195 sal_Int32 nColor = GetWindow()->GetControlForeground().GetColor(); in getCharacterAttributes() local
246 … CharacterAttributesHelper > pHelper( new CharacterAttributesHelper( aFont, nBackColor, nColor ) ); in getCharacterAttributes()
/aoo41x/main/sdext/source/presenter/
H A DPresenterClock.cxx605 const sal_Int32 nColor ( in Clear() local
607 aRenderState.DeviceColor[0] = ((nColor&0x00ff0000) >> 16) / 255.0; in Clear()
608 aRenderState.DeviceColor[1] = ((nColor&0x0000ff00) >> 8) / 255.0; in Clear()
609 aRenderState.DeviceColor[2] = ((nColor&0x000000ff) >> 0) / 255.0; in Clear()
H A DPresenterCanvasHelper.cxx243 const css::util::Color nColor, in PaintColor() argument
263 SetDeviceColor(aRenderState, nColor); in PaintColor()
/aoo41x/main/filter/source/graphicfilter/idxf/
H A Ddxftblrd.cxx82 nColor=-1; in DXFLayer()
92 case 62: nColor=rDGR.GetI(); break; in Read()
/aoo41x/main/svx/source/unodraw/
H A DXPropertyTable.cxx308 sal_Int32 nColor = 0; in getEntry() local
309 if( !(rAny >>= nColor) ) in getEntry()
312 const Color aColor( (ColorData)nColor ); in getEntry()
/aoo41x/main/svtools/source/uno/
H A Dunocontroltablemodel.cxx615 sal_Int32 nColor = COL_TRANSPARENT; in lcl_setColor() local
616 if ( i_color >>= nColor ) in lcl_setColor()
618 o_convertedColor.reset( ::Color( nColor ) ); in lcl_setColor()
/aoo41x/main/oox/source/xls/
H A Dworksheetsettings.cxx336 … sal_Int32 nColor = maSheetSettings.maTabColor.getColor( getBaseFilter().getGraphicHelper() ); in finalizeImport() local
337 aPropSet.setProperty( PROP_TabColor, nColor ); in finalizeImport()
/aoo41x/main/writerfilter/source/dmapper/
H A DDomainMapperTableHandler.cxx61 sal_Int32 nColor; in lcl_printProperties() local
70 else if ( aMapIter->second >>= nColor ) in lcl_printProperties()
73 dmapper_logger->attribute("number", nColor); in lcl_printProperties()
/aoo41x/main/xmloff/source/style/
H A Dxmlnume.cxx122 sal_Int32 nColor = 0; in exportLevelStyle() local
205 rProp.Value >>= nColor; in exportLevelStyle()
634 const Color aColor( nColor ); in exportLevelStyle()
/aoo41x/main/filter/source/msfilter/
H A Descherex.cxx350 sal_uInt32 nColor = nSOColor & 0xff00; // GRUEN in ImplGetColor() local
351 nColor |= (sal_uInt8)( nSOColor ) << 16; // ROT in ImplGetColor()
352 nColor |= (sal_uInt8)( nSOColor >> 16 ); // BLAU in ImplGetColor()
353 return nColor; in ImplGetColor()
5547 sal_uInt32 nColor = nSOColor & 0xff00; // GRUEN in GetColor() local
5550 return nColor; in GetColor()
5560 sal_uInt32 nColor = ( rSOColor.GetRed() << 16 ); in GetColor() local
5561 nColor |= ( rSOColor.GetGreen() << 8 ); in GetColor()
5562 nColor |= rSOColor.GetBlue(); in GetColor()
5565 nColor = GetColor( nColor, sal_True ); in GetColor()
[all …]
H A Dsvdfppt.cxx753 sal_uInt32 nColor = 0; in RecolorGraphic() local
770 *pCurrentNew++ = nColor; in RecolorGraphic()
778 *pCurrentOriginal++ = nColor; in RecolorGraphic()
4065 nColor = PPT_COLSCHEME_TITELTEXT; in PPTCharSheet()
4089 maCharLevel[ nDepth ].mnFontColor = nColor; in PPTCharSheet()
4090 …th ].mnFontColorInStyleSheet = Color( (sal_uInt8)nColor, (sal_uInt8)( nColor >> 8 ), (sal_uInt8)( in PPTCharSheet()
4813 void PPTCharPropSet::SetColor( sal_uInt32 nColor ) in SetColor() argument
4816 pCharSet->mnColor = nColor; in SetColor()
6434 sal_uInt32 nColor; in ApplyTo() local
6436 nColor = rParaLevel.mnBulletColor; in ApplyTo()
[all …]
/aoo41x/main/sw/source/ui/shells/
H A Dtextsh1.cxx1173 else if(!pApply || pApply->nColor != SID_ATTR_CHAR_COLOR_EXT) in Execute()
1202 else if(!pApply || pApply->nColor != SID_ATTR_CHAR_COLOR_BACKGROUND_EXT) in Execute()
1232 if(!pApply || pApply->nColor != nSlot) in Execute()
1233 aTempl.nColor = nSlot; in Execute()
1620 rSet.Put(SfxBoolItem(nWhich, pApply && pApply->nColor == nWhich)); in GetState()
/aoo41x/main/svx/source/sdr/contact/
H A Dviewobjectcontactofsdrpage.cxx158 aInitColor = aColorConfig.GetColorValue(svtools::DOCCOLOR).nColor; in createPrimitive2DSequence()
265 aPageFillColor = aColorConfig.GetColorValue(svtools::DOCCOLOR).nColor; in createPrimitive2DSequence()

Completed in 234 milliseconds

1234567891011