Home
last modified time | relevance | path

Searched refs:SvxBorderLine (Results 1 – 25 of 104) sorted by relevance

12345

/trunk/main/sc/source/ui/inc/
H A Dautofmt.hxx185 const SvxBorderLine& rLineLT,
186 const SvxBorderLine& rLineL,
189 const SvxBorderLine& rLineR,
193 SvxBorderLine& rLine );
195 SvxBorderLine& rLineD,
196 SvxBorderLine& rLineLT,
197 SvxBorderLine& rLineL,
198 SvxBorderLine& rLineLB,
199 SvxBorderLine& rLineRT,
200 SvxBorderLine& rLineR,
[all …]
H A Dviewfunc.hxx49 class SvxBorderLine;
299 void SetSelectionFrameLines( const SvxBorderLine* pLine,
337 void UpdateLineAttrs( SvxBorderLine& rLine,
338 const SvxBorderLine* pDestLine,
339 const SvxBorderLine* pSrcLine,
H A Dtabvwsh.hxx44 class SvxBorderLine;
128 SvxBorderLine* pCurFrameLine;
266 SvxBorderLine* GetDefaultFrameLine() const { return pCurFrameLine; } in GetDefaultFrameLine()
267 void SetDefaultFrameLine(const SvxBorderLine* pLine );
/trunk/main/svx/source/table/
H A Dviewcontactoftableobj.cxx166 SvxBorderLine maLeftLine;
168 SvxBorderLine maRightLine;
169 SvxBorderLine maTopLine;
185 const SvxBorderLine& rLeftLine, in SdrBorderlinePrimitive2D()
187 const SvxBorderLine& rRightLine, in SdrBorderlinePrimitive2D()
188 const SvxBorderLine& rTopLine, in SdrBorderlinePrimitive2D()
540 const SvxBorderLine aEmptyLine; in impGetLine()
578 SvxBorderLine aLeftLine; in createViewIndependentPrimitive2DSequence()
579 SvxBorderLine aBottomLine; in createViewIndependentPrimitive2DSequence()
580 SvxBorderLine aRightLine; in createViewIndependentPrimitive2DSequence()
[all …]
H A Dtablelayouter.hxx41 class SvxBorderLine;
50 typedef std::vector< SvxBorderLine* > BorderLineVector;
115 SvxBorderLine* getBorderLine( sal_Int32 nEdgeX, sal_Int32 nEdgeY, bool bHorizontal )const;
143 void SetBorder( sal_Int32 nCol, sal_Int32 nRow, bool bHorizontal, const SvxBorderLine* pLine );
145 static bool HasPriority( const SvxBorderLine* pThis, const SvxBorderLine* pOther );
H A Dtablelayouter.cxx62 static SvxBorderLine gEmptyBorder;
219 SvxBorderLine* TableLayouter::getBorderLine( sal_Int32 nEdgeX, sal_Int32 nEdgeY, bool bHorizontal )… in getBorderLine()
221 SvxBorderLine* pLine = 0; in getBorderLine()
919 bool TableLayouter::HasPriority( const SvxBorderLine* pThis, const SvxBorderLine* pOther ) in HasPriority()
955 …Layouter::SetBorder( sal_Int32 nCol, sal_Int32 nRow, bool bHorizontal, const SvxBorderLine* pLine ) in SetBorder()
960SvxBorderLine *pOld = bHorizontal ? maHorizontalBorders[nCol][nRow] : maVerticalBorders[nCol][nRow… in SetBorder()
967 SvxBorderLine* pNew = ( pLine != &gEmptyBorder ) ? new SvxBorderLine(*pLine) : &gEmptyBorder; in SetBorder()
995 SvxBorderLine* pLine = rMap[nCol][nRow]; in ClearBorderLayout()
/trunk/main/editeng/inc/editeng/
H A Dboxitem.hxx50 SvxBorderLine *pTop,
85 const SvxBorderLine* GetTop() const { return pTop; } in GetTop()
86 const SvxBorderLine* GetBottom() const { return pBottom; } in GetBottom()
87 const SvxBorderLine* GetLeft() const { return pLeft; } in GetLeft()
88 const SvxBorderLine* GetRight() const { return pRight; } in GetRight()
90 const SvxBorderLine* GetLine( sal_uInt16 nLine ) const;
93 void SetLine( const SvxBorderLine* pNew, sal_uInt16 nLine );
139 SvxBorderLine* pHori; //innere horizontale Linie
140 SvxBorderLine* pVert; //innere vertikale Linie
193 const SvxBorderLine* GetHori() const { return pHori; } in GetHori()
[all …]
H A Dborderline.hxx89 class EDITENG_DLLPUBLIC SvxBorderLine class
98SvxBorderLine( const Color *pCol = 0, sal_uInt16 nOut = 0, sal_uInt16 nIn = 0, sal_uInt16 nDist = …
99 SvxBorderLine( const SvxBorderLine& r );
101 SvxBorderLine& operator=( const SvxBorderLine& r );
114 sal_Bool operator==( const SvxBorderLine &rCmp ) const;
120 bool HasPriority( const SvxBorderLine& rOtherLine ) const;
H A Dbolnitem.hxx43 class SvxBorderLine;
69 const SvxBorderLine* GetLine () const { return pLine; } in GetLine()
70 void SetLine ( const SvxBorderLine *pNew );
73 SvxBorderLine* pLine;
/trunk/main/editeng/source/items/
H A Dfrmitems.cxx1585 SvxBorderLine::SvxBorderLine( const SvxBorderLine& r ) in SvxBorderLine() function in SvxBorderLine
1592 SvxBorderLine& SvxBorderLine::operator=( const SvxBorderLine& r ) in operator =()
1612 sal_Bool SvxBorderLine::operator==( const SvxBorderLine& rCmp ) const in operator ==()
1713 bool SvxBorderLine::HasPriority( const SvxBorderLine& rOtherLine ) const in HasPriority()
1804 inline sal_Bool CmpBrdLn( const SvxBorderLine* pBrd1, const SvxBorderLine* pBrd2 ) in CmpBrdLn()
1968 SvxBorderLine aLine; in PutValue()
2067 SvxBorderLine aLine; in PutValue()
2394 const SvxBorderLine *pRet = 0; in GetLine()
2422 SvxBorderLine* pTmp = pNew ? new SvxBorderLine( *pNew ) : 0; in SetLine()
2516 SvxBorderLine* pTmp = 0; in CalcLineSpace()
[all …]
/trunk/main/sc/source/ui/sidebar/
H A DCellBorderStyleControl.cxx168 SvxBorderLine theDefLine(NULL,1, 0, 0); in IMPL_LINK()
169 SvxBorderLine *pLeft = 0, *pRight = 0, *pTop = 0, *pBottom = 0; in IMPL_LINK()
229 SvxBorderLine theDefLine(NULL, 1, 0, 0); in IMPL_LINK()
230 SvxBorderLine *pLeft = 0, in IMPL_LINK()
289 SvxBorderLine aTmp( NULL, 1, 0, 0 ); in IMPL_LINK()
296 SvxBorderLine aTmp( NULL, 1, 0, 0 ); in IMPL_LINK()
313 SvxBorderLine *pTop = 0 , in IMPL_LINK()
320 pBottom = new SvxBorderLine(NULL, DEF_LINE_WIDTH_2, 0, 0); in IMPL_LINK()
328 pBottom = new SvxBorderLine(NULL, DEF_LINE_WIDTH_2, 0, 0); in IMPL_LINK()
329 pTop = new SvxBorderLine(NULL, 1, 0, 0); in IMPL_LINK()
[all …]
/trunk/main/cui/source/tabpages/
H A Dborderconn.cxx47 class LineItemWrapper : public sfx::SingleItemWrapper< SvxLineItem, const SvxBorderLine* >
52 virtual const SvxBorderLine* GetItemValue( const SvxLineItem& rItem ) const in GetItemValue()
54 virtual void SetItemValue( SvxLineItem& rItem, const SvxBorderLine* pLine ) const in SetItemValue()
60 class FrameSelectorWrapper : public sfx::SingleControlWrapper< FrameSelector, const SvxBorderLine* >
69 virtual const SvxBorderLine* GetControlValue() const;
70 virtual void SetControlValue( const SvxBorderLine* pLine );
87 const SvxBorderLine* FrameSelectorWrapper::GetControlValue() const in GetControlValue()
92 void FrameSelectorWrapper::SetControlValue( const SvxBorderLine* pLine ) in SetControlValue()
/trunk/main/sw/source/core/doc/
H A Dgctable.cxx34 inline const SvxBorderLine* GetLineTB( const SvxBoxItem* pBox, sal_Bool bTop ) in GetLineTB()
42 const SvxBorderLine* pBrd; in CheckLeftBorderOfFormat()
102 const SvxBorderLine& rBrdLn, sal_uInt16& rStt, sal_Bool bTop ) in lcl_FindEndPosOfBorder()
108 const SvxBorderLine* pBrd; in lcl_FindEndPosOfBorder()
120 inline const SvxBorderLine* lcl_GCBorder_GetBorder( const SwTableBox& rBox, in lcl_GCBorder_GetBorder()
131 const SvxBorderLine& rLine, in lcl_GCBorder_DelBorder()
138 const SvxBorderLine* pLn = &rLine; in lcl_GCBorder_DelBorder()
176 const SvxBorderLine* pBrd; in lcl_GC_Line_Border()
233 const SvxBorderLine *pBtmLine(0), *pTopLine(0); in lcl_GC_Line_Border()
/trunk/main/sw/source/filter/xml/
H A Dxmlithlp.hxx32 class SvxBorderLine;
60 void lcl_frmitems_setXMLBorderWidth( SvxBorderLine& rLine,
64 void lcl_frmitems_setXMLBorderWidth( SvxBorderLine& rLine,
67 sal_Bool lcl_frmitems_setXMLBorder( SvxBorderLine*& rpLine,
73 void lcl_frmitems_setXMLBorder( SvxBorderLine*& rpLine,
H A Dxmlithlp.cxx178 void lcl_frmitems_setXMLBorderWidth( SvxBorderLine& rLine, in lcl_frmitems_setXMLBorderWidth()
187 void lcl_frmitems_setXMLBorderWidth( SvxBorderLine& rLine, in lcl_frmitems_setXMLBorderWidth()
216 sal_Bool lcl_frmitems_setXMLBorder( SvxBorderLine*& rpLine, in lcl_frmitems_setXMLBorder()
242 rpLine = new SvxBorderLine; in lcl_frmitems_setXMLBorder()
284 void lcl_frmitems_setXMLBorder( SvxBorderLine*& rpLine, in lcl_frmitems_setXMLBorder()
289 rpLine = new SvxBorderLine; in lcl_frmitems_setXMLBorder()
H A Dxmlimpit.cxx419 SvxBorderLine* pTop = pBox->GetTop() == NULL ? in PutXMLValue()
420 NULL : new SvxBorderLine( *pBox->GetTop() ); in PutXMLValue()
421 SvxBorderLine* pBottom = pBox->GetBottom() == NULL ? in PutXMLValue()
422 NULL : new SvxBorderLine( *pBox->GetBottom() ); in PutXMLValue()
423 SvxBorderLine* pLeft = pBox->GetLeft() == NULL ? in PutXMLValue()
424 NULL : new SvxBorderLine( *pBox->GetLeft() ); in PutXMLValue()
425 SvxBorderLine* pRight = pBox->GetRight() == NULL ? in PutXMLValue()
426 NULL : new SvxBorderLine( *pBox->GetRight() ); in PutXMLValue()
H A Dxmlexpit.cxx527 const SvxBorderLine* pLeft = pBox->GetLeft(); in QueryXMLValue()
528 const SvxBorderLine* pRight = pBox->GetRight(); in QueryXMLValue()
529 const SvxBorderLine* pTop = pBox->GetTop(); in QueryXMLValue()
530 const SvxBorderLine* pBottom = pBox->GetBottom(); in QueryXMLValue()
663 const SvxBorderLine* pLine; in QueryXMLValue()
717 const SvxBorderLine* pLine; in QueryXMLValue()
/trunk/main/sw/source/ui/shells/
H A Dfrmsh.cxx88 void lcl_FrmGetMaxLineWidth(const SvxBorderLine* pBorderLine, SvxBorderLine& rBorderLine);
1032 SvxBorderLine aBorderLine; in ExecFrameStyle()
1044 const SvxBorderLine* pBorderLine; in ExecFrameStyle()
1069 SvxBorderLine aDestBorderLine; in ExecFrameStyle()
1155 ((SvxBorderLine*)aBoxItem.GetTop())->SetColor( rNewColor ); in ExecFrameStyle()
1157 ((SvxBorderLine*)aBoxItem.GetBottom())->SetColor( rNewColor ); in ExecFrameStyle()
1159 ((SvxBorderLine*)aBoxItem.GetLeft())->SetColor( rNewColor ); in ExecFrameStyle()
1161 ((SvxBorderLine*)aBoxItem.GetRight())->SetColor( rNewColor ); in ExecFrameStyle()
1187 void lcl_FrmGetMaxLineWidth(const SvxBorderLine* pBorderLine, SvxBorderLine& rBorderLine) in lcl_FrmGetMaxLineWidth()
1224 const SvxBorderLine* pLine = ((const SvxBoxItem&)aFrameSet.Get(RES_BOX)).GetTop(); in GetLineStyleState()
/trunk/main/svx/source/inc/
H A Dfrmselimpl.hxx55 const SvxBorderLine& GetCoreStyle() const { return maCoreStyle; } in GetCoreStyle()
56 void SetCoreStyle( const SvxBorderLine* pStyle );
79 SvxBorderLine maCoreStyle; /// Core style from application.
120 SvxBorderLine maCurrStyle; /// Current style and color for new borders.
212 void SetBorderCoreStyle( FrameBorder& rBorder, const SvxBorderLine* pStyle );
/trunk/main/sw/source/core/docnode/
H A Dndtbl1.cxx603 const SvxBorderLine* pLeft = 0; in SetTabBorders()
604 const SvxBorderLine* pRight = 0; in SetTabBorders()
605 const SvxBorderLine* pTop = 0; in SetTabBorders()
606 const SvxBorderLine* pBottom = 0; in SetTabBorders()
607 const SvxBorderLine* pHori = 0; in SetTabBorders()
608 const SvxBorderLine* pVert = 0; in SetTabBorders()
806 void lcl_SetLineStyle( SvxBorderLine *pToSet, in lcl_SetLineStyle()
826 const SvxBorderLine* pBorderLine ) in SetTabLineStyle()
871 ::lcl_SetLineStyle( (SvxBorderLine*)aBox.GetTop(), in SetTabLineStyle()
877 ::lcl_SetLineStyle( (SvxBorderLine*)aBox.GetLeft(), in SetTabLineStyle()
[all …]
/trunk/main/svx/source/dialog/
H A Dfrmsel.cxx153 void FrameBorder::SetCoreStyle( const SvxBorderLine* pStyle ) in SetCoreStyle()
158 maCoreStyle = SvxBorderLine(); in SetCoreStyle()
174 maCoreStyle = SvxBorderLine(); in SetState()
178 maCoreStyle = SvxBorderLine(); in SetState()
723 void FrameSelectorImpl::SetBorderCoreStyle( FrameBorder& rBorder, const SvxBorderLine* pStyle ) in SetBorderCoreStyle()
773 const SvxBorderLine& rFirstStyle = (*aIt)->GetCoreStyle(); in SelectedBordersEqual()
847 const SvxBorderLine* FrameSelector::GetFrameBorderStyle( FrameBorderType eBorder ) const in GetFrameBorderStyle()
849 const SvxBorderLine& rStyle = mxImpl->GetBorder( eBorder ).GetCoreStyle(); in GetFrameBorderStyle()
854 void FrameSelector::ShowBorder( FrameBorderType eBorder, const SvxBorderLine* pStyle ) in ShowBorder()
884 const SvxBorderLine& rStyle = (*aIt)->GetCoreStyle(); in GetVisibleWidth()
[all …]
/trunk/main/svx/inc/svx/
H A Dframelink.hxx34 class SvxBorderLine;
121 …inline explicit Style( const SvxBorderLine& rBorder, double fScale = 1.0, sal_uInt16 nMaxWidth… in Style()
124 …inline explicit Style( const SvxBorderLine* pBorder, double fScale = 1.0, sal_uInt16 nMaxWidth… in Style()
145 …void Set( const SvxBorderLine& rBorder, double fScale = 1.0, sal_uInt16 nMaxWidth =…
147 …void Set( const SvxBorderLine* pBorder, double fScale = 1.0, sal_uInt16 nMaxWidth =…
H A Dfrmsel.hxx34 class SvxBorderLine;
112 const SvxBorderLine* GetFrameBorderStyle( FrameBorderType eBorder ) const;
115 void ShowBorder( FrameBorderType eBorder, const SvxBorderLine* pStyle );
/trunk/main/sc/source/core/data/
H A Dattarray.cxx586 ((SvxBorderLine*)(dest))->SetColor((c)); \
592 SvxBorderLine* pCast = (SvxBorderLine*)(dest); \
599 const SvxBorderLine* pLine, sal_Bool bColorOnly ) in ApplyLineStyleArea()
913 sal_Bool lcl_TestAttr( const SvxBorderLine* pOldLine, const SvxBorderLine* pNewLine, in lcl_TestAttr()
914 sal_uInt8& rModified, const SvxBorderLine*& rpNew ) in lcl_TestAttr()
957 const SvxBorderLine* pLeftAttr = pCellFrame->GetLeft(); in lcl_MergeToFrame()
958 const SvxBorderLine* pRightAttr = pCellFrame->GetRight(); in lcl_MergeToFrame()
959 const SvxBorderLine* pTopAttr = pCellFrame->GetTop(); in lcl_MergeToFrame()
961 const SvxBorderLine* pNew; in lcl_MergeToFrame()
1141 long lcl_LineSize( const SvxBorderLine& rLine ) in lcl_LineSize()
[all …]
/trunk/main/sw/source/core/inc/
H A Dtblrwcl.hxx34 class SvxBorderLine;
152 const SvxBorderLine* pBrdLn;
157 void SetBorder( const SvxBorderLine& rBorderLine ) in SetBorder()

Completed in 149 milliseconds

12345