Searched refs:rColItem (Results 1 – 4 of 4) sorted by relevance
86 SvxColumnItem& rColItem, in lcl_FillSvxColumn() argument118 rColItem.Append(aColDesc); in lcl_FillSvxColumn()127 void lcl_ConvertToCols(const SvxColumnItem& rColItem, in lcl_ConvertToCols() argument131 ASSERT( rCols.GetNumCols() == rColItem.Count(), "Column count mismatch" ); in lcl_ConvertToCols()134 if(rCols.GetNumCols() != rColItem.Count()) in lcl_ConvertToCols()143 for( sal_uInt16 i=0; i < rColItem.Count()-1; ++i ) in lcl_ConvertToCols()145 DBG_ASSERT(rColItem[i+1].nStart >= rColItem[i].nEnd,"\201berlappende Spalten" ); in lcl_ConvertToCols()146 sal_uInt16 nStart = static_cast< sal_uInt16 >(rColItem[i+1].nStart); in lcl_ConvertToCols()147 sal_uInt16 nEnd = static_cast< sal_uInt16 >(rColItem[i].nEnd); in lcl_ConvertToCols()153 sal_uInt16 nWidth = static_cast< sal_uInt16 >(rColItem[i].nEnd - rColItem[i].nStart); in lcl_ConvertToCols()[all …]
103 void Debug_Impl(Window *pWin, SvxColumnItem& rColItem) in Debug_Impl() argument106 aTmp += rColItem.GetActColumn(); in Debug_Impl()108 aTmp += String(ToMM(pWin, rColItem.GetLeft())); in Debug_Impl()110 aTmp += String(ToMM(pWin, rColItem.GetRight())); in Debug_Impl()111 for(sal_uInt16 i = 0; i < rColItem.Count(); ++i) { in Debug_Impl()113 aTmp += String(ToMM(pWin, rColItem[i].nStart)); in Debug_Impl()115 aTmp += String(ToMM(pWin, rColItem[i].nEnd)); in Debug_Impl()
1351 const XFillColorItem& rColItem = (XFillColorItem&) rSet.Get( XATTR_FILLCOLOR ); in InsertData() local1352 Color aColor( rColItem.GetColorValue() ); in InsertData()1353 String aName( rColItem.GetName() ); in InsertData()
343 const SwFmtCol& rColItem = (const SwFmtCol&)pSelectionSet->Get(RES_COL); in IMPL_LINK() local345 if(rColItem.GetNumCols() > 1) in IMPL_LINK()
Completed in 50 milliseconds