Home
last modified time | relevance | path

Searched refs:bRight (Results 1 – 25 of 58) sorted by relevance

123

/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/qadevOOo/java/OOoRunner/src/main/java/ifc/text/
H A D_XTextCursor.java138 boolean bRight = false; in _goRight()
142 bRight = oObj.goRight(n, true); in _goRight()
146 bRight &= gStr.length() == n ; in _goRight()
148 tRes.tested("goRight()", bRight ); in _goRight()
H A D_XTextTableCursor.java107 boolean bRight = false; in _goRight()
111 bRight = oObj.goRight(i,false); in _goRight()
113 tRes.tested("goRight()", bRight ); in _goRight()
/trunk/main/sw/source/core/layout/
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()
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 …]
/trunk/main/sw/source/core/text/
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 …]
H A Dtxtfly.hxx83 const sal_Bool bRight );
96 const sal_Bool bRight );
/trunk/main/sw/source/filter/html/
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/sw/source/core/inc/
H A Ddrawfont.hxx101 sal_Bool bRight : 1; member in SwDrawTextInfo
161 bDrawSp = bLeft = bRight = bKana = bOfst = bHyph = bSperr = sal_False; in SwDrawTextInfo()
275 ASSERT( bRight, "DrawTextInfo: Undefined right range" ); in GetRight()
464 bRight = sal_True; in SetRight()
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);
/trunk/main/editeng/inc/editeng/
H A Dadjitem.hxx50 sal_Bool bRight : 1; member in SvxAdjustItem
99 bRight = eType == SVX_ADJUST_RIGHT; in SetAdjust()
128 if ( bRight ) in GetAdjust()
/trunk/main/sw/source/core/edit/
H A Dedattr.cxx327 sal_Bool SwEditShell::IsMoveLeftMargin( sal_Bool bRight, sal_Bool bModulus ) const in IsMoveLeftMargin() argument
353 if( bRight ) in IsMoveLeftMargin()
378 void SwEditShell::MoveLeftMargin( sal_Bool bRight, sal_Bool bModulus ) in MoveLeftMargin() argument
390 bRight, bModulus ); in MoveLeftMargin()
393 GetDoc()->MoveLeftMargin( *pCrsr, bRight, bModulus ); in MoveLeftMargin()
/trunk/main/connectivity/source/drivers/dbase/
H A Ddindexnode.cxx521 …sal_Bool bRight = ((*xPage)[0].GetKey() > (*this)[0].GetKey()); // sal_True, wenn xPage die rec… in Merge() local
529 sal_uInt16 nLastNode = bRight ? Count() - 1 : xPage->Count() - 1; in Merge()
530 if (bRight) in Merge()
581 if (bRight) in Merge()
612 if (bRight) in Merge()
667 if (bRight) in Merge()
/trunk/main/sc/source/ui/view/
H A Doutput.cxx1889 sal_Bool bRight = sal_False; in DrawRefMark() local
1932 bRight = sal_True; in DrawRefMark()
1941 if (bTop && bBottom && bLeft && bRight) in DrawRefMark()
1954 if (bRight) in DrawRefMark()
1957 if ( bHandle && bRight && bBottom ) in DrawRefMark()
1995 sal_Bool bRight = sal_False; in DrawOneChange() local
2038 bRight = sal_True; in DrawOneChange()
2047 bLeft = bRight = bBottom = sal_False; //! dicke Linie ??? in DrawOneChange()
2049 bTop = bBottom = bRight = sal_False; //! dicke Linie ??? in DrawOneChange()
2052 if (bTop && bBottom && bLeft && bRight) in DrawOneChange()
[all …]
H A Dtabview4.cxx407 sal_Bool bRight = ( aViewData.GetHSplitMode() != SC_SPLIT_NONE ); in UpdateScrollBars() local
435 if (bRight) in UpdateScrollBars()
453 if (bRight) in UpdateScrollBars()
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/svtools/source/contnr/
H A Dimivctl2.cxx202 sal_uInt16, sal_Bool bRight, sal_Bool bSimple ) in SearchRow() argument
216 if( bRight ) in SearchRow()
295 …ChoiceCtrlEntry* IcnCursor_Impl::GoLeftRight( SvxIconChoiceCtrlEntry* pCtrlEntry, sal_Bool bRight ) in GoLeftRight() argument
305 if( bRight ) in GoLeftRight()
316 if( bRight ) in GoLeftRight()
H A Dimivctl.hxx502 SvxIconChoiceCtrlEntry* GoLeftRight( SvxIconChoiceCtrlEntry*, sal_Bool bRight );
562 sal_Bool bRight, sal_Bool bSimple );
570 SvxIconChoiceCtrlEntry* GoLeftRight( SvxIconChoiceCtrlEntry*, sal_Bool bRight );
/trunk/main/sc/source/ui/sidebar/
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()
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()
/trunk/main/svtools/source/edit/
H A Dxtextedt.cxx346 sal_Bool ExtTextView::ImpIndentBlock( sal_Bool bRight ) in ImpIndentBlock() argument
365 if ( bRight ) in ImpIndentBlock()
388 if ( bRight ) in ImpIndentBlock()
/trunk/main/sc/source/ui/miscdlgs/
H A Dinscodlg.cxx298 sal_Bool bRight = ((nDisable & SC_CELL_SHIFT_DISABLE_RIGHT) != 0); in SetCellShiftDisabled() local
299 if ( bDown != bMoveDownDisabled || bRight != bMoveRightDisabled ) in SetCellShiftDisabled()
302 bMoveRightDisabled = bRight; in SetCellShiftDisabled()
/trunk/main/sc/source/core/data/
H A Dtable1.cxx665 sal_Bool bRight = sal_False; in GetDataArea() local
689 bRight = sal_True; in GetDataArea()
738 if ( !bRight && rEndCol > 0 && rStartCol < rEndCol ) in GetDataArea()
1528 bool bRight = ( eHorJust == SVX_HOR_JUSTIFY_RIGHT ); in MaybeAddExtraColumn() local
1530 bRight = !bRight; in MaybeAddExtraColumn()
1531 if ( bRight ) in MaybeAddExtraColumn()
/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/extensions/source/bibliography/
H A Dframectr.cxx618 sal_Bool bRight = sal_False; in dispatch() local
622 bRight= !xCursor->isLast(); in dispatch()
645 if (bLeft || bRight) in dispatch()
646 xCursor->relative(bRight ? 1 : -1); in dispatch()

Completed in 188 milliseconds

123