Searched refs:SetBorderLine (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/editeng/source/rtf/ |
H A D | rtfitem.cxx | 1432 static void SetBorderLine( int nBorderTyp, SvxBoxItem& rItem, in SetBorderLine() function 1551 SetBorderLine( nBorderTyp, aAttr, aBrd ); in ReadBorderAttr() 1631 SetBorderLine( nBorderTyp, aAttr, aBrd ); in ReadBorderAttr() 1683 SetBorderLine( nBorderTyp, aAttr, aBrd ); in ReadBorderAttr()
|
/aoo42x/main/sw/source/filter/rtf/ |
H A D | swparrtf.cxx | 2399 void SwRTFParser::SetBorderLine(SvxBoxItem& rBox, sal_uInt16 nLine) in SetBorderLine() function in SwRTFParser 2640 SetBorderLine(maPageDefaults.maBox, BOX_LINE_TOP); in ReadDocControls() 2644 SetBorderLine(maPageDefaults.maBox, BOX_LINE_BOTTOM); in ReadDocControls() 2648 SetBorderLine(maPageDefaults.maBox, BOX_LINE_LEFT); in ReadDocControls() 2652 SetBorderLine(maPageDefaults.maBox, BOX_LINE_RIGHT); in ReadDocControls() 2956 SetBorderLine(aNewSection.maBox, BOX_LINE_TOP); in ReadSectControls() 2960 SetBorderLine(aNewSection.maBox, BOX_LINE_BOTTOM); in ReadSectControls() 2964 SetBorderLine(aNewSection.maBox, BOX_LINE_LEFT); in ReadSectControls() 2968 SetBorderLine(aNewSection.maBox, BOX_LINE_RIGHT); in ReadSectControls()
|
H A D | swparrtf.hxx | 367 void SetBorderLine(SvxBoxItem& rBox, sal_uInt16 nLine);
|
/aoo42x/main/sw/source/filter/html/ |
H A D | svxcss1.cxx | 352 void SetBorderLine( sal_uInt16 nLine, SvxBoxItem &rBoxItem ) const; 355 void SvxCSS1BorderInfo::SetBorderLine( sal_uInt16 nLine, SvxBoxItem &rBoxItem ) const in SetBorderLine() function in SvxCSS1BorderInfo 629 pInfo->SetBorderLine( BOX_LINE_TOP, aBoxItem ); in SetBoxItem() 633 pInfo->SetBorderLine( BOX_LINE_BOTTOM, aBoxItem ); in SetBoxItem() 637 pInfo->SetBorderLine( BOX_LINE_LEFT, aBoxItem ); in SetBoxItem() 641 pInfo->SetBorderLine( BOX_LINE_RIGHT, aBoxItem ); in SetBoxItem()
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xistyle.cxx | 1809 void XclImpXFRangeBuffer::SetBorderLine( const ScRange& rRange, SCTAB nScTab, sal_uInt16 nLine ) in SetBorderLine() function in XclImpXFRangeBuffer 1873 SetBorderLine( *pRange, nScTab, BOX_LINE_RIGHT ); in Finalize() 1876 SetBorderLine( *pRange, nScTab, BOX_LINE_BOTTOM ); in Finalize()
|
/aoo42x/main/sc/source/filter/inc/ |
H A D | xistyle.hxx | 669 void SetBorderLine( const ScRange& rRange, SCTAB nScTab, sal_uInt16 nLine );
|
Completed in 81 milliseconds