Home
last modified time | relevance | path

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

123456

/trunk/main/sw/source/filter/html/
H A Dswhtml.cxx4941 const SwFmtCol& rCol = rPgFmt.GetCol(); in GetCurrentBrowseWidth() local
4946 if( 1 < rCol.GetNumCols() ) in GetCurrentBrowseWidth()
4947 aHTMLPageSize.Width() /= rCol.GetNumCols(); in GetCurrentBrowseWidth()
/trunk/main/sc/source/core/data/
H A Ddocument.cxx5027 void ScDocument::FindAreaPos( SCCOL& rCol, SCROW& rRow, SCTAB nTab, SCsCOL nMovX, SCsROW nMovY ) in FindAreaPos() argument
5030 pTab[nTab]->FindAreaPos( rCol, rRow, nMovX, nMovY ); in FindAreaPos()
5034 void ScDocument::GetNextPos( SCCOL& rCol, SCROW& rRow, SCTAB nTab, SCsCOL nMovX, SCsROW nMovY, in GetNextPos() argument
5044 pTab[nTab]->GetNextPos( rCol, rRow, nMovX, nMovY, bMarked, bUnprotected, aCopyMark ); in GetNextPos()
/trunk/main/vcl/inc/vcl/
H A Dwindow.hxx548 SAL_DLLPRIVATE sal_Bool ImplGetCurrentBackgroundColor( Color& rCol );
/trunk/main/sc/source/ui/view/
H A Dviewdata.cxx1463 void ScViewData::GetEditView( ScSplitPos eWhich, EditView*& rViewPtr, SCCOL& rCol, SCROW& rRow ) in GetEditView() argument
1466 rCol = nEditCol; in GetEditView()
/trunk/main/vcl/source/window/
H A Dwindow.cxx9404 sal_Bool Window::ImplGetCurrentBackgroundColor( Color& rCol ) in ImplGetCurrentBackgroundColor() argument
9417 rCol = GetControlBackground(); in ImplGetCurrentBackgroundColor()
9422 rCol = aWall.GetColor(); in ImplGetCurrentBackgroundColor()
9427 rCol = GetSettings().GetStyleSettings().GetFaceColor(); in ImplGetCurrentBackgroundColor()
/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()

Completed in 146 milliseconds

123456