Home
last modified time | relevance | path

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

123456

/trunk/main/sw/source/ui/inc/
H A Dinstable.hxx91 void GetValues( String& rName, sal_uInt16& rRow, sal_uInt16& rCol,
H A Dfrmmgr.hxx111 void SetCol( const SwFmtCol &rCol);
/trunk/main/cui/source/dialogs/
H A Dcolorpicker.cxx365 void ColorPreviewControl::SetColor( const Color& rCol ) in SetColor() argument
367 if( rCol != maColor ) in SetColor()
369 maColor = rCol; in SetColor()
H A DSpellAttrib.hxx156 SpellBackgroundAttrib(const Color& rCol);
/trunk/main/sc/source/core/inc/
H A Drefupdat.hxx85 static void DoTranspose( SCsCOL& rCol, SCsROW& rRow, SCsTAB& rTab, ScDocument* pDoc,
/trunk/main/sc/inc/
H A Ddocument.hxx998 void FindAreaPos( SCCOL& rCol, SCROW& rRow, SCTAB nTab, SCsCOL nMovX, SCsROW nMovY );
999 SC_DLLPUBLIC void GetNextPos( SCCOL& rCol, SCROW& rRow, SCTAB nTab, SCsCOL nMovX, SCsROW nMovY,
1002 sal_Bool GetNextMarkedCell( SCCOL& rCol, SCROW& rRow, SCTAB nTab,
1303 SCCOL& rCol, SCROW& rRow, SCTAB& rTab,
1310 SCCOL& rCol, SCROW& rRow );
H A Dcollect.hxx79 ScCollection& operator=( const ScCollection& rCol );
/trunk/main/editeng/source/items/
H A Dsvxfont.cxx92 const Size& rSize, const Color& rCol, sal_Bool bLeft ) in DrawArrow() argument
119 rOut.SetFillColor( rCol ); in DrawArrow()
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8sty.cxx1017 const SwFmtCol& rCol = (const SwFmtCol&)aSet.Get( RES_COL ); in NumberOfColumns() local
1018 const SwColumns& rColumns = rCol.GetColumns(); in NumberOfColumns()
1565 const SwFmtCol& rCol = dynamic_cast<const SwFmtCol&>(rSepInfo.pSectionFmt->GetFmtAttr(RES_COL)); in SectionProperties() local
1566 SwFmtCol aCol(rCol); in SectionProperties()
H A Ddocxattributeoutput.cxx3170 void DocxAttributeOutput::FormatColumns_Impl( sal_uInt16 nCols, const SwFmtCol& rCol, bool bEven, S… in FormatColumns_Impl() argument
3181 sal_uInt16 nWidth = rCol.GetGutterWidth( true ); in FormatColumns_Impl()
3190 bool bHasSep = COLADJ_NONE == rCol.GetLineAdj( ); in FormatColumns_Impl()
3197 const SwColumns & rColumns = rCol.GetColumns( ); in FormatColumns_Impl()
3203 sal_uInt16 nWidth = rCol.CalcPrtColWidth( n, ( sal_uInt16 ) nPageSize ); in FormatColumns_Impl()
H A Drtfexport.hxx178 void InsColor( const Color& rCol );
H A Dww8attributeoutput.hxx390 …virtual void FormatColumns_Impl( sal_uInt16 nCols, const SwFmtCol & rCol, bool bEven, SwTwips nPag…
/trunk/main/vcl/source/gdi/
H A Doutdev2.cxx1712 Color& rCol = pColors[ i ]; in GetPixel() local
1717 rCol.SetRed( SALCOLOR_RED( aSalCol ) ); in GetPixel()
1718 rCol.SetGreen( SALCOLOR_GREEN( aSalCol ) ); in GetPixel()
1719 rCol.SetBlue( SALCOLOR_BLUE( aSalCol ) ); in GetPixel()
/trunk/main/editeng/inc/editeng/
H A Dsvxfont.hxx116 const Size& rSize, const Color& rCol, sal_Bool bLeft );
/trunk/main/sc/source/ui/inc/
H A Ddbfunc.hxx109 void TestRemoveOutline( sal_Bool& rCol, sal_Bool& rRow );
/trunk/main/svx/source/xoutdev/
H A Dxattr.cxx74 #define VCLTOSVCOL( rCol ) (sal_uInt16)((((sal_uInt16)(rCol))<<8)|(rCol)) argument
4229 XHatch::XHatch(const Color& rCol, XHatchStyle eTheStyle, long nTheDistance, in XHatch() argument
4232 aColor(rCol), in XHatch()
/trunk/main/sw/source/core/layout/
H A Dpagechg.cxx258 const SwFmtCol &rCol = pFmt->GetCol(); in SwPageFrm() local
259 if ( rCol.GetNumCols() > 1 ) in SwPageFrm()
263 pBodyFrm->ChgColumns( aOld, rCol ); in SwPageFrm()
H A Dfly.cxx252 const SwFmtCol &rCol = GetFmt()->GetCol(); in InsertColumns() local
253 if ( rCol.GetNumCols() > 1 ) in InsertColumns()
262 ChgColumns( aOld, rCol ); in InsertColumns()
/trunk/main/sw/source/filter/xml/
H A Dxmlexp.hxx91 void ExportTableColumnStyle( const SwXMLTableColumn_Impl& rCol );
/trunk/main/xmloff/source/chart/
H A DSchXMLTableContext.hxx83 static void GetCellAddress( const rtl::OUString& rStr, sal_Int32& rCol, sal_Int32& rRow );
/trunk/main/sw/source/ui/frmdlg/
H A Dfrmpage.cxx1850 const SwFmtCol& rCol = (const SwFmtCol&)GetTabDialog()->GetExampleSet()->Get(RES_COL); in IMPL_LINK() local
1851 if ( rCol.GetColumns().Count() > 1 ) in IMPL_LINK()
1853 for ( sal_uInt16 i = 0; i < rCol.GetColumns().Count(); ++i ) in IMPL_LINK()
1855 aVal.nMinWidth += rCol.GetColumns()[i]->GetLeft() + in IMPL_LINK()
1856 rCol.GetColumns()[i]->GetRight() + in IMPL_LINK()
/trunk/main/vcl/inc/vcl/
H A Dgdimtf.hxx180 GDIMetaFile GetMonochromeMtf( const Color& rCol ) const;
/trunk/main/sw/source/ui/dialog/
H A Dswdlgfact.cxx476 void AbstractInsTableDlg_Impl::GetValues( String& rName, sal_uInt16& rRow, sal_uInt16& rCol, in GetValues() argument
480 pDlg->GetValues( rName, rRow, rCol, rInsTblFlags, rTableAutoFmtName, prTAFmt); in GetValues()
/trunk/main/svx/inc/svx/
H A Dsvdetc.hxx124 SVX_DLLPUBLIC FASTBOOL GetDraftFillColor(const SfxItemSet& rSet, Color& rCol);
/trunk/main/sw/source/ui/dbui/
H A Ddbinsdlg.cxx731 const SwFmtCol& rCol = aPara.pFrmFmt->GetCol(); in IMPL_LINK() local
732 const SwColumns& rCols = rCol.GetColumns(); in IMPL_LINK()
742 nWidth1 += (long)rCol.CalcColWidth( i, (sal_uInt16)nWidth ); in IMPL_LINK()

Completed in 246 milliseconds

123456