Home
last modified time | relevance | path

Searched refs:SvxBorderLine (Results 26 – 50 of 104) sorted by relevance

12345

/aoo42x/main/sw/source/filter/ww1/
H A Dw1sprm.cxx204 SvxBorderLine* Ww1SingleSprmPBrc::SetBorder(SvxBorderLine* pLine, W1_BRC10* pBrc) in STOP1()
297 SvxBorderLine aLine; in Start()
540 SvxBorderLine aLine; in Start()
H A Dw1class.hxx40 class SvxBorderLine;
543 static SvxBorderLine* SetBorder(SvxBorderLine*, W1_BRC10*);
/aoo42x/main/sc/inc/
H A Dattrib.hxx51 class SvxBorderLine;
53 sal_Bool SC_DLLPUBLIC ScHasPriority( const SvxBorderLine* pThis, const SvxBorderLine* pOther );
H A Dtable.hxx521 const SvxBorderLine** ppLeft, const SvxBorderLine** ppTop,
522 const SvxBorderLine** ppRight, const SvxBorderLine** ppBottom ) const;
572 const SvxBorderLine* pLine, sal_Bool bColorOnly );
H A Dattarray.hxx39 class SvxBorderLine;
127 const SvxBorderLine* pLine, sal_Bool bColorOnly );
H A Ddocument.hxx67 class SvxBorderLine;
898 const SvxBorderLine** ppLeft,
899 const SvxBorderLine** ppTop,
900 const SvxBorderLine** ppRight,
901 const SvxBorderLine** ppBottom ) const;
1273 const SvxBorderLine* pLine, sal_Bool bColorOnly );
H A Dcolumn.hxx44 class SvxBorderLine;
328 const SvxBorderLine* pLine, sal_Bool bColorOnly );
/aoo42x/main/sc/source/ui/view/
H A Dtabvwsh8.cxx40 void ScTabViewShell::SetDefaultFrameLine( const SvxBorderLine* pLine ) in SetDefaultFrameLine()
45 pCurFrameLine = new SvxBorderLine( &pLine->GetColor(), in SetDefaultFrameLine()
H A Dformatsh.cxx1633 const SvxBorderLine* pLine = in ExecuteAttr()
1640 SvxBorderLine* pDefLine = pTabViewShell->GetDefaultFrameLine(); in ExecuteAttr()
1659 SvxBorderLine aDefLine( &aColorBlack, 20, 0, 0 ); in ExecuteAttr()
1668 SvxBorderLine* pDefLine = pTabViewShell->GetDefaultFrameLine(); in ExecuteAttr()
1681 SvxBorderLine aDefLine( &rColor, 20, 0, 0 ); in ExecuteAttr()
1691 SvxBorderLine* pDefLine = pTabViewShell->GetDefaultFrameLine(); in ExecuteAttr()
1889 SvxBorderLine aLine(0,0,0,0); in GetAttrState()
H A Doutput.cxx1251 const SvxBorderLine* lcl_FindHorLine( ScDocument* pDoc, in lcl_FindHorLine()
1287 const SvxBorderLine* pThisBottom; in lcl_FindHorLine()
1292 const SvxBorderLine* pNextTop; in lcl_FindHorLine()
1569 const SvxBorderLine* pLeftLine; in DrawRotatedFrame()
1570 const SvxBorderLine* pTopLine; in DrawRotatedFrame()
1571 const SvxBorderLine* pRightLine; in DrawRotatedFrame()
1572 const SvxBorderLine* pBottomLine; in DrawRotatedFrame()
H A Dviewfun2.cxx2961 void ScViewFunc::UpdateLineAttrs( SvxBorderLine& rLine, in UpdateLineAttrs()
2962 const SvxBorderLine* pDestLine, in UpdateLineAttrs()
2963 const SvxBorderLine* pSrcLine, in UpdateLineAttrs()
3002 void ScViewFunc::SetSelectionFrameLines( const SvxBorderLine* pLine, in SetSelectionFrameLines()
3045 const SvxBorderLine* pBoxLine = NULL; in SetSelectionFrameLines()
3046 SvxBorderLine aLine; in SetSelectionFrameLines()
/aoo42x/main/sw/source/ui/shells/
H A Dtabsh.cxx486 static void lcl_TabGetMaxLineWidth(const SvxBorderLine* pBorderLine, SvxBorderLine& rBorderLine) in lcl_TabGetMaxLineWidth()
575 const SvxBorderLine* pBorderLine; in Execute()
576 SvxBorderLine aBorderLine; in Execute()
1494 const SvxBorderLine* pBorderLine = rLineItem.GetLine(); in ExecTableStyle()
1527 const SvxBorderLine* pLine = rBoxItem.GetTop(); in GetLineStyleState()
/aoo42x/main/cui/source/inc/
H A Dborder.hxx39 class SvxBorderLine;
144 const SvxBorderLine* pCurLine,
/aoo42x/main/sc/source/filter/inc/
H A Dlotattr.hxx36 class SvxBorderLine;
102 static void LotusToScBorderLine( sal_uInt8 nLine, SvxBorderLine& );
H A Dhtmlexp.hxx44 class SvxBorderLine;
151 const SvxBorderLine* pLine, bool& bInsertSemicolon );
/aoo42x/main/svx/source/table/
H A Dtablecontroller.cxx2057 static void ImplSetLinePreserveColor( SvxBoxItem& rNewFrame, const SvxBorderLine* pNew, sal_uInt16 … in ImplSetLinePreserveColor()
2061 const SvxBorderLine* pOld = rNewFrame.GetLine(nLine); in ImplSetLinePreserveColor()
2064 SvxBorderLine aNewLine( *pNew ); in ImplSetLinePreserveColor()
2135 const SvxBorderLine* pSourceLine = rNewFrame.GetLine( nLine ); in ImplSetLineColor()
2138 SvxBorderLine aLine( *pSourceLine ); in ImplSetLineColor()
2165 static void ImplApplyBorderLineItem( sal_uInt16 nCellFlags, const SvxBorderLine* pBorderLineItem, S… in ImplApplyBorderLineItem()
2231 const SvxBorderLine* pBorderLineItem = 0; in ApplyBorderAttr()
/aoo42x/main/sc/source/filter/lotus/
H A Dlotattr.cxx47 void LotAttrCache::LotusToScBorderLine( sal_uInt8 nLine, SvxBorderLine& aBL ) in LotusToScBorderLine()
159 SvxBorderLine aTop, aLeft, aBottom, aRight; in GetPattAttr()
/aoo42x/main/sw/source/filter/inc/
H A Dwrtswtbl.hxx39 class SvxBorderLine;
285 void MergeBorders( const SvxBorderLine* pBorderLine, sal_Bool bTable );
/aoo42x/main/sc/source/ui/sidebar/
H A DCellAppearancePropertyPanel.cxx546 const SvxBorderLine* mbLineItem = pSvxLineItem->GetLine(); in NotifyItemUpdate()
658 const SvxBorderLine* aLine = pItem->GetLine(); in NotifyItemUpdate()
700 const SvxBorderLine* aLine = pItem->GetLine(); in NotifyItemUpdate()
/aoo42x/main/sw/source/filter/html/
H A Dsvxcss1.hxx102 class SvxBorderLine;
313 static void SetBorderWidth( SvxBorderLine& aBorderLine, sal_uInt16 nWidth,
H A Dhtmltab.cxx447 SvxBorderLine aTopBorderLine; // die Linie fuer die Umrandung
448 SvxBorderLine aBottomBorderLine;// die Linie fuer die Umrandung
449 SvxBorderLine aLeftBorderLine; // die Linie fuer die Umrandung
450 SvxBorderLine aRightBorderLine; // die Linie fuer die Umrandung
451 SvxBorderLine aBorderLine; // die Linie fuer die Umrandung
452 SvxBorderLine aInhLeftBorderLine; // die Linie fuer die Umrandung
453 SvxBorderLine aInhRightBorderLine; // die Linie fuer die Umrandung
560 sal_uInt16 GetBorderWidth( const SvxBorderLine& rBLine,
1501 SvxBorderLine aThickBorderLine( aBorderLine ); in FixFrameFmt()
1517 const SvxBorderLine& rBorderLine = in FixFrameFmt()
[all …]
/aoo42x/main/sc/source/core/data/
H A Ddocument.cxx4060 const SvxBorderLine* pLine, sal_Bool bColorOnly ) in ApplySelectionLineStyle()
4406 const SvxBorderLine** ppLeft, const SvxBorderLine** ppTop, in GetBorderLines()
4407 const SvxBorderLine** ppRight, const SvxBorderLine** ppBottom ) const in GetBorderLines()
4414 const SvxBorderLine* pLeftLine = pThisAttr->GetLeft(); in GetBorderLines()
4415 const SvxBorderLine* pTopLine = pThisAttr->GetTop(); in GetBorderLines()
4416 const SvxBorderLine* pRightLine = pThisAttr->GetRight(); in GetBorderLines()
4417 const SvxBorderLine* pBottomLine = pThisAttr->GetBottom(); in GetBorderLines()
4421 const SvxBorderLine* pOther = ((const SvxBoxItem*) in GetBorderLines()
4428 const SvxBorderLine* pOther = ((const SvxBoxItem*) in GetBorderLines()
4435 const SvxBorderLine* pOther = ((const SvxBoxItem*) in GetBorderLines()
[all …]
/aoo42x/main/sw/source/filter/ww8/
H A Drtfattributeoutput.cxx346 static OString OutTBLBorderLine(RtfExport &rExport, const SvxBorderLine* pLine, const sal_Char* pSt… in OutTBLBorderLine()
382 static OString OutBorderLine(RtfExport &rExport, const SvxBorderLine* pLine, in OutBorderLine()
392 static OString OutBorderLine( RtfExport &rExport, const SvxBorderLine* pLine, in OutBorderLine()
887 if (const SvxBorderLine* pLn = rBox.GetLine(aBorders[i])) in TableDefaultBorders()
1389 const SvxBorderLine *pLine = rBox.GetTop(); in SectionPageBorders()
3107 if (const SvxBorderLine* pLn = rBox.GetLine(*pBrd)) in FormatBox()
3119 const SvxBorderLine* pLn = rBox.GetLine( *pBrd ); in FormatBox()
H A Ddocxattributeoutput.cxx1035 static void impl_borderLine( FSHelperPtr pSerializer, sal_Int32 elementToken, const SvxBorderLine* … in impl_borderLine()
1106 const SvxBorderLine* pLn = rBox.GetLine( *pBrd ); in impl_pageBorders()
1908 const SvxBorderLine* pBottom = rBox.GetBottom( ); in SectionPageBorders()
1909 const SvxBorderLine* pTop = rBox.GetTop( ); in SectionPageBorders()
1910 const SvxBorderLine* pLeft = rBox.GetLeft( ); in SectionPageBorders()
1911 const SvxBorderLine* pRight = rBox.GetRight( ); in SectionPageBorders()
/aoo42x/main/sw/inc/
H A Dfesh.hxx54 class SvxBorderLine;
650 …void SetTabLineStyle(const Color* pColor, sal_Bool bSetLine = sal_False, const SvxBorderLine* pBor…

Completed in 337 milliseconds

12345