/aoo4110/main/drawinglayer/source/primitive3d/ |
H A D | polygontubeprimitive3d.cxx | 301 const bool bLast(a + 1L == nVerSeg); in getLineJoinSegments() local 303 if(bFirst || !bLast) in getLineJoinSegments() 348 else if(bLast) in getLineJoinSegments() 425 if(bFirst || !bLast) in getLineJoinSegments() 506 const bool bLast(a + 1 == nLoopCount); in impCreate3DDecomposition() local 507 const bool bLineCapPossible(!bClosed && (bFirst || bLast)); in impCreate3DDecomposition() 525 … const double fExtraLength(bFirst && bLast ? getRadius() * 2.0 : getRadius()); in impCreate3DDecomposition() 614 if(bNoLineJoin || (!bClosed && bLast)) in impCreate3DDecomposition() 623 if(bLineCapSquare && bLast) in impCreate3DDecomposition() 641 if(bLineCapRound && bLast) in impCreate3DDecomposition()
|
/aoo4110/main/formula/source/ui/dlg/ |
H A D | FormulaHelper.cxx | 138 sal_Bool bLast = sal_False; in FillArgStrings() local 140 for ( i=0; i<nArgs && !bLast; i++ ) in FillArgStrings() 151 _rArgs.push_back(String()), bLast = sal_True; in FillArgStrings() 163 if ( bLast ) in FillArgStrings()
|
/aoo4110/main/tools/source/memtools/ |
H A D | unqidx.cxx | 510 sal_Bool bLast = sal_True; in Clear() local 516 if( bLast ) in Clear() 524 bLast = sal_False; in Clear()
|
H A D | contnr.cxx | 1105 sal_Bool bLast = sal_False; in SetSize() local 1112 bLast = sal_True; in SetSize() 1133 if ( bLast ) in SetSize()
|
/aoo4110/main/basic/inc/basic/ |
H A D | sbxfac.hxx | 38 SbxFactory( sal_Bool bLast=sal_False ) { bHandleLast = bLast; } in SbxFactory() argument
|
/aoo4110/main/basegfx/source/polygon/ |
H A D | b2dlinegeometry.cxx | 928 const bool bLast(a + 1 == nEdgeCount); in createAreaGeometry() local 939 bLast && com::sun::star::drawing::LineCap_ROUND == eCap, in createAreaGeometry() 941 bLast && com::sun::star::drawing::LineCap_SQUARE == eCap)); in createAreaGeometry() 956 if(!bLast) in createAreaGeometry()
|
/aoo4110/main/tools/source/fsys/ |
H A D | tdir.cxx | 547 sal_Bool bLast; in ImpSetSort() local 555 bLast = FSYS_SORT_END == (*pSort & FSYS_SORT_END); in ImpSetSort() 597 } while ( !bLast ); in ImpSetSort()
|
/aoo4110/main/sc/source/filter/excel/ |
H A D | exctools.cxx | 364 void ExcScenario::Apply( const XclImpRoot& rRoot, const sal_Bool bLast ) in Apply() argument 391 if( bLast ) in Apply()
|
/aoo4110/main/sd/source/core/ |
H A D | drawdoc2.cxx | 432 bool bLast = (nPos == GetPageCount()); in InsertPage() local 440 if (!bLast) in InsertPage() 468 bool bLast = ((nPgNum+1)/2 == (GetPageCount()+1)/2); in RemovePage() local 474 if (!bLast) in RemovePage()
|
/aoo4110/main/sw/source/ui/app/ |
H A D | applab.cxx | 137 sal_uInt16 nCol, sal_uInt16 nRow, sal_Bool bLast, sal_Bool bPage) in lcl_InsertLabText() argument 161 … || !(nCol|nRow)) && (sDBName = InsertLabEnvText( rSh, rFldMgr, rItem.aWriting )).Len() && !bLast ) in lcl_InsertLabText()
|
/aoo4110/main/sw/source/core/docnode/ |
H A D | ndtbl1.cxx | 652 const sal_Bool bLast = i == aUnions.Count() - 1 ? sal_True : sal_False; in SetTabBorders() local 751 if ( bLast && bBottomOver ) in SetTabBorders() 935 const sal_Bool bLast = i == aUnions.Count() - 1 ? sal_True : sal_False; in GetTabBorders() local 1041 if ( bLast && bBottomOver ) in GetTabBorders()
|
/aoo4110/main/sc/source/filter/inc/ |
H A D | excscen.hxx | 67 void Apply( const XclImpRoot& rRoot, const sal_Bool bLast = sal_False );
|
/aoo4110/main/sd/source/filter/eppt/ |
H A D | eppt.hxx | 562 sal_Bool bLast, FontCollection& rFontCollection ); 568 void Write( SvStream* pStrm, sal_Bool bLast );
|
H A D | epptso.cxx | 1750 sal_Bool bLast, FontCollection& rFontCollection ) : in PortionObj() argument 1755 mbLastPortion ( bLast ), in PortionObj() 1764 if ( bLast ) in PortionObj() 1803 if ( bLast ) in PortionObj() 1813 …if ( bLast && pText[ aString.Len() - 1 ] == sal_Unicode(')') && rFontCollection.GetScriptDirection… in PortionObj() 1872 if ( bLast ) in PortionObj() 1891 void PortionObj::Write( SvStream* pStrm, sal_Bool bLast ) in Write() argument 1894 if ( bLast && mbLastPortion ) in Write()
|
/aoo4110/main/sw/source/core/text/ |
H A D | itrcrsr.cxx | 370 static sal_Bool bLast = sal_False; in CtorInitTxtMargin() local 373 bLastBlock |= bLast; in CtorInitTxtMargin()
|
/aoo4110/main/sc/source/core/data/ |
H A D | table4.cxx | 416 SCCOL nDestCol, SCROW nDestRow, sal_Bool bLast ) in FillFormula() argument 467 if ( bLast && pDestCell->GetMatrixFlag() ) in FillFormula()
|
/aoo4110/main/svx/source/table/ |
H A D | tablecontroller.cxx | 1743 const bool bLast = ((nAction == ACTION_GOTO_LEFT_CELL) && (eMode == WritingMode_LR_TB)) || in EditCell() local 1746 if( bLast ) in EditCell()
|
/aoo4110/main/sc/inc/ |
H A D | table.hxx | 866 SCCOL nDestCol, SCROW nDestRow, sal_Bool bLast );
|