Searched refs:mnForeColor (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/filter/source/msfilter/ |
H A D | msocximex.cxx | 1433 aTmp >>= mnForeColor; in WriteContents() 1754 aTmp >>= mnForeColor; in WriteContents() 2009 aTmp >>= mnForeColor; in WriteContents() 2188 aTmp >>= mnForeColor; in WriteContents() 2643 aTmp >>= mnForeColor; in WriteContents() 2858 aTmp >>= mnForeColor; in WriteContents() 3049 *pS >> mnForeColor; in Read() 3208 *pS >> mnForeColor; in Read() 3298 *pS >> mnForeColor; in Read() 4257 aTmp >>= mnForeColor; in WriteContents() [all …]
|
/aoo42x/main/filter/inc/filter/msfilter/ |
H A D | msocximex.hxx | 226 …mnStep(0), mnBackColor(0x8000000FL), mnForeColor(0), mnTabPos(0), mbVisible(true), sName(sN), pDoc… in OCX_Control() 281 sal_Int32 mnForeColor; member in OCX_Control 934 mnForeColor = 0x80000008L; in OCX_CheckBox() 960 mnForeColor = 0x80000008L; in OCX_OptionButton() 987 mnForeColor = 0x80000008L; in OCX_TextBox() 1012 mnForeColor = 0x80000008L; in OCX_FieldControl() 1035 mnForeColor = 0x80000012; in OCX_ToggleButton() 1061 mnForeColor = 0x80000008; in OCX_ComboBox() 1086 mnForeColor = 0x80000008; in OCX_ListBox() 1116 mnForeColor = 0x80000012L; in OCX_CommandButton() [all …]
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xestyle.cxx | 1762 mnForeColorId( XclExpPalette::GetColorIdFromIndex( mnForeColor ) ), in XclExpCellArea() 1787 rPalette.GetMixedColors( mnForeColor, mnBackColor, mnPattern, mnForeColorId, mnBackColorId ); in SetFinalColors() 1799 ::insert_value( rnArea, mnForeColor, 6, 5 ); 1807 ::insert_value( rnArea, mnForeColor, 0, 7 ); in FillToXF5() 1814 ::insert_value( rnArea, mnForeColor, 0, 7 ); in FillToXF8() 1824 ::std::swap( aTmp.mnForeColor, aTmp.mnBackColor ); in FillToCF8() 1825 ::insert_value( rnColor, aTmp.mnForeColor, 0, 7 ); in FillToCF8() 1855 if( mnPattern == EXC_PATT_NONE || ( mnForeColor == 0 && mnBackColor == 0 ) ) in SaveXml() 1865 XML_rgb, XclXmlUtils::ToOString( rPalette.GetColor( mnForeColor ) ).getStr(), in SaveXml() 2356 mrFill.mnForeColor == rFill.mnForeColor && in operator ()() [all …]
|
H A D | xistyle.cxx | 915 mnForeColor = EXC_COLOR_BIFF2_BLACK; in FillFromXF2() 923 mnForeColor = ::extract_value< sal_uInt16 >( nArea, 6, 5 ); in FillFromXF3() 931 mnForeColor = ::extract_value< sal_uInt16 >( nArea, 0, 7 ); in FillFromXF5() 939 mnForeColor = ::extract_value< sal_uInt16 >( nArea, 0, 7 ); in FillFromXF8() 946 mnForeColor = ::extract_value< sal_uInt16 >( nColor, 0, 7 ); in FillFromCF8() 955 mnForeColor = mnBackColor; in FillFromCF8() 978 Color aFore( rPalette.GetColor( mbForeUsed ? mnForeColor : EXC_COLOR_WINDOWTEXT ) ); in FillToItemSet()
|
H A D | xlstyle.cxx | 1716 mnForeColor( EXC_COLOR_WINDOWTEXT ), in XclCellArea() 1730 (rLeft.mnForeColor == rRight.mnForeColor) && (rLeft.mnBackColor == rRight.mnBackColor) && in operator ==()
|
/aoo42x/main/sc/source/filter/inc/ |
H A D | xlstyle.hxx | 563 sal_uInt16 mnForeColor; /// Palette index to foreground color. member
|
Completed in 82 milliseconds