Home
last modified time | relevance | path

Searched refs:SetLine (Results 26 – 50 of 58) sorted by relevance

123

/trunk/main/sc/source/core/tool/
H A Dautoform.cxx945 aBox.SetLine(&aLine, BOX_LINE_LEFT); in ScAutoFormat()
946 aBox.SetLine(&aLine, BOX_LINE_TOP); in ScAutoFormat()
947 aBox.SetLine(&aLine, BOX_LINE_RIGHT); in ScAutoFormat()
948 aBox.SetLine(&aLine, BOX_LINE_BOTTOM); in ScAutoFormat()
/trunk/main/sd/source/core/
H A Ddrawdoc4.cxx666 aBoxItem.SetLine( &aBorderLine, BOX_LINE_TOP ); in CreateDefaultCellStyles()
667 aBoxItem.SetLine( &aBorderLine, BOX_LINE_BOTTOM ); in CreateDefaultCellStyles()
668 aBoxItem.SetLine( &aBorderLine, BOX_LINE_LEFT ); in CreateDefaultCellStyles()
669 aBoxItem.SetLine( &aBorderLine, BOX_LINE_RIGHT ); in CreateDefaultCellStyles()
/trunk/main/sw/source/core/doc/
H A Dtblrwcl.cxx437 aNew.SetLine( 0, BOX_LINE_TOP ); in lcl_CopyCol()
439 aNew.SetLine( 0, BOX_LINE_RIGHT ); in lcl_CopyCol()
853 aTmp.SetLine( rBoxItem.GetLeft() ? rBoxItem.GetLeft() in _DeleteBox()
875 aTmp.SetLine( rBoxItem.GetLeft() ? rBoxItem.GetLeft() in _DeleteBox()
1058 aTmp.SetLine( rBoxItem.GetTop() ? rBoxItem.GetTop() in lcl_SaveUpperLowerBorder()
1072 aTmp.SetLine( rBoxItem.GetTop() ? rBoxItem.GetTop() in lcl_SaveUpperLowerBorder()
1268 aTmp.SetLine( 0, BOX_LINE_TOP ); in OldSplitRow()
1390 aTmp.SetLine( 0, BOX_LINE_RIGHT ); in SplitCol()
2850 aTmp.SetLine( 0, BOX_LINE_RIGHT ); in lcl_InsSelBox()
4272 aTmp.SetLine( 0, BOX_LINE_TOP ); in lcl_InsDelSelLine()
H A Dpoolfmt.cxx1005 aBox.SetLine( &aNew, BOX_LINE_BOTTOM ); in GetTxtCollFromPool()
1308 aBox.SetLine( &aLine, BOX_LINE_TOP ); in GetFmtFromPool()
1309 aBox.SetLine( &aLine, BOX_LINE_BOTTOM ); in GetFmtFromPool()
1310 aBox.SetLine( &aLine, BOX_LINE_LEFT ); in GetFmtFromPool()
1311 aBox.SetLine( &aLine, BOX_LINE_RIGHT ); in GetFmtFromPool()
/trunk/main/sw/source/filter/html/
H A Dhtmltab.cxx1486 aBoxItem.SetLine( &aTopBorderLine, BOX_LINE_TOP ); in FixFrameFmt()
1491 aBoxItem.SetLine( &aBottomBorderLine, BOX_LINE_BOTTOM ); in FixFrameFmt()
1507 aBoxItem.SetLine( &aThickBorderLine, BOX_LINE_BOTTOM ); in FixFrameFmt()
1511 aBoxItem.SetLine( &aBorderLine, BOX_LINE_BOTTOM ); in FixFrameFmt()
1519 aBoxItem.SetLine( &rBorderLine, BOX_LINE_LEFT ); in FixFrameFmt()
1525 aBoxItem.SetLine( &aRightBorderLine, BOX_LINE_RIGHT ); in FixFrameFmt()
1635 aBoxItem.SetLine( &aTopBorderLine, BOX_LINE_TOP ); in FixFillerFrameFmt()
1637 aBoxItem.SetLine( &aBottomBorderLine, BOX_LINE_BOTTOM ); in FixFillerFrameFmt()
1639 aBoxItem.SetLine( &aInhLeftBorderLine, BOX_LINE_LEFT ); in FixFillerFrameFmt()
1641 aBoxItem.SetLine( &aInhRightBorderLine, BOX_LINE_RIGHT ); in FixFillerFrameFmt()
/trunk/main/sc/source/ui/view/
H A Dviewfun2.cxx2993 aBoxItem.SetLine( &aLine, BOXLINE ); \
2996 aBoxItem.SetLine( NULL, BOXLINE ); \
3060 aBoxInfoItem.SetLine( aBoxItem.GetTop(), BOXINFO_LINE_HORI ); in SetSelectionFrameLines()
3061 aBoxInfoItem.SetLine( aBoxItem.GetLeft(), BOXINFO_LINE_VERT ); in SetSelectionFrameLines()
3073 aTLBRItem.SetLine( &aLine ); in SetSelectionFrameLines()
3082 aBLTRItem.SetLine( &aLine ); in SetSelectionFrameLines()
/trunk/main/sw/source/filter/ww1/
H A Dw1sprm.cxx298 aBox.SetLine(SetBorder(&aLine, pBrc), nBrcTrans[nLine] ); in Start()
543 aBox.SetLine(Ww1SingleSprmPBrc::SetBorder(&aLine, pBrc), in Start()
/trunk/main/editeng/inc/editeng/
H A Dbolnitem.hxx70 void SetLine ( const SvxBorderLine *pNew );
/trunk/main/sc/source/core/data/
H A Ddpoutput.cxx164 aBox.SetLine(&aLine, BOX_LINE_LEFT); in lcl_SetFrame()
165 aBox.SetLine(&aLine, BOX_LINE_TOP); in lcl_SetFrame()
166 aBox.SetLine(&aLine, BOX_LINE_RIGHT); in lcl_SetFrame()
167 aBox.SetLine(&aLine, BOX_LINE_BOTTOM); in lcl_SetFrame()
H A Ddocpool.cxx220 pGlobalBorderInnerAttr->SetLine(NULL, BOXINFO_LINE_HORI); in ScDocumentPool()
221 pGlobalBorderInnerAttr->SetLine(NULL, BOXINFO_LINE_VERT); in ScDocumentPool()
H A Dtable2.cxx652 aNew.SetLine( rOldBox.GetLine( BOX_LINE_TOP ), BOX_LINE_LEFT ); in TransposeClip()
653 aNew.SetLine( rOldBox.GetLine( BOX_LINE_LEFT ), BOX_LINE_TOP ); in TransposeClip()
654 aNew.SetLine( rOldBox.GetLine( BOX_LINE_BOTTOM ), BOX_LINE_RIGHT ); in TransposeClip()
655 aNew.SetLine( rOldBox.GetLine( BOX_LINE_RIGHT ), BOX_LINE_BOTTOM ); in TransposeClip()
H A Ddocument.cxx4267 rLineOuter.SetLine(NULL, BOX_LINE_TOP); in GetSelectionFrame()
4268 rLineOuter.SetLine(NULL, BOX_LINE_BOTTOM); in GetSelectionFrame()
4269 rLineOuter.SetLine(NULL, BOX_LINE_LEFT); in GetSelectionFrame()
4270 rLineOuter.SetLine(NULL, BOX_LINE_RIGHT); in GetSelectionFrame()
4273 rLineInner.SetLine(NULL, BOXINFO_LINE_HORI); in GetSelectionFrame()
4274 rLineInner.SetLine(NULL, BOXINFO_LINE_VERT); in GetSelectionFrame()
/trunk/main/dbaccess/source/ui/dlg/
H A Dqueryfilter.cxx528 void DlgFilterCrit::SetLine( sal_uInt16 nIdx,const PropertyValue& _rItem,sal_Bool _bOr ) in SetLine() function in DlgFilterCrit
912 SetLine( i++,*pAndIter,bOr); in fillLines()
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/tokenview/
H A DRun.java197 public void SetLine (final Line<TokenType> aLine) in SetLine() method in Run
H A DLine.java51 aRun.SetLine(this); in AddRun()
/trunk/main/dbaccess/source/ui/inc/
H A Dqueryfilter.hxx129 …void SetLine( sal_uInt16 nIdx,const ::com::sun::star::beans::PropertyValue& _rItem,sal_Bool _bOr…
/trunk/main/sc/source/ui/sidebar/
H A DCellLineStyleControl.cxx169 aLineItem.SetLine( &aTmp ); in IMPL_LINK()
/trunk/main/idl/inc/
H A Dlex.hxx69 void SetLine( sal_uLong nLineP ) { nLine = nLineP; } in SetLine() function in SvToken
/trunk/main/cui/source/tabpages/
H A Dborderconn.cxx55 { rItem.SetLine( pLine ); } in SetItemValue()
H A Dborder.cxx681 aBoxItem.SetLine( aFrameSel.GetFrameBorderStyle( eTypes1[i].first ), eTypes1[i].second ); in FillItemSet()
691 … aBoxInfoItem.SetLine( aFrameSel.GetFrameBorderStyle( eTypes2[j].first ), eTypes2[j].second ); in FillItemSet()
/trunk/main/sc/source/filter/html/
H A Dhtmlpars.cxx2255 aBorderItem.SetLine( (nCellCol == nCellCol1) ? pLeftLine : 0, BOX_LINE_LEFT ); in ApplyCellBorders()
2256 aBorderItem.SetLine( (nCellCol == nCellCol2) ? pRightLine : 0, BOX_LINE_RIGHT ); in ApplyCellBorders()
2259 aBorderItem.SetLine( (nCellRow == nCellRow1) ? pTopLine : 0, BOX_LINE_TOP ); in ApplyCellBorders()
2260 … aBorderItem.SetLine( (nCellRow == nCellRow2) ? pBottomLine : 0, BOX_LINE_BOTTOM ); in ApplyCellBorders()
/trunk/main/sw/source/core/table/
H A Dswnewtable.cxx746 pNoRightBorder->SetLine( 0, BOX_LINE_RIGHT ); in NewInsertCol()
957 aBox.SetLine( rBox.GetRight(), BOX_LINE_RIGHT ); in PrepareMerge()
958 aBox.SetLine( rBox.GetBottom(), BOX_LINE_BOTTOM ); in PrepareMerge()
/trunk/main/svtools/source/inc/
H A Dsgvmain.hxx305 void SetLine(ObjLineType& rLine, OutputDevice& rOut);
/trunk/main/sw/source/core/unocore/
H A Dunotbl.cxx3065 aBox.SetLine(bSet ? &aLine : 0, BOX_LINE_TOP); in setPropertyValue()
3069 aBox.SetLine(bSet ? &aLine : 0, BOX_LINE_BOTTOM); in setPropertyValue()
3073 aBox.SetLine(bSet ? &aLine : 0, BOX_LINE_LEFT); in setPropertyValue()
3077 aBox.SetLine(bSet ? &aLine : 0, BOX_LINE_RIGHT); in setPropertyValue()
3081 aBoxInfo.SetLine(bSet ? &aLine : 0, BOXINFO_LINE_HORI); in setPropertyValue()
3085 aBoxInfo.SetLine(bSet ? &aLine : 0, BOXINFO_LINE_VERT); in setPropertyValue()
/trunk/main/sw/source/core/docnode/
H A Dndtbl.cxx159 aBox.SetLine( &aLine, BOX_LINE_TOP ); in lcl_SetDfltBoxAttr()
161 aBox.SetLine( &aLine, BOX_LINE_BOTTOM ); in lcl_SetDfltBoxAttr()
163 aBox.SetLine( &aLine, BOX_LINE_LEFT ); in lcl_SetDfltBoxAttr()
165 aBox.SetLine( &aLine, BOX_LINE_RIGHT ); in lcl_SetDfltBoxAttr()
3167 aNew.SetLine( pFmt->GetBox().GetBottom(), BOX_LINE_TOP ); in lcl_BoxSetSplitBoxFmts()

Completed in 446 milliseconds

123