Home
last modified time | relevance | path

Searched refs:SetBackColor (Results 1 – 25 of 136) sorted by relevance

123456

/dports/devel/upp/upp/bazaar/OfficeAutomation/
H A DOfficeSheet.cpp196 bool SheetPlugin::SetBackColor(int col, int row, Color color) {return false;} in SetBackColor() function in SheetPlugin
197 bool OfficeSheet::SetBackColor(int col, int row, Color color) {return (static_cast<SheetPlugin *>(G… in SetBackColor() function in OfficeSheet
199 bool SheetPlugin::SetBackColor(String cell, Color color) {return false;} in SetBackColor() function in SheetPlugin
200 bool OfficeSheet::SetBackColor(String cell, Color color) {return (static_cast<SheetPlugin *>(GetDat… in SetBackColor() function in OfficeSheet
202 bool SheetPlugin::SetBackColor(Color color) {return false;} in SetBackColor() function in SheetPlugin
203 bool OfficeSheet::SetBackColor(Color color) {return (static_cast<SheetPlugin *>(GetData()))->SetBac… in SetBackColor() function in OfficeSheet
H A DOfficeAutomationMethods.h36 virtual bool SetBackColor(int col, int row, Color color); \
37 virtual bool SetBackColor(String cell, Color color); \
38 virtual bool SetBackColor(Color color); \
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKv3/GKComponents/GKUI/Platform/
H A DControlHandlers.cs263 SetBackColor();
278 SetBackColor();
304 private void SetBackColor() in SetBackColor() method in GKUI.Platform.TextBoxHandler
331 SetBackColor();
346 SetBackColor();
372 private void SetBackColor() in SetBackColor() method in GKUI.Platform.TextAreaHandler
/dports/editors/libreoffice/libreoffice-7.2.6.2/lotuswordpro/source/filter/xfilter/
H A Dxfdrawareastyle.hxx77 void SetBackColor(XFColor const & color);
112 inline void XFDrawAreaStyle::SetBackColor(XFColor const & color) in SetBackColor() function in XFDrawAreaStyle
H A Dxfheaderstyle.cxx116 void XFHeaderStyle::SetBackColor(XFColor color) in SetBackColor() function in XFHeaderStyle
/dports/editors/libreoffice6/libreoffice-6.4.7.2/lotuswordpro/source/filter/xfilter/
H A Dxfdrawareastyle.hxx77 void SetBackColor(XFColor const & color);
112 inline void XFDrawAreaStyle::SetBackColor(XFColor const & color) in SetBackColor() function in XFDrawAreaStyle
H A Dxfheaderstyle.cxx116 void XFHeaderStyle::SetBackColor(XFColor color) in SetBackColor() function in XFHeaderStyle
/dports/editors/libreoffice/libreoffice-7.2.6.2/lotuswordpro/inc/xfilter/
H A Dxftablestyle.hxx85 void SetBackColor(XFColor const& color);
124 inline void XFTableStyle::SetBackColor(XFColor const& color) { m_aBackColor = color; } in SetBackColor() function in XFTableStyle
H A Dxfframestyle.hxx122 void SetBackColor(XFColor const & color);
200 inline void XFFrameStyle::SetBackColor(XFColor const & color) in SetBackColor() function in XFFrameStyle
H A Dxffont.hxx213 void SetBackColor(XFColor const & color);
388 inline void XFFont::SetBackColor(XFColor const & color) in SetBackColor() function in XFFont
H A Dxfheaderstyle.hxx115 void SetBackColor(XFColor color);
H A Dxfcellstyle.hxx122 void SetBackColor(XFColor const& color);
H A Dxfpagemaster.hxx96 void SetBackColor(XFColor color);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/lotuswordpro/inc/xfilter/
H A Dxftablestyle.hxx85 void SetBackColor(XFColor const & color);
127 inline void XFTableStyle::SetBackColor(XFColor const & color) in SetBackColor() function in XFTableStyle
H A Dxfframestyle.hxx123 void SetBackColor(XFColor const & color);
201 inline void XFFrameStyle::SetBackColor(XFColor const & color) in SetBackColor() function in XFFrameStyle
H A Dxffont.hxx212 void SetBackColor(XFColor const & color);
387 inline void XFFont::SetBackColor(XFColor const & color) in SetBackColor() function in XFFont
H A Dxfheaderstyle.hxx115 void SetBackColor(XFColor color);
H A Dxfcellstyle.hxx122 void SetBackColor(XFColor const & color);
H A Dxfpagemaster.hxx97 void SetBackColor(XFColor color);
/dports/editors/libreoffice/libreoffice-7.2.6.2/lotuswordpro/source/filter/
H A Dlwpfrib.cxx288 pStyle->GetFont()->SetBackColor(aColor); in RegisterStyle()
297 pNewStyle->GetFont()->SetBackColor(aColor); in RegisterStyle()
302 pFont->SetBackColor(aColor); in RegisterStyle()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/lotuswordpro/source/filter/
H A Dlwpfrib.cxx297 pStyle->GetFont()->SetBackColor(aColor); in RegisterStyle()
306 pNewStyle->GetFont()->SetBackColor(aColor); in RegisterStyle()
311 pFont->SetBackColor(aColor); in RegisterStyle()
/dports/graphics/libvisual04-plugins/libvisual-plugins-0.4.0/plugins/actor/G-Force/Common/UI/Headers/
H A DPixPort.h106 long SetBackColor( const RGBColor& inColor );
107 long SetBackColor( long inR, long inG, long inB );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/
H A Dfntctrl.hxx52 void SetBackColor( const Color& rColor );
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fwl/lightwidget/
H A Dcfwl_edit.cpp179 FWL_Error CFWL_Edit::SetBackColor(uint32_t dwColor) { in SetBackColor() function in CFWL_Edit
182 return static_cast<IFWL_Edit*>(m_pIface)->SetBackColor(dwColor); in SetBackColor()
/dports/editors/picpas/PicPas-7940bc3/Source/
H A DFrameSyntaxTree.pas65 procedure SetBackColor(AValue: TColor); procedure
78 property BackColor: TColor read FBackColor write SetBackColor;
348 procedure TfraSyntaxTree.SetBackColor(AValue: TColor); procedure

123456