Home
last modified time | relevance | path

Searched refs:bRightMargin (Results 1 – 17 of 17) sorted by relevance

/trunk/main/editeng/source/misc/
H A Dswafopt.cxx68 bRightMargin = in SvxSwAutoFmtFlags()
130 bRightMargin = rAFFlags.bRightMargin; in operator =()
H A Dacorrcfg.cxx464 …case 21: rSwFlags.bRightMargin = *(sal_Bool*)pValues[nProp].getValue(); break; // "Format/Option/… in Load()
610 …case 21: bVal = rSwFlags.bRightMargin; pValues[nProp].setValue(&bVal, rType); break; // "Format/O… in Commit()
/trunk/main/sw/source/core/text/
H A Ditrtxt.hxx258 static sal_Bool bRightMargin; member in SwTxtCursor
281 static inline void SetRightMargin( const sal_Bool bNew ){ bRightMargin = bNew; } in SetRightMargin()
282 static inline sal_Bool IsRightMargin() { return bRightMargin; } in IsRightMargin()
H A Dfrmcrsr.cxx79 const sal_Bool bRightMargin, const sal_Bool bNoScroll = sal_True ) in GetAdjFrmAtPos() argument
105 if( nOffset && bRightMargin ) in GetAdjFrmAtPos()
212 const sal_Bool bRightMargin = pCMS && ( MV_RIGHTMARGIN == pCMS->eState ); in GetCharRect() local
214 SwTxtFrm *pFrm = GetAdjFrmAtPos( (SwTxtFrm*)this, rPos, bRightMargin, in GetCharRect()
298 bRet = bRightMargin ? aLine.GetEndCharRect( &rOrig, nOffset, pCMS, nMaxY ) in GetCharRect()
H A Ditrtxt.cxx290 bRightMargin = sal_False; in CharCrsrToLine()
291 sal_Bool bPrevious = bRightMargin && pCurr->GetLen() && GetPrev() && in CharCrsrToLine()
H A Ditrcrsr.cxx63 sal_Bool SwTxtCursor::bRightMargin = sal_False; member in SwTxtCursor
444 bRightMargin = sal_True; in GetEndCharRect()
454 bRightMargin = nOfst >= GetEnd() && nOfst < GetInfo().GetTxt().Len(); in GetEndCharRect()
/trunk/main/sw/source/filter/html/
H A Dsvxcss1.cxx402 bRightMargin( rProp.bRightMargin ), in SvxCSS1PropertyInfo()
450 bLeftMargin = bRightMargin = bTextIndent = sal_False; in Clear()
480 if( rProp.bRightMargin ) in Merge()
482 bRightMargin = sal_True; in Merge()
1028 if( rSrcInfo.bLeftMargin || rSrcInfo.bRightMargin || in MergeStyles()
1036 if( rSrcInfo.bRightMargin ) in MergeStyles()
2200 rPropInfo.bRightMargin = sal_True; in ParseCSS1_margin_right()
2405 rPropInfo.bRightMargin = sal_True; in ParseCSS1_margin()
H A Dhtmlcss1.cxx300 if( (rPropInfo.bLeftMargin || rPropInfo.bRightMargin || in SetTxtCollAttrs()
302 (!rPropInfo.bLeftMargin || !rPropInfo.bRightMargin || in SetTxtCollAttrs()
312 if( rPropInfo.bRightMargin ) in SetTxtCollAttrs()
491 if( (rPropInfo.bLeftMargin || rPropInfo.bRightMargin) && in SetPageDescAttrs()
494 if( (!rPropInfo.bLeftMargin || !rPropInfo.bRightMargin) && in SetPageDescAttrs()
503 if( rPropInfo.bRightMargin ) in SetPageDescAttrs()
H A Dhtmldraw.cxx129 if( rCSS1PropInfo.bRightMargin ) in InsertDrawObject()
132 rCSS1PropInfo.bRightMargin = sal_False; in InsertDrawObject()
H A Dsvxcss1.hxx125 sal_Bool bRightMargin : 1; member in SvxCSS1PropertyInfo
H A Dhtmlplug.cxx238 if( rCSS1PropInfo.bRightMargin ) in SetSpace()
241 rCSS1PropInfo.bRightMargin = sal_False; in SetSpace()
H A Dhtmlctxt.cxx595 if( rPropInfo.bRightMargin ) in InsertAttrs()
H A Dhtmlnum.cxx355 if( !aPropInfo.bRightMargin ) in NewNumBulList()
H A Dhtmlform.cxx995 if( rCSS1PropInfo.bRightMargin ) in InsertControl()
998 rCSS1PropInfo.bRightMargin = sal_False; in InsertControl()
/trunk/main/editeng/inc/editeng/
H A Dswafopt.hxx73 sal_Bool bRightMargin : 1; member
/trunk/main/cui/source/tabpages/
H A Dautocdlg.cxx633 bModified |= pOpt->bRightMargin != bCheck; in FillItemSet()
634 pOpt->bRightMargin = bCheck; in FillItemSet()
767 aCheckLB.CheckEntryPos( MERGE_SINGLE_LINE_PARA, CBCOL_FIRST, pOpt->bRightMargin ); in Reset()
/trunk/main/sw/source/core/edit/
H A Dautofmt.cxx411 sal_Bool bRet = aFlags.bRightMargin; in IsFastFullLine()

Completed in 103 milliseconds