Home
last modified time | relevance | path

Searched refs:bLast (Results 1 – 18 of 18) sorted by last modified time

/trunk/main/sw/source/core/text/
H A Ditrcrsr.cxx374 static sal_Bool bLast = sal_False; in CtorInitTxtMargin() local
377 bLastBlock |= bLast; in CtorInitTxtMargin()
/trunk/main/tools/source/memtools/
H A Dunqidx.cxx510 sal_Bool bLast = sal_True; in Clear() local
516 if( bLast ) in Clear()
524 bLast = sal_False; in Clear()
H A Dcontnr.cxx1105 sal_Bool bLast = sal_False; in SetSize() local
1112 bLast = sal_True; in SetSize()
1133 if ( bLast ) in SetSize()
/trunk/main/tools/source/fsys/
H A Dtdir.cxx547 sal_Bool bLast; in ImpSetSort() local
555 bLast = FSYS_SORT_END == (*pSort & FSYS_SORT_END); in ImpSetSort()
597 } while ( !bLast ); in ImpSetSort()
/trunk/main/sw/source/ui/app/
H A Dapplab.cxx142 sal_uInt16 nCol, sal_uInt16 nRow, sal_Bool bLast, sal_Bool bPage) in lcl_InsertLabText() argument
171 … || !(nCol|nRow)) && (sDBName = InsertLabEnvText( rSh, rFldMgr, rItem.aWriting )).Len() && !bLast ) in lcl_InsertLabText()
/trunk/main/sw/source/core/docnode/
H A Dndtbl1.cxx652 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()
/trunk/main/svx/source/table/
H A Dtablecontroller.cxx1743 const bool bLast = ((nAction == ACTION_GOTO_LEFT_CELL) && (eMode == WritingMode_LR_TB)) || in EditCell() local
1746 if( bLast ) in EditCell()
/trunk/main/sd/source/filter/eppt/
H A Deppt.hxx562 sal_Bool bLast, FontCollection& rFontCollection );
568 void Write( SvStream* pStrm, sal_Bool bLast );
H A Depptso.cxx1750 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()
/trunk/main/sd/source/core/
H A Ddrawdoc2.cxx432 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()
/trunk/main/sc/source/filter/inc/
H A Dexcscen.hxx67 void Apply( const XclImpRoot& rRoot, const sal_Bool bLast = sal_False );
/trunk/main/sc/source/filter/excel/
H A Dexctools.cxx364 void ExcScenario::Apply( const XclImpRoot& rRoot, const sal_Bool bLast ) in Apply() argument
391 if( bLast ) in Apply()
/trunk/main/sc/source/core/data/
H A Dtable4.cxx416 SCCOL nDestCol, SCROW nDestRow, sal_Bool bLast ) in FillFormula() argument
467 if ( bLast && pDestCell->GetMatrixFlag() ) in FillFormula()
/trunk/main/sc/inc/
H A Dtable.hxx866 SCCOL nDestCol, SCROW nDestRow, sal_Bool bLast );
/trunk/main/formula/source/ui/dlg/
H A DFormulaHelper.cxx138 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()
/trunk/main/drawinglayer/source/primitive3d/
H A Dpolygontubeprimitive3d.cxx301 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()
/trunk/main/basic/inc/basic/
H A Dsbxfac.hxx39 SbxFactory( sal_Bool bLast=sal_False ) { bHandleLast = bLast; } in SbxFactory() argument
/trunk/main/basegfx/source/polygon/
H A Db2dlinegeometry.cxx928 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()

Completed in 258 milliseconds