/aoo42x/main/sfx2/source/doc/ |
H A D | iframe.cxx | 51 sal_Bool bBorder; member in sfx2::IFrameWindow_Impl 60 sal_Bool HasBorder() const { return bBorder; } in HasBorder() 66 , bBorder(bHasBorder) in IFrameWindow_Impl() 77 if ( bBorder != bNewBorder ) in SetBorder() 80 bBorder = bNewBorder; in SetBorder() 81 if ( bBorder ) in SetBorder() 274 sal_Bool bBorder = maFrmDescr.IsFrameBorderOn(); in setPropertyValue() local 277 maFrmDescr.SetFrameBorder( bBorder ); in setPropertyValue()
|
/aoo42x/main/sw/source/filter/html/ |
H A D | htmltabw.cxx | 592 sal_Bool bBorder = ( pRow->bBottomBorder || pNextRow->bTopBorder ); in Write() local 593 bRowsHaveBorder |= bBorder; in Write() 594 bRowsHaveBorderOnly &= bBorder; in Write() 600 pRow->bBottomBorder = bBorder; in Write() 603 pNextRow->bTopBorder = bBorder; in Write() 616 sal_Bool bBorder = ( pCol->bRightBorder || pNextCol->bLeftBorder ); in Write() local 617 bColsHaveBorder |= bBorder; in Write() 618 bColsHaveBorderOnly &= bBorder; in Write() 619 pCol->bRightBorder = bBorder; in Write() 620 pNextCol->bLeftBorder = bBorder; in Write()
|
/aoo42x/main/sw/source/ui/uiview/ |
H A D | viewport.cxx | 92 sal_Bool bBorder) in lcl_GetPos() argument 97 const long lBorder = bBorder ? DOCUMENTBORDER : DOCUMENTBORDER * 2; in lcl_GetPos() 100 const long lPos = pScrollbar->GetThumbPos() + (bBorder ? DOCUMENTBORDER : 0); in lcl_GetPos() 116 if ( bBorder && rPos.*pPt < DOCUMENTBORDER ) in lcl_GetPos() 792 sal_Bool bBorder = IsDocumentBorder(); in IMPL_LINK() local 793 lcl_GetPos(this, aPos, pScrollbar, bBorder); in IMPL_LINK() 794 if ( bBorder && aPos == aVisArea.TopLeft() ) in IMPL_LINK() 1301 const sal_Bool bBorder = IsDocumentBorder(); in UpdateScrollbars() local 1303 if ( bBorder ) in UpdateScrollbars() 1311 const long lOfst = bBorder ? 0 : DOCUMENTBORDER * 2L; in UpdateScrollbars()
|
H A D | formatclipboard.cxx | 201 sal_Bool bBorder = ( SFX_ITEM_SET == rSet.GetItemState( RES_BOX ) || in lcl_setTableAttributes() local 226 if(bBorder) in lcl_setTableAttributes()
|
/aoo42x/main/sw/source/filter/inc/ |
H A D | wrtswtbl.hxx | 194 void SetLeftBorder( sal_Bool bBorder ) { bLeftBorder = bBorder; } in SetLeftBorder() argument 197 void SetRightBorder( sal_Bool bBorder ) { bRightBorder = bBorder; } in SetRightBorder() argument
|
/aoo42x/main/sfx2/source/bastyp/ |
H A D | frmhtml.cxx | 124 sal_Bool bBorder = sal_True; in ParseFrameOptions() local 127 bBorder = sal_False; in ParseFrameOptions() 128 pFrame->SetFrameBorder( bBorder ); in ParseFrameOptions()
|
/aoo42x/main/svx/source/sdr/overlay/ |
H A D | overlayselection.cxx | 173 bool bBorder) in OverlaySelection() argument 179 mbBorder(bBorder) in OverlaySelection()
|
/aoo42x/main/forms/source/richtext/ |
H A D | richtextimplcontrol.cxx | 624 bool bBorder = ( m_pAntiImpl->GetStyle() & WB_BORDER ); in Draw() local 625 if ( bBorder ) in Draw() 632 if ( bBorder ) in Draw()
|
/aoo42x/main/sfx2/inc/sfx2/ |
H A D | frmdescr.hxx | 166 void SetFrameBorder( sal_Bool bBorder ) in SetFrameBorder() argument 168 nHasBorder = bBorder ? in SetFrameBorder()
|
/aoo42x/main/sw/source/ui/shells/ |
H A D | tabsh.cxx | 321 sal_Bool bBorder = ( SFX_ITEM_SET == rSet.GetItemState( RES_BOX ) || in ItemSetToTableParam() local 332 if( bBackground || bBorder || bRowSplit || bBoxDirection) in ItemSetToTableParam() 368 if(bBorder || bRowSplit) in ItemSetToTableParam() 375 if(bBorder) in ItemSetToTableParam()
|
/aoo42x/main/vcl/source/control/ |
H A D | fixed.cxx | 297 sal_Bool bBorder = !(nFlags & WINDOW_DRAW_NOBORDER ) && (GetStyle() & WB_BORDER); in Draw() local 299 if ( bBorder || bBackground ) in Draw() 302 if ( bBorder ) in Draw()
|
H A D | combobox.cxx | 1246 sal_Bool bBorder = !(nFlags & WINDOW_DRAW_NOBORDER ) && (GetStyle() & WB_BORDER); in Draw() local 1248 if ( bBorder || bBackground ) in Draw() 1252 if ( bBorder ) in Draw()
|
H A D | lstbox.cxx | 419 sal_Bool bBorder = !(nFlags & WINDOW_DRAW_NOBORDER ) && (GetStyle() & WB_BORDER); in Draw() local 421 if ( bBorder || bBackground ) in Draw() 424 if ( bBorder ) in Draw()
|
H A D | edit.cxx | 1912 sal_Bool bBorder = !(nFlags & WINDOW_DRAW_NOBORDER ) && (GetStyle() & WB_BORDER); in Draw() local 1914 if ( bBorder || bBackground ) in Draw() 1917 if ( bBorder ) in Draw()
|
/aoo42x/main/sw/source/core/layout/ |
H A D | ssfrm.cxx | 755 const SwRect SwFrm::UnionFrm( sal_Bool bBorder ) const in UnionFrm() 773 if( bBorder ) in UnionFrm()
|
H A D | paintfrm.cxx | 5139 sal_Bool bBorder = bLeft || bRight; in PaintGrid() local 5160 else if( bBorder ) in PaintGrid() 5177 if( bBorder ) in PaintGrid() 5218 else if( bBorder ) in PaintGrid() 5235 if( bBorder ) in PaintGrid() 5270 sal_Bool bBorder = bLeft || bRight; in PaintGrid() local 5291 else if ( bBorder ) in PaintGrid() 5308 if( bBorder ) in PaintGrid() 5348 else if( bBorder ) in PaintGrid() 5365 if( bBorder ) in PaintGrid()
|
/aoo42x/main/vcl/source/window/ |
H A D | window2.cxx | 305 Bitmap Window::SnapShot( sal_Bool bBorder ) const in SnapShot() 313 if ( bBorder && mpWindowImpl->mpBorderWindow ) in SnapShot() 319 if ( bBorder && mpWindowImpl->mbFrame ) in SnapShot()
|
/aoo42x/main/svx/inc/svx/sdr/overlay/ |
H A D | overlayselection.hxx | 70 bool bBorder);
|
/aoo42x/main/svtools/source/edit/ |
H A D | svmedit.cxx | 1406 sal_Bool bBorder = !(nFlags & WINDOW_DRAW_NOBORDER ) && (GetStyle() & WB_BORDER); in Draw() local 1408 if ( bBorder || bBackground ) in Draw() 1411 if ( bBorder ) in Draw()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | hdrcont.cxx | 884 sal_Bool bBorder; in Command() local 885 SCCOLROW nPos = GetMousePos( aMEvt, bBorder ); in Command()
|
/aoo42x/main/sw/source/core/inc/ |
H A D | frame.hxx | 780 const SwRect UnionFrm( sal_Bool bBorder = sal_False ) const;
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | window.hxx | 993 Bitmap SnapShot( sal_Bool bBorder ) const;
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | ww8par6.cxx | 1664 static void FlySecur1(short& rSize, const bool bBorder) in FlySecur1() argument 1667 (bBorder ? MAX_BORDER_SIZE : MAX_EMPTY_BORDER); in FlySecur1()
|