Home
last modified time | relevance | path

Searched refs:pLine (Results 101 – 125 of 132) sorted by relevance

123456

/trunk/main/sw/source/filter/ww8/
H A Dww8atr.cxx472 const SwTableLine* pLine = pBox ? pBox->GetUpper() : 0; in OutputSectionBreaks() local
474 if ( pLine && !pLine->GetUpper() ) in OutputSectionBreaks()
477 if ( 0 < pLine->GetTabBoxes().GetPos( pBox ) && pBox->GetSttNd() ) in OutputSectionBreaks()
4204 void WW8Export::Out_BorderLine(WW8Bytes& rO, const SvxBorderLine* pLine, in Out_BorderLine() argument
4215 if (pLine) in Out_BorderLine()
4216 aBrc = TranslateBorderLine( *pLine, nDist, bShadow ); in Out_BorderLine()
H A Dwrtww8.hxx969 void Out_BorderLine(WW8Bytes& rO, const SvxBorderLine* pLine,
1085 WW8_BRC TranslateBorderLine(const SvxBorderLine& pLine,
/trunk/main/desktop/win32/source/setup/
H A Dsetup.hxx100 int GetNameValue( TCHAR* pLine, TCHAR **pName, TCHAR **pValue );
H A Dsetup.cpp572 int SetupAppX::GetNameValue( TCHAR* pLine, TCHAR** pName, TCHAR** pValue ) in GetNameValue() argument
574 int nRet = lstrlen( pLine ) + 1; in GetNameValue()
580 LPTSTR pChar = pLine; in GetNameValue()
/trunk/main/sw/source/core/text/
H A Dfrmform.cxx1582 const SwLineLayout* pLine; in _Format() local
1591 pLine = aMasterLine.GetCurr(); in _Format()
1594 rLine.MakeRestPortion( pLine, GetOfst() ); in _Format()
/trunk/main/svx/source/table/
H A Dtablelayouter.hxx143 void SetBorder( sal_Int32 nCol, sal_Int32 nRow, bool bHorizontal, const SvxBorderLine* pLine );
/trunk/main/sc/source/filter/inc/
H A Dhtmlexp.hxx151 const SvxBorderLine* pLine, bool& bInsertSemicolon );
/trunk/main/sc/source/ui/view/
H A Dprintfun.cxx175 long lcl_LineTotal(const SvxBorderLine* pLine) in lcl_LineTotal() argument
177 return pLine ? ( pLine->GetOutWidth() + pLine->GetInWidth() + pLine->GetDistance() ) : 0; in lcl_LineTotal()
/trunk/main/editeng/inc/editeng/
H A Dboxitem.hxx105 …static com::sun::star::table::BorderLine SvxLineToLine( const SvxBorderLine* pLine, sal_Bool bConv…
/trunk/main/sw/source/core/inc/
H A Dtblrwcl.hxx70 SwTableLine* pLine, SwTableBoxFmt* pBoxFrmFmt,
/trunk/main/vcl/inc/
H A Doutfont.hxx389 void AddLine( ImplTextLineInfo* pLine );
/trunk/main/sw/source/filter/inc/
H A Dwrtswtbl.hxx306 long GetLineHeight( const SwTableLine *pLine );
/trunk/main/editeng/source/editeng/
H A Deditdoc.cxx566 EditLine* pLine = GetObject( nLine ); in FindLine() local
567 if ( ( bInclEnd && ( pLine->GetEnd() >= nChar ) ) || in FindLine()
568 ( pLine->GetEnd() > nChar ) ) in FindLine()
H A Dimpedit4.cxx1183 EditLine* pLine = pParaPortion->GetLines()[n]; in CreateBinTextObject() local
1184 EditLine* pNew = pLine->Clone(); in CreateBinTextObject()
1384 EditLine* pLine = pXP->aLines[m]; in InsertBinTextObject() local
1385 EditLine* pNew = pLine->Clone(); in InsertBinTextObject()
/trunk/main/rsc/source/rsc/
H A Drsc.cxx402 RscCompiler::RscCompiler( RscCmdLine * pLine, RscTypCont * pTypCont ) in RscCompiler() argument
408 pCL = pLine; in RscCompiler()
/trunk/main/sfx2/inc/sfx2/
H A Dchildwin.hxx80 sal_uInt16 *pLine = 0,
/trunk/main/sc/inc/
H A Dattarray.hxx127 const SvxBorderLine* pLine, sal_Bool bColorOnly );
H A Dcolumn.hxx328 const SvxBorderLine* pLine, sal_Bool bColorOnly );
/trunk/main/sc/source/core/data/
H A Dcolumn.cxx518 const SvxBorderLine* pLine, sal_Bool bColorOnly ) in ApplySelectionLineStyle() argument
520 if ( bColorOnly && !pLine ) in ApplySelectionLineStyle()
530 pAttrArray->ApplyLineStyleArea(nTop, nBottom, pLine, bColorOnly ); in ApplySelectionLineStyle()
H A Dtable2.cxx1983 const SvxBorderLine* pLine, sal_Bool bColorOnly ) in ApplySelectionLineStyle() argument
1985 if ( bColorOnly && !pLine ) in ApplySelectionLineStyle()
1989 aCol[i].ApplySelectionLineStyle( rMark, pLine, bColorOnly ); in ApplySelectionLineStyle()
/trunk/main/sc/source/ui/inc/
H A Dtabvwsh.hxx267 void SetDefaultFrameLine(const SvxBorderLine* pLine );
H A Dviewfunc.hxx299 void SetSelectionFrameLines( const SvxBorderLine* pLine,
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx7760 void ApplyCellLineAttributes( const SdrObject* pLine, Reference< XTable >& xTable, const std::vecto… in ApplyCellLineAttributes() argument
7764 SfxItemSet aSet( pLine->GetMergedItemSet() ); in ApplyCellLineAttributes()
7765 XLineStyle eLineStyle(((XLineStyleItem&)pLine->GetMergedItem( XATTR_LINESTYLE )).GetValue()); in ApplyCellLineAttributes()
7772 Color aLineColor( ((XLineColorItem&)pLine->GetMergedItem( XATTR_LINECOLOR )).GetColorValue() ); in ApplyCellLineAttributes()
7775 …ast< sal_Int16 >( 1 ), static_cast< sal_Int16 >( ((const XLineWidthItem&)(pLine->GetMergedItem(XAT… in ApplyCellLineAttributes()
7776 …ast< sal_Int16 >( 1 ), static_cast< sal_Int16 >( ((const XLineWidthItem&)(pLine->GetMergedItem(XAT… in ApplyCellLineAttributes()
/trunk/main/svtools/source/contnr/
H A Dsvimpicn.cxx180 void AddLine( TextLineInfo* pLine );
206 void MultiTextLineInfo::AddLine( TextLineInfo* pLine ) in AddLine() argument
216 mpLines[mnLines] = pLine; in AddLine()
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx2851 void ImplMultiTextLineInfo::AddLine( ImplTextLineInfo* pLine ) in AddLine() argument
2861 mpLines[mnLines] = pLine; in AddLine()
4991 ImplTextLineInfo* pLine = rLineInfo.GetLine( nL ); in ImplGetTextLines() local
4992 String aLine( rStr, pLine->GetIndex(), pLine->GetLen() ); in ImplGetTextLines()

Completed in 258 milliseconds

123456