Home
last modified time | relevance | path

Searched refs:bPaint (Results 1 – 25 of 43) sorted by last modified time

12

/trunk/main/vcl/source/window/
H A Dtoolbox.cxx3424 void ToolBox::ImplDrawItem( sal_uInt16 nPos, sal_Bool bHighlight, sal_Bool bPaint, sal_Bool bLayout… in ImplDrawItem() argument
3606 if ( (pItem->meState != STATE_NOCHECK) || !bPaint ) in ImplDrawItem()
H A Dstatus.cxx649 void StatusBar::ImplDrawProgress( sal_Bool bPaint, in ImplDrawProgress() argument
654 if ( bPaint ) in ImplDrawProgress()
/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/svtools/inc/svtools/
H A Druler.hxx733 SVT_DLLPRIVATE void ImplDrawExtra( sal_Bool bPaint = sal_False );
H A Dsvtreebx.hxx341 virtual void SelectAll( sal_Bool bSelect, sal_Bool bPaint = sal_True );
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/sc/source/ui/view/
H A Dviewfunc.cxx2072 sal_Bool bRecord, sal_Bool bPaint, ScMarkData* pMarkData ) in SetWidthOrHeight() argument
2298 if (bPaint) in SetWidthOrHeight()
2363 sal_Bool bRecord, sal_Bool bPaint ) in SetMarkedWidthOrHeight() argument
2387 SetWidthOrHeight( bWidth, nRangeCnt, pRanges, eMode, nSizeTwips, bRecord, bPaint ); in SetMarkedWidthOrHeight()
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx147 sal_Bool ScDocFunc::AdjustRowHeight( const ScRange& rRange, sal_Bool bPaint ) in AdjustRowHeight() argument
170 if ( bPaint && bChanged ) in AdjustRowHeight()
2237 sal_Bool bCut, sal_Bool bRecord, sal_Bool bPaint, sal_Bool bApi ) in MoveBlock() argument
2518 if (bPaint) in MoveBlock()
/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 Dimivctl1.cxx3865 void SvxIconChoiceCtrl_Impl::SelectAll( sal_Bool bSelect, sal_Bool bPaint ) in SelectAll() argument
3867 bPaint = sal_True; in SelectAll()
3873 SelectEntry( pEntry, bSelect, sal_True, sal_True, bPaint ); in SelectAll()
H A Dsvtabbx.cxx863 void SvHeaderTabListBox::SelectAll( sal_Bool bSelect, sal_Bool bPaint ) in SelectAll() argument
866 SvTabListBox::SelectAll( bSelect, bPaint ); in SelectAll()
H A Dimivctl.hxx322 void SelectAll( sal_Bool bSelect = sal_True, sal_Bool bPaint = sal_True );
/trunk/main/vcl/source/control/
H A Dedit.cxx2637 void Edit::ImplSetSelection( const Selection& rSelection, sal_Bool bPaint ) in ImplSetSelection() argument
2663 if ( bPaint && ( aOld.Len() || aNew.Len() || IsPaintTransparent() ) ) in ImplSetSelection()
/trunk/main/vcl/inc/vcl/
H A Dtoolbox.hxx261 …ImplDrawItem( sal_uInt16 nPos, sal_Bool bHighlight = sal_False, sal_Bool bPaint = sal_False, sal_B…
H A Dstatus.hxx111 SAL_DLLPRIVATE void ImplDrawProgress( sal_Bool bPaint,
H A Dedit.hxx127 …SAL_DLLPRIVATE void ImplSetSelection( const Selection& rSelection, sal_Bool bPaint = sal_Tr…
/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/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/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/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/source/edit/
H A Dtextview.cxx2010 void TextView::SetPaintSelection( sal_Bool bPaint ) in SetPaintSelection() argument
2012 if ( bPaint != mpImpl->mbPaintSelection ) in SetPaintSelection()
2014 mpImpl->mbPaintSelection = bPaint; in SetPaintSelection()
/trunk/main/svtools/source/control/
H A Druler.cxx1502 void Ruler::ImplDrawExtra( sal_Bool bPaint ) in ImplDrawExtra() argument
1523 if ( !bPaint && !(mnExtraStyle & RULER_STYLE_HIGHLIGHT) ) in ImplDrawExtra()
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()

Completed in 297 milliseconds

12