Searched refs:bRightMargin (Results 1 – 17 of 17) sorted by relevance
/aoo42x/main/editeng/source/misc/ |
H A D | swafopt.cxx | 68 bRightMargin = in SvxSwAutoFmtFlags() 130 bRightMargin = rAFFlags.bRightMargin; in operator =()
|
H A D | acorrcfg.cxx | 464 …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()
|
/aoo42x/main/sw/source/core/text/ |
H A D | itrtxt.hxx | 258 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 D | frmcrsr.cxx | 79 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 D | itrtxt.cxx | 290 bRightMargin = sal_False; in CharCrsrToLine() 291 sal_Bool bPrevious = bRightMargin && pCurr->GetLen() && GetPrev() && in CharCrsrToLine()
|
H A D | itrcrsr.cxx | 63 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()
|
/aoo42x/main/sw/source/filter/html/ |
H A D | svxcss1.cxx | 402 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 D | htmlcss1.cxx | 300 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 D | htmldraw.cxx | 129 if( rCSS1PropInfo.bRightMargin ) in InsertDrawObject() 132 rCSS1PropInfo.bRightMargin = sal_False; in InsertDrawObject()
|
H A D | svxcss1.hxx | 125 sal_Bool bRightMargin : 1; member in SvxCSS1PropertyInfo
|
H A D | htmlplug.cxx | 238 if( rCSS1PropInfo.bRightMargin ) in SetSpace() 241 rCSS1PropInfo.bRightMargin = sal_False; in SetSpace()
|
H A D | htmlctxt.cxx | 595 if( rPropInfo.bRightMargin ) in InsertAttrs()
|
H A D | htmlnum.cxx | 355 if( !aPropInfo.bRightMargin ) in NewNumBulList()
|
H A D | htmlform.cxx | 995 if( rCSS1PropInfo.bRightMargin ) in InsertControl() 998 rCSS1PropInfo.bRightMargin = sal_False; in InsertControl()
|
/aoo42x/main/editeng/inc/editeng/ |
H A D | swafopt.hxx | 73 sal_Bool bRightMargin : 1; member
|
/aoo42x/main/cui/source/tabpages/ |
H A D | autocdlg.cxx | 633 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()
|
/aoo42x/main/sw/source/core/edit/ |
H A D | autofmt.cxx | 411 sal_Bool bRet = aFlags.bRightMargin; in IsFastFullLine()
|
Completed in 243 milliseconds