Home
last modified time | relevance | path

Searched refs:bRight (Results 1 – 25 of 58) sorted by last modified time

123

/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx5139 sal_Bool bBorder = bLeft || bRight; in PaintGrid()
5166 if( bRight ) in PaintGrid()
5187 if( bRight ) in PaintGrid()
5224 if( bRight ) in PaintGrid()
5245 if( bRight ) in PaintGrid()
5270 sal_Bool bBorder = bLeft || bRight; in PaintGrid()
5297 if( bRight ) in PaintGrid()
5318 if( bRight ) in PaintGrid()
5354 if( bRight ) in PaintGrid()
5375 if( bRight ) in PaintGrid()
[all …]
H A Dssfrm.cxx667 sal_Bool bRight = sal_True; in PaintArea() local
693 if( bRight || nTmpRight < nRight ) in PaintArea()
698 bRight = sal_False; in PaintArea()
713 if( bRight || nTmpRight < nRight ) in PaintArea()
715 bRight = sal_False; in PaintArea()
733 && ( bRight || nTmpRight < nRight ) ) in PaintArea()
736 bRight = sal_False; in PaintArea()
/trunk/main/sw/source/core/text/
H A Dtxtfly.cxx1725 const sal_Bool bRight ) in CalcBoundRect() argument
1741 pFmt, pAnchoredObj->GetDrawObj(), pFrm, rLine, nXPos, bRight ); in CalcBoundRect()
1757 const long nXPos, const sal_Bool bRight ) in ContourRect() argument
1859 else if( ! bRight && ( nIdx >= nCount || (*pTmp)[ nIdx ] != nXPos ) ) in ContourRect()
H A Dtxtfly.hxx83 const sal_Bool bRight );
96 const sal_Bool bRight );
H A Dfrmcrsr.cxx807 sal_Bool bRight; member in SwSetToRightMargin
809 inline SwSetToRightMargin() : bRight( sal_False ) { } in SwSetToRightMargin()
811 inline void SetRight( const sal_Bool bNew ) { bRight = bNew; } in SetRight()
956 xub_StrLen& nPos, sal_Bool& bRight, in lcl_VisualMoveRecursion() argument
970 if ( bRight ) in lcl_VisualMoveRecursion()
1011 sal_Bool bTmpForward = ! bRight; in lcl_VisualMoveRecursion()
1017 bRight = bTmpForward; in lcl_VisualMoveRecursion()
1024 bRight = sal_True; in lcl_VisualMoveRecursion()
1070 sal_Bool bTmpForward = ! bRight; in lcl_VisualMoveRecursion()
1087 bRight = bTmpForward; in lcl_VisualMoveRecursion()
[all …]
/trunk/main/editeng/source/editeng/
H A Dimpedit2.cxx4512 void ImpEditEngine::IndentBlock( EditView* pEditView, sal_Bool bRight ) in IndentBlock() argument
4533 UndoActionStart( bRight ? EDITUNDO_INDENTBLOCK : EDITUNDO_UNINDENTBLOCK ); in IndentBlock()
4538 if ( bRight ) in IndentBlock()
4558 UndoActionEnd( bRight ? EDITUNDO_INDENTBLOCK : EDITUNDO_UNINDENTBLOCK ); in IndentBlock()
H A Dimpedit.hxx840 void IndentBlock( EditView* pView, sal_Bool bRight );
/trunk/main/sc/source/ui/sidebar/
H A DCellBorderUpdater.cxx44 void CellBorderUpdater::UpdateCellBorder(bool bTop, bool bBot, bool bLeft, bool bRight, Image aImg,… in UpdateCellBorder() argument
80 if(bRight) in UpdateCellBorder()
H A DCellBorderUpdater.hxx39 …void UpdateCellBorder(bool bTop, bool bBot, bool bLeft, bool bRight, Image aImg, bool bVer, bool b…
H A DCellAppearancePropertyPanel.cxx606 bool bLeft(false), bRight(false), bTop(false), bBottom(false); in NotifyItemUpdate() local
620 bRight = true; in NotifyItemUpdate()
629 …mpCellBorderUpdater->UpdateCellBorder(bTop, bBottom, bLeft, bRight, maIMGCellBorder, mbVer, mbHor); in NotifyItemUpdate()
631 …mpCellBorderUpdater->UpdateCellBorder(bTop, bBottom, bRight, bLeft, maIMGCellBorder, mbVer, mbHor); in NotifyItemUpdate()
633 if(mbVer || mbHor || bLeft || bRight || bTop || bBottom) in NotifyItemUpdate()
/trunk/main/svx/source/svdraw/
H A Dsvddrgmt.cxx2145 bRight(false) in SdrDragRotate()
2156 if(bRight && nWink) in TakeSdrDragComment()
2223 bRight=true; in MoveSdrDrag()
2226 bRight=false; in MoveSdrDrag()
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx4596 sal_Bool bRight = ( ( nFlags & NAME_RIGHT ) != 0 ); in CreateNames() local
4609 if ( bRight ) in CreateNames()
4625 if ( bRight ) in CreateNames()
4631 if ( bTop && bRight ) in CreateNames()
4635 if ( bBottom && bRight ) in CreateNames()
/trunk/main/sw/source/core/inc/
H A Dpagefrm.hxx185 …static void AddSidebarBorders( Rectangle& aRect, ViewShell* _pViewShell, bool bRight, bool bPx = f…
186 …static void AddSidebarBorders( SwRect& aRect, ViewShell* _pViewShell, bool bRight, bool bPx …
385 …ntNotesSidebar(const SwRect& _rPageRect, ViewShell* _pViewShell, sal_uInt16 nPageNum, bool bRight);
H A Dtxtfrm.hxx320 sal_Bool& bRight, sal_Bool bInsertCrsr );
H A DUndoAttribute.hxx205 SwUndoMoveLeftMargin( const SwPaM&, sal_Bool bRight, sal_Bool bModulus );
/trunk/main/sc/source/ui/view/
H A Dpreview.cxx484 sal_Bool bRight = nPageEndX <= aWinEnd.X(); in DoPrint() local
516 if (bRight || bBottom) in DoPrint()
521 if (bRight) in DoPrint()
525 if (bRight) in DoPrint()
538 if ( aOffset.X() <= 0 || aOffset.Y() <= 0 || bRight || bBottom ) in DoPrint()
/trunk/main/sw/source/filter/html/
H A Dhtmltab.cxx517 void FixFillerFrameFmt( SwTableBox *pBox, sal_Bool bRight ) const;
1626 void HTMLTable::FixFillerFrameFmt( SwTableBox *pBox, sal_Bool bRight ) const in FixFillerFrameFmt()
1631 (!bRight && bInhLeftBorder) || (bRight && bInhRightBorder) ) in FixFillerFrameFmt()
1638 if( !bRight && bInhLeftBorder ) in FixFillerFrameFmt()
1640 if( bRight && bInhRightBorder ) in FixFillerFrameFmt()
H A Dhtmltabw.cxx93 sal_Bool bTop, sal_Bool bBottom, sal_Bool bLeft, sal_Bool bRight );
95 sal_Bool bTop, sal_Bool bBottom, sal_Bool bLeft, sal_Bool bRight );
147 sal_Bool bTop, sal_Bool bBottom, sal_Bool bLeft, sal_Bool bRight ) in HasTabBackground() argument
149 ASSERT( bTop || bBottom || bLeft || bRight, in HasTabBackground()
168 sal_Bool bLeftRight = bLeft || bRight; in HasTabBackground()
174 bRet = HasTabBackground( *rLines[i], bT, bB, bLeft, bRight); in HasTabBackground()
182 sal_Bool bTop, sal_Bool bBottom, sal_Bool bLeft, sal_Bool bRight ) in HasTabBackground() argument
184 ASSERT( bTop || bBottom || bLeft || bRight, in HasTabBackground()
203 sal_Bool bR = bRight && nCount-1 == i; in HasTabBackground()
/trunk/main/svx/source/fmcomp/
H A Dgridctrl.cxx3477 sal_Bool DbGridControl::IsTabAllowed(sal_Bool bRight) const in IsTabAllowed()
3479 if (bRight) in IsTabAllowed()
/trunk/main/svtools/source/contnr/
H A Dimivctl1.cxx4060 …ceCtrlEntry* SvxIconChoiceCtrl_Impl::GoLeftRight( SvxIconChoiceCtrlEntry* pStart, sal_Bool bRight ) in GoLeftRight() argument
4062 return pImpCursor->GoLeftRight( pStart, bRight ); in GoLeftRight()
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DExtendedFormat.java51 private byte bRight; // Right border Style field in ExtendedFormat
163 bRight = (byte) 0xFF; in ExtendedFormat()
330 bRight = (byte) input.read(); in read()
345 " bRight : " + bRight + in read()
369 output.write(bRight); in write()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi.cxx900 bool bRight = false; in drawPolygon() local
906 bRight= true; in drawPolygon()
908 if( bLeft && ! bRight ) in drawPolygon()
910 if( bLeft && bRight ) in drawPolygon()
/trunk/main/vcl/source/gdi/
H A Dimpvect.cxx889 const bool bRight( rPoly.IsRightOrientated() ); in ImplVectorize() local
897 if( nSize && ( ( !bRight && !bHole ) || ( bRight && bHole ) ) ) in ImplVectorize()
/trunk/main/sw/source/core/unocore/
H A Dunostyle.cxx3939 sal_Bool bAll = sal_False, bLeft = sal_False, bRight = sal_False; in GetPropertyValues_Impl() local
4071 … case FN_UNO_HEADER_RIGHT: bHeader = true; nRes = RES_HEADER; bRight = sal_True; break; in GetPropertyValues_Impl()
4074 … case FN_UNO_FOOTER_RIGHT: bHeader = false; nRes = RES_FOOTER; bRight = sal_True; break; in GetPropertyValues_Impl()
H A Dunoidx.cxx3034 const sal_Bool bRight = lcl_AnyToBool(pProperties[j].Value); in replaceByIndex() local
3035 aToken.eTabAlign = bRight ? in replaceByIndex()

Completed in 272 milliseconds

123