Home
last modified time | relevance | path

Searched refs:bPaint (Results 1 – 25 of 43) sorted by relevance

12

/trunk/main/sc/source/ui/inc/
H A Ddbfunc.hxx60 sal_Bool bRecord = sal_True, sal_Bool bPaint = sal_True );
114 sal_Bool bRecord = sal_True, sal_Bool bPaint = sal_True );
116 sal_Bool bRecord = sal_True, sal_Bool bPaint = sal_True );
118 sal_Bool bRecord = sal_True, sal_Bool bPaint = sal_True );
H A Dolinefun.hxx50 sal_Bool bRecord, sal_Bool bPaint, sal_Bool bApi );
56 sal_Bool bRecord, sal_Bool bPaint, sal_Bool bApi );
58 sal_Bool bRecord, sal_Bool bPaint, sal_Bool bApi );
H A Dviewfunc.hxx160 sal_Bool bCut, sal_Bool bRecord, sal_Bool bPaint, sal_Bool bApi );
210 sal_Bool bRecord = sal_True, sal_Bool bPaint = sal_True,
213 sal_Bool bRecord = sal_True, sal_Bool bPaint = sal_True );
217 sal_Bool AdjustBlockHeight( sal_Bool bPaint = sal_True, ScMarkData* pMarkData = NULL );
218 sal_Bool AdjustRowHeight( SCROW nStartRow, SCROW nEndRow, sal_Bool bPaint = sal_True );
H A Ddocfunc.hxx52 sal_Bool AdjustRowHeight( const ScRange& rRange, sal_Bool bPaint = sal_True );
112 sal_Bool bCut, sal_Bool bRecord, sal_Bool bPaint, sal_Bool bApi );
H A Ddbdocfun.hxx84 sal_Bool bRecord, sal_Bool bPaint, sal_Bool bApi );
/trunk/main/sc/source/ui/view/
H A Ddbfunc.cxx274 void ScDBFunc::Sort( const ScSortParam& rSortParam, sal_Bool bRecord, sal_Bool bPaint ) in Sort() argument
279 sal_Bool bSuccess = aDBDocFunc.Sort( nTab, rSortParam, bRecord, bPaint, sal_False ); in Sort()
363 bool bPaint = false; in ToggleAutoFilter() local
398 bPaint = true; in ToggleAutoFilter()
434 bPaint = true; in ToggleAutoFilter()
448 if ( bPaint ) in ToggleAutoFilter()
H A Ddbfunc3.cxx233 void ScDBFunc::SelectLevel( sal_Bool bColumns, sal_uInt16 nLevel, sal_Bool bRecord, sal_Bool bPaint in SelectLevel() argument
240 sal_Bool bOk = aFunc.SelectLevel( nTab, bColumns, nLevel, bRecord, bPaint, sal_False ); in SelectLevel()
249 …tline( sal_Bool bColumns, sal_uInt16 nLevel, sal_uInt16 nEntry, sal_Bool bRecord, sal_Bool bPaint ) in ShowOutline() argument
256 sal_Bool bOk = aFunc.ShowOutline( nTab, bColumns, nLevel, nEntry, bRecord, bPaint, sal_False ); in ShowOutline()
259 if ( bOk && bPaint ) in ShowOutline()
265 …tline( sal_Bool bColumns, sal_uInt16 nLevel, sal_uInt16 nEntry, sal_Bool bRecord, sal_Bool bPaint ) in HideOutline() argument
272 sal_Bool bOk = aFunc.HideOutline( nTab, bColumns, nLevel, nEntry, bRecord, bPaint, sal_False ); in HideOutline()
275 if ( bOk && bPaint ) in HideOutline()
H A Dtabview4.cxx304 …d ScTabView::InitRefMode( SCCOL nCurX, SCROW nCurY, SCTAB nCurZ, ScRefType eType, sal_Bool bPaint ) in InitRefMode() argument
314 if (nCurZ == aViewData.GetTabNo() && bPaint) in InitRefMode()
H A Dtabview3.cxx1896 sal_Bool bPaint[4]; in KillEditView() local
1905 bPaint[i] = aViewData.HasEditView( (ScSplitPos) i ); in KillEditView()
1906 if (bPaint[i]) in KillEditView()
1916 if (pGridWin[i] && bPaint[i]) in KillEditView()
1966 if(bPaint[i]) in KillEditView()
H A Dviewfun2.cxx98 sal_Bool ScViewFunc::AdjustBlockHeight( sal_Bool bPaint, ScMarkData* pMarkData ) in AdjustBlockHeight() argument
147 if ( bPaint && bChanged ) in AdjustBlockHeight()
154 if ( bPaint && bAnyChanged ) in AdjustBlockHeight()
163 sal_Bool ScViewFunc::AdjustRowHeight( SCROW nStartRow, SCROW nEndRow, sal_Bool bPaint ) in AdjustRowHeight() argument
193 if ( bPaint && bChanged ) in AdjustRowHeight()
H A Dviewfun3.cxx1741 sal_Bool bCut, sal_Bool bRecord, sal_Bool bPaint, sal_Bool bApi ) in MoveBlockTo() argument
1780 aLocalSource, aLocalDest, bCut, bRecord, bPaint, bApi ); in MoveBlockTo()
1793 rSource, rDestPos, bCut, bRecord, bPaint, bApi ); in MoveBlockTo()
/trunk/main/sc/source/ui/docshell/
H A Dolinefun.cxx351 sal_Bool bRecord, sal_Bool bPaint, sal_Bool /* bApi */ ) in SelectLevel() argument
436 if (bPaint) in SelectLevel()
657 sal_Bool bRecord, sal_Bool bPaint, sal_Bool /* bApi */ ) in ShowOutline() argument
734 if (bPaint) in ShowOutline()
749 sal_Bool bRecord, sal_Bool bPaint, sal_Bool /* bApi */ ) in HideOutline() argument
801 if (bPaint) in HideOutline()
/trunk/main/sw/source/core/inc/
H A Dlayact.hxx81 sal_Bool bPaint; //Painten oder nur Formatieren? member in SwLayAction
147 sal_Bool IsPaint() const { return bPaint; } in IsPaint()
158 void SetPaint ( sal_Bool bNew ) { bPaint = bNew; } in SetPaint()
/trunk/main/embeddedobj/test/Container1/
H A DPaintThread.java117 boolean bPaint = false; in run()
126 bPaint = true; in run()
130 if ( bPaint ) in run()
/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx792 sal_Bool bPaint = sal_True; in PaintLines() local
804 bPaint = sal_False; in PaintLines()
814 bPaint = sal_False; in PaintLines()
817 if ( bPaint ) in PaintLines()
2821 if ( !bPaint ) in createRedirectedPrimitive2DSequence()
3511 if ( !bPaint ) in IsPaint()
3514 if ( bPaint ) in IsPaint()
3521 bPaint = false; in IsPaint()
3590 bPaint = sal_False; in IsPaint()
3593 bPaint = sal_False; in IsPaint()
[all …]
H A Dlayact.cxx389 bPaint = bComplete = bWaitAllowed = bCheckPages = sal_True; in SwLayAction()
418 bPaint = bComplete = bWaitAllowed = bCheckPages = sal_True; in Reset()
1868 bPaint = bOldPaint && !(pTab && pTab == pOptTab); in FormatCntnt()
1871 bPaint = bOldPaint; in FormatCntnt()
/trunk/main/sw/source/core/text/
H A Dfrmpaint.cxx239 sal_Bool bPaint = sal_True; in PaintExtra() local
252 bPaint = sal_False; in PaintExtra()
260 if( bPaint ) in PaintExtra()
/trunk/main/svtools/source/control/
H A Dcalendar.cxx964 void Calendar::ImplDraw( sal_Bool bPaint ) in ImplDraw() argument
994 if ( !bPaint ) in ImplDraw()
1086 if ( bPaint ) in ImplDraw()
1106 if ( bPaint ) in ImplDraw()
1135 if ( !bPaint ) in ImplDraw()
1201 if ( bPaint ) in ImplDraw()
/trunk/main/vcl/aqua/source/window/
H A Dsalframe.cxx1404 bool bPaint = false; in SetPosSize() local
1408 bPaint = true; in SetPosSize()
1435 if( mbShown && bPaint ) in SetPosSize()
/trunk/main/vcl/inc/vcl/
H A Dstatus.hxx111 SAL_DLLPRIVATE void ImplDrawProgress( sal_Bool bPaint,
/trunk/main/svx/source/form/
H A Dnavigatortree.cxx2274 bool bPaint = false; in MarkViewObj() local
2295 bPaint = true; in MarkViewObj()
2298 if ( bPaint ) in MarkViewObj()
/trunk/main/svtools/inc/svtools/
H A Dtextview.hxx177 void SetPaintSelection( sal_Bool bPaint);
H A Dsvicnvw.hxx213 void SelectAll( sal_Bool bSelect, sal_Bool bPaint=sal_True );
/trunk/main/sw/source/core/view/
H A Dviewsh.cxx266 sal_Bool bPaint = sal_True; in ImplEndAction() local
297 bPaint = sal_False; in ImplEndAction()
325 if ( bPaint ) in ImplEndAction()
/trunk/main/svtools/source/contnr/
H A Dsvtabbx.cxx863 void SvHeaderTabListBox::SelectAll( sal_Bool bSelect, sal_Bool bPaint ) in SelectAll() argument
866 SvTabListBox::SelectAll( bSelect, bPaint ); in SelectAll()

Completed in 187 milliseconds

12