Lines Matching refs:rItem

95 const SwFrmFmt *lcl_InsertBCText( SwWrtShell& rSh, const SwLabItem& rItem,  in lcl_InsertBCText()  argument
107 aSet.Put(SwFmtHoriOrient(rItem.lLeft + nCol * rItem.lHDist, in lcl_InsertBCText()
109 aSet.Put(SwFmtVertOrient(rItem.lUpper + nRow * rItem.lVDist, in lcl_InsertBCText()
120 if(!rItem.bSynchron || !(nCol|nRow)) in lcl_InsertBCText()
126 (*fnSetActGroup)( rItem.sGlossaryGroup ); in lcl_InsertBCText()
128 pGlosHdl->SetCurGroup(rItem.sGlossaryGroup, sal_True); in lcl_InsertBCText()
129 pGlosHdl->InsertGlossary( rItem.sGlossaryBlockName ); in lcl_InsertBCText()
135 const SwFrmFmt *lcl_InsertLabText( SwWrtShell& rSh, const SwLabItem& rItem, in lcl_InsertLabText() argument
147 aSet.Put(SwFmtHoriOrient(rItem.lLeft + nCol * rItem.lHDist, in lcl_InsertLabText()
149 aSet.Put(SwFmtVertOrient(rItem.lUpper + nRow * rItem.lVDist, in lcl_InsertLabText()
161 …if( (!rItem.bSynchron || !(nCol|nRow)) && (sDBName = InsertLabEnvText( rSh, rFldMgr, rItem.aWritin… in lcl_InsertLabText()
198 const SwLabItem& rItem = (const SwLabItem&) pDlg-> in InsertLab() local
200 aLabCfg.GetItem() = rItem; in InsertLab()
245 pSh->SetLabelDoc(rItem.bSynchron); in InsertLab()
257 aLRMargin.SetLeft ((sal_uInt16) rItem.lLeft ); in InsertLab()
258 aULMargin.SetUpper((sal_uInt16) rItem.lUpper); in InsertLab()
275 rItem.lLeft + rItem.nCols * rItem.lHDist + MINLAY, in InsertLab()
276 rItem.lUpper + rItem.nRows * rItem.lVDist + MINLAY)); in InsertLab()
293 const int nResultWidth = rItem.lHDist * (rItem.nCols - 1) + rItem.lWidth + rItem.lLeft; in InsertLab()
294 const int nResultHeight = rItem.lVDist * (rItem.nRows - 1) + rItem.lHeight + rItem.lUpper; in InsertLab()
309 const long nMin = pPrt->GetPageOffset().X() - rItem.lLeft; in InsertLab()
323 rItem.lHDist - (rItem.lHDist-rItem.lWidth), in InsertLab()
324 rItem.lVDist - (rItem.lVDist-rItem.lHeight)); in InsertLab()
327 SvxLRSpaceItem aFrmLRSpace( 0, (sal_uInt16)(rItem.lHDist - rItem.lWidth), in InsertLab()
332 SvxULSpaceItem aFrmULSpace( 0, (sal_uInt16)(rItem.lVDist - rItem.lHeight), in InsertLab()
337 if ( rItem.bPage ) in InsertLab()
343 for ( sal_uInt16 i = 0; i < rItem.nRows; ++i ) in InsertLab()
345 for ( sal_uInt16 j = 0; j < rItem.nCols; ++j ) in InsertLab()
350 lcl_InsertLabText( *pSh, rItem, *pFmt, *pFldMgr, j, i, in InsertLab()
351 i == rItem.nRows - 1 && j == rItem.nCols - 1, in InsertLab()
353 lcl_InsertBCText(*pSh, rItem, *pFmt, j, i, sal_True); in InsertLab()
358 if (rItem.bSynchron) in InsertLab()
378 else if (rItem.bSynchron) in InsertLab()
394 if ( i + 1 != rItem.nRows ) in InsertLab()
401 lcl_InsertLabText( *pSh, rItem, *pFmt, *pFldMgr, in InsertLab()
402 static_cast< sal_uInt16 >(rItem.nCol - 1), in InsertLab()
403 static_cast< sal_uInt16 >(rItem.nRow - 1), sal_True, sal_False ) : in InsertLab()
404 lcl_InsertBCText(*pSh, rItem, *pFmt, in InsertLab()
405 static_cast< sal_uInt16 >(rItem.nCol - 1), in InsertLab()
406 static_cast< sal_uInt16 >(rItem.nRow - 1), sal_False); in InsertLab()
415 SwLabDlgUpdateFieldInformation(xModel, rItem); in InsertLab()
429 if( rItem.aWriting.indexOf( '<' ) >= 0 ) in InsertLab()
435 if( rItem.bSynchron ) in InsertLab()