Home
last modified time | relevance | path

Searched refs:rCol (Results 1 – 25 of 131) sorted by path

123456

/trunk/main/basebmp/test/
H A Dbmpdemo.cxx912 value_type toCol( BitmapColor const& rCol ) const in toCol()
914 return value_type(rCol.GetRed(),rCol.GetGreen(),rCol.GetBlue()); in toCol()
/trunk/main/chart2/source/controller/dialogs/
H A DDataBrowser.cxx174 void SetColor( const Color & rCol );
261 void SeriesHeader::SetColor( const Color & rCol ) in SetColor() argument
263 m_spColorBar->SetControlBackground( rCol ); in SetColor()
/trunk/main/cui/source/dialogs/
H A DSpellAttrib.cxx127 SpellBackgroundAttrib::SpellBackgroundAttrib(const Color& rCol) : in SpellBackgroundAttrib() argument
129 m_aBackgroundColor(rCol) in SpellBackgroundAttrib()
H A DSpellAttrib.hxx156 SpellBackgroundAttrib(const Color& rCol);
H A Dcolorpicker.cxx365 void ColorPreviewControl::SetColor( const Color& rCol ) in SetColor() argument
367 if( rCol != maColor ) in SetColor()
369 maColor = rCol; in SetColor()
/trunk/main/cui/source/options/
H A Doptchart.cxx150 long SvxDefaultColorOptPage::GetColorIndex( const Color& rCol ) in GetColorIndex() argument
160 if( pColorEntry && pColorEntry->GetColor() == rCol ) in GetColorIndex()
H A Doptchart.hxx71 long GetColorIndex( const Color& rCol );
/trunk/main/cui/source/tabpages/
H A Dbackgrnd.cxx137 sal_uInt16 GetItemId_Impl( ValueSet& rValueSet, const Color& rCol ) in GetItemId_Impl() argument
147 bFound = ( aValCol.GetRed() == rCol.GetRed() in GetItemId_Impl()
148 && aValCol.GetGreen() == rCol.GetGreen() in GetItemId_Impl()
149 && aValCol.GetBlue() == rCol.GetBlue() ); in GetItemId_Impl()
/trunk/main/dbaccess/source/core/api/
H A Ddefinitioncolumn.cxx353 OColumnWrapper::OColumnWrapper( const Reference< XPropertySet > & rCol, const bool _bNameIsReadOnly… in OColumnWrapper() argument
355 ,m_xAggregate(rCol) in OColumnWrapper()
615 OTableColumnWrapper::OTableColumnWrapper( const Reference< XPropertySet >& rCol, const Reference< X… in OTableColumnWrapper() argument
617 :OTableColumnDescriptorWrapper( rCol, _bPureWrap, false ) in OTableColumnWrapper()
/trunk/main/dbaccess/source/core/inc/
H A Ddefinitioncolumn.hxx248 …iptorWrapper(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& rCol,
297 …lumnWrapper( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& rCol,
/trunk/main/editeng/inc/editeng/
H A Dbrshitem.hxx108 void SetColor( const Color& rCol) { aColor = rCol; } in SetColor() argument
H A Ditemtype.hxx48 String GetColorString( const Color& rCol );
H A Dsvxfont.hxx116 const Size& rSize, const Color& rCol, sal_Bool bLeft );
H A Dudlnitem.hxx92 void SetColor( const Color& rCol ) { mColor = rCol; } in SetColor() argument
/trunk/main/editeng/source/items/
H A Ditemtype.cxx150 XubString GetColorString( const Color& rCol ) in GetColorString() argument
156 RGB_COLORDATA( rCol.GetRed(), rCol.GetGreen(), rCol.GetBlue() ); in GetColorString()
180 sStr += String::CreateFromInt32( rCol.GetRed() ); in GetColorString()
182 sStr += String::CreateFromInt32( rCol.GetGreen() ); in GetColorString()
184 sStr += String::CreateFromInt32( rCol.GetBlue() ); in GetColorString()
H A Dsvxfont.cxx92 const Size& rSize, const Color& rCol, sal_Bool bLeft ) in DrawArrow() argument
119 rOut.SetFillColor( rCol ); in DrawArrow()
H A Dtextitem.cxx2008 SvxColorItem::SvxColorItem( const Color& rCol, const sal_uInt16 nId ) : in SvxColorItem() argument
2010 mColor( rCol ) in SvxColorItem()
2147 SvxCharSetColorItem::SvxCharSetColorItem( const Color& rCol, in SvxCharSetColorItem() argument
2150 SvxColorItem( rCol, nId ), in SvxCharSetColorItem()
2862 SvxLineColorItem::SvxLineColorItem( const Color& rCol, const sal_uInt16 nId ) : in SvxLineColorItem() argument
2863 SvxColorItem( rCol, nId ) in SvxLineColorItem()
/trunk/main/filter/source/graphicfilter/eos2met/
H A Deos2met.cxx524 const BitmapColor& rCol = (*pPalette)[ nIndex ]; in WriteColorAttributeTable() local
526 *pMET << (sal_uInt8) rCol.GetRed(); in WriteColorAttributeTable()
527 *pMET << (sal_uInt8) rCol.GetGreen(); in WriteColorAttributeTable()
528 *pMET << (sal_uInt8) rCol.GetBlue(); in WriteColorAttributeTable()
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx5931 const BitmapColor& rCol = pAcc->GetPaletteColor( pAcc->GetPixelIndex( nY, nX ) ); in ApplyTo() local
5932 nRt+=rCol.GetRed(); nGn+=rCol.GetGreen(); nBl+=rCol.GetBlue(); in ApplyTo()
/trunk/main/filter/source/xsltdialog/
H A Dxmlfileview.cxx257 const Color &rCol = GetSettings().GetStyleSettings().GetWindowColor(); in DataChanged() local
258 SetBackground( rCol ); in DataChanged()
260 aFont.SetFillColor( rCol ); in DataChanged()
325 const Color &rCol = GetSettings().GetStyleSettings().GetWindowColor(); in CreateTextEngine() local
327 pOutWin->SetBackground(Wallpaper(rCol)); in CreateTextEngine()
351 aFont.SetFillColor( rCol ); in CreateTextEngine()
354 aFont.SetFillColor( rCol ); in CreateTextEngine()
/trunk/main/forms/source/component/
H A Dimgprod.cxx432 const BitmapColor& rCol = pBmpAcc->GetPaletteColor( (sal_uInt16) i ); in ImplInitConsumer() local
434 *pTmp = ( (sal_Int32) rCol.GetRed() ) << (sal_Int32)(24L); in ImplInitConsumer()
435 *pTmp |= ( (sal_Int32) rCol.GetGreen() ) << (sal_Int32)(16L); in ImplInitConsumer()
436 *pTmp |= ( (sal_Int32) rCol.GetBlue() ) << (sal_Int32)(8L); in ImplInitConsumer()
/trunk/main/sc/inc/
H A Daddress.hxx813 bool AlphaToCol( SCCOL& rCol, const String& rStr);
H A Dcollect.hxx79 ScCollection& operator=( const ScCollection& rCol );
H A Dcolumn.hxx138 void SwapCell( SCROW nRow, ScColumn& rCol);
179 sal_Bool IsVisibleAttrEqual( const ScColumn& rCol, SCROW nStartRow = 0,
181 sal_Bool IsAllAttrEqual( const ScColumn& rCol, SCROW nStartRow, SCROW nEndRow ) const;
232 void SwapCol(ScColumn& rCol);
233 void MoveTo(SCROW nStartRow, SCROW nEndRow, ScColumn& rCol);
H A Ddociter.hxx75 void GetPos( SCCOL& rCol, SCROW& rRow, SCTAB& rTab );
391 const ScPatternAttr* GetNext( SCCOL& rCol, SCROW& rRow1, SCROW& rRow2 );
435 ScBaseCell* GetNext( SCCOL& rCol, SCROW& rRow );
436 sal_Bool ReturnNext( SCCOL& rCol, SCROW& rRow );

Completed in 205 milliseconds

123456