Home
last modified time | relevance | path

Searched refs:rCol (Results 26 – 50 of 131) sorted by relevance

123456

/trunk/main/sw/source/ui/inc/
H A Dedtwin.hxx258 void SetTextColor(const Color& rCol ) { aTextColor = rCol; } in SetTextColor() argument
262 void SetTextBackColor(const Color& rCol ) in SetTextBackColor() argument
263 { aTextBackColor = rCol; } in SetTextBackColor()
H A Dshdwcrsr.hxx45 SwShadowCursor( Window& rWin, const Color& rCol ) in SwShadowCursor() argument
46 : pWin( &rWin ), aCol( rCol ), nOldHeight(0), nOldMode( USHRT_MAX ) {} in SwShadowCursor()
/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/vcl/source/gdi/
H A Dbitmap4.cxx693 BitmapColor& rCol = aSepiaPal[ i ]; in ImplSepia() local
696 rCol.SetRed( (sal_uInt8) i ); in ImplSepia()
697 rCol.SetGreen( cSepiaValue ); in ImplSepia()
698 rCol.SetBlue( cSepiaValue ); in ImplSepia()
859 const BitmapColor& rCol = pReadAcc->GetPaletteColor( pReadAcc->GetPixelIndex( nY, nX ) ); in ImplMosaic() local
860 nSumR += rCol.GetRed(); in ImplMosaic()
861 nSumG += rCol.GetGreen(); in ImplMosaic()
862 nSumB += rCol.GetBlue(); in ImplMosaic()
H A Dimpimage.cxx464 const BitmapColor& rCol = pAcc->GetPaletteColor( i ); in Draw() local
465 aCol.SetRed( pMapR[ rCol.GetRed() ] ); in Draw()
466 aCol.SetGreen( pMapG[ rCol.GetGreen() ] ); in Draw()
467 aCol.SetBlue( pMapB[ rCol.GetBlue() ] ); in Draw()
/trunk/main/sw/source/filter/xml/
H A Dxmltble.cxx539 void SwXMLExport::ExportTableColumnStyle( const SwXMLTableColumn_Impl& rCol ) in ExportTableColumnStyle() argument
547 EncodeStyleName( rCol.GetStyleName(), &bEncoded ) ); in ExportTableColumnStyle()
549 AddAttribute( XML_NAMESPACE_STYLE, XML_DISPLAY_NAME, rCol.GetStyleName() ); in ExportTableColumnStyle()
558 if( rCol.GetWidthOpt() ) in ExportTableColumnStyle()
560 GetTwipUnitConverter().convertMeasure( sValue, rCol.GetWidthOpt() ); in ExportTableColumnStyle()
564 if( rCol.GetRelWidth() ) in ExportTableColumnStyle()
566 sValue.append( (sal_Int32)rCol.GetRelWidth() ); in ExportTableColumnStyle()
/trunk/main/sc/inc/
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 );
H A Dviewopti.hxx107 …void SetGridColor( const Color& rCol, const String& rName ) { aGridCol = rCol; aGridColName = … in SetGridColor() argument
/trunk/main/vcl/inc/vcl/
H A Dsalbtype.hxx210 inline sal_uInt16 GetBestIndex( const BitmapColor& rCol ) const;
690 inline sal_uInt16 BitmapPalette::GetBestIndex( const BitmapColor& rCol ) const in GetBestIndex()
699 if( rCol == mpBitmapColor[ j ] ) in GetBestIndex()
704 long nActErr, nLastErr = rCol.GetColorError( mpBitmapColor[ nRetIndex = mnCount - 1 ] ); in GetBestIndex()
707 if ( ( nActErr = rCol.GetColorError( mpBitmapColor[ i ] ) ) < nLastErr ) in GetBestIndex()
/trunk/main/sw/source/core/draw/
H A Ddflyobj.cxx863 const SwFmtCol& rCol = rAttrs.GetAttrSet().GetCol(); in NbcResize() local
864 if ( rCol.GetColumns().Count() > 1 ) in NbcResize()
866 for ( sal_uInt16 i = 0; i < rCol.GetColumns().Count(); ++i ) in NbcResize()
868 nMin += rCol.GetColumns()[i]->GetLeft() + in NbcResize()
869 rCol.GetColumns()[i]->GetRight() + in NbcResize()
/trunk/main/sc/source/core/data/
H A Ddptabres.cxx2023 long& rCol, long nMeasure, sal_Bool bIsSubTotalRow, in FillDataRow() argument
2030 long nStartCol = rCol; in FillDataRow()
2054 ++rCol; // -> fill child dimension one column below in FillDataRow()
2058 rCol += (sal_uInt16)pRefMember->GetSize( nMeasure ); in FillDataRow()
2089 nMoveSubTotal = rCol - nStartCol; // force to first (title) column in FillDataRow()
2090 rCol = nStartCol; in FillDataRow()
2107 DBG_ASSERT( rCol < rSequence.getLength(), "bumm" ); in FillDataRow()
2108 sheet::DataResult& rRes = rSequence.getArray()[rCol]; in FillDataRow()
2127 rCol += 1; in FillDataRow()
2133 rCol += nExtraSpace; in FillDataRow()
[all …]
H A Dcolumn2.cxx1530 sal_Bool ScColumn::IsAllAttrEqual( const ScColumn& rCol, SCROW nStartRow, SCROW nEndRow ) const in IsAllAttrEqual() argument
1532 if (pAttrArray && rCol.pAttrArray) in IsAllAttrEqual()
1533 return pAttrArray->IsAllEqual( *rCol.pAttrArray, nStartRow, nEndRow ); in IsAllAttrEqual()
1535 return !pAttrArray && !rCol.pAttrArray; in IsAllAttrEqual()
1538 sal_Bool ScColumn::IsVisibleAttrEqual( const ScColumn& rCol, SCROW nStartRow, SCROW nEndRow ) const in IsVisibleAttrEqual() argument
1540 if (pAttrArray && rCol.pAttrArray) in IsVisibleAttrEqual()
1541 return pAttrArray->IsVisibleEqual( *rCol.pAttrArray, nStartRow, nEndRow ); in IsVisibleAttrEqual()
1543 return !pAttrArray && !rCol.pAttrArray; in IsVisibleAttrEqual()
H A Ddociter.cxx207 void ScDocumentIterator::GetPos( SCCOL& rCol, SCROW& rRow, SCTAB& rTab ) in GetPos() argument
209 rCol = nCol; in GetPos()
1731 ScBaseCell* ScHorizontalCellIterator::GetNext( SCCOL& rCol, SCROW& rRow ) in GetNext() argument
1735 rCol = nCol; in GetNext()
1760 sal_Bool ScHorizontalCellIterator::ReturnNext( SCCOL& rCol, SCROW& rRow ) in ReturnNext() argument
1762 rCol = nCol; in ReturnNext()
2214 const ScPatternAttr* ScDocAttrIterator::GetNext( SCCOL& rCol, SCROW& rRow1, SCROW& rRow2 ) in GetNext() argument
2221 rCol = nCol; in GetNext()
H A Dtable2.cxx1168 void ScTable::GetFirstDataPos(SCCOL& rCol, SCROW& rRow) const in GetFirstDataPos() argument
1170 rCol = 0; in GetFirstDataPos()
1172 while (aCol[rCol].IsEmptyData() && rCol < MAXCOL) in GetFirstDataPos()
1173 ++rCol; in GetFirstDataPos()
1174 SCCOL nCol = rCol; in GetFirstDataPos()
1183 void ScTable::GetLastDataPos(SCCOL& rCol, SCROW& rRow) const in GetLastDataPos() argument
1185 rCol = MAXCOL; in GetLastDataPos()
1187 while (aCol[rCol].IsEmptyData() && (rCol > 0)) in GetLastDataPos()
1188 rCol--; in GetLastDataPos()
1189 SCCOL nCol = rCol; in GetLastDataPos()
H A Dtable4.cxx1950 sal_Bool ScTable::GetNextSpellingCell(SCCOL& rCol, SCROW& rRow, sal_Bool bInSel, in GetNextSpellingCell() argument
1956 rCol = 0; in GetNextSpellingCell()
1963 rCol++; in GetNextSpellingCell()
1967 if (rCol == MAXCOL+1) in GetNextSpellingCell()
1974 if (ValidCol(rCol)) in GetNextSpellingCell()
1976 bStop = aCol[rCol].GetNextSpellingCell(rRow, bInSel, rMark); in GetNextSpellingCell()
1981 rCol++; in GetNextSpellingCell()
/trunk/main/sw/source/filter/ww8/
H A Dww8atr.cxx1572 sal_uInt8 WW8Export::TransCol( const Color& rCol ) in TransCol() argument
1575 switch( rCol.GetColor() ) in TransCol()
1621 bool WW8Export::TransBrush(const Color& rCol, WW8_SHD& rShd) in TransBrush() argument
1623 if( rCol.GetTransparency() ) in TransBrush()
1628 rShd.SetBack( TransCol( rCol ) ); in TransBrush()
1631 return !rCol.GetTransparency(); in TransBrush()
4350 m_rWW8Export.InsUInt16( rCol.GetGutterWidth( true ) ); in FormatColumns_Impl()
4360 const SwColumns & rColumns = rCol.GetColumns( ); in FormatColumns_Impl()
4398 m_rWW8Export.InsUInt16( rCol. in FormatColumns_Impl()
4421 const SwColumns& rColumns = rCol.GetColumns(); in FormatColumns()
[all …]
/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/svx/source/sidebar/line/
H A DLinePropertyPanel.cxx70 short GetItemId_Impl_line( ValueSet& rValueSet, const Color& rCol ) in GetItemId_Impl_line() argument
72 if(rCol == COL_AUTO) in GetItemId_Impl_line()
83 bFound = ( aValCol.GetRed() == rCol.GetRed() in GetItemId_Impl_line()
84 && aValCol.GetGreen() == rCol.GetGreen() in GetItemId_Impl_line()
85 && aValCol.GetBlue() == rCol.GetBlue() ); in GetItemId_Impl_line()
/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/source/core/tool/
H A Dinterpr4.cxx107 void ScInterpreter::ReplaceCell( SCCOL& rCol, SCROW& rRow, SCTAB& rTab ) in ReplaceCell() argument
110 ScAddress aCellPos( rCol, rRow, rTab ); in ReplaceCell()
116 rCol = pTOp->aNew1.Col(); in ReplaceCell()
123 rCol = pTOp->aNew2.Col(); in ReplaceCell()
1132 SCCOL & rCol, SCROW & rRow, SCTAB & rTab ) in SingleRefToVars() argument
1136 rCol = aPos.Col() + rRef.nRelCol; in SingleRefToVars()
1138 rCol = rRef.nCol; in SingleRefToVars()
1147 if( !ValidCol( rCol) || rRef.IsColDeleted() ) in SingleRefToVars()
1148 SetError( errNoRef ), rCol = 0; in SingleRefToVars()
1156 void ScInterpreter::PopSingleRef(SCCOL& rCol, SCROW &rRow, SCTAB& rTab) in PopSingleRef() argument
[all …]
/trunk/main/cui/source/dialogs/
H A DSpellAttrib.cxx127 SpellBackgroundAttrib::SpellBackgroundAttrib(const Color& rCol) : in SpellBackgroundAttrib() argument
129 m_aBackgroundColor(rCol) in SpellBackgroundAttrib()
/trunk/main/editeng/inc/editeng/
H A Dudlnitem.hxx92 void SetColor( const Color& rCol ) { mColor = rCol; } in SetColor() argument
H A Dbrshitem.hxx108 void SetColor( const Color& rCol) { aColor = rCol; } in SetColor() argument
/trunk/main/sw/inc/
H A Dtgrditem.hxx68 void SetColor( const Color& rCol ) { aColor = rCol; } in SetColor() argument

Completed in 218 milliseconds

123456