Home
last modified time | relevance | path

Searched refs:rColItem (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/source/ui/uiview/
H A Dviewtab.cxx86 SvxColumnItem& rColItem, in lcl_FillSvxColumn() argument
118 rColItem.Append(aColDesc); in lcl_FillSvxColumn()
127 void lcl_ConvertToCols(const SvxColumnItem& rColItem, in lcl_ConvertToCols() argument
131 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 …]
/trunk/main/svx/source/dialog/
H A Dsvxruler.cxx103 void Debug_Impl(Window *pWin, SvxColumnItem& rColItem) in Debug_Impl() argument
106 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()
/trunk/main/sd/source/ui/view/
H A Dsdview3.cxx1351 const XFillColorItem& rColItem = (XFillColorItem&) rSet.Get( XATTR_FILLCOLOR ); in InsertData() local
1352 Color aColor( rColItem.GetColorValue() ); in InsertData()
1353 String aName( rColItem.GetName() ); in InsertData()
/trunk/main/sw/source/ui/frmdlg/
H A Dcolumn.cxx343 const SwFmtCol& rColItem = (const SwFmtCol&)pSelectionSet->Get(RES_COL); in IMPL_LINK() local
345 if(rColItem.GetNumCols() > 1) in IMPL_LINK()

Completed in 54 milliseconds