Home
last modified time | relevance | path

Searched refs:COL_AUTO (Results 26 – 50 of 89) sorted by relevance

1234

/aoo4110/main/starmath/source/
H A Dformat.cxx170 rFace.SetColor( COL_AUTO ); in SmFormat()
H A Dutility.cxx329 SetColor( COL_AUTO ); in Impl_Init()
/aoo4110/main/svx/source/sidebar/text/
H A DTextPropertyPanel.cxx99 return COL_AUTO; in GetAutomaticColor()
421 meUnderlineColor = COL_AUTO; in Initialize()
/aoo4110/main/sd/source/filter/html/
H A Dhtmlex.cxx706 if( maTextColor == COL_AUTO ) in ExportHtml()
840 if( maTextColor == COL_AUTO ) in SetDocColors()
1470 if( aTextColor == COL_AUTO ) in TextAttribToHTMLString()
2707 if( (aTextColor == COL_AUTO) && (!maBackColor.IsDark()) ) in CreateBodyTag()
/aoo4110/main/tools/inc/tools/
H A Dcolor.hxx77 #define COL_AUTO (ColorData)0xFFFFFFFF macro
/aoo4110/main/sc/source/ui/view/
H A Dviewdata.cxx272 sal_Int32 nColor = COL_AUTO; in ReadUserDataSequence()
274 if (static_cast<ColorData>(nColor) != COL_AUTO) in ReadUserDataSequence()
2502 rTabSett.maGridColor.SetColor( COL_AUTO ); in WriteExtOptions()
2657 if( aGridColor.GetColor() == COL_AUTO ) in ReadExtOptions()
2888 if( aColor.GetColor() == COL_AUTO ) in ReadUserDataSequence()
/aoo4110/main/sw/source/filter/ww8/
H A Dww8par6.cxx130 COL_AUTO, COL_BLACK, COL_LIGHTBLUE, COL_LIGHTCYAN, COL_LIGHTGREEN, in GetCol()
2641 if (rBrush.GetColor().GetColor() != COL_AUTO) in StopApo()
4779 if (nFore == COL_AUTO) in SetShade()
4784 if (nUseBack == COL_AUTO) in SetShade()
4883 nBack = COL_AUTO; in ExtractColour()
4884 ASSERT(nBack == COL_AUTO || !(nBack & 0xFF000000), in ExtractColour()
/aoo4110/main/sc/source/filter/excel/
H A Dxiview.cxx269 rTabSett.maGridColor.SetColor( COL_AUTO ); in Finalize()
H A Dxeview.cxx379 maData.mbDefGridColor = rGridColor.GetColor() == COL_AUTO; in XclExpTabViewSettings()
/aoo4110/main/sc/source/filter/html/
H A Dhtmlexp.cxx962 …sal_Bool bSetFontColor = ( COL_AUTO != rColorItem.GetValue().GetColor() ); // #97650# default is … in WriteCell()
1089 if ( aColor.GetColor() == COL_AUTO ) in WriteCell()
/aoo4110/main/oox/source/export/
H A Ddrawingml.cxx726 …color: %x auto: %x\n", static_cast<unsigned int>( color ), static_cast<unsigned int>( COL_AUTO ))); in WriteRunProperties()
728 if( color == COL_AUTO ) { // nCharColor depends to the background color in WriteRunProperties()
/aoo4110/main/sd/source/ui/tools/
H A DPreviewRenderer.cxx295 if(!pPageView || pPageView->GetApplicationDocumentColor() == COL_AUTO) in Initialize()
/aoo4110/main/sw/source/core/access/
H A Dacccell.cxx501 if (COL_AUTO == crBack) in getBackground()
/aoo4110/main/editeng/source/editeng/
H A Dimpedit3.cxx2723 if ( ( ( rFont.GetColor() == COL_AUTO ) || ( IsForceAutoColor() ) ) && pOut ) in SeekCursor()
2736 if ( ( GetBackgroundColor() != COL_AUTO ) && GetBackgroundColor().IsDark() ) in SeekCursor()
3029 … ( GetBackgroundColor() != COL_AUTO ) && GetBackgroundColor().IsDark() && in Paint()
3678 if( (aFontColor == COL_AUTO) || IsForceAutoColor() ) in Paint()
4516 if ( GetBackgroundColor() != COL_AUTO ) in GetAutoColor()
/aoo4110/main/writerfilter/source/dmapper/
H A DConversionHelper.cxx123 static_cast<sal_Int32>(COL_AUTO), in MakeBorderLine()
/aoo4110/main/sd/source/ui/view/
H A Doutlview.cxx196 maBulletFont.SetColor( COL_AUTO ); in OutlineView()
2012 aNewFont.SetColor( COL_AUTO ); in IMPL_LINK()
/aoo4110/main/sc/source/core/data/
H A Dpatattr.cxx410 if ( ( aColor.GetColor() == COL_AUTO && eAutoMode != SC_AUTOCOL_RAW ) || in GetFont()
687 if ( aColorItem.GetValue().GetColor() == COL_AUTO ) in FillToEditItemSet()
H A Ddocumen3.cxx299 return Color(COL_AUTO); in GetTabBgColor()
311 return pTab[nTab]->GetTabBgColor() == COL_AUTO; in IsDefaultTabBgColor()
/aoo4110/main/cui/source/tabpages/
H A Dnumpages.cxx1626 aBulColLB.InsertEntry( Color( COL_AUTO ), SVX_RESSTR( RID_SVXSTR_AUTOMATIC )); in Reset()
2647 if(aBulletColor.GetColor() == COL_AUTO) in lcl_DrawBullet()
2794 if(aTmpBulletColor.GetColor() == COL_AUTO) in Paint()
2921 if(aTmpBulletColor.GetColor() == COL_AUTO) in Paint()
/aoo4110/main/sw/source/ui/frmdlg/
H A Dcolex.cxx497 if(aLineColor.GetColor() == COL_AUTO) in DrawPage()
/aoo4110/main/sw/source/ui/app/
H A Ddocshini.cxx786 aDfltSet.Put( SvxColorItem( Color( COL_AUTO ), RES_CHRATR_COLOR ) ); in SubInitNew()
/aoo4110/main/sw/source/core/text/
H A Ditrpaint.cxx525 Color aAutoCo(COL_AUTO); in CheckSpecialUnderline()
/aoo4110/main/svx/source/sidebar/paragraph/
H A DParaPropertyPanel.cxx801 maColor.SetColor(COL_AUTO); in ParaBKGStateChanged()
1648 maColor (COL_AUTO), in ParaPropertyPanel()
/aoo4110/main/cppcanvas/source/mtfrenderer/
H A Dtextaction.cxx510 ::Color aEmptyColor( COL_AUTO ); in renderEffectText()
2171 const ::Color aEmptyColor( COL_AUTO ); in createTextAction()
/aoo4110/main/reportdesign/source/ui/dlg/
H A DCondition.cxx357 Color aCol(COL_AUTO);

Completed in 437 milliseconds

1234