/aoo42x/main/sc/source/ui/sidebar/ |
H A D | CellBorderStyleControl.cxx | 185 pLeft = pRight = pTop = pBottom = &theDefLine; in IMPL_LINK() 191 pLeft = pRight = pTop = pBottom = &theDefLine; in IMPL_LINK() 196 pLeft = pRight = pTop = pBottom = &theDefLine; in IMPL_LINK() 204 aBorderOuter.SetLine( pBottom, BOX_LINE_BOTTOM ); in IMPL_LINK() 233 *pBottom = 0; in IMPL_LINK() local 259 pBottom = &theDefLine; in IMPL_LINK() 263 pTop = pBottom = &theDefLine; in IMPL_LINK() 274 aBorderOuter.SetLine( pBottom, BOX_LINE_BOTTOM ); in IMPL_LINK() 314 *pBottom = 0 ; in IMPL_LINK() local 340 aBorderOuter.SetLine( pBottom, BOX_LINE_BOTTOM ); in IMPL_LINK() [all …]
|
/aoo42x/main/sw/source/filter/xml/ |
H A D | xmlexpit.cxx | 530 const SvxBorderLine* pBottom = pBox->GetBottom(); in QueryXMLValue() local 562 sal_Bool bEqual = ( NULL == pTop && NULL == pBottom && in QueryXMLValue() 582 if( !pTop && !pBottom && !pLeft && !pRight ) in QueryXMLValue() 586 NULL != pBottom && in QueryXMLValue() 602 nDistance == pBottom->GetDistance() && in QueryXMLValue() 603 nInWidth == pBottom->GetInWidth() && in QueryXMLValue() 604 nOutWidth == pBottom->GetOutWidth(); in QueryXMLValue() 629 if( bEqual || NULL == pBottom || in QueryXMLValue() 630 0 == pBottom->GetDistance() ) in QueryXMLValue() 677 pLine = pBottom; in QueryXMLValue() [all …]
|
H A D | xmlimpit.cxx | 421 SvxBorderLine* pBottom = pBox->GetBottom() == NULL ? in PutXMLValue() local 483 lcl_frmitems_setXMLBorder( pBottom, in PutXMLValue() 548 lcl_frmitems_setXMLBorder( pBottom, nWidth, in PutXMLValue() 571 pBox->SetLine( pBottom, BOX_LINE_BOTTOM ); in PutXMLValue() 576 delete pBottom; in PutXMLValue()
|
/aoo42x/main/editeng/source/items/ |
H A D | frmitems.cxx | 1766 pBottom ( 0 ), in SvxBoxItem() 1782 delete pBottom; in ~SvxBoxItem() 2146 if( !(pTop && pBottom && pLeft && pRight && in GetPresentation() 2149 if ( pBottom ) in GetPresentation() 2190 if( pTop && pBottom && pLeft && pRight && in GetPresentation() 2204 if ( pBottom ) in GetPresentation() 2330 if ( pBottom ) pBottom->ScaleMetrics( nMult, nDiv ); in ScaleMetrics() 2402 pRet = pBottom; in GetLine() 2431 delete pBottom; in SetLine() 2432 pBottom = pTmp; in SetLine() [all …]
|
/aoo42x/main/svx/source/tbxctrls/ |
H A D | tbcontrl.cxx | 1118 *pBottom = 0; in IMPL_LINK() local 1140 case 6: pBottom = &theDefLine; in IMPL_LINK() 1143 case 7: pTop = pBottom = &theDefLine; in IMPL_LINK() 1146 case 8: pLeft = pRight = pTop = pBottom = &theDefLine; in IMPL_LINK() 1152 pTop = pBottom = &theDefLine; in IMPL_LINK() 1159 pLeft = pRight = pTop = pBottom = &theDefLine; in IMPL_LINK() 1166 pLeft = pRight = pTop = pBottom = &theDefLine; in IMPL_LINK() 1173 pLeft = pRight = pTop = pBottom = &theDefLine; in IMPL_LINK() 1185 aBorderOuter.SetLine( pBottom, BOX_LINE_BOTTOM ); in IMPL_LINK()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | gridwin5.cxx | 226 Window* pBottom = bVSplit ? pViewData->GetView()->GetWindowByPos( SC_SPLIT_BOTTOMLEFT ) : 0; in ShowNoteMarker() local 236 if( (this == pBottom) || (this == pDiagonal) ) in ShowNoteMarker() 240 pNoteMarker = new ScNoteMarker( pLeft, pRight, pBottom, pDiagonal, in ShowNoteMarker()
|
H A D | notemark.cxx | 45 ScNoteMarker::ScNoteMarker( Window* pWin, Window* pRight, Window* pBottom, Window* pDiagonal, in ScNoteMarker() argument 50 pBottomWin( pBottom ), in ScNoteMarker()
|
/aoo42x/main/sdext/source/presenter/ |
H A D | PresenterPaneBorderPainter.cxx | 530 SharedBitmapDescriptor pBottom (pStyle->mpBottom); in PaintBorder() local 553 pBottomLeft->mnXOffset, nCalloutX-aCenterBox.Width, true, pBottom, pBackground); in PaintBorder() 555 nCalloutX+nCalloutWidth, pBottomRight->mnXOffset, true, pBottom, pBackground); in PaintBorder() 561 pBottomLeft->mnXOffset, pBottomRight->mnXOffset, true, pBottom, pBackground); in PaintBorder()
|
/aoo42x/main/editeng/inc/editeng/ |
H A D | boxitem.hxx | 51 *pBottom, member in SvxBoxItem 86 const SvxBorderLine* GetBottom() const { return pBottom; } in GetBottom()
|
/aoo42x/main/sw/source/filter/html/ |
H A D | css1atr.cxx | 3618 const SvxBorderLine *pBottom = rBoxItem.GetBottom(); in OutCSS1_SvxBox() local 3622 if( (pTop && pBottom && pLeft && pRight && in OutCSS1_SvxBox() 3623 *pTop == *pBottom && *pTop == *pLeft && *pTop == *pRight) || in OutCSS1_SvxBox() 3624 (!pTop && !pBottom && !pLeft && !pRight) ) in OutCSS1_SvxBox() 3634 OutCSS1_SvxBorderLine( rHTMLWrt, sCSS1_P_border_bottom, pBottom ); in OutCSS1_SvxBox() 3640 long nBottomDist = pBottom ? rBoxItem.GetDistance( BOX_LINE_BOTTOM ) : 0; in OutCSS1_SvxBox()
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | notemark.hxx | 61 ScNoteMarker( Window* pWin, Window* pRight, Window* pBottom, Window* pDiagonal,
|
/aoo42x/main/sw/source/core/docnode/ |
H A D | ndtbl1.cxx | 606 const SvxBorderLine* pBottom = 0; in SetTabBorders() local 637 pBottom = pSetBox->GetBottom(); in SetTabBorders() 755 aBox.SetLine( pBottom, BOX_LINE_BOTTOM ); in SetTabBorders()
|
/aoo42x/main/sw/source/core/unocore/ |
H A D | unoframe.cxx | 751 const ::uno::Any* pBottom = 0; in FillBaseProperties() local 752 GetProperty(RES_BOX, CONVERT_TWIPS|BOTTOM_BORDER, pBottom); in FillBaseProperties() 763 if( pLeft || pRight || pTop || pBottom || pDistance || in FillBaseProperties() 773 if( pBottom ) in FillBaseProperties() 774 bRet &= ((SfxPoolItem&)aBox).PutValue(*pBottom, CONVERT_TWIPS|BOTTOM_BORDER); in FillBaseProperties()
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | docxattributeoutput.cxx | 1908 const SvxBorderLine* pBottom = rBox.GetBottom( ); in SectionPageBorders() local 1913 if ( pBottom || pTop || pLeft || pRight ) in SectionPageBorders()
|