Home
last modified time | relevance | path

Searched refs:pBottom (Results 1 – 14 of 14) sorted by relevance

/trunk/main/sc/source/ui/sidebar/
H A DCellBorderStyleControl.cxx185 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 …]
/trunk/main/sw/source/filter/xml/
H A Dxmlexpit.cxx530 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 Dxmlimpit.cxx421 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()
/trunk/main/editeng/source/items/
H A Dfrmitems.cxx1766 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 …]
/trunk/main/svx/source/tbxctrls/
H A Dtbcontrl.cxx1118 *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()
/trunk/main/sc/source/ui/view/
H A Dgridwin5.cxx226 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 Dnotemark.cxx45 ScNoteMarker::ScNoteMarker( Window* pWin, Window* pRight, Window* pBottom, Window* pDiagonal, in ScNoteMarker() argument
50 pBottomWin( pBottom ), in ScNoteMarker()
/trunk/main/sdext/source/presenter/
H A DPresenterPaneBorderPainter.cxx530 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()
/trunk/main/editeng/inc/editeng/
H A Dboxitem.hxx51 *pBottom, member in SvxBoxItem
86 const SvxBorderLine* GetBottom() const { return pBottom; } in GetBottom()
/trunk/main/sw/source/filter/html/
H A Dcss1atr.cxx3618 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()
/trunk/main/sc/source/ui/inc/
H A Dnotemark.hxx61 ScNoteMarker( Window* pWin, Window* pRight, Window* pBottom, Window* pDiagonal,
/trunk/main/sw/source/core/docnode/
H A Dndtbl1.cxx606 const SvxBorderLine* pBottom = 0; in SetTabBorders() local
637 pBottom = pSetBox->GetBottom(); in SetTabBorders()
755 aBox.SetLine( pBottom, BOX_LINE_BOTTOM ); in SetTabBorders()
/trunk/main/sw/source/core/unocore/
H A Dunoframe.cxx751 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()
/trunk/main/sw/source/filter/ww8/
H A Ddocxattributeoutput.cxx1908 const SvxBorderLine* pBottom = rBox.GetBottom( ); in SectionPageBorders() local
1913 if ( pBottom || pTop || pLeft || pRight ) in SectionPageBorders()

Completed in 172 milliseconds